body {
	font-family: "Trebuchet MS", sans-serif;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[href^="#!"] {
	color: #ccc;
}

.column {
	float: left;
	margin-right: 2%;
	vertical-align: top;
	width: 48%;
}

	.column .column {
		margin-right: 5%;
		width: auto;
	}

.sg-container::after {
	clear: both;
	content: "";
	display: table;
}

.sg-heading {
	background-color: #f7f7f7;
	border-bottom: 2px solid #efefef;
	color: #555;
	font-weight: normal;
	margin: 0 -1rem 1rem -1rem;
	padding: 1rem 1rem 0.5rem 1rem;
}

.sg-swatch {
	display: inline-block;
	margin: 0 1rem 1rem 0;
	text-align: center;
}

	.sg-swatch-color {
		box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
		display: block;
		height: 15rem;
		line-height: 15rem;
		text-transform: uppercase;
		width: 15rem;
	}

.sg-site-switch {
	background-color: #efefef;
	font-size: 16px;
	padding: 20px;
	position: fixed;
	right: -260px;
	text-align: right;
	top: 0;
	transition: right 300ms ease;
	width: 300px;
	z-index: 99;
}

.sg-site-switch.open {
	right: 0;
}

	.sg-site-switch .icon {
		font-size: 25px;
		left: 10px;
		position: absolute;
		top: 22px;
	}

	.sg-site-switch select {}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  /*overflow: auto;*/
  white-space: pre-wrap;
}

/**
 * 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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  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;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

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

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../clientlib-global/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../clientlib-global/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../clientlib-global/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../clientlib-global/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../clientlib-global/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../clientlib-global/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.3;
}

h1 {
	margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	margin-top: 0;
}

ul, ol, dl {
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 0;
}

ul {
	padding-left: 1.8rem;
}

ol {
	padding-left: 2rem;
}

dd + dt {
	margin-top: 1rem;
}

dd {
	margin-left: 1.9rem;
}

ul ul, ol ol, dl dl,
ul ol, ul dl,
ol ul, ol dl,
dl ul, dl ol {
	margin-bottom: 0;
}

p, pre, blockquote {
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 0;
}

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2rem;
	width: 100%;
}

caption {
	padding: 0.5rem 0;
	text-align: left;
}

th {
	text-align: left;
}

th, td {
	vertical-align: top;
}

form {
	margin: 0 0 2rem 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	display: block;
	margin-bottom: 1rem;
	padding: 0;
	width: 100%;
}

address {
	font-style: normal;
	margin-bottom: 2rem;
}
/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/.slider-pro{position:relative;margin:0 auto;-moz-box-sizing:content-box;box-sizing:content-box}.sp-slides-container{position:relative}.sp-mask{position:relative;overflow:hidden}.sp-slides{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.sp-slide{position:absolute}.sp-image-container{overflow:hidden}.sp-image{position:relative;display:block;border:none}.sp-no-js{overflow:hidden;max-width:100%}.sp-thumbnails-container{position:relative;overflow:hidden;direction:ltr}.sp-bottom-thumbnails,.sp-top-thumbnails{left:0;margin:0 auto}.sp-top-thumbnails{position:absolute;top:0;margin-bottom:4px}.sp-bottom-thumbnails{margin-top:4px}.sp-left-thumbnails,.sp-right-thumbnails{position:absolute;top:0}.sp-right-thumbnails{right:0;margin-left:4px}.sp-left-thumbnails{left:0;margin-right:4px}.sp-thumbnails{position:relative}.sp-thumbnail{border:none}.sp-thumbnail-container{position:relative;display:block;overflow:hidden;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.sp-rtl .sp-thumbnail-container{float:right}.sp-bottom-thumbnails .sp-thumbnail-container,.sp-top-thumbnails .sp-thumbnail-container{margin-left:2px;margin-right:2px}.sp-bottom-thumbnails .sp-thumbnail-container:first-child,.sp-top-thumbnails .sp-thumbnail-container:first-child{margin-left:0}.sp-bottom-thumbnails .sp-thumbnail-container:last-child,.sp-top-thumbnails .sp-thumbnail-container:last-child{margin-right:0}.sp-left-thumbnails .sp-thumbnail-container,.sp-right-thumbnails .sp-thumbnail-container{margin-top:2px;margin-bottom:2px}.sp-left-thumbnails .sp-thumbnail-container:first-child,.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}.sp-left-thumbnails .sp-thumbnail-container:last-child,.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;left:18px;margin-left:0!important}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;left:0;top:0;margin-left:13px}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:0;top:50%;margin-top:-8px;border-right:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-left-thumbnails.sp-has-pointer{margin-right:-13px}.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;right:18px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;right:0;top:0;margin-right:13px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;right:0;top:50%;margin-top:-8px;border-left:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-bottom-thumbnails.sp-has-pointer{margin-top:-13px}.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;top:18px;margin-top:0!important}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;top:0;margin-top:13px}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;top:0;margin-left:-8px;border-bottom:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-top-thumbnails.sp-has-pointer{margin-bottom:-13px}.sp-top-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;bottom:18px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;bottom:0;margin-bottom:13px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:0;margin-left:-8px;border-top:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-layer{position:absolute;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden}.sp-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.sp-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.sp-rounded{border-radius:10px}.sp-padding{padding:10px}.sp-selectable{cursor:default}.sp-caption-container{text-align:center;margin-top:10px}.sp-full-screen{margin:0!important;background-color:#000}.sp-full-screen-button{position:absolute;top:5px;right:10px;font-size:30px;line-height:1;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sp-full-screen-button:before{content:'\2195'}.sp-fade-full-screen{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.slider-pro:hover .sp-fade-full-screen{opacity:1}.sp-buttons{position:relative;width:100%;text-align:center;padding-top:10px}.sp-rtl .sp-buttons{direction:rtl}.sp-full-screen .sp-buttons{display:none}.sp-button{width:10px;height:10px;border:2px solid #000;border-radius:50%;margin:4px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.sp-selected-button{background-color:#000}@media only screen and (min-width:768px) and (max-width:1024px){.sp-button{width:14px;height:14px}}@media only screen and (min-width:568px) and (max-width:768px){.sp-button{width:16px;height:16px}}@media only screen and (min-width:320px) and (max-width:568px){.sp-button{width:18px;height:18px}}.sp-arrows{position:absolute}.sp-fade-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-slides-container:hover .sp-fade-arrows{opacity:1}.sp-horizontal .sp-arrows{width:100%;left:0;top:50%;margin-top:-15px}.sp-vertical .sp-arrows{height:100%;left:50%;top:0;margin-left:-10px}.sp-arrow{position:absolute;display:block;width:20px;height:30px;cursor:pointer}.sp-vertical .sp-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-horizontal .sp-previous-arrow{left:20px;right:auto}.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow{right:20px;left:auto}.sp-horizontal.sp-rtl .sp-next-arrow{left:20px;right:auto}.sp-vertical .sp-previous-arrow{top:20px}.sp-vertical .sp-next-arrow{bottom:20px;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-horizontal.sp-rtl .sp-previous-arrow,.sp-next-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sp-horizontal.sp-rtl .sp-next-arrow{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ie7 .sp-arrow,.ie8 .sp-arrow{width:0;height:0}.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before{content:none}.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow{border-right:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow{border-left:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow{border-bottom:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow{border-top:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.sp-thumbnail-arrows{position:absolute}.sp-fade-thumbnail-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}.sp-bottom-thumbnails .sp-thumbnail-arrows,.sp-top-thumbnails .sp-thumbnail-arrows{width:100%;top:50%;left:0;margin-top:-12px}.sp-left-thumbnails .sp-thumbnail-arrows,.sp-right-thumbnails .sp-thumbnail-arrows{height:100%;top:0;left:50%;margin-left:-7px}.sp-thumbnail-arrow{position:absolute;display:block;width:15px;height:25px;cursor:pointer}.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.sp-top-thumbnails .sp-previous-thumbnail-arrow{left:0}.sp-bottom-thumbnails .sp-next-thumbnail-arrow,.sp-top-thumbnails .sp-next-thumbnail-arrow{right:0}.sp-left-thumbnails .sp-previous-thumbnail-arrow,.sp-right-thumbnails .sp-previous-thumbnail-arrow{top:0}.sp-left-thumbnails .sp-next-thumbnail-arrow,.sp-right-thumbnails .sp-next-thumbnail-arrow{bottom:0}.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-thumbnail-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-thumbnail-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-thumbnail-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-thumbnail-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-thumbnail-arrow,.ie8 .sp-thumbnail-arrow{width:0;height:0}.ie7 .sp-thumbnail-arrow:after,.ie7 .sp-thumbnail-arrow:before,.ie8 .sp-thumbnail-arrow:after,.ie8 .sp-thumbnail-arrow:before{content:none}.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow{border-right:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow{border-left:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow{border-bottom:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow{border-top:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}a.sp-video{text-decoration:none}a.sp-video img{-webkit-backface-visibility:hidden;border:none}a.sp-video:after{content:'\25B6';position:absolute;width:45px;padding-left:5px;height:50px;border:2px solid #FFF;text-align:center;font-size:30px;border-radius:30px;top:0;color:#FFF;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);margin:auto;line-height:52px}.slider-pro img.sp-image,.slider-pro img.sp-thumbnail{max-width:none;max-height:none;border:none!important;border-radius:0!important;padding:0!important;-webkit-box-shadow:none!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.slider-pro a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video{max-width:none;max-height:none}.slider-pro p.sp-layer{font-size:14px;line-height:1.4;margin:0}.slider-pro h1.sp-layer{font-size:32px;line-height:1.4;margin:0}.slider-pro h2.sp-layer{font-size:24px;line-height:1.4;margin:0}.slider-pro h3.sp-layer{font-size:19px;line-height:1.4;margin:0}.slider-pro h4.sp-layer{font-size:16px;line-height:1.4;margin:0}.slider-pro h5.sp-layer{font-size:13px;line-height:1.4;margin:0}.slider-pro h6.sp-layer{font-size:11px;line-height:1.4;margin:0}.slider-pro img.sp-layer{border:none}
/* BASICS */
.button {
	background-color: #efefef;
	border: 0.1rem solid transparent;
	border-radius: 0.2rem;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	line-height: inherit;
	margin: 0 0 1rem 0;
	padding: 0.5em 1em;
	text-align: center;
	transition: background-color 0.25s ease-out 0s, border-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
	vertical-align: middle;
}

.button:hover,
.button:focus {
	background-color: #ddd;
	text-decoration: none;
}

.button.block {
	display: table;
}

.button.fifth-width { width: 20%; }
.button.quarter-width { width: 25%; }
.button.third-width   { width: 33.3%; }
.button.half-width    { width: 50%; }
.button.full-width    { width: 100%; }

.button.icon-only {
	padding: 0.5em 0.8em;
}

	.button.icon-only .icon {
	}

	.button.icon-only .text {
		display: none;
	}

.button.disabled {
	cursor: default;
	opacity: 0.4;
	pointer-events: none;
}

.button.hollow.disabled {
	opacity: 0.5;
}


/* SIZES */
.button.tiny-size    { font-size: 1rem; }
.button.small-size   { font-size: 1.3rem; }
.button.medium-size  { font-size: 1.8rem; }
.button.large-size   { font-size: 2.4rem; }
.button.huge-size    { font-size: 3.4rem; }
.button.massive-size { font-size: 5rem; }


/* THEMES */
/* -- default -- */
.button.default,
.button.default {
	background-color: #efefef;
	border-color: transparent;
	color: #000;
}

.button.default:hover,
.button.default:focus {
	background-color: #ddd;
}

.button.hollow,
.button.default.hollow {
	background-color: #fff;
	border-color: rgba(68, 68, 68, 0.5);
	color: rgba(68, 68, 68, 0.75);
}

.button.hollow:hover,
.button.hollow:focus,
.button.default.hollow:hover,
.button.default.hollow:focus {
	border-color: #444;
	color: #444;
}
/* -- /default -- */


/* -- primary -- */
.button.primary {
	background-color: #33f;
	color: #fff;
}

.button.primary:hover,
.button.primary:focus {
	background-color: #00c;
}

.button.primary.hollow {
	background-color: #fff;
	border-color: #00c;
	color: #00c;
}

.button.primary.hollow:hover,
.button.primary.hollow:focus {
	border-color: #33f;
	color: #33f;
}
/* -- /primary -- */


/* -- secondary -- */
.button.secondary {
	background-color: #808080;
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #606060;
}

.button.secondary.hollow {
	background-color: #fff;
	border-color: #808080;
	color: #808080;
}

.button.secondary.hollow:hover,
.button.secondary.hollow:focus {
	border-color: #606060;
	color: #606060;
}
/* -- /secondary -- */


/* -- success -- */
.button.success {
	background-color: #090;
	color: white;
}

.button.success:hover,
.button.success:focus {
	background-color: #060;
}

.button.success.hollow {
	background-color: #fff;
	border-color: #090;
	color: #090;
}

.button.success.hollow:hover,
.button.success.hollow:focus {
	border-color: #060;
	color: #060;
}
/* -- /success -- */


/* -- failure -- */
.button.failure {
	background-color: #c00;
	color: white;
}

.button.failure:hover,
.button.failure:focus {
	background-color: #900;
}

.button.failure.hollow {
	background-color: #fff;
	border-color: #c00;
	color: #c00;
}

.button.failure.hollow:hover,
.button.failure.hollow:focus {
	border-color: #900;
	color: #900;
}
/* -- /failure -- */


/* -- info -- */
.button.info {
	background-color: #099;
	color: white;
}

.button.info:hover,
.button.info:focus {
	background-color: #066;
}

.button.info.hollow {
	background-color: #fff;
	border-color: #099;
	color: #099;
}

.button.info.hollow:hover,
.button.info.hollow:focus {
	border-color: #066;
	color: #066;
}
/* -- /info -- */


/* -- warning -- */
.button.warning {
	background-color: #ff8000;
	color: white;
}

.button.warning:hover,
.button.warning:focus {
	background-color: #c60;
}

.button.warning.hollow {
	background-color: #fff;
	border-color: #ff8000;
	color: #ff8000;
}

.button.warning.hollow:hover,
.button.warning.hollow:focus {
	border-color: #c60;
	color: #c60;
}
/* -- /warning -- */


.external {}

	.external.cframe {}

	.external.rframe {
		height: 0;
		overflow: hidden;
		position: relative;
	}

	.external.aspect-4x3 {
		padding-bottom: 75%;
	}

	.external.aspect-16x9 {
		padding-bottom: 56.25%;
	}

		.external.rframe iframe {
			border: 0;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.external.cframe iframe {
			border: 0;
			width: 100%;
		}

/* GLOBAL */
.field {
	margin-bottom: 1.5rem;
}

.field::after {
	clear: both;
	content: "";
	display: table;
}

	.field legend {
		margin-bottom: 0;
	}

	.field .handle {
		cursor: pointer;
		padding-right: 1rem;
	}

	.field > .handle {
		display: block;
		margin-bottom: 0.5rem;
	}

	.field .control {}

	.field > .control {
		display: block;
	}

		.field .control label,
		.field.stacked .control label {
			cursor: pointer;
			display: block;
		}

		.field.inlined .control label {
			display: inline-block;
			padding-right: 1rem;
		}

	.stacked .field > .handle {
		display: block;
	}

	.stacked .field > .control {
		display: block;
	}

@media screen and (min-width: 500px) {
	.inlined .field > .handle {
		float: left;
		width: 30%;
	}

	.inlined .field > .control {
		float: right;
		width: 70%;
	}

	.inlined .field.stacked .field .control {
		float: right;
		width: 100%;
	}
}

/* STYLING RESET */
.field *::-moz-placeholder {
	color: inherit;
}

.field *::-webkit-input-placeholder {
	color: #666;
}

.field *:-ms-input-placeholder {
	color: #666;
}

.field input[type="text"],
.field input[type="password"],
.field input[type="number"],
.field input[type="file"],
.field textarea,
.field select {
	border: 1px solid #ccc;
	border-radius: 0.2rem;
	padding: 0.5em 0.6em;
	width: 100%;
}

.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="number"]:focus,
.field textarea:focus,
.field select:focus {}

.field input[type="checkbox"],
.field input[type="radio"] {}

.field input[type="checkbox"]:focus,
.field input[type="radio"]:focus {}


/* WIDTHS */
.field.tiny-width   { width: 25%; }
.field.small-width  { width: 50%; }
.field.medium-width { width: 75%; }


/* SIZES */
.field.tiny-size      { font-size: 1rem; }
.field.small-size     { font-size: 1.3rem; }
.field.medium-size    { font-size: 1.8rem; }
.field.large-size     { font-size: 2.4rem; }
.field.huge-size      { font-size: 3.4rem; }
.field.massive-size   { font-size: 5rem; }

@media screen and (min-width: 400px) {

	.field.tiny-width   { width: 20%; }
	.field.small-width  { width: 40%; }
	.field.medium-width { width: 60%; }
	.field.large-width  { width: 80%; }
	.field.full-width   { width: 100%; }

	.grid .field.tiny-width   { width: 50%; }
	.grid .field.small-width  { width: 40%; }
	.grid .field.medium-width { width: 60%; }
	.grid .field.large-width  { width: 80%; }
	.grid .field.full-width   { width: 100%; }

}

@media screen and (min-width: 750px) {

	.field.tiny-width   { width: 10%; }
	.field.small-width  { width: 20%; }
	.field.medium-width { width: 50%; }
	.field.large-width  { width: 75%; }
	.field.full-width   { width: 100%; }

}


/* THEMES */
.field .field-message {
	border-radius: 0.2rem;
	margin: 0.5rem 0;
	padding: 1rem;
}

.field.default label,
.field.default .handle {
	color: inherit;
}

.field.success label,
.field.success .handle {
	color: #090;
}

.field.failure label,
.field.failure .handle {
	color: #c00;
}

.field.info label,
.field.info .handle {
	color: #099;
}

.field.warning label,
.field.warning .handle {
	color: #ff8000;
}

.field.readonly label,
.field.readonly .handle {
	color: inherit;
}

.field.default input,
.field.default select,
.field.default textarea,
.field .field-message.default {
	background-color: #fff;
	border-color: #ccc;
	color: inherit;
}

.field.success input,
.field.success select,
.field.success textarea,
.field.success .field-message {
	background-color: rgba(0, 153, 0, 0.1);
	border-color: #090;
	color: #090;
}

.field.failure input,
.field.failure select,
.field.failure textarea,
.field.failure .field-message {
	background-color: rgba(204, 0, 0, 0.1);
	border-color: #c00;
	color: #c00;
}

.field.info input,
.field.info select,
.field.info textarea,
.field.info .field-message {
	background-color: rgba(0, 153, 153, 0.1);
	border-color: #099;
	color: #099;
}

.field.warning input,
.field.warning select,
.field.warning textarea,
.field.warning .field-message {
	background-color: rgba(255, 128, 0, 0.1);
	border-color: #ff8000;
	color: #ff8000;
}

.field.readonly input,
.field.readonly select,
.field.readonly textarea,
.field.readonly .field-message {
	background-color: rgba(68, 68, 68, 0.1);
	border-color: #eee;
	color: #666;
}

.field.disabled label,
.field.disabled .handle {
	opacity: 0.5;
}

.field.disabled input,
.field.disabled select,
.field.disabled textarea {
	opacity: 0.7;
}

.list {
	list-style-type: none;
	padding: 0;
}

.list.inline {}

	.list.inline li {
		display: inline-block;
		padding-right: 1rem;
	}

.list.icons {}

	.list.icons li {
		margin-left: 2.4rem;
		position: relative;
	}

		.list.icons li::before {
			content: attr(data-icon);
			font-family: FontAwesome;
			left: -3rem;
			min-width: 3rem;
			position: absolute;
			text-align: center;
			top: 0;
		}

.list.tiles {
	display: flex;
	flex-wrap: wrap;
}

	.list.tiles li {
		background-color: #efefef;
		border: 1rem solid #efefef;
		height: 20rem;
		margin: 0 0.5rem 0.5rem 0;
		padding: 0;
		transition: all 200ms ease;
		vertical-align: top;
		width: 20rem;
	}

	.list.tiles li:hover,
	.list.tiles li:focus {
		box-shadow: 0 0 0.5rem #aaa;
		transform: scale(1.2);
	}

		.list.tiles .tile {
			align-items: center;
			display: flex;
			flex-direction: column;
			height: 100%;
			justify-content: center;
			overflow: hidden;
			text-align: center;
			width: 100%;
		}
		
		.list.tiles .tile:hover,
		.list.tiles .tile:focus {
			text-decoration: none;
		}

			.list.tiles .tile-image {
				max-height: 100%;
				object-fit: contain;
				flex: 0 1 auto;
			}

			.list.tiles .tile-text {
				flex: 0 0 auto;
				max-width: 100%;
			}

.list.divided {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

	.list.divided li {
		border-top: 1px solid #ddd;
		padding: 0.5rem 0;
	}

	.list.divided li:first-child {
		border-top: 0;
	}

.list.inline.divided {
	border: 0;
}

	.list.inline.divided li {
		border-left: 1px solid #ddd;
		border-top: 0;
		margin: 0;
		padding: 0 1rem 0 1.4rem;
	}

	.list.inline.divided li:first-child {
		border-left: 0;
		padding-left: 0;
	}

.list.striped {}

	.list.striped li {
		padding: 0.5rem 1rem;
	}

	.list.striped li:nth-child(odd) {
		background-color: #ddd;
	}

.menu-container {}

	.menu-container .menu-toggle:hover {
		text-decoration: none;
	}

	.menu-container.compact .menu-toggle {}

		.menu-container .menu-toggle .icon {
			font-size: 1.7rem;
		}

		.menu-container.compact .menu-toggle .icon {
			font-size: 3.2rem;
			text-indent: 0;
			vertical-align: middle;
		}

	.menu {
		background-color: #fafafa;
		display: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.menu.target-active,
	.menu .submenu.target-active {
		display: block;
	}

		.menu li {
			background-color: #fff;
			position: relative;
		}

			.menu a {
				display: block;
				padding: 1rem 2rem;
				transition: background-color 100ms ease, color 100ms ease;
			}

			.menu .has-submenu a {
				padding-right: 4rem;
			}

			.menu a:hover,
			.menu a.toggle-active,
			.menu li.current > a {
				background-color: #efefef;
				text-decoration: none;
			}

				.menu a.icon {
					line-height: 1.5;
					margin-left: -0.4rem;
					padding: 1rem;
					position: absolute;
					right: 0;
					top: 0;
					vertical-align: top;
				}

			.menu .submenu {
				display: none;
				padding-left: 2rem;
			}

				.menu .submenu li {
					display: block;
					text-align: left;
				}

					.menu .submenu a {
						display: block;
						padding: 1rem 2rem;
					}

	.menu-container.mega {}

		.menu-container.mega a {
			transition: all 300ms ease;
		}

		.menu-container.mega a:hover,
		.menu-container.mega a:focus {
			background-color: #888;
			color: #fff;
			text-decoration: none;
		}

			.menu-container.mega .main-menu .list li {
				padding-right: 0;
			}

@media screen and (max-width: 799px) {

	.menu-container.mega {}

		.menu-container.mega .main-menu {
			background-color: #fff;
			bottom: 0;
			flex-direction: column;
			height: 100vh;
			justify-content: flex-end;
			left: 0;
			overflow-y: auto;
			padding: 0;
			position: absolute;
			transform: scale(1);
			transform-origin: 4rem bottom;
			transition: transform 150ms linear;
			width: 100%;
		}

		.menu-container.mega .main-menu.is-collapsed {
			transform: scale(0);
		}

		.menu-container.mega .main-menu.is-showing-menu,
		.menu-container.mega .main-menu.is-showing-menu + .toggle-menu  {
			transform: scale(1) translateX(-100vw);
		}

			.menu-container.mega .main-menu .list {
				bottom: 6rem;
				display: flex;
				flex-direction: column;
				position: absolute;
				width: 100%;
			}

				.menu-container.mega .main-menu .more {
					border-bottom: 0.1rem solid blue;
					margin: 0 1rem 1rem 1rem;
					padding-bottom: 1rem;
					order: -1;
					text-align: right;
				}

						.menu-container.mega .main-menu .list a {
							display: block;
							font-weight: bold;
							padding: 2rem 4rem 2rem 2rem;
							position: relative;
							text-transform: uppercase;
						}

						.menu-container.mega .main-menu .more a {
							display: inline-block;
							padding-right: 2rem;
						}

							.menu-container.mega .main-menu .list span {
								display: none;
							}

							.menu-container.mega .main-menu .list span.show-mobile {
								display: inline;
							}

							.menu-container.mega .main-menu .list .icon {
								display: inline-block;
								font-size: 3rem;
								position: absolute;
								right: 2rem;
								top: 2.2rem;
								transform: rotate(270deg);
							}

							.menu-container.mega .main-menu .list .icon.fa-search {
								font-size: 2.1rem;
								top: 2.8rem;
								transform: rotate(0deg);
							}

							.menu-container.mega .main-menu .list .icon.fa-globe {
								font-size: 2.3rem;
								top: 2.8rem;
								transform: rotate(0deg);
							}

							.menu-container.mega .main-menu .more .icon {
								margin: -0.1rem 0 0 0.5rem;
								position: static;
								transform: rotate(0deg);
								vertical-align: middle;
							}

		.menu-container.mega .toggle-menu {
			bottom: 0;
			font-size: 2.4rem;
			font-weight: bold;
			height: 6rem;
			left: 0;
			line-height: 6rem;
			padding: 0 2rem;
			position: absolute;
			text-transform: uppercase;
			transition: transform 150ms linear;
		}

		.menu-container.mega .toggle-menu:hover,
		.menu-container.mega .toggle-menu:focus {
			text-decoration: none;
		}

			.menu-container.mega .toggle-icon {
				display: inline-block;
				height: 100%;
				position: relative;
				vertical-align: middle;
				width: 4rem;
			}

				.menu-container.mega .toggle-icon .bar {
					background-color: blue;
					height: 0.2rem;
					left: 50%;;
					margin-left: -0.8rem;
					position: absolute;
					transition: all 300mss;
					transform-origin: 50% 50%;
					width: 2.1rem;
					z-index: 1;
				}

				.menu-container.mega .toggle-menu:hover .bar,
				.menu-container.mega .toggle-menu:focus .bar {
					background-color: #fff;
				}

				.menu-container.mega .toggle-icon .bar-1 { top: 2rem; }
				.menu-container.mega .toggle-icon .bar-2 { top: 2.7rem; z-index: 0; }
				.menu-container.mega .toggle-icon .bar-3 { top: 3.4rem; }

				.menu-container.mega .toggle-menu.is-expanded .bar-1 { animation: bar-1-animation 400ms forwards; }
				.menu-container.mega .toggle-menu.is-expanded .bar-2 { animation: bar-2-animation 400ms forwards; }
				.menu-container.mega .toggle-menu.is-expanded .bar-3 { animation: bar-3-animation 400ms forwards; }

		.menu-container.mega .sub-menu {}

			.menu-container.mega .close-panel {
				background-color: blue;
				bottom: 0;
				color: #fff;
				font-size: 2.8rem;
				left: 2rem;
				line-height: 5rem;
				min-width: 5rem;
				position: absolute;
				text-align: center;
				transform: translateX(100vw);
				transition: transform 150ms linear;
				z-index: 10;
			}

			.menu-container.mega .close-panel:hover,
			.menu-container.mega .close-panel:focus {
				text-decoration: none;
			}

			.menu-container.mega .menu-panel {
				background-color: #fff;
				bottom: 0;
				height: 100mm;
				height: 100vh;
				left: 0;
				overflow-y: auto;
				padding-top: calc(5vh + 6rem);
				position: absolute;
				transform: translateX(100vw);
				transition: transform 150ms linear;
				width: 100%;
			}

			.menu-container.mega .menu-panel.is-expanded,
			.menu-container.mega .menu-panel.is-expanded ~ a.close-panel {
				transform: translateX(0);
			}

				.menu-container.mega .panel-header {
					border-bottom: 1px solid blue;
					margin: 0 1rem 1rem 1rem;
					padding: 2rem 1rem;
					text-transform: uppercase;
				}

					.menu-container.mega .panel-header h3 {
						line-height: 1;
						margin: 0;
					}

				.menu-container.mega .panel-content {
					padding: 0;
				}

					.menu-container.mega .menu-panel .list {
						margin-bottom: 0;
						padding-bottom: 6rem;
					}

						.menu-container.mega .menu-panel .list a {
							display: block;
							font-weight: bold;
							padding: 1rem 2rem;
						}

						.menu-container.mega .menu-panel .list .panel-content-subtitle {
							display: none;
						}
}

@media screen and (min-width: 800px) {

	.navigation .menu-container.mega {
		display: block;
	}

		.menu-container.mega .main-menu {
			background-color: #ddd;
			left: 0;
			margin-bottom: 1rem;
			min-height: 12rem;
			opacity: 1;
			position: absolute;
			top: 0;
			transition: all 300ms ease-out;
			width: 100%;
			z-index: 20;
		}

		.menu-container.mega a {
			transition: all 300ms ease;
		}

		.site-logo + .menu-container.mega .main-menu {
			padding-left: 15rem;
		}

			.menu-container.mega .main-menu .list {
				display: flex;
				line-height: 1.4;
				margin-bottom: 0;
				min-height: 12rem;
			}

			.menu-container.mega .main-menu .list li {
				min-height: 12rem;
			}

			.menu-container.mega .main-menu .more {
				flex-grow: 1;
				text-align: right;
			}

				.menu-container.mega .main-menu .list a {
					display: inline-block;
					font-size: 2.2rem;
					font-weight: bold;
					height: 100%;
					min-height: 10rem;
					padding: 2rem 5rem 1.5rem 1.5rem;
					position: relative;
					text-transform: uppercase;
				}

				.menu-container.mega .main-menu .list .main-menu-language-selector {
					margin-left: auto;
				}

				.menu-container.mega .main-menu .list .main-menu-language-selector a{
					padding: 2rem 1.5rem 1.5rem 5rem;
				}

				.menu-container.mega .main-menu .more a {
					padding: 2rem 3rem 3rem 3rem;
				}

					.menu-container.mega .main-menu .list span {
						display: block;
						font-family: Lato, sans-serif;
						font-size: 1.8rem;
						font-style: italic;
						font-weight: normal;
						text-transform: none;
					}

					.menu-container.mega .main-menu .list span.show-mobile {
						display: none;
					}

					.menu-container.mega .main-menu .list span:not([class]) {
						display: none;
					}

					.menu-container.mega .main-menu .list .icon {
						font-family: FontAwesome;
						font-size: 2.8rem;
						font-style: normal;
						position: absolute;
						right: 1.8rem;
						top: 2rem;
						transition: transform 0.2s ease-in-out;
					}

					.menu-container.mega .main-menu .list .main-menu-item.is-expanded .icon.fa-angle-down {
						transform: rotate(180deg);
					}

					.menu-container.mega .main-menu .list .icon.fa-search {
						font-size: 2.2rem;
						left: 50%;
						right: auto;
						top: 2.4rem;
						transform: translateX(-50%);
					}

					.menu-container.mega .main-menu .list .icon.fa-globe {
						font-size: 2.2rem;
						left: 50%;
						right: auto;
						top: 2.4rem;
						transform: translateX(-50%);
					}

					.menu-container.mega .main-menu .more .icon {
						display: inline-block;
						margin-left: 0.5rem;
						position: static;
						vertical-align: middle;
					}

		.menu-container.mega .toggle-menu {
			display: none;
		}

			.menu-container.mega .menu-panel {
				background-color: #f7f7f7;
				max-height: 0;
				overflow: hidden;
				transition: max-height 300ms 300ms ease-out;
				position: absolute;
				z-index: 21;
				min-width: 25rem;
				top: 12rem;
			}

			.menu-container.mega .menu-panel.is-expanded {
				max-height: calc(100vh - 12rem);
			}

				.menu-container.mega .panel-header {
					display: none;
				}

					.menu-container.mega .panel-header h3 {
						font-size: 2.2rem;
						margin: 0;
						opacity: 0;
						padding-top: 3.4rem;
						text-transform: uppercase;
						transition: all 1200ms ease;
					}

				.menu-container.mega .panel-content {
					max-height: calc(100vh - 10rem);
					overflow-y:auto;
					padding: 0;
				}

					.menu-container.mega .menu-panel .list {
						display: block;
						margin-bottom: 0;
					}

						.menu-container.mega .menu-panel .list a {
							display: flex;
							flex-direction: column;
							font-size: 2.1rem;
							font-size: 1.8rem;
							justify-content: center;
							padding: 1rem 2rem;
							text-align: left;
							transition: background-color 0.25s ease, color 100ms ease;
						}

						.menu-container.mega .menu-panel .list .panel-content-subtitle {
							display: none;
						}
}

@media screen and (min-width: 1000px) {

	.menu-container .menu-toggle {
		display: none;
	}

	.menu-container.compact .menu-toggle {
		display: inline-block;
	}

		.menu {
			display: flex;
		}

		.compact .menu {
			display: none;
			position: absolute;
			z-index: 99;
		}

		.menu.target-active {
			display: flex;
		}

		.compact .menu.target-active {
			display: block;
		}

			.menu li {
				text-align: center;
			}

			.compact .menu li {
				text-align: left;
			}

				.menu a {
					display: block;
				}

				.menu a.icon {
					display: inline-block;
				}

				.menu .submenu {
					display: none;
					padding-left: 0;
					position: absolute;
					z-index: 99;
				}

					.menu .submenu li {
						white-space: nowrap;
					}

}

@media screen and (min-width: 1200px) {
	.menu-container.mega .main-menu .list span:not([class]) {
		display: block;
	}
}

@keyframes bar-1-animation {
	0%   { transform: rotate(0) translateY(0); }
	50%  { transform: rotate(0) translateY(0.3rem); }
	100% { transform: rotate(-45deg) translateX(-0.5rem) translateY(0.3rem); height: 0.3rem; }
}

@keyframes bar-2-animation {
	0%, 50% { /*height: 0.2rem; left: 50%; margin-left: -0.8rem; top: 2.8rem; width: 1.6rem;*/ opacity: 0.5 }
	100%    { /*height: 100%; left: 0; margin: 0; top: 0; width: 100%;*/ opacity: 0; }
}

@keyframes bar-3-animation {
	0%   { transform: rotate(0) translateY(0); }
	50%  { transform: rotate(0) translateY(-0.5rem); }
	100% { transform: rotate(45deg) translateX(-0.7rem) translateY(-0.5rem); height: 0.3rem; }
}
.video-container {
	display: flex;
	flex-direction: column;
}

	.video-container .video-title-leading {
		order: 1;
	}

	.video-container .video-title-trailing {
		order: 3;
	}

.video {
	margin-bottom: 2rem;
	order: 2;
	overflow: hidden;
	position: relative;
}

.video:after {
	content: "";
	display: block;
	padding-top: 56.25%; /* 16:9 ratio */
}

	.video img,
	.video > div,
	.video > iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}

	.video img {
		z-index: 2;
	}

	.video .video-cookie-consent {
		display: block;
		left: 0;
		max-height: 100%;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: 3;
	}

	.video .video-cookie-consent-message {
		color: #fff;
		font-size: 1.8rem;
		margin: 0 2rem 2rem;
	}

@media screen and (min-width: 550px) {
	.video .video-cookie-consent-message {
		font-size: 2.8rem;
	}
}
.visual {
	display: inline-block;
	margin: 0;
}

	.visual img {
		display: block;
		max-width: 100%;
	}

	.visual.no-scale img {
		max-width: none;
	}

	.visual.stretch img {
		width: 100%;
	}

	.visual figcaption {
		padding: 0.5rem 0;
	}
.advisor {}

	.advisor .title {}

	.advisor .controls {
		min-height: 2rem;
	}

		.advisor .controls button {}

		.advisor .controls .restart {}

		.advisor .controls .back {}

	.advisor .question {}

	.advisor .answers {}

		.advisor .answers li,
		.advisor .answers li {
			box-shadow: 0 0 0.2rem #aaa;
			height: auto;
			margin: 0 1rem 1rem 0;
			max-height: 20rem;
		}

		.advisor .answers li:hover,
		.advisor .answers li:focus {
			transform: scale(1.1);
		}

			.advisor .answer {
				color: inherit;
			}

			.advisor .answer:hover,
			.advisor .answer:focus {
				text-decoration: none;
			}

				.advisor .answer .tile-image {
					margin-bottom: 1rem;
					max-height: 12rem;
					width: 100%;
				}

				.advisor .answer .tile-text {}

	.advisor .product {}

		.advisor .advice {}

			.advisor .advice img {}

			.advisor .advice h4 {}

			.advisor .advice p {}

.advisor-v2 {}

	.advisor-v2 .title {}

	.advisor-v2 .controls {
		min-height: 2rem;
	}

		.advisor-v2 .controls button {}

		.advisor-v2 .controls .restart {}

		.advisor-v2 .controls .back {}

	.advisor-v2 .question {}

	.advisor-v2 .answers {}

		.advisor-v2 .answers li,
		.advisor-v2 .answers li {
			box-shadow: 0 0 0.2rem #aaa;
			height: auto;
			margin: 0 1rem 1rem 0;
			max-height: 20rem;
		}

		.advisor-v2 .answers li:hover,
		.advisor-v2 .answers li:focus {
			transform: scale(1.1);
		}

			.advisor-v2 .answer,
			.advisor-v2 .answer {
				color: inherit;
			}

			.advisor-v2 .answer:hover,
			.advisor-v2 .answer:focus,
			.advisor-v2 .answer:hover,
			.advisor-v2 .answer:focus {
				text-decoration: none;
			}

				.advisor-v2 .answer .tile-image {
					margin-bottom: 1rem;
					max-height: 12rem;
					width: 100%;
				}

				.advisor-v2 .answer .tile-text {}

	.advisor-v2 .product {}

		.advisor-v2 .advice {}

			.advisor-v2 .advice img {}

			.advisor-v2 .advice h4 {}

			.advisor-v2 .advice p {}

bkt-component .usps {
	font: inherit;
}
.article {}

.article.product {}

.article.content {}

	.article .toc {
		background-color: #efefef;
		margin-bottom: 2rem;
	}

		.article .toc .container {
			padding-left: 0;
			padding-right: 0;
			position: relative;
		}

			.article .menu-toggle {
				color: #000;
				display: block;
				margin: 0;
				padding: 2.2rem 2rem;
				transition: color 200ms ease, background-color 200ms ease;
			}

				.article .menu-toggle .icon {
					font-size: 1.8rem;
					margin-left: 0.5rem;
				}

			.article .menu {
				background-color: #efefef;
				/*position: absolute;*/
				width: 100%;
				/*z-index: 5;*/
			}

				.article .menu li {
					background-color: transparent;
				}

					.article .menu a {
						color: #000;
						display: block;
						margin: 0;
						padding: 2rem;
						transition: color 200ms ease, background-color 200ms ease;
					}

					.article .menu-toggle:hover,
					.article .menu a:hover,
					.article .menu a:focus {
						background-color: #888;
						color: #fff;
						text-decoration: none;
					}

			.article .toc .button {
				position: absolute;
				right: 2rem;
				top: 1.2rem;
				z-index: 5;
			}

	.article .container {}

		.article .section {
			margin-bottom: 2rem;
		}

			.article .section .title {
				line-height: 1;
				margin: 0;
			}

			.article .section .certificates {
				background-color: #efefef;
				padding: 1.5rem 2rem;
			}

				.article .section .certificates .list {
					margin-bottom: 0;
				}

					.article .section .certificates li {
						margin-right: -5px;
						padding: 2rem;
					}

					.article .section .certificates img {
						max-height: 7rem;
						max-width: 7rem;
						vertical-align: middle;
					}

@media screen and (min-width: 1000px) {
	.article .menu-toggle {
		display: none;
	}

	.article .menu {
		position: relative;
	}
}

.call-to-action {
	background-color: #efefef;
	background-position: center center;
	background-size: cover;
	color: inherit;
	margin: 0 1rem 1rem 0;
	display: inline-block;
	padding: 1.5rem 2rem;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.call-to-action:hover,
.call-to-action:focus {
	background-color: #ddd;
	text-decoration: none;
}

	.call-to-action .title {
		display: block;
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	.call-to-action .text {
		display: block;
		margin-bottom: 1.5rem;
	}

	.call-to-action .image {
		display: block;
		margin-bottom: 1rem;
	}

		.call-to-action .image img {
			max-width: 100%;
		}

	.call-to-action .button {
		margin: 0.5rem 0;
	}

.collapsible-container {
	border-bottom: solid 1px #eeedeb;
	overflow: hidden;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.collapsible-container .collapsible-container {
	border-bottom: solid 1px #fff;
	margin-bottom: 0;
}

.collapsible-container:hover,
.collapsible-container.is-active {
	background-color: #eeedeb;
}

.collapsible-container__control {
	border: none;
	color: #000;
	cursor: pointer;
	display: block;
	margin: 0;
	outline: none;
	padding: 10px 50px 10px 20px;
	position: relative;
	text-align: left;
	width: 100%;
}

.collapsible-container__control .icon {
	display: block;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.collapsible-container__control.is-active .icon {
	transform: translateY(-50%) rotate(180deg);
}

.collapsible-container__panel .collapsible-container__control {
	color:#000;
}

.collapsible-container__panel .collapsible-container {
	margin-left: -20px;
	margin-right: -20px;
}

.collapsible-container__control.is-active h2,
.collapsible-container__control:focus h2 {
	position: relative;
}

.collapsible-container__panel {
	overflow: hidden;
	padding: 10px 20px;
}
.stacked {}


.grid {
	padding: 1rem 0;
}

.flex-grid .row {
	display: flex; 
	flex-flow: row wrap; 
  }

.flex-grid .cell  { 
	display: flex; 
	flex: 0 0 auto;
	flex-flow: column; 
  }
.flex-grid .item {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	flex-grow: 1;
}

.grid.no-moat {
	padding: 0;
}

.grid.narrow-moat {
	padding: 0.5rem 0;
}

.grid.default-moat {
	padding: 1rem 0;
}

.grid.wide-moat {
	padding: 2rem 0;
}

	.grid .row {
		margin: 0 -1rem;
		padding: 0;
	}

		.grid .row .row {
			padding: 0;
		}

	.grid .row:after {
		clear: both;
		content: "";
		display: table;
	}

	.flex-grid .row:after {
		display: none;
	}

	.grid.no-moat .row {
		margin: 0;
		padding: 0;
	}

	.grid.narrow-moat .row {
		margin: 0 -0.5rem;
	}

	.grid.default-moat .row {
		margin: 0 -1rem;
	}

	.grid.wide-moat .row {
		margin: 0 -2rem;
	}

		.grid .filler {
			outline: 1px solid #aaa;
			padding: 1rem;
		}

		.grid [class*=full] > .filler    { background-color: linen; }
		.grid [class*=half] > .filler    { background-color: thistle; }
		.grid [class*=third] > .filler   { background-color: salmon; }
		.grid [class*=quarter] > .filler { background-color: tan; }
		.grid [class*=fifth] > .filler   { background-color: lightsteelblue; }

		.grid .cell {
			float: left;
			padding: 1rem;
			width: 100%;
		}

			.grid .cell .cell {
				padding-bottom: 0;
				padding-top: 0;
			}

		.grid.no-moat > .row > .cell {
			padding: 0;
		}

		.grid.narrow-moat > .row > .cell {
			padding: 0.5rem;
		}

		.grid.default-moat > .row > .cell {
			padding: 1rem;
		}

		.grid.wide-moat > .row > .cell {
			padding: 2rem;
		}

			.grid .visual img {
				width: 100%;
			}


@media screen and (min-width: 400px) {
	.grid .cell.one-quarter,
	.grid .cell.one-fifth {
		width: 50%;
	}
}

@media screen and (min-width: 750px) {
	.grid .cell.one-half      { width: 50%; }
	.grid .cell.one-third     { width: 33.3%; }
	.grid .cell.two-third     { width: 66.6%; }
	.grid .cell.one-quarter   { width: 25%; }
	.grid .cell.two-quarter   { width: 50%; }
	.grid .cell.three-quarter { width: 75%; }
	.grid .cell.one-fifth     { width: 20%; }
	.grid .cell.two-fifth     { width: 40%; }
	.grid .cell.three-fifth   { width: 60%; }
	.grid .cell.four-fifth    { width: 80%; }
}
.item {
	overflow: hidden;
}

	.item .visual {
		margin-bottom: 2rem;
		width: 100%;
	}

	.item .item-subtitle {
		margin-bottom: 1rem;
		font-weight: bold;
		line-height: 1.5;
	}

	.item .button {
		margin-bottom: 2rem;
	}

.item.padded {
	padding: 0 3rem;
}

	.item.padded .item-visual {
		margin: 0 -3rem;
		width: auto;
	}

	.item.padded .visual {
		margin-bottom: 0rem;
		width: auto;
	}

	.item.padded .item-content {
		padding-top: 2rem; 
	} 


	/* stretch content of .item when in .flex-grid */
	.grid.flex-grid .item > .item-content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
	
	.grid.flex-grid .item > .item-content > .item-text {
		flex-grow: 1;
	}



	.item.product .visual {
		background-color: #bbb;
		height: 20rem;
		margin: 0 0 1rem 0;
		width: 100%;
	}

	.item.product .visual.transparent {
		background-color: transparent;
	}

		.item.product .visual a {
			align-items: center;
			display: flex;
			flex-direction: column;
			height: 100%;
			justify-content: flex-end;
			padding: 2rem 2rem 0 2rem;
		}

			.item.product .item-visual .visual img {
				display: flex;
				flex: 0 1 auto;
				max-height: 16rem;
				object-fit: contain;
				width: auto;
			}

.item.visual-first:after,
.item.visual-last:after {
	clear: both;
	content: "";
	display: table;
}

.item.centered {
	text-align: center;
}

	.item.centered .visual {
		background-color: inherit;
	}

@media screen and (min-width: 550px) {

	.item.visual-first .item-visual,
	.item.visual-last .item-visual {
		width: 50%;
	}

	.item.visual-first .item-content,
	.item.visual-last .item-content {
		width: 50%;
	}

	.item.visual-first .item-visual,
	.item.visual-last .item-content {
		float: left;
	}

	.item.visual-last .item-visual,
	.item.visual-first .item-content {
		float: right;
	}

	.item.visual-first .item-content {
		padding-left: 2rem;
	}

	.item.visual-last .item-content {
		padding-right: 2rem;
	}

	.item.visual-first.padded,
	.item.visual-last.padded {
		padding: 3rem;
	}

		.item.visual-first.padded .item-visual,
		.item.visual-last.padded .item-visual {
			margin: -3rem;
		}

			.item.visual-first.padded .visual,
			.item.visual-last.padded .visual {
				display: block;
				margin-bottom: 0;
			}

		.item.visual-first.padded .item-content {
			padding-left: 0;
		}

}

@media screen and (min-width: 900px) {

	.item.visual-first .item-visual,
	.item.visual-last .item-visual {
		width: 30%;
	}

	.item.visual-first .item-content,
	.item.visual-last .item-content {
		padding-right: 30%;
		position: relative;
		width: 70%;
	}

		.item.visual-first .item-title {}

		.item.visual-first .item-text {}

		.item.visual-first .item-content .button {}

		.item.visual-first .item-content ul,
		.item.visual-last .item-content ul {
			left: 65%;
			position: absolute;
			right: 0;
			top: 18%;
		}

}

.landing {
	position: relative;
}

.language-selector {
	background-color: #888;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.language-selector .container {
		background-color: rgba(255,255,255,0.9);
	}

	.language-selector .language-selector-item {
		position: relative;
	}

	.language-selector .country {
		color: #111;
		font-family: Futura, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

	.language-selector .language-list {
		display: none;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
@media screen and (max-width: 399px) {

	.language-selector .country {
		color: #111;
		cursor: pointer;
		display: inline-block;
		font-size: 15px;
		letter-spacing: 0.5px;
		margin-top: -1px;
		padding: 20px 28px;
		position: relative;
		text-transform: uppercase;
		width: 100%;
	}

	.language-selector .language-selector-item.is-active .country {
		background-color: #555;
		color: #fff;
	}

	.language-selector .language-selector-item.has-children .country:before {
		background: #333;
		content: '';
		height: 2px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: rotate(90deg);
		transition: all 0.2s ease-in-out;
		width: 14px;
	}

	.language-selector .language-selector-item.has-children .country:after {
		background: #333;
		content: '';
		height: 2px;
		position: absolute;
		right: 20px;
		top: 50%;
		width: 14px;
	}

	.language-selector .language-selector-item.has-children.is-active .country:before {
		transform: rotate(0deg);
		
	}

	.language-selector .language-selector-item.is-active .language-list {
		display: block;	
		z-index: 1;
	}

	.language-selector .language-selector-item.is-active .language-list .language {
		width: 100%;
		color: #fff;
		font-size: 15px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		padding: 20px 28px;
		background-color: #333333;
		display: inline-block;
		cursor: pointer;
		position: relative;
		text-decoration: none;
	}

	.language-selector.is-active .language-list .language:hover {
		background-color: #555;
	}
}

@media screen and (min-width: 400px) {
	.language-selector {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: calc( 100vh - 12rem);
	}
	
	.language-selector-edit {
		min-height: 500px;
	}

	.language-selector .container.narrow {
		padding: 5rem;
		width: 100%;
	  }

		.language-selector .language-selector-item{
			padding: 10px 0;
		}

		.language-selector .language-list {
			background-color: #333333;
			position: absolute;
			padding: 0;
			margin: 20px 20px 0 0;
			width: calc(100% - 20px);
		}

		.language-selector .language-selector-item.is-active .language-list:before {
			border-color: transparent transparent #333333 transparent;
			border-style: solid;
			border-width: 0 10px 15px 10px;
			content:'';
			height: 0;
			left: 20px;
			position: absolute;
			top: -15px;
			width: 0;
		}

		.language-selector .language-selector-item.is-active .language-list {
			display: block;	
			z-index: 1;
		}

		.language-selector .language-selector-item.is-active .language-list .language {
			color: #fff;
			display: block;
			padding: 10px 20px;
			text-decoration: none;
		}

		.language-selector .language-selector-item.is-active .language-list .language:hover {
			background-color: #555;
		}
		
		.language-selector .button.back {
			margin-top: 20px;
		}
}
.masthead {
	background-color: #efefef;
	min-height: 34rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2rem;
	position: relative;
}

.masthead::after {
	clear: both;
	content: "";
	display: table;
}

.masthead.product {
	min-height: 0;
}

.masthead.visual-bg {}

.masthead.plain-bg {}

.masthead.pattern-bg {
	background-position: 100% 0;
	background-size: auto 100%;
}

	.masthead .container {
		padding: 2rem;
	}

	.masthead.product .container,
	.masthead.product .container.narrow {
		overflow: hidden;
		position: static;
	}

		.masthead.product .content {
			display: inline-flex;
			height: 100%;
			margin-right: -5px;
			min-width: 17rem;
			overflow: visible;
			vertical-align: top;
			width: 100%;
		}

			.masthead .text > * {
				text-shadow: 0 0 1em transparent, rgba(0,0,0,0.75) 0 4px 16px;	/* [1] */
			}

			.masthead .title {
				margin-top: 0;
			}

			.masthead.product .title {
				font-size: 12vw;
			}

			.masthead.product .text p {
				font-size: 6.2vw;
			}

			.masthead .actions {}

				.masthead .menu-container .button {
					position: relative;
					white-space: nowrap;
					z-index: 9;
				}

					.masthead .actions .menu-container .menu-icon {
						font-size: 2rem;
						margin-left: 2rem;
						margin-top: -0.5rem;
					}

				.masthead .actions .menu {
					position: absolute;
					z-index: 100;
				}

		.masthead .visuals {
			margin-bottom: 2rem;
		}

		.masthead.product .visuals {
			display: inline-block;
			min-width: 15rem;
			padding-top: 2rem;
			text-align: center;
			width: 100%;
		}

			.masthead .visual {
				min-width: 20rem;
				width: 30%;
			}

			.masthead.product .visual {
				min-width: 0;
				width: 100%;
			}

				.masthead.product .visual img {
					display: inline-block;
					-webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.3));
					filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.3));
					max-height: 50rem;
				}

		.masthead.product .endorsements {
			right: 0;
			position: absolute;
			top: 50%;
		}

			.masthead.product .endorsement {
				margin: 0;
				max-width: 110px;
				max-height: 110px;
			}
			.endorsement img {
				max-width: 100%;
				max-height: 100%;
				object-fit: contain;
			}

		.masthead .next-section {
			bottom: 1rem;
			position: absolute;
			right: 1rem;
			transition: background-color 200ms ease;
		}

@media screen and (min-width: 400px) {
	.masthead.product .container {
		min-height: 50rem;
	}

		.masthead.product .content {
			padding-top: 2rem;
			width: 50%;
		}

			.masthead.product .text h1 {
				font-size: 8vw;
			}

			.masthead.product .text p {
				font-size: 4vw;
			}

		.masthead.product .visuals {
			width: 50%;
		}

			.masthead.product .visual img {
				max-height: 66rem;
			}

		.masthead.product .endorsements {
			top: 20%;
		}
}

@media screen and (min-width: 800px) {
	.masthead.product .container {
		height: 60rem;
	}

		.masthead.product .content {
			padding-top: 0;
		}

			.masthead.product .text h1 {
				font-size: 7vw;
			}

			.masthead.product .text p {
				font-size: 2.5vw;
			}

		.masthead.product .visuals {
			align-items: center;
			display: inline-flex;
			height: 76rem;
			width: 50%;
		}

			.masthead.product .visual {
				max-height: 70rem;
			}
}

@media screen and (min-width: 1200px) {
	.masthead.product .text h1 {
		font-size: 5vw;
	}

	.masthead.product .text p {
		font-size: 2vw;
	}
}

@media screen and (min-width: 1600px) {
	.masthead.product .text h1 {
		font-size: 4vw;
	}

	.masthead.product .text p {
		font-size: 1.4vw;
	}
}

/* GLOBAL */
.message {
	background-color: #fff;
	border: 2px solid #efefef;
	border-radius: 0.2rem;
	margin-bottom: 1rem;
	padding: 1rem 4rem 0 2rem;
	position: relative;
	z-index: 1;
}


[data-cc] [data-cc-modal].message {
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	width: 100%;
}

	[data-cc] [data-cc-modal].message.fixed {
		position: fixed;
		z-index: 1010!important;
	}

	[data-cc] .message .close {
			display: none;
	}

	.message .title {
		color: #444;
	}

	.message .buttons {
		margin: 2rem 0 1rem 0;
	}

	.message .close {
		position: absolute;
		right: -0.2rem;
		top: -0.2rem;
	}

/* COOKIES */

.message .field .control label {
	margin-bottom: 1.2rem;
}

.cookie-consent-backdrop {
	background-color: rgba(0,0,0,.2);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

/* POSITIONING */
.message.positioned {
	position: absolute;
	z-index: 99;
}

.message.fixed {
	position: fixed;
	z-index: 99;
}

.message.top {
	top: 0;
}

.message.bottom {
	bottom: 0;
	margin-bottom: 0;
}

/* THEMES */
.message.default {
	border-color: #efefef;
}

	.message.default .title {
		color: #444;
	}

.message.primary {
	background-color: rgba(51, 51, 255, 0.1);
	border-color: rgba(51, 51, 255, 0.5);
}

	.message.primary .title {
		color: #33f;
	}

	.message.primary .button.close {
		background-color: rgba(51, 51, 255, 0.75);
	}

	.message.primary .button.close:hover,
	.message.primary .button.close:focus {
		background-color: rgba(51, 51, 255, 0.9);
	}

.message.secondary {
	background-color: rgba(128, 128, 128, 0.1);
	border-color: rgba(128, 128, 128, 0.5);
}

	.message.secondary .title {
		color: #808080;
	}

	.message.secondary .button.close {
		background-color: rgba(128, 128, 128, 0.75);
	}

	.message.secondary .button.close:hover,
	.message.secondary .button.close:focus {
		background-color: rgba(128, 128, 128, 0.9);
	}

.message.success {
	background-color: rgba(0, 153, 0, 0.1);
	border-color: rgba(0, 153, 0, 0.5);
}

	.message.success .title {
		color: #090;
	}

	.message.success .button.close {
		background-color: rgba(0, 153, 0, 0.75);
	}

	.message.success .button.close:hover,
	.message.success .button.close:focus {
		background-color: rgba(0, 153, 0, 0.9);
	}

.message.failure {
	background-color: rgba(204, 0, 0, 0.1);
	border-color: rgba(204, 0, 0, 0.5);
}

	.message.failure .title {
		color: #c00;
	}

	.message.failure .button.close {
		background-color: rgba(204, 0, 0, 0.75);
	}

	.message.failure .button.close:hover,
	.message.failure .button.close:focus {
		background-color: rgba(204, 0, 0, 0.9);
	}

.message.info {
	background-color: rgba(0, 153, 153, 0.1);
	border-color: rgba(0, 153, 153, 0.5);
}

	.message.info .title {
		color: #099;
	}

	.message.info .button.close {
		background-color: rgba(0, 153, 153, 0.75);
	}

	.message.info .button.close:hover,
	.message.info .button.close:focus {
		background-color: rgba(0, 153, 153, 0.9);
	}

.message.warning {
	background-color: rgba(255, 128, 0, 0.1);
	border-color: rgba(255, 128, 0, 0.5);
}

	.message.warning .title {
		color: #ff8000;
	}

	.message.warning .button.close {
		background-color: rgba(255, 128, 0, 0.75);
	}

	.message.warning .button.close:hover,
	.message.warning .button.close:focus {
		background-color: rgba(255, 128, 0, 0.9);
	}

	@media screen and (max-width: 550px) {

		.message.fixed {
			max-height: calc(100vh - 60px);
			overflow-y: auto;
		}
	}
.campaign-site .navigation {
	text-align: right;
}

	.campaign-site .navigation .visual {
		float: left;
		margin-right: 1rem;
		max-width: 35%;
	}

	.navigation .menu-container {
		display: inline-block;
	}

	.campaign-site .navigation .menu-container {
		z-index: 10;
	}

		.navigation .menu-container .menu-toggle {
			display: inline-block;
			height: 4rem;
			overflow: hidden;
			position: relative;
			text-indent: 999px;
			width: 4rem;
		}

			.navigation .menu-container .menu-toggle .icon {
				font-size: 4.2rem;
				left: 0;
				position: absolute;
				text-indent: 0;
				top: 0;
			}

		.navigation .menu-container .menu {
			text-align: left;
		}

		.navigation .menu-container .menu.target-active {
			position: absolute;
			z-index: 100;
		}

		.campaign-site .navigation .menu-container .menu.target-active {
			right: 0;
			top: 10rem;
			width: 100%;
		}

@media screen and (min-width: 1000px) {
	.campaign-site .navigation .menu-container {
		float: right;
	}

		.campaign-site .navigation .menu-container .menu-toggle {
			display: none;
		}

		.campaign-site .navigation .menu-container .menu.target-active {
			position: relative;
			right: auto;
			top: auto;
		}

}
.quicknav {
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 2rem auto;
}

.quicknav.homepage {
  margin-bottom: 10rem;
}

  .quicknav .container.narrow {
    padding: 4rem 2rem;
  }

  .quicknav.homepage .container.narrow {
    max-width: 120rem; 
    padding: 8rem 2rem 4rem 2rem;
    position: relative;
  }

    /* michael.vanden.oudenalder[at]efocus.nl, 2016-10-24 */
    /* 1. Added text-shadow to increase title readability. Possibly needs to */
    /* be scoped to specific brands in the future. */
    .quicknav .title {
      margin: 0 0 2rem 0;
      text-align: center;
      text-shadow: rgba(0,0,0,0.75) 0 4px 16px;			/* [1] */
    }

    .quicknav .panels {
      align-items: stretch;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

    /* michael.vanden.oudenalder[at]efocus.nl, 2016-09-05 */
    /* 1. Added flex-direction to force column layout on mobile devices. */
    .quicknav.homepage .panels {
      flex-direction: column;				/* [1] */
      flex-wrap: nowrap;
    }

      .quicknav .panel {
        background-color: #efefef;
        flex-basis: calc(100% - 1rem);
        margin: 0.5rem 0;
        padding: 2rem 3rem;
        text-align: center;
        transition: all 300ms ease;
      }

      /* michael.vanden.oudenalder[at]efocus.nl, 2016-09-05 */
      /* 1. Changed margin from ´0´ to ´0.5rem 0´ to accomodate the new mobile
            column layout. */
      /* 2. 50% --> auto to prevent the flex containers from collapsing on */
      /* small iOS devices (see https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/

      .quicknav.homepage .panel {
        flex-shrink: 1;
        flex-basis: auto;									/* [2] */
        margin: 0.5rem 0;									/* [1] */
      }

      .quicknav .panel:hover,
      .quicknav .panel:focus {
        background-color: #ddd;
        text-decoration: none;
      }

        .quicknav .panel-title {}

        .quicknav .panel-subtitle {}

    .quicknav .search-form {
      bottom: -9rem;
      left: 0;
      margin: 1rem 0;
      padding: 0 2rem;
      position: absolute;
      width: 99%;
    }

    .quicknav.homepage .search-form {
      margin: 1rem 0;
    }

      .quicknav .search-form .handle {
        display: none;
      }


@media screen and (min-width: 350px) {
  .quicknav .panel {
    flex-basis: calc(50% - 1rem);
    margin: 0.5rem;
    padding: 3rem;
  }
}


@media screen and (min-width: 500px) {
  .quicknav.homepage .container.narrow {
    padding: 16rem 2rem;
  }

  .quicknav.homepage .panel {
    margin: 0.5rem;
  }

  .quicknav.homepage .search-form {
    margin: 1rem 0.5rem;
  }
}


@media screen and (min-width: 650px) {
  .quicknav .panel {
    flex-basis: calc(33% - 1rem);
    text-align: left;
  }

    .quicknav .panel-title {
      padding-right: 2rem;
      position: relative;
    }

      /* michael.vanden.oudenalder[at]efocus.nl, 2016-09-07 */
      /* Lowered top from .5rem to improve arrow-down alignment. */
      .quicknav .panel-title .icon {
        position: absolute;
        right: 0;
        top: 0.4rem;
      }
}

/* michael.vanden.oudenalder[at]efocus.nl, 2016-09-05 */
/* Added breakpoint to accomodate a flex-direction change for tablets */
/* 1. Added flex-basis to let .panel take up half the available space from */
/* tablets and up. */
@media screen and (min-width: 768px) {
  .quicknav.homepage .panels {
    flex-direction: row;
  }

  .quicknav.homepage .panel {
    flex-basis: calc(50% - 1rem);
  }
}

@media screen and (min-width: 1000px) {
  .quicknav .panel {
    flex-basis: calc(25% - 1rem);
  }
}

.search-form {}

.search-form.with-filter {
	background-color: #eeedeb;
	padding: 2rem 3rem;
}

	.search-form .search-field {
		position: relative;
		width: 100%;
	}

		.search-form .search-field .search-input {
			padding: 1rem 1rem 1.1rem 1rem;
		}

		.search-form .search-button {
			bottom: 0.2rem;
			margin: 0;
			position: absolute;
			right: 0.2rem;
		}

@media screen and (min-width: 550px) {
	.search-form.with-filter {
		overflow: hidden;
	}

		.search-form.with-filter .search-field {
			float: left;
			width: 45%;
		}

		.search-form.with-filter .search-filter {
			float: right;
			width: 45%;
		}
}
.slider {}

	.slider.edit-mode{}

	.slider.edit-mode .sp-mask{
		height: 100px !important;
	}
	.slider.edit-mode .sp-slide{
		height: 100px !important;
	}

	.sp-slides {}

		.sp-slide {
			background-color: #eeedeb;
			padding: 2rem;
		}

			.slide {
				display: block;
				padding: 2rem 0;
			}

			.carousel .slide {
				text-align: center;
			}

			.slide:focus,
			.slide:hover {
				text-decoration: none;
			}

				.slide-image {
					max-width: 100%;
				}
			.product-carousel {
				margin-bottom: 1rem;
			}

				.product-carousel .slide-image {
					height: 20rem;
					object-fit: contain;
				}

				.slide-title {}

				.product-carousel .slide-title {
					/* font-size: 2rem; */
					margin: 1rem 0;
				}

				.slide-description {
					color: initial;
					margin: 0;
				}

	.sp-arrow {
		background-color: #fff;
		height: 3.1rem;
		width: 3.1rem;
	}

	.sp-arrow:hover,
	.sp-arrow:focus {
		background-color: #000;
		color: #fff;
	}

	.sp-next-arrow {
		transform: none;
	}

	.sp-arrow:before,
	.sp-arrow:after {
		background-color: transparent;
		font-family: FontAwesome;
		position: absolute;
		right: auto;
		top: 0.6rem;
		transform: none;
	}

	.sp-previous-arrow:after,
	.sp-next-arrow:after {
		display: none;
	}

	.sp-previous-arrow:before {
		content: '\f053';
		left: 0.8rem;
	}

	.sp-next-arrow:before {
		content: '\f054';
		left: 1rem;
	}


.socialmedia-catalogue {
	padding-top: 2rem;
}

.socialmedia--catalogue-sidebar {}

	.socialmedia-catalogue-sidebar .search-form {
		display: none;
	}

		.socialmedia-catalogue-sidebar .search-form.is-visible {
			display: block;
			padding-top: 0;
		}

		.socialmedia-catalogue-sidebar .search-form .search-button {
			bottom: auto;
			top: 0;
		}

.socialmedia-catalogue-socialmedias {}

.socialmedia-catalogue-items{}
	.socialmedia-catalogue-items .icon-list{
		display: flex;
		padding: 0;
		list-style: none;
	}

	.socialmedia-catalogue-items .icon-list .icon-list-item {
		width: 16.66%;

	}

	.socialmedia-catalogue-items .icon-list .icon{
			font-size: 3rem;
		}

.category-selection {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	padding: 1rem;
	position: relative;
	text-align: center;
}

	.category-selection .back,
	.category-selection .restart {
		color: #000;
		height: 1.8rem;
		position: absolute;
		top: 48%; /* magic number */
		transform: translateY(-50%);
	}

	.category-selection .back {
		left: 1rem;
	}

	.category-selection .restart {
		right: 1rem;
	}

	.category-selection .category-selection-title {
		font-size: 2rem;
		margin-bottom: 0;
		padding: 0 3.5rem;
	}

	.category-selection .category-selection-title:only-child {
		padding: 0;
		text-align: center;
	}

/**/
/* Responsive */
/**/

@media screen and (min-width: 800px) {
	.socialmedia-catalogue {
		overflow:hidden;
		padding-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.socialmedia-catalogue-sidebar {
		float: left;
		padding-right: 2rem;
		width: 25%;
	}

	.socialmedia-catalogue-items {
		float: left;
		width: 75%;
	}

	.socialmedia-catalogue-socialmedias > p {
		margin-bottom: 1.7rem;
	}
}

/* larger than mobile */
/*@media screen and (min-width: 400px) {}*/

/* larger than phablet */
/*@media screen and (min-width: 550px) {}*/

/* larger than tablet */
/*@media screen and (min-width: 750px) {}*/

/* larger than desktop */
/*@media screen and (min-width: 1000px) {}*/

/* larger than desktop hd */
/*@media screen and (min-width: 1200px) {}*/

html,
body {
	margin: 0;
	height: 100%;
}

body {
	font-family: "Trebuchet MS", sans-serif;
}

.sg-swatch .color-1 {
	background-color: #444;
	color: #fff;
}

.sg-swatch .color-2 {
	background-color: #888;
	color: #fff;
}

.sg-swatch .color-3 {
	background-color: #fff;
	color: #000;
}

.sg-swatch .color-4 {
	background-color: #efefef;
	color: #000;
}

#overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transform-style: preserve-3d;
	transition: background-color 300ms ease;
	width: 100%;
	z-index: 999;
}

#overlay.hidden {
	background-color: rgba(0, 0, 0, 0);
	z-index: -1;
}

	#loader {
		color: #fff;
		left: 50%;
		position: absolute;
		transform: translateX(-50%) translateY(-50%);
		top: 50%;
	}

.content-left {
	text-align: left;
}

.content-center {
	text-align: center;
}

.content-right {
	text-align: right;
}

	.page-header {
		background-color: #ddd;
		padding: 2rem 0;
	}

	.brand-site .page-header {
		bottom: 0;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 10;
	}

	.campaign-site .page-header {
		min-height: 10rem;
		min-width: 32rem;
	}

	.campaign-site .page-header::after {
		clear: both;
		content: "";
		display: table;
	}

	.page-footer {
		background-color: #999;
	}

	.brand-site .page-footer {
		margin-bottom: 15rem;
	}

		.page-footer .footer-bottom {
			background-color: #ddd;
		}

		.campaign-site .page-footer .content-left,
		.campaign-site .page-footer .content-center,
		.campaign-site .page-footer .content-right {
			text-align: center;
		}

		.campaign-site .page-footer .cell a img:hover,
		.campaign-site .page-footer .cell a img:focus {
			-webkit-filter: saturate(200%);
			filter: saturate(200%);
		}

		.container {
			padding: 0 2rem;
		}

		.container.narrow {
			margin: 0 auto;
		}

		.brand-site .container.narrow {
			max-width: 160rem;
		}

		.container.narrow,
		.campaign-site .container.narrow {
			max-width: 128rem;
		}

		.container.wide {
			max-width: 100%;
		}

		.container.wide::after {
			clear: both;
			content: "";
			display: table;
		}

@media screen and (min-width: 400px) {
	.campaign-site .page-footer .cell.one-third {
		width: 100%;
	}
}

@media screen and (min-width: 550px) {
	.viewport {
		display: flex;
		flex-direction: column;
		height: 100vh;
	}

		.page-header {
			flex: none;
		}

		.page-main {
			flex: 1 0 auto;
		}

		.page-footer {
			flex: none;
		}

			.campaign-site .page-footer .cell.one-third {
				width: 100%;
			}

				.page-footer .copyright {
					display: inline-block;
				}
}

@media screen and (min-width: 750px) {
	.campaign-site .page-header {
		max-height: none;
	}

	.campaign-site .page-footer .cell.one-third {
		width: 33.3%;
	}

	.campaign-site .page-footer .content-left   { text-align: left; }
	.campaign-site .page-footer .content-center { text-align: center; }
	.campaign-site .page-footer .content-right  { text-align: right; }

		.campaign-site .page-footer .cell.one-third img {
			vertical-align: middle;
		}
}

@media screen and (max-width: 799px) {
	.brand-site .page-header > .container {
		padding: 0;
	}

		.brand-site .navigation {
			box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.4);
			height: 6rem;
		}

			.brand-site .navigation .site-logo {
				background-color: #fff;
				box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
				height: 6rem;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10;
			}

				.brand-site .navigation .site-logo img {
					height: 100%;
					margin: 0;
					max-height: 9rem;
				}
}

@media screen and (min-width: 800px) {
	.brand-site .viewport {
		padding-top: 10rem;
	}

		.brand-site .page-header {
			background-color: #ddd;
			box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
			bottom: auto;
			min-height: 12rem;
			top: 0;
		}

			.brand-site .page-header .container.narrow {
				position: relative;
				transition: all 300ms ease;
			}

				.brand-site .navigation .site-logo {
					display: block;
					position: absolute;
					z-index: 30;
				}

					.brand-site .navigation .site-logo img {
						max-height: 9rem;
					}

		.brand-site .page-footer {
			margin-bottom: 0;
		}
}

@import url("//hello.myfonts.net/count/30e3e6");

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

@font-face {
	font-family: 'Lato';
	src: url("../../clientlib-brand/fonts/lato-regular.eot");
	src: url("../../clientlib-brand/fonts/lato-regular.eot?#iefix") format("embedded-opentype"),
		 url("../../clientlib-brand/fonts/lato-regular.woff2") format("woff2"),
		 url("../../clientlib-brand/fonts/lato-regular.woff") format("woff"),
		 url("../../clientlib-brand/fonts/lato-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../../clientlib-brand/fonts/lato-regular-italic.eot");
	src: url("../../clientlib-brand/fonts/lato-regular-italic.eot?#iefix") format("embedded-opentype"),
		 url("../../clientlib-brand/fonts/lato-regular-italic.woff2") format("woff2"),
		 url("../../clientlib-brand/fonts/lato-regular-italic.woff") format("woff"),
		 url("../../clientlib-brand/fonts/lato-regular-italic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Lato';
	src: url("../../clientlib-brand/fonts/lato-bold.eot");
	src: url("../../clientlib-brand/fonts/lato-bold.eot?#iefix") format("embedded-opentype"),
		 url("../../clientlib-brand/fonts/lato-bold.woff2") format("woff2"),
		 url("../../clientlib-brand/fonts/lato-bold.woff") format("woff"),
		 url("../../clientlib-brand/fonts/lato-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'Futura';
	src: url('../../clientlib-brand/fonts/futuracondensed-medium.eot');
	src: url('../../clientlib-brand/fonts/futuracondensed-medium.eot?#iefix') format('embedded-opentype'),
		 url('../../clientlib-brand/fonts/futuracondensed-medium.woff2') format('woff2'),
		 url('../../clientlib-brand/fonts/futuracondensed-medium.woff') format('woff'),
		 url('../../clientlib-brand/fonts/futuracondensed-medium.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Futura';
	src: url('../../clientlib-brand/fonts/futuracondensed-bold.eot');
	src: url('../../clientlib-brand/fonts/futuracondensed-bold.eot?#iefix') format('embedded-opentype'),
		 url('../../clientlib-brand/fonts/futuracondensed-bold.woff2') format('woff2'),
		 url('../../clientlib-brand/fonts/futuracondensed-bold.woff') format('woff'),
		 url('../../clientlib-brand/fonts/futuracondensed-bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}


ul:not([class]) {
	list-style-type: none;
}

	ul:not([class]) li {
		position: relative;
	}

	ul:not([class]) li::before {
		content: "\2022";
		font-size: 1.9rem;
		left: -1.7rem;
		position: absolute;
		top: -0.3rem;
	}

.awesomplete [hidden] {
		display: none;
}

.awesomplete .visually-hidden {
		position: absolute;
		clip: rect(0, 0, 0, 0);
}

.awesomplete {
		/*display: inline-block;*/
		position: relative;
}

.awesomplete > input {
		display: block;
}

.awesomplete > ul {
		position: absolute;
		left: 0;
		z-index: 1;
		min-width: 100%;
		box-sizing: border-box;
		list-style: none;
		padding: 0;
		margin: 0;
		background: #fff;
}

.awesomplete > ul:empty {
		display: none;
}

.awesomplete > ul {
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}

	.awesomplete > ul > li:before {
		content: none;
	}

	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}

	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}

		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}

		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}

		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			background: #1a1718;
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */


.button {
	border-radius: 1.5em;
	font-family: Futura, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.button.primary {
	background-color: #ff9000;
	color: #fff;
}

.button.primary:hover,
.button.primary:focus {
	background-color: #ffa736;
}


.button.primary.hollow {
	background-color: #fff;
	border-color: #ffa736;
	color: #ffa736;
}

.button.primary.hollow:hover,
.button.primary.hollow:focus {
	border-color: #ff9000;
	color: #ff9000;
}
.external {}

	.external.cframe {
		/* margin: 0 0 0 -2rem;
		width: calc(100% + 4rem); */
	}

		.external.cframe iframe {
			/* height: calc(100vh - 12rem); */
			/* height: 100vh; */
		}

@media screen and (min-width: 550px) {
	.external.cframe {
		/* margin-bottom: -0.7rem; */
	}
}

@media screen and (min-width: 800px) {
	.external.cframe {
		/* margin: -3.6rem 0 -0.7rem -2rem; */
	}
}

@media screen and (min-width: 1600px) {
	.external.cframe {}
}

.field .handle {
	font-family: Futura, sans-serif;
	font-size: 2.1rem;
}

.field .control {
	margin-bottom: 2rem;
}

.field input[type="text"],
.field input[type="password"],
.field input[type="number"],
.field textarea,
.field select {
	border-radius: 0;
	border-width: 0 0 0.2rem 0;
	margin-bottom: 0.1rem;
	padding: 0.5em 0;
}

.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="number"]:focus,
.field textarea:focus,
.field select:focus {
	border-bottom-width: 0.3rem;
	margin-bottom: 0;
}

.field.disabled input,
.field.disabled select,
.field.disabled textarea {
	border-bottom-style: dashed;
}

.field .control label {
	margin-bottom: 0.5rem;
	position: relative;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

input[type="checkbox"] + span,
input[type="radio"] + span {
	margin: 0.2em 0;
}

input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
	content: " ";
	display: inline-block;
	height: 22px;
	margin-top: -0.2rem;
	overflow: hidden;
	vertical-align: middle;
	width: 25px;
}

input[type="checkbox"] + span:before {
	background: transparent url("../../clientlib-brand/img/checkbox-states.png") 0 -59px no-repeat;
}

input[type="radio"] + span:before {
	background: transparent url("../../clientlib-brand/img/radiobutton-states.png") 0 -59px no-repeat;
}

input[type="checkbox"]:focus + span:before,
input[type="checkbox"]:active + span:before,
input[type="checkbox"]:hover + span:before,
input[type="radio"]:focus + span:before,
input[type="radio"]:active + span:before,
input[type="radio"]:hover + span:before {
	background-position: 0 -29px;
}

input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before {
	background-position: 0 1px;
}

input[type="checkbox"]:disabled + span:before,
input[type="radio"]:disabled + span:before {
	background-position: 0 -90px;
}

.field  input,
.field  select,
.field  textarea,
.field .field-message {
	background-color: transparent !important;
}

.field .control *:not(.field-message, .button, a) {
	color: inherit !important;
}

.field .control .field-message {
	padding: 0;
}

a.icon-only {
	display: inline-block;
}

	a.icon-only .text {
		display: none;
	}

.list.filled {}

	.list.filled li {
		position: relative;
	}

		.list.filled a,
		.list.filled .category-name {
			color: inherit;
			display: inline-block;
			padding: 1rem 4rem 1rem 1rem;
			width: 100%;
		}

			.list.filled.has-active li.active .category-name {
				background-color: #eeedeb;
			}

		.list.filled span.fa {
			color: inherit;
			position: absolute;
			right: 1rem;
			top: 50%;
			transform: translateY(-50%);
			z-index: -1;
		}

		.list.filled li.active span.fa {
			z-index: 0;
		}

.container.wide.variant-list {
	padding: 0;
}

	.container.wide.variant-list .list.tiles {
		font-size: 1.4rem;
		justify-content: center;
	}

		.container.wide.variant-list .list.tiles li {
			background-color: #eeedeb;
			border-color: #eeedeb;
			height: 15rem;
			margin: 0 0.2rem 0.2rem 0;
			width: 15rem;
		}

		.container.wide.variant-list .list.tiles .current {
			background-color: #e7f7f8;
			border-color: #e7f7f8;
		}

			.container.wide.variant-list .list.tiles a {
				justify-content: flex-end;
				color: #121b20;
				line-height: 1.3;
			}

			.container.wide.variant-list .list.tiles a:hover,
			.container.wide.variant-list .list.tiles a:focus {
				text-decoration: none;
			}

				.container.wide.variant-list .list.tiles .tile-image {
					margin: 1.5rem 0 1.5rem 0;
					max-height: 7.5rem;
					max-width: 12rem;
				}

				.container.wide.variant-list .list.tiles .tile-text {
					min-height: 3rem;
				}


@media screen and (min-width: 600px) {
	.container.wide.variant-list .list.tiles {
		justify-content: flex-end;
	}

		.container.wide.variant-list .list.tiles li {
			height: 18rem;
			width: 18rem;
		}

			.container.wide.variant-list .list.tiles .tile-image {
				max-height: 10rem;
				max-width: 16rem;
			}

			.container.wide.variant-list .list.tiles .tile-text {
				min-height: 4rem;
			}
}

.menu-container.mega {
	font-family: Futura, sans-serif;
}

	.menu-container.mega .search-input {
		background-color: transparent;
		border: 0;
	}

	.menu-container.mega .search-button .icon {
		font-size: 2rem;
	}

@media screen and (max-width: 799px) {
	.menu-container.mega .breadcrumb {
		display: none;
	}

	.menu-container.mega .main-menu {
		font-size: 2.4rem;
	}

	.menu-container.mega .toggle-menu {
		font-size: 2.4rem;
	}

	.menu-container.mega .sub-menu {
		font-size: 2.1rem;
	}

		.menu-container.mega .search-form {
			padding: 2rem 1rem;
		}

			.menu-container.mega .search-input {
				border-bottom: 1px solid #444;
				font-size: 2.1rem;
				min-width: 20rem;
				width: 100%;
			}
}

@media screen and (min-width: 800px) {
	.menu-container.mega .breadcrumb {
		left: -15rem;
		padding: 1rem 2rem;
		position: relative;
		width: 100vw;
	}

	.menu-container.mega .breadcrumb:before {
		background-color: #999;
		box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.2);
		content: '';
		height: 100%;
		left: -50%;
		position: absolute;
		top: 0;
		width: 200vw;
		z-index: -1;
	}

		.menu-container.mega .breadcrumb a {
			margin-left: 1rem;
			margin-right: 1rem;
		}

		.menu-container.mega .breadcrumb a:hover {
			background-color: inherit;
			color: inherit;
			text-decoration: underline;
		}

		.menu-container.mega #panel-search {
			min-width: 0 !important;
			left: 0 !important;
			right: 0;
		}




	.menu-container.mega .search-form {
		margin: 0;
		text-align: center;
		width: 100%;
	}

		.menu-container.mega .search-input {
			font-size: 3rem;
			min-width: 30rem;
			text-align: center;
		}

		.menu-container.mega .search-input:focus{
			outline: none;
		}

		.menu-container.mega .search-button {
			bottom: 3rem;
			right: 3rem;
		}
}


.visual figcaption {
	font-style: italic;
}


.article .toc {
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 6rem;
}

	.article .toc .list a {
		font-family: Futura, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

.article .section {
	margin-bottom: 4rem;
}

	.article .section .title {
		margin-bottom: 2rem;
	}

	.article .section ul,
	.article .section ol {
		line-height: 2;
		margin-bottom: 3rem;
	}

	.article .call-to-action .title {
		margin-bottom: 1rem;
	}

.call-to-action {
	font-family: Futura, sans-serif;
	font-size: 1.8rem;
}

	.call-to-action .title {
		font-size: 2.4rem;
	}


.item {}

.item.padded {
	background-color: #eeedeb;
}

	.item .item-content {}

		.item .item-title {
			margin-bottom: 1rem;
		}

		.item .item-text {
			margin-bottom: 3rem;
		}

		.item .block-link {
			margin: 0 0 0 -0.8rem;
			padding: 0.5rem 1.5rem 0.5rem 3rem;
		}

		.item .block-link::before {
			left: 1rem;
			top: -0.1rem;
		}


.campaign-home {
    background-position: 70% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 38rem;
    position: relative;
}

.campaign-home .visual {
    display: block;
}

.campaign-home .visual-1 {
    margin: 0 0 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    width: 30%;
    z-index: 2;
}

.campaign-home .visual-1 img {
    display: inline-block;
}

.campaign-home .visual-2,
.campaign-home .visual-3 {
    margin: 0 auto 1rem auto;
    position: relative;
    width: 24.9rem;
}

.campaign-home .visual-2 img:hover {
    -webkit-filter: saturate(160%);
    filter: saturate(160%);
}

.campaign-home .visual-3 img:hover {
    -webkit-filter: saturate(150%);
    filter: saturate(150%);
}

.campaign-home .visual-4 {
    margin: 6rem auto 0 auto;
    width: 28rem;
}

.campaign-home .visual-5 {
    display: block;
}

.campaign-home .visual-6 {
    display: none;
}

.campaign-home .visual-7 {
    bottom: 0;
    display: none;
    left: 0;
    margin-bottom: -2.4rem;
    position: absolute;
    max-width: 36rem;
    min-width: 30rem;
    width: 50%;
}

.campaign-home .visual-7 img {
    width: auto;
}

.campaign-home .visual-8 {
    display: none;
}

.campaign-home .visual.visual-8 img {
    float: none;
}

.campaign-home .visual-9 {
    display: none;
    position: absolute;
    right: 8rem;
    top: 1rem;
}

@media screen and (min-width: 550px) {
    .campaign-home .visual-4 {
        margin: 0;
        position: absolute;
        right: 10%;
        top: 75%;
        z-index: 2;
    }

    .campaign-home .visual-7 {
        margin-bottom: -4.15%;
    }
}

@media screen and (min-width: 750px) {

    .campaign-home {
        background-position: top center;
        border-bottom: solid 10rem #00f;
        padding-bottom: 38rem;
        padding-top: 10px;
    }

    .campaign-home .visual-1 {
        bottom: -1rem;
        position: absolute;
    }

    .campaign-home .visual-2 {
        margin-left: auto;
    }

    .campaign-home .visual-3 {
        margin-left: auto;
    }

    .campaign-home .visual-4 {
        bottom: -7rem;
        position: absolute;
        padding: 0;
        right: auto;
        left: 10px;
        text-align: center;
        top: auto;
        width: auto;
    }

    .campaign-home .visual-5 {
        bottom: auto;
        margin-left: 0;
        position: absolute;
        top: 0;
        width: 15%;
    }

    .campaign-home .visual-7 {
        margin-bottom: -3rem;
    }

    .campaign-home .visual-8 {
        bottom: -10rem;
        display: block;
        max-width: none;
        position: absolute;
        right: 0;
    }

    .campaign-home .visual.visual-8 img {
        float: right;
    }

    .campaign-home .visual-9 {
        bottom: 1rem;
        top: auto;
    }
}

@media screen and (max-width: 749px) {
    .campaign-home {
        background-position: bottom center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2rem;
        padding-bottom: 0;
        position: relative;
    }

    .campaign-home .visual-1 {
        order: 1;
        padding-top: 2rem;
        width: 30%;
    }

    .campaign-home .visual-2 {
        margin: 0 auto;
        order: 2;
        width: 26.9rem;
        z-index: 10;
    }

    .campaign-home .visual-3 {
        order: 2;
        margin: 0 auto;
        width: 26.9rem;
        z-index: 10;
    }

    .campaign-home .visual-4 {
        margin: 0 auto;
        order: 3;
        padding: 20px 10px 0 10px;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        z-index: 2;
    }

    .campaign-home .visual-5 {
        order: 0;
        width: 50%;
    }

    .campaign-home .visual-9 {
        display: none;
    }
}

@media screen and (min-width: 1000px) {

    .campaign-home .visual-5 {
        bottom: 43rem;
        display: block;
        left: 10px;
        max-width: 25rem;
        position: absolute;
        width: 20%;
    }

    .campaign-home .visual-5 img {
        width: 100%;
    }

    .campaign-home .visual-9 {
        bottom: 17rem;
        display: block;
    }
}

@media screen and (min-width: 1150px) {
	.campaign-home .visual-4 {
		bottom: -7rem;
		left: 50%;
		padding:0;
		position: absolute;
		right: auto;
		text-align: center;
		top: auto;
		transform: translateX(-50%);
		width: auto;
	}

	.campaign-home .visual-6 {
		bottom: 10px;
		display: block;
		left: 10px;
		position: absolute;
	}

	.campaign-home .visual-7 {
		bottom: -7rem;
		display: block;
		margin-bottom: 0;
		left: 50%;
		position: absolute;
		top: auto;
		transform: translateX(-50%) translateX(-350px);
		width: auto;
	}
}

@media screen and (min-width: 1240px) {
	.campaign-home .visual-5 {
		bottom: auto;
		left: 10%;
		margin-left: 0;
		position: absolute;
		top: 0;	
		width: 15%;
	}
}

@media screen and (min-width: 1400px) {
	.campaign-home .visual-8 {
		right: 15vw;
	}
}
.masthead {
	margin-bottom: 7rem;
}

.masthead.product,
.masthead.no-next-button {
	margin-bottom: 0;
}

.masthead .container.narrow {
	position: relative;
}

.masthead.product .container.narrow {
	min-height: 60rem;
}

.masthead .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 5rem 0;
	min-height: 30rem;
}

.masthead.product .content {
	margin: 0 -5px 0 0;
	min-height: 60rem;
}

.masthead .content .text {
	max-width: 100%;
}

.masthead .content .title {
	line-height: 1;
}

.masthead .content .text p {
	font-size: 2.4rem;
	margin: 1rem 0 3rem 0;
}

.masthead .button {
	font-size: 2.1rem;
}

.masthead .next-section {
	background-color: #606060;
	border: 0;
	border-radius: 0;
	bottom: -7rem;
	color: #fff;
	font-family: Futura, sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	height: 7rem;
	left: 0;
	margin: 0;
	min-width: 30rem;
	padding: 2rem;
	right: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.masthead .next-section:hover,
.masthead .next-section:focus {
	background-color: #808080;
}

.masthead .next-section .icon {
	position: absolute;
	right: 2rem;
	top: 2.4rem;
}

.masthead.campaign {
	background-position: center top;
	color: #000;
}

	.masthead.campaign .container {
		position: relative;
	}

		.masthead.campaign .container::after {
			clear: both;
			content: "";
			display: table;
		}

	.masthead.campaign .visuals {
		bottom: -6rem;
		margin: -2rem 0 0 0;
		position: relative;
		white-space: nowrap;
		width: 100%;
	}

		.masthead.campaign .visuals .visual {
			min-width: 16rem;
			width: 49%;
		}

			.masthead.campaign .visuals .visual-1 {
				display: block;
			}

			.masthead.campaign .visuals .visual-2 {
				float: none;
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				width: auto;
			}

	.masthead.campaign .next-section {
		background-color: transparent;
		border: 0;
		bottom: -8rem;
		font-size: 1.8rem;
		left: auto;
		margin: 0;
		min-width: 0;
		padding: 2rem 6rem 2rem 2rem;
		position: absolute;
		width: auto;
	}

	.masthead.campaign .next-section::after {
		background: transparent url('../../clientlib-brand/css/img/btn-scrolldown.png') 100% 50% no-repeat;
		bottom: 0;
		content: "";
		position: absolute;
		right: 1rem;
		top: 0;
		width: 4rem;
		z-index: 1;
	}

@media screen and (min-width: 400px) {
	.masthead.campaign .buttons .button {
		display: inline-block;
	}
}

@media screen and (min-width: 600px) {
	.masthead .content {
		width: 80%;
	}

	.masthead .next-section {
		left: auto;
		right: 2rem;
		width: auto;
	}
}

@media screen and (min-width: 750px) {

	.masthead.campaign .content {
		float: right;
		padding: 3% 0 4% 0;
		width: 50%;
	}

	.masthead.campaign .visuals {
		bottom: -8rem;
		margin: 0;
		position: absolute;
		width: 50%;
	}

	.masthead.campaign .content {
		float: none;
	}

	.masthead.campaign .visuals {
		bottom: 0;
		right: 0;
		top: 0;
	}

	.masthead.campaign .visuals .visual-1 {
		bottom: -8rem;
		margin: 0 auto 4rem auto;
		position: absolute;
		width: 80%;
	}

	.masthead.campaign .visual-1 img {
		margin-left: 5%;
		width: 80%;
	}

	.masthead.campaign .visuals .visual-2 {
		min-width: 10rem;
		width: 30%;
		right: 5rem;
	}

	.masthead.campaign .buttons .button {
		display: inline-block;
	}

	.masthead.campaign .next-section {
		left: 0;
	}
}

@media screen and (max-width: 749px) {

	.masthead.campaign .content {
		margin: 2.5rem 0;
		min-height: auto;
	}

	.masthead.campaign .visuals .visual-1 {
		width: 65%;
	}

	.masthead.campaign .visuals .visual-2 {
		float: none;
		position: absolute;
		text-align: right;
		top: 20%;
		min-width: 10rem;
		width: 30%;
	}

	.masthead.campaign .visuals .visual-2 img {
		display: inline-block;
	}
}


@media screen and (min-width: 900px) {
	.masthead .content {
		width: 70%;
	}
}

@media screen and (min-width: 1200px) {
	.masthead .content {
		width: 50%;
	}

	.masthead.campaign .visuals .visual-1 {
		width: 80%;
	}


	
}
@media screen and (min-width: 1610px) {
	.masthead.campaign .visuals .visual-2 {
		right: 0;
	}
}


.product-catalogue {
	padding-top: 2rem;
}

.product-catalogue-sidebar {}

	.product-catalogue-sidebar .search-form {
		display: none;
	}

		.product-catalogue-sidebar .search-form.is-visible {
			display: block;
			padding-top: 0;
		}

		.product-catalogue-sidebar .search-form .search-button {
			bottom: auto;
			top: 0;
		}

.product-catalogue-products {}

.category-selection {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	padding: 1rem;
	position: relative;
	text-align: center;
}

	.category-selection .back,
	.category-selection .restart {
		color: #000;
		height: 1.8rem;
		position: absolute;
		top: 48%; /* magic number */
		transform: translateY(-50%);
	}

	.category-selection .back {
		left: 1rem;
	}

	.category-selection .restart {
		right: 1rem;
	}

	.category-selection .category-selection-title {
		font-size: 2rem;
		margin-bottom: 0;
		padding: 0 3.5rem;
	}

	.category-selection .category-selection-title:only-child {
		padding-left: 0;
		text-align: left;
	}

/**/
/* Responsive */
/**/

@media screen and (min-width: 800px) {
	.product-catalogue {
		padding-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.product-catalogue-sidebar {
		float: left;
		padding-right: 2rem;
		width: 25%;
	}

	.product-catalogue-products {
		float: left;
		width: 75%;
	}

	.product-catalogue-products > p {
		margin-bottom: 1.7rem;
	}
}

.quicknav {}

	.quicknav .title {
		font-size: 6rem;
		text-transform: none;
	}

		.quicknav .panel-title {
			font-size: 2.8rem;
		}

		.quicknav .panel-subtitle {
			font-size: 2.1rem;
			font-style: italic;
		}

	.quicknav .search-input {
		font-size: 2rem;
		font-weight: bold;
	}

	.quicknav .search-button {
		background-color: transparent;
		bottom: 2.5rem;
		color: #333;
	}

	.quicknav .search-button:hover,
	.quicknav .search-button:focus {
		background-color: #333;
		color: #fff;
	}
		.quicknav .search-button .icon {
			font-size: 2.2rem;
		}
.search-form {
	font-family: Futura, sans-serif;
	padding-top: 2rem;
}

	.product-catalogue .search-form {
		font-family: Lato, sans-serif;
	}

	.product-catalogue .search-form  .search-field {
		font-size: 1.6rem;
	}

	.product-catalogue .search-form  .search-field .search-input {
		border-width: 0.2rem;
	}

	.product-catalogue-sidebar .search-form .search-button {
		background-color: transparent;
		color: #1e92a5;
	}

.masthead + .container.narrow .search-form {
	margin-top: -7rem;
}

	.search-form .field {
		margin-bottom: 0;
	}

	.search-form.with-filter .search-field {
		margin-bottom: 2rem;
	}

		.search-form .search-field .handle {
			display: none;
		}

			.search-form.with-filter .search-input {
				background-color: transparent;
				border: 0;
				border-bottom: 0.2rem solid #444;
				font-size: 2.4rem;
				margin-bottom: 0.1rem;
				padding: 1rem 4rem 1rem 0;
			}

			.search-form.with-filter .search-button {
				background-color: transparent;
				border-radius: 0;
				bottom: 2.5rem;
				color: #444;
				font-size: 3rem;
				padding: 0;
				right: 0;
			}

	.search-form.with-filter .search-filter {
		font-family: Lato, sans-serif;
		margin-top: 1rem;
	}

		.search-form.with-filter .search-filter .button {
			border: 0;
			font-family: Lato, sans-serif;
			font-weight: normal;
			margin-right: 1rem;
			text-transform: none;
		}


@media screen and (min-width: 550px) {

	.search-form.with-filter .search-field {
		margin-bottom: 0;
	}

		.search-form.with-filter .search-filter {
			text-align: right;
		}

			.search-form.with-filter .search-filter .handle {
				display: inline-block;
			}

			.search-form.with-filter .search-filter .control {
				display: inline-block;
			}
}

body {
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 1.8rem;
}

h1, h2, h3 {
	font-family: Futura, sans-serif;
}

h1, h2, h3 {
	text-transform: uppercase;
}

@media screen and (max-width: 749px) {
	h1 {
		font-size: 4.8rem;
		line-height: 1;
	}
	
	h2 {
		font-size: 3.8rem;
		line-height: 1;
	}
}

@media screen and (min-width: 750px) {
	h1 {
		font-size: 7.2rem;
	}

	h2 {
		font-size: 4.8rem;
	}
}

h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.1rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}


.sg-swatch .color-1 {
	background-color: #444;
	color: #fff;
}

.sg-swatch .color-2 {
	background-color: #888;
	color: #fff;
}

.sg-swatch .color-3 {
	background-color: #fff;
	color: #000;
}

.sg-swatch .color-4 {
	background-color: #efefef;
	color: #000;
}

.page-header {
	background-color: #fff;
}

	.article .menu {
		font-family: Futura, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

.page-footer {
	background-color: transparent;
}

	.page-footer .footer-top {
		background-color: #333;
		color: #fff;
		min-height: 16rem;
	}

	.page-footer .footer-bottom {
		background-color: #454545;
		color: #fff;
		min-height: 8.4rem;
		position: relative;
	}

		.page-footer .content-left,
		.page-footer .content-right {
			text-align: center;
		}

			.page-footer .list {
				margin-top: 2rem;
			}

			.page-footer .footer-bottom .list {
				margin: 0 auto;
			}

				.page-footer .footer-top .list li {
					text-align: center;
					width: 100%;
				}

					.page-footer .list a {
						color: #fff;
						font-family: Futura, sans-serif;
						font-weight: bold;
						padding: 1rem;
					}

						.page-footer .footer-top .list a {
							display: block;
						}

						.page-footer .list .text {
							display: none;
						}

			.page-footer .pay-off {
				font-family: Futura, sans-serif;
				font-size: 1.9rem;
				font-weight: bold;
			}

			.page-footer .copyright {
				font-size: 1.2rem;
			}

			.page-footer .company-logo {
				background-color: #fff;
				left: 0;
				bottom: -8.4rem;
				position: absolute;
				right: 0;
				width: 100%;
			}

				.page-footer .company-logo img {
					margin: 0 auto;
					width: auto;
				}

@media screen and (min-width: 750px) {
	.page-footer .footer-bottom {
		height: 8.4rem;
	}

	.page-footer .content-left {
		text-align: left;
	}

	.page-footer .content-right {
		text-align: right;
	}

	.page-footer .footer-bottom .content-right {
		padding-right: 24rem;
	}

		.page-footer .footer-top .list {
			margin-top: 3.2rem;
		}

		.page-footer .footer-bottom .list {
			margin: 0;
		}

			.page-footer .footer-top .list li {
				width: auto;
			}

		.page-footer .pay-off {
			margin-top: 4rem;
		}

		.page-footer .copyright {
			font-size: 1.4rem;
			margin: 0;
		}

		.page-footer .company-logo {
			background-color: transparent;
			bottom: 0;
			left: auto;
			width: auto;
		}
}

@media screen and (max-width: 799px) {
	.page-main > div:first-child,
	.page-main > section:first-child,
	.page-main > article:first-child {
		margin-top: 6rem;
	}
}

@media screen and (min-width: 800px) {
	.page-main > div.contentContainer:first-child,
	.page-main > div.container:first-child {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 1000px) {
	.page-main > div.contentContainer:first-child,
	.page-main > div.container:first-child {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 2000px) {
	.page-footer .footer-bottom .content-right {
		padding-right: 0;
	}
}

a {
	color: #ed1c24;
}

ul:not([class]) li::before {
	color: #111b22;
}

.sg-swatch .color-1 {
	background-color: #ed1c24;
	color: #fff;
}

.sg-swatch .color-2 {
	background-color: #111b22;
	color: #fff;
}

.sg-swatch .color-3 {
	background-color: #fff;
	color: #000;
}

.sg-swatch .color-4 {
	background-color: #555;
	color: #fff;
}

.brand-site .page-header {
	background-color: #ed1c24;
}

.article .toc,
.article .menu {
	background-color: #ed1c24;
}

	.article .menu-toggle,
	.article .menu a {
		background-color: #ed1c24;
		color: #fff;
	}

	.article .menu-toggle:hover,
	.article .menu-toggle:focus,
	.article .menu a:hover,
	.article .menu a:focus {
		background-color: #111b22;
		color: #fff;
	}

	.article .section .title {
		color: #ed1c24;
	}

	.article .call-to-action .title {
		color: #fff;
	}

.button {
	background-color: #ed1c24;
	color: #fff;
}

.button:hover,
.button:focus {
	background-color: #111b22;
}

.call-to-action {
	background-color: #ed1c24;
	color: #fff;
}

.call-to-action:hover,
.call-to-action:focus {
	background-color: #111b22;
}

.list.filled li {
	color: #ed1c24;
}

.list.filled li.active {
	color: #111b22;
}


.list.icons li::before {
	color: #111b22;
}

.message.primary {
	background-color: #ed1c24;
	border-color: #ed1c24;
	color: #fff;
}

	.message.primary .title {
		color: #fff;
	}

		.message.primary a {
			color: #fff;
			text-decoration: underline;
		}

	.message.primary .button.close {
		background-color: #ed1c24;
		border-color: #ed1c24;
	}

	.message.primary .button.close:hover,
	.message.primary .button.close:focus {
		background-color: #111b22;
		color: #ed1c24;
	}

.masthead {
	background-color: #ed1c24;
	color: #fff;
}

	.masthead .next-section {
		background-color: #ed1c24;
	}

	.masthead.campaign {
		color: #fff;
	}

	.masthead .next-section:hover,
	.masthead .next-section:focus {
		background-color: #111b22;
	}

.menu-container.mega a {
	color: #fff;
}

.menu-container.mega a:hover,
.menu-container.mega a:focus {
	background-color: #111b22;
}

.quicknav {
	background-color: #ed1c24;
}

	.quicknav .title {
		color: #fff;
	}

		.quicknav .panel {
			background-color: #ed1c24;
			color: #fff;
		}

		.quicknav .panel:hover,
		.quicknav .panel:focus {
			background-color: #111b22;
		}

		.quicknav .search-button {
			color: #ed1c24;
		}

		.quicknav .search-button:hover,
		.quicknav .search-button:focus {
			background-color: #ed1c24;
			color: #fff;
		}

.product-catalogue .awesomplete > ul > li:hover,
.product-catalogue .awesomplete > ul > li[aria-selected="true"] {
	background: #ed1c24;
	color: #fff;
}

	.product-catalogue .awesomplete mark,
	.product-catalogue .awesomplete li:hover mark,
	.product-catalogue .awesomplete li[aria-selected="true"] mark {
		background: #111b22;
		color: #fff;
	}

.category-selection {
	background-color: #ed1c24;
	color: #fff;
}

.category-selection .back,
.category-selection .restart {
	color: #fff;
}

.collapsible-container__control{
	color: #ed1c24;
}

@media screen and (min-width: 750px) {
	.campaign-home {
		border-bottom: solid 10rem #ed1c24;	
	}
}

@media screen and (max-width: 799px) {

	.brand-site .navigation .site-logo {
		background-color: #ed1c24;
	}

	.menu-container.mega .main-menu {
		background-color: #ed1c24;
	}

		.menu-container.mega .main-menu .more {
			border-color: #fff;
		}

			.menu-container.mega .main-menu .more a {
				color: #fff;
			}

	.menu-container.mega .toggle-icon .bar {
		background-color: #fff;
	}

	.menu-container.mega .menu-panel {
		background-color: #ed1c24;
	}

		.menu-container.mega .panel-header {
			border-color: #fff;
			color: #fff;
		}

			.menu-container.mega .search-input {
				border-bottom: 1px solid #fff;
				color: #fff;
			}

			.menu-container.mega .search-button {
				background-color: #ed1c24;
			}

	.menu-container.mega .close-panel {
		background-color: #fff;
		color: #ed1c24;
	}
}

@media screen and (min-width: 800px) {
	.menu-container.mega .main-menu {
		background-color: #ed1c24;
	}
		.menu-container.mega a:hover,
		.menu-container.mega a:focus {
			background-color: #182c3b;
		}

		.menu-container.mega .main-menu .main-menu-item.is-expanded {
			background-color: #111b22;
		}

		.menu-container.mega .menu-panel a {
			background-color: #111b22;
		}

			.menu-container.mega .menu-panel a:hover,
			.menu-container.mega .menu-panel a:focus {
				background-color: #182c3b;
			}

	.menu-container.mega .breadcrumb {
		color: #fff;
	}

	.menu-container.mega .breadcrumb:before {
		background-color: #454545;
	}
}

.language-selector {
	background-color: #ed1c24;
	background-image: url('../img/world-map.png');
}

