
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px)
}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform:translateY(0)
}
40% {
-moz-transform:translateY(-30px)
}
60% {
-moz-transform:translateY(-15px)
}
}
@-ms-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-ms-transform:translateY(0)
}
40% {
-ms-transform:translateY(-30px)
}
60% {
-ms-transform:translateY(-15px)
}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-o-transform:translateY(0)
}
40% {
-o-transform:translateY(-30px)
}
60% {
-o-transform:translateY(-15px)
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform:translateY(0)
}
40% {
transform:translateY(-30px)
}
60% {
transform:translateY(-15px)
}
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@-moz-keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@-ms-keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@-o-keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 50%, 100% {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1)
}
50% {
-webkit-transform:scale(1.1)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes pulse {
0% {
-moz-transform:scale(1)
}
50% {
-moz-transform:scale(1.1)
}
100% {
-moz-transform:scale(1)
}
}
@-ms-keyframes pulse {
0% {
-ms-transform:scale(1)
}
50% {
-ms-transform:scale(1.1)
}
100% {
-ms-transform:scale(1)
}
}
@-o-keyframes pulse {
0% {
-o-transform:scale(1)
}
50% {
-o-transform:scale(1.1)
}
100% {
-o-transform:scale(1)
}
}
@keyframes pulse {
0% {
transform:scale(1)
}
50% {
transform:scale(1.1)
}
100% {
transform:scale(1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@keyframes rubberBand {
0% {
transform:scale(1)
}
30% {
transform:scaleX(1.25) scaleY(0.75)
}
40% {
transform:scaleX(0.75) scaleY(1.25)
}
60% {
transform:scaleX(1.15) scaleY(0.85)
}
100% {
transform:scale(1)
}
}
@-webkit-keyframes rubberband {
0% {
-webkit-transform:scale(1)
}
30% {
-webkit-transform:scaleX(1.25) scaleY(0.75)
}
40% {
-webkit-transform:scaleX(0.75) scaleY(1.25)
}
60% {
-webkit-transform:scaleX(1.15) scaleY(0.85)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes rubberband {
0% {
-moz-transform:scale(1)
}
30% {
-moz-transform:scaleX(1.25) scaleY(0.75)
}
40% {
-moz-transform:scaleX(0.75) scaleY(1.25)
}
60% {
-moz-transform:scaleX(1.15) scaleY(0.85)
}
100% {
-moz-transform:scale(1)
}
}
@-ms-keyframes rubberband {
0% {
-ms-transform:scale(1)
}
30% {
-ms-transform:scaleX(1.25) scaleY(0.75)
}
40% {
-ms-transform:scaleX(0.75) scaleY(1.25)
}
60% {
-ms-transform:scaleX(1.15) scaleY(0.85)
}
100% {
-ms-transform:scale(1)
}
}
@-o-keyframes rubberband {
0% {
-o-transform:scale(1)
}
30% {
-o-transform:scaleX(1.25) scaleY(0.75)
}
40% {
-o-transform:scaleX(0.75) scaleY(1.25)
}
60% {
-o-transform:scaleX(1.15) scaleY(0.85)
}
100% {
-o-transform:scale(1)
}
}
@keyframes rubberband {
0% {
transform:scale(1)
}
30% {
transform:scaleX(1.25) scaleY(0.75)
}
40% {
transform:scaleX(0.75) scaleY(1.25)
}
60% {
transform:scaleX(1.15) scaleY(0.85)
}
100% {
transform:scale(1)
}
}
.rubberband {
	-webkit-animation-name: rubberband;
	-moz-animation-name: rubberband;
	-ms-animation-name: rubberband;
	-o-animation-name: rubberband;
	animation-name: rubberband;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px)
}
}
@-moz-keyframes shake {
0%, 100% {
-moz-transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-moz-transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
-moz-transform:translateX(10px)
}
}
@-ms-keyframes shake {
0%, 100% {
-ms-transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-ms-transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
-ms-transform:translateX(10px)
}
}
@-o-keyframes shake {
0%, 100% {
-o-transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-o-transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
-o-transform:translateX(10px)
}
}
@keyframes shake {
0%, 100% {
transform:translateX(0)
}
10%, 30%, 50%, 70%, 90% {
transform:translateX(-10px)
}
20%, 40%, 60%, 80% {
transform:translateX(10px)
}
}
.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin:top center
}
20% {
-webkit-transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg)
}
}
@-moz-keyframes swing {
20% {
-moz-transform:rotate(15deg)
}
40% {
-moz-transform:rotate(-10deg)
}
60% {
-moz-transform:rotate(5deg)
}
80% {
-moz-transform:rotate(-5deg)
}
100% {
-moz-transform:rotate(0deg)
}
}
@-ms-keyframes swing {
20% {
-ms-transform:rotate(15deg)
}
40% {
-ms-transform:rotate(-10deg)
}
60% {
-ms-transform:rotate(5deg)
}
80% {
-ms-transform:rotate(-5deg)
}
100% {
-ms-transform:rotate(0deg)
}
}
@-o-keyframes swing {
20% {
-o-transform:rotate(15deg)
}
40% {
-o-transform:rotate(-10deg)
}
60% {
-o-transform:rotate(5deg)
}
80% {
-o-transform:rotate(-5deg)
}
100% {
-o-transform:rotate(0deg)
}
}
@keyframes swing {
20% {
transform:rotate(15deg)
}
40% {
transform:rotate(-10deg)
}
60% {
transform:rotate(5deg)
}
80% {
transform:rotate(-5deg)
}
100% {
transform:rotate(0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1)
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0)
}
}
@-moz-keyframes tada {
0% {
-moz-transform:scale(1)
}
10%, 20% {
-moz-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-moz-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-moz-transform:scale(1.1) rotate(-3deg)
}
100% {
-moz-transform:scale(1) rotate(0)
}
}
@-ms-keyframes tada {
0% {
-ms-transform:scale(1)
}
10%, 20% {
-ms-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-ms-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-ms-transform:scale(1.1) rotate(-3deg)
}
100% {
-ms-transform:scale(1) rotate(0)
}
}
@-o-keyframes tada {
0% {
-o-transform:scale(1)
}
10%, 20% {
-o-transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-o-transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
-o-transform:scale(1.1) rotate(-3deg)
}
100% {
-o-transform:scale(1) rotate(0)
}
}
@keyframes tada {
0% {
transform:scale(1)
}
10%, 20% {
transform:scale(0.9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
transform:scale(1.1) rotate(3deg)
}
40%, 60%, 80% {
transform:scale(1.1) rotate(-3deg)
}
100% {
transform:scale(1) rotate(0)
}
}
.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%)
}
}
@-moz-keyframes wobble {
0% {
-moz-transform:translateX(0%)
}
15% {
-moz-transform:translateX(-25%) rotate(-5deg)
}
30% {
-moz-transform:translateX(20%) rotate(3deg)
}
45% {
-moz-transform:translateX(-15%) rotate(-3deg)
}
60% {
-moz-transform:translateX(10%) rotate(2deg)
}
75% {
-moz-transform:translateX(-5%) rotate(-1deg)
}
100% {
-moz-transform:translateX(0%)
}
}
@-ms-keyframes wobble {
0% {
-ms-transform:translateX(0%)
}
15% {
-ms-transform:translateX(-25%) rotate(-5deg)
}
30% {
-ms-transform:translateX(20%) rotate(3deg)
}
45% {
-ms-transform:translateX(-15%) rotate(-3deg)
}
60% {
-ms-transform:translateX(10%) rotate(2deg)
}
75% {
-ms-transform:translateX(-5%) rotate(-1deg)
}
100% {
-ms-transform:translateX(0%)
}
}
@-o-keyframes wobble {
0% {
-o-transform:translateX(0%)
}
15% {
-o-transform:translateX(-25%) rotate(-5deg)
}
30% {
-o-transform:translateX(20%) rotate(3deg)
}
45% {
-o-transform:translateX(-15%) rotate(-3deg)
}
60% {
-o-transform:translateX(10%) rotate(2deg)
}
75% {
-o-transform:translateX(-5%) rotate(-1deg)
}
100% {
-o-transform:translateX(0%)
}
}
@keyframes wobble {
0% {
transform:translateX(0%)
}
15% {
transform:translateX(-25%) rotate(-5deg)
}
30% {
transform:translateX(20%) rotate(3deg)
}
45% {
transform:translateX(-15%) rotate(-3deg)
}
60% {
transform:translateX(10%) rotate(2deg)
}
75% {
transform:translateX(-5%) rotate(-1deg)
}
100% {
transform:translateX(0%)
}
}
.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9)
}
100% {
opacity:1;
-webkit-transform:scale(1)
}
}
@-moz-keyframes bounceIn {
0% {
opacity:0;
-moz-transform:scale(0.3)
}
50% {
opacity:1;
-moz-transform:scale(1.05)
}
70% {
-moz-transform:scale(0.9)
}
100% {
opacity:1;
-moz-transform:scale(1)
}
}
@-ms-keyframes bounceIn {
0% {
opacity:0;
-ms-transform:scale(0.3)
}
50% {
opacity:1;
-ms-transform:scale(1.05)
}
70% {
-ms-transform:scale(0.9)
}
100% {
opacity:1;
-ms-transform:scale(1)
}
}
@-o-keyframes bounceIn {
0% {
opacity:0;
-o-transform:scale(0.3)
}
50% {
opacity:1;
-o-transform:scale(1.05)
}
70% {
-o-transform:scale(0.9)
}
100% {
opacity:1;
-o-transform:scale(1)
}
}
@keyframes bounceIn {
0% {
opacity:0;
transform:scale(0.3)
}
50% {
opacity:1;
transform:scale(1.05)
}
70% {
transform:scale(0.9)
}
100% {
opacity:1;
transform:scale(1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0)
}
}
@-moz-keyframes bounceInDown {
0% {
opacity:0;
-moz-transform:translateY(-2000px)
}
60% {
opacity:1;
-moz-transform:translateY(30px)
}
80% {
-moz-transform:translateY(-10px)
}
100% {
-moz-transform:translateY(0)
}
}
@-ms-keyframes bounceInDown {
0% {
opacity:0;
-ms-transform:translateY(-2000px)
}
60% {
opacity:1;
-ms-transform:translateY(30px)
}
80% {
-ms-transform:translateY(-10px)
}
100% {
-ms-transform:translateY(0)
}
}
@-o-keyframes bounceInDown {
0% {
opacity:0;
-o-transform:translateY(-2000px)
}
60% {
opacity:1;
-o-transform:translateY(30px)
}
80% {
-o-transform:translateY(-10px)
}
100% {
-o-transform:translateY(0)
}
}
@keyframes bounceInDown {
0% {
opacity:0;
transform:translateY(-2000px)
}
60% {
opacity:1;
transform:translateY(30px)
}
80% {
transform:translateY(-10px)
}
100% {
transform:translateY(0)
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0)
}
}
@-moz-keyframes bounceInUp {
0% {
opacity:0;
-moz-transform:translateY(2000px)
}
60% {
opacity:1;
-moz-transform:translateY(-30px)
}
80% {
-moz-transform:translateY(10px)
}
100% {
-moz-transform:translateY(0)
}
}
@-ms-keyframes bounceInUp {
0% {
opacity:0;
-ms-transform:translateY(2000px)
}
60% {
opacity:1;
-ms-transform:translateY(-30px)
}
80% {
-ms-transform:translateY(10px)
}
100% {
-ms-transform:translateY(0)
}
}
@-o-keyframes bounceInUp {
0% {
opacity:0;
-o-transform:translateY(2000px)
}
60% {
opacity:1;
-o-transform:translateY(-30px)
}
80% {
-o-transform:translateY(10px)
}
100% {
-o-transform:translateY(0)
}
}
@keyframes bounceInUp {
0% {
opacity:0;
transform:translateY(2000px)
}
60% {
opacity:1;
transform:translateY(-30px)
}
80% {
transform:translateY(10px)
}
100% {
transform:translateY(0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-ms-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity:0;
-moz-transform:translateX(-2000px)
}
60% {
opacity:1;
-moz-transform:translateX(30px)
}
80% {
-moz-transform:translateX(-10px)
}
100% {
-moz-transform:translateX(0)
}
}
@-ms-keyframes bounceInLeft {
0% {
opacity:0;
-ms-transform:translateX(-2000px)
}
60% {
opacity:1;
-ms-transform:translateX(30px)
}
80% {
-ms-transform:translateX(-10px)
}
100% {
-ms-transform:translateX(0)
}
}
@-o-keyframes bounceInLeft {
0% {
opacity:0;
-o-transform:translateX(-2000px)
}
60% {
opacity:1;
-o-transform:translateX(30px)
}
80% {
-o-transform:translateX(-10px)
}
100% {
-o-transform:translateX(0)
}
}
@keyframes bounceInLeft {
0% {
opacity:0;
transform:translateX(-2000px)
}
60% {
opacity:1;
transform:translateX(30px)
}
80% {
transform:translateX(-10px)
}
100% {
transform:translateX(0)
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-ms-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes bounceInRight {
0% {
opacity:0;
-moz-transform:translateX(2000px)
}
60% {
opacity:1;
-moz-transform:translateX(-30px)
}
80% {
-moz-transform:translateX(10px)
}
100% {
-moz-transform:translateX(0)
}
}
@-ms-keyframes bounceInRight {
0% {
opacity:0;
-ms-transform:translateX(2000px)
}
60% {
opacity:1;
-ms-transform:translateX(-30px)
}
80% {
-ms-transform:translateX(10px)
}
100% {
-ms-transform:translateX(0)
}
}
@-o-keyframes bounceInRight {
0% {
opacity:0;
-o-transform:translateX(2000px)
}
60% {
opacity:1;
-o-transform:translateX(-30px)
}
80% {
-o-transform:translateX(10px)
}
100% {
-o-transform:translateX(0)
}
}
@keyframes bounceInRight {
0% {
opacity:0;
transform:translateX(2000px)
}
60% {
opacity:1;
transform:translateX(-30px)
}
80% {
transform:translateX(10px)
}
100% {
transform:translateX(0)
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-ms-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform:scale(1)
}
25% {
-webkit-transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3)
}
}
@-moz-keyframes bounceOut {
0% {
-moz-transform:scale(1)
}
25% {
-moz-transform:scale(0.95)
}
50% {
opacity:1;
-moz-transform:scale(1.1)
}
100% {
opacity:0;
-moz-transform:scale(0.3)
}
}
@-ms-keyframes bounceOut {
0% {
-ms-transform:scale(1)
}
25% {
-ms-transform:scale(0.95)
}
50% {
opacity:1;
-ms-transform:scale(1.1)
}
100% {
opacity:0;
-ms-transform:scale(0.3)
}
}
@-o-keyframes bounceOut {
0% {
-o-transform:scale(1)
}
25% {
-o-transform:scale(0.95)
}
50% {
opacity:1;
-o-transform:scale(1.1)
}
100% {
opacity:0;
-o-transform:scale(0.3)
}
}
@keyframes bounceOut {
0% {
transform:scale(1)
}
25% {
transform:scale(0.95)
}
50% {
opacity:1;
transform:scale(1.1)
}
100% {
opacity:0;
transform:scale(0.3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-ms-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px)
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform:translateY(0)
}
20% {
opacity:1;
-moz-transform:translateY(-20px)
}
100% {
opacity:0;
-moz-transform:translateY(2000px)
}
}
@-ms-keyframes bounceOutDown {
0% {
-ms-transform:translateY(0)
}
20% {
opacity:1;
-ms-transform:translateY(-20px)
}
100% {
opacity:0;
-ms-transform:translateY(2000px)
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform:translateY(0)
}
20% {
opacity:1;
-o-transform:translateY(-20px)
}
100% {
opacity:0;
-o-transform:translateY(2000px)
}
}
@keyframes bounceOutDown {
0% {
transform:translateY(0)
}
20% {
opacity:1;
transform:translateY(-20px)
}
100% {
opacity:0;
transform:translateY(2000px)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-ms-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px)
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform:translateY(0)
}
20% {
opacity:1;
-moz-transform:translateY(20px)
}
100% {
opacity:0;
-moz-transform:translateY(-2000px)
}
}
@-ms-keyframes bounceOutUp {
0% {
-ms-transform:translateY(0)
}
20% {
opacity:1;
-ms-transform:translateY(20px)
}
100% {
opacity:0;
-ms-transform:translateY(-2000px)
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform:translateY(0)
}
20% {
opacity:1;
-o-transform:translateY(20px)
}
100% {
opacity:0;
-o-transform:translateY(-2000px)
}
}
@keyframes bounceOutUp {
0% {
transform:translateY(0)
}
20% {
opacity:1;
transform:translateY(20px)
}
100% {
opacity:0;
transform:translateY(-2000px)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-ms-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px)
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform:translateX(0)
}
20% {
opacity:1;
-moz-transform:translateX(20px)
}
100% {
opacity:0;
-moz-transform:translateX(-2000px)
}
}
@-ms-keyframes bounceOutLeft {
0% {
-ms-transform:translateX(0)
}
20% {
opacity:1;
-ms-transform:translateX(20px)
}
100% {
opacity:0;
-ms-transform:translateX(-2000px)
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform:translateX(0)
}
20% {
opacity:1;
-o-transform:translateX(20px)
}
100% {
opacity:0;
-o-transform:translateX(-2000px)
}
}
@keyframes bounceOutLeft {
0% {
transform:translateX(0)
}
20% {
opacity:1;
transform:translateX(20px)
}
100% {
opacity:0;
transform:translateX(-2000px)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-ms-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px)
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform:translateX(0)
}
20% {
opacity:1;
-moz-transform:translateX(-20px)
}
100% {
opacity:0;
-moz-transform:translateX(2000px)
}
}
@-ms-keyframes bounceOutRight {
0% {
-ms-transform:translateX(0)
}
20% {
opacity:1;
-ms-transform:translateX(-20px)
}
100% {
opacity:0;
-ms-transform:translateX(2000px)
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform:translateX(0)
}
20% {
opacity:1;
-o-transform:translateX(-20px)
}
100% {
opacity:0;
-o-transform:translateX(2000px)
}
}
@keyframes bounceOutRight {
0% {
transform:translateX(0)
}
20% {
opacity:1;
transform:translateX(-20px)
}
100% {
opacity:0;
transform:translateX(2000px)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-ms-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-ms-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-o-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInUp {
0% {
opacity:0;
-moz-transform:translateY(20px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
@-ms-keyframes fadeInUp {
0% {
opacity:0;
-ms-transform:translateY(20px)
}
100% {
opacity:1;
-ms-transform:translateY(0)
}
}
@-o-keyframes fadeInUp {
0% {
opacity:0;
-o-transform:translateY(20px)
}
100% {
opacity:1;
-o-transform:translateY(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translateY(20px)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInDown {
0% {
opacity:0;
-moz-transform:translateY(-20px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
@-ms-keyframes fadeInDown {
0% {
opacity:0;
-ms-transform:translateY(-20px)
}
100% {
opacity:1;
-ms-transform:translateY(0)
}
}
@-o-keyframes fadeInDown {
0% {
opacity:0;
-ms-transform:translateY(-20px)
}
100% {
opacity:1;
-ms-transform:translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translateY(-20px)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity:0;
-moz-transform:translateX(-20px)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
@-ms-keyframes fadeInLeft {
0% {
opacity:0;
-ms-transform:translateX(-20px)
}
100% {
opacity:1;
-ms-transform:translateX(0)
}
}
@-o-keyframes fadeInLeft {
0% {
opacity:0;
-o-transform:translateX(-20px)
}
100% {
opacity:1;
-o-transform:translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translateX(-20px)
}
100% {
opacity:1;
transform:translateX(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInRight {
0% {
opacity:0;
-moz-transform:translateX(20px)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
@-ms-keyframes fadeInRight {
0% {
opacity:0;
-ms-transform:translateX(20px)
}
100% {
opacity:1;
-ms-transform:translateX(0)
}
}
@-o-keyframes fadeInRight {
0% {
opacity:0;
-o-transform:translateX(20px)
}
100% {
opacity:1;
-o-transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(20px)
}
100% {
opacity:1;
transform:translateX(0)
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity:0;
-moz-transform:translateY(2000px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
@-ms-keyframes fadeInUpBig {
0% {
opacity:0;
-ms-transform:translateY(2000px)
}
100% {
opacity:1;
-ms-transform:translateY(0)
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity:0;
-o-transform:translateY(2000px)
}
100% {
opacity:1;
-o-transform:translateY(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
transform:translateY(2000px)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-ms-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity:0;
-moz-transform:translateY(-2000px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
@-ms-keyframes fadeInDownBig {
0% {
opacity:0;
-ms-transform:translateY(-2000px)
}
100% {
opacity:1;
-ms-transform:translateY(0)
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity:0;
-o-transform:translateY(-2000px)
}
100% {
opacity:1;
-o-transform:translateY(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
transform:translateY(-2000px)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-ms-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity:0;
-moz-transform:translateX(-2000px)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
@-ms-keyframes fadeInLeftBig {
0% {
opacity:0;
-ms-transform:translateX(-2000px)
}
100% {
opacity:1;
-ms-transform:translateX(0)
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity:0;
-o-transform:translateX(-2000px)
}
100% {
opacity:1;
-o-transform:translateX(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
transform:translateX(-2000px)
}
100% {
opacity:1;
transform:translateX(0)
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-ms-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity:0;
-moz-transform:translateX(2000px)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
@-ms-keyframes fadeInRightBig {
0% {
opacity:0;
-ms-transform:translateX(2000px)
}
100% {
opacity:1;
-ms-transform:translateX(0)
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity:0;
-o-transform:translateX(2000px)
}
100% {
opacity:1;
-o-transform:translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
transform:translateX(2000px)
}
100% {
opacity:1;
transform:translateX(0)
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-ms-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-ms-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-o-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px)
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity:1;
-moz-transform:translateY(0)
}
100% {
opacity:0;
-moz-transform:translateY(-20px)
}
}
@-ms-keyframes fadeOutUp {
0% {
opacity:1;
-ms-transform:translateY(0)
}
100% {
opacity:0;
-ms-transform:translateY(-20px)
}
}
@-o-keyframes fadeOutUp {
0% {
opacity:1;
-o-transform:translateY(0)
}
100% {
opacity:0;
-o-transform:translateY(-20px)
}
}
@keyframes fadeOutUp {
0% {
opacity:1;
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(-20px)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-ms-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px)
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity:1;
-moz-transform:translateY(0)
}
100% {
opacity:0;
-moz-transform:translateY(20px)
}
}
@-ms-keyframes fadeOutDown {
0% {
opacity:1;
-ms-transform:translateY(0)
}
100% {
opacity:0;
-ms-transform:translateY(20px)
}
}
@-o-keyframes fadeOutDown {
0% {
opacity:1;
-o-transform:translateY(0)
}
100% {
opacity:0;
-o-transform:translateY(20px)
}
}
@keyframes fadeOutDown {
0% {
opacity:1;
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(20px)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px)
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity:1;
-moz-transform:translateX(0)
}
100% {
opacity:0;
-moz-transform:translateX(-20px)
}
}
@-ms-keyframes fadeOutLeft {
0% {
opacity:1;
-ms-transform:translateX(0)
}
100% {
opacity:0;
-ms-transform:translateX(-20px)
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity:1;
-o-transform:translateX(0)
}
100% {
opacity:0;
-o-transform:translateX(-20px)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1;
transform:translateX(0)
}
100% {
opacity:0;
transform:translateX(-20px)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px)
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity:1;
-moz-transform:translateX(0)
}
100% {
opacity:0;
-moz-transform:translateX(20px)
}
}
@-ms-keyframes fadeOutRight {
0% {
opacity:1;
-ms-transform:translateX(0)
}
100% {
opacity:0;
-ms-transform:translateX(20px)
}
}
@-o-keyframes fadeOutRight {
0% {
opacity:1;
-o-transform:translateX(0)
}
100% {
opacity:0;
-o-transform:translateX(20px)
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
transform:translateX(0)
}
100% {
opacity:0;
transform:translateX(20px)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px)
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity:1;
-moz-transform:translateY(0)
}
100% {
opacity:0;
-moz-transform:translateY(-2000px)
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity:1;
-o-transform:translateY(0)
}
100% {
opacity:0;
-o-transform:translateY(-2000px)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(-2000px)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-ms-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px)
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity:1;
-moz-transform:translateY(0)
}
100% {
opacity:0;
-moz-transform:translateY(2000px)
}
}
@-ms-keyframes fadeOutDownBig {
0% {
opacity:1;
-ms-transform:translateY(0)
}
100% {
opacity:0;
-ms-transform:translateY(2000px)
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity:1;
-o-transform:translateY(0)
}
100% {
opacity:0;
-o-transform:translateY(2000px)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(2000px)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-ms-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px)
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity:1;
-moz-transform:translateX(0)
}
100% {
opacity:0;
-moz-transform:translateX(-2000px)
}
}
@-ms-keyframes fadeOutLeftBig {
0% {
opacity:1;
-ms-transform:translateX(0)
}
100% {
opacity:0;
-ms-transform:translateX(-2000px)
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity:1;
-o-transform:translateX(0)
}
100% {
opacity:0;
-o-transform:translateX(-2000px)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
transform:translateX(0)
}
100% {
opacity:0;
transform:translateX(-2000px)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-ms-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px)
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity:1;
-moz-transform:translateX(0)
}
100% {
opacity:0;
-moz-transform:translateX(2000px)
}
}
@-ms-keyframes fadeOutRightBig {
0% {
opacity:1;
-ms-transform:translateX(0)
}
100% {
opacity:0;
-ms-transform:translateX(2000px)
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity:1;
-o-transform:translateX(0)
}
100% {
opacity:0;
-o-transform:translateX(2000px)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
transform:translateX(0)
}
100% {
opacity:0;
transform:translateX(2000px)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-ms-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(0);
-webkit-animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) scale(1);
-webkit-animation-timing-function:ease-in
}
}
@-moz-keyframes flip {
0% {
-moz-transform:perspective(400px) rotateY(0);
-moz-animation-timing-function:ease-out
}
40% {
-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function:ease-out
}
50% {
-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function:ease-in
}
80% {
-moz-transform:perspective(400px) rotateY(360deg) scale(0.95);
-moz-animation-timing-function:ease-in
}
100% {
-moz-transform:perspective(400px) scale(1);
-moz-animation-timing-function:ease-in
}
}
@-o-keyframes flip {
0% {
-o-transform:perspective(400px) rotateY(0);
-o-animation-timing-function:ease-out
}
40% {
-o-transform:perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function:ease-out
}
50% {
-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function:ease-in
}
80% {
-o-transform:perspective(400px) rotateY(360deg) scale(0.95);
-o-animation-timing-function:ease-in
}
100% {
-o-transform:perspective(400px) scale(1);
-o-animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
transform:perspective(400px) rotateY(0);
animation-timing-function:ease-out
}
40% {
transform:perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function:ease-out
}
50% {
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function:ease-in
}
80% {
transform:perspective(400px) rotateY(360deg) scale(0.95);
animation-timing-function:ease-in
}
100% {
transform:perspective(400px) scale(1);
animation-timing-function:ease-in
}
}
.flip {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation-name: flip;
	-moz-animation-name: flip;
	-ms-animation-name: flip;
	-o-animation-name: flip;
	animation-name: flip;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-moz-transform:perspective(400px) rotateX(-10deg)
}
70% {
-moz-transform:perspective(400px) rotateX(10deg)
}
100% {
-moz-transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@-o-keyframes flipInX {
0% {
-o-transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-o-transform:perspective(400px) rotateX(-10deg)
}
70% {
-o-transform:perspective(400px) rotateX(10deg)
}
100% {
-o-transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@keyframes flipInX {
0% {
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
transform:perspective(400px) rotateX(-10deg)
}
70% {
transform:perspective(400px) rotateX(10deg)
}
100% {
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
.flipInX {
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-ms-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-moz-transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@-ms-keyframes flipOutX {
0% {
-ms-transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-ms-transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@-o-keyframes flipOutX {
0% {
-o-transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-o-transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	-moz-animation-name: flipOutX;
	-ms-animation-name: flipOutX;
	-o-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-moz-transform:perspective(400px) rotateY(-10deg)
}
70% {
-moz-transform:perspective(400px) rotateY(10deg)
}
100% {
-moz-transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@-ms-keyframes flipInY {
0% {
-ms-transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-ms-transform:perspective(400px) rotateY(-10deg)
}
70% {
-ms-transform:perspective(400px) rotateY(10deg)
}
100% {
-ms-transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@-o-keyframes flipInY {
0% {
-o-transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-o-transform:perspective(400px) rotateY(-10deg)
}
70% {
-o-transform:perspective(400px) rotateY(10deg)
}
100% {
-o-transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@keyframes flipInY {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
transform:perspective(400px) rotateY(-10deg)
}
70% {
transform:perspective(400px) rotateY(10deg)
}
100% {
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
.flipInY {
	-webkit-animation-name: flipInY;
	-moz-animation-name: flipInY;
	-ms-animation-name: flipInY;
	-o-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-moz-transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@-ms-keyframes flipOutY {
0% {
-ms-transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-ms-transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@-o-keyframes flipOutY {
0% {
-o-transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-o-transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
.flipOutY {
	-webkit-animation-name: flipOutY;
	-moz-animation-name: flipOutY;
	-ms-animation-name: flipOutY;
	-o-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@-moz-keyframes lightSpeedIn {
0% {
-moz-transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-moz-transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-moz-transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-moz-transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@-ms-keyframes lightSpeedIn {
0% {
-ms-transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-ms-transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-ms-transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-ms-transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@-o-keyframes lightSpeedIn {
0% {
-o-transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-o-transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-o-transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-o-transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-moz-animation-name: lightSpeedIn;
	-ms-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@-moz-keyframes lightSpeedOut {
0% {
-moz-transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-moz-transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@-ms-keyframes lightSpeedOut {
0% {
-ms-transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-ms-transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@-o-keyframes lightSpeedOut {
0% {
-o-transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-o-transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-moz-animation-name: lightSpeedOut;
	-ms-animation-name: lightSpeedOut;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(0);
opacity:1
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin:center center;
-moz-transform:rotate(-200deg);
opacity:0
}
100% {
-moz-transform-origin:center center;
-moz-transform:rotate(0);
opacity:1
}
}
@-ms-keyframes rotateIn {
0% {
-ms-transform-origin:center center;
-ms-transform:rotate(-200deg);
opacity:0
}
100% {
-ms-transform-origin:center center;
-ms-transform:rotate(0);
opacity:1
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin:center center;
-o-transform:rotate(-200deg);
opacity:0
}
100% {
-o-transform-origin:center center;
-o-transform:rotate(0);
opacity:1
}
}
@keyframes rotateIn {
0% {
transform-origin:center center;
transform:rotate(-200deg);
opacity:0
}
100% {
transform-origin:center center;
transform:rotate(0);
opacity:1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-ms-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(0);
opacity:1
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(-90deg);
opacity:0
}
100% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(0);
opacity:1
}
}
@-ms-keyframes rotateInDownLeft {
0% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(-90deg);
opacity:0
}
100% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(0);
opacity:1
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin:left bottom;
-o-transform:rotate(-90deg);
opacity:0
}
100% {
-o-transform-origin:left bottom;
-o-transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
transform:rotate(-90deg);
opacity:0
}
100% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-ms-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(90deg);
opacity:0
}
100% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1
}
}
@-ms-keyframes rotateInDownRight {
0% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(90deg);
opacity:0
}
100% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(0);
opacity:1
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin:right bottom;
-o-transform:rotate(90deg);
opacity:0
}
100% {
-o-transform-origin:right bottom;
-o-transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
transform:rotate(90deg);
opacity:0
}
100% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-ms-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(0);
opacity:1
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(90deg);
opacity:0
}
100% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(0);
opacity:1
}
}
@-ms-keyframes rotateInUpLeft {
0% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(90deg);
opacity:0
}
100% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(0);
opacity:1
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin:left bottom;
-o-transform:rotate(90deg);
opacity:0
}
100% {
-o-transform-origin:left bottom;
-o-transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
transform:rotate(90deg);
opacity:0
}
100% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-ms-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(-90deg);
opacity:0
}
100% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1
}
}
@-ms-keyframes rotateInUpRight {
0% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(-90deg);
opacity:0
}
100% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(0);
opacity:1
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin:right bottom;
-o-transform:rotate(-90deg);
opacity:0
}
100% {
-o-transform-origin:right bottom;
-o-transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
transform:rotate(-90deg);
opacity:0
}
100% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-ms-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(200deg);
opacity:0
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin:center center;
-moz-transform:rotate(0);
opacity:1
}
100% {
-moz-transform-origin:center center;
-moz-transform:rotate(200deg);
opacity:0
}
}
@-ms-keyframes rotateOut {
0% {
-ms-transform-origin:center center;
-ms-transform:rotate(0);
opacity:1
}
100% {
-ms-transform-origin:center center;
-ms-transform:rotate(200deg);
opacity:0
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin:center center;
-o-transform:rotate(0);
opacity:1
}
100% {
-o-transform-origin:center center;
-o-transform:rotate(200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
transform-origin:center center;
transform:rotate(0);
opacity:1
}
100% {
transform-origin:center center;
transform:rotate(200deg);
opacity:0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-ms-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(90deg);
opacity:0
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(0);
opacity:1
}
100% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(90deg);
opacity:0
}
}
@-ms-keyframes rotateOutDownLeft {
0% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(0);
opacity:1
}
100% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(90deg);
opacity:0
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin:left bottom;
-o-transform:rotate(0);
opacity:1
}
100% {
-o-transform-origin:left bottom;
-o-transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1
}
100% {
transform-origin:left bottom;
transform:rotate(90deg);
opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-ms-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
opacity:0
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1
}
100% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(-90deg);
opacity:0
}
}
@-ms-keyframes rotateOutDownRight {
0% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(0);
opacity:1
}
100% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(-90deg);
opacity:0
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin:right bottom;
-o-transform:rotate(0);
opacity:1
}
100% {
-o-transform-origin:right bottom;
-o-transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1
}
100% {
transform-origin:right bottom;
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-ms-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
opacity:0
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(0);
opacity:1
}
100% {
-moz-transform-origin:left bottom;
-moz-transform:rotate(-90deg);
opacity:0
}
}
@-ms-keyframes rotateOutUpLeft {
0% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(0);
opacity:1
}
100% {
-ms-transform-origin:left bottom;
-ms-transform:rotate(-90deg);
opacity:0
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin:left bottom;
-o-transform:rotate(0);
opacity:1
}
100% {
-o-transform-origin:left bottom;
-o-transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1
}
100% {
transform-origin:left bottom;
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-ms-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(90deg);
opacity:0
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1
}
100% {
-moz-transform-origin:right bottom;
-moz-transform:rotate(90deg);
opacity:0
}
}
@-ms-keyframes rotateOutUpRight {
0% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(0);
opacity:1
}
100% {
-ms-transform-origin:right bottom;
-ms-transform:rotate(90deg);
opacity:0
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin:right bottom;
-o-transform:rotate(0);
opacity:1
}
100% {
-o-transform-origin:right bottom;
-o-transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1
}
100% {
transform-origin:right bottom;
transform:rotate(90deg);
opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-ms-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translateY(-2000px);
opacity:0
}
100% {
-webkit-transform:translateY(0)
}
}
@-moz-keyframes slideInDown {
0% {
-moz-transform:translateY(-2000px);
opacity:0
}
100% {
-moz-transform:translateY(0)
}
}
@-ms-keyframes slideInDown {
0% {
-ms-transform:translateY(-2000px);
opacity:0
}
100% {
-ms-transform:translateY(0)
}
}
@-o-keyframes slideInDown {
0% {
-o-transform:translateY(-2000px);
opacity:0
}
100% {
-o-transform:translateY(0)
}
}
@keyframes slideInDown {
0% {
transform:translateY(-2000px);
opacity:0
}
100% {
transform:translateY(0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-ms-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform:translateX(-2000px);
opacity:0
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes slideInLeft {
0% {
-moz-transform:translateX(-2000px);
opacity:0
}
100% {
-moz-transform:translateX(0)
}
}
@-ms-keyframes slideInLeft {
0% {
-ms-transform:translateX(-2000px);
opacity:0
}
100% {
-ms-transform:translateX(0)
}
}
@-o-keyframes slideInLeft {
0% {
-o-transform:translateX(-2000px);
opacity:0
}
100% {
-o-transform:translateX(0)
}
}
@keyframes slideInLeft {
0% {
transform:translateX(-2000px);
opacity:0
}
100% {
transform:translateX(0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-ms-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translateX(2000px);
opacity:0
}
100% {
-webkit-transform:translateX(0)
}
}
@-moz-keyframes slideInDown {
0% {
-moz-transform:translateX(2000px);
opacity:0
}
100% {
-moz-transform:translateX(0)
}
}
@-ms-keyframes slideInDown {
0% {
-ms-transform:translateX(2000px);
opacity:0
}
100% {
-ms-transform:translateX(0)
}
}
@-o-keyframes slideInDown {
0% {
-o-transform:translateX(2000px);
opacity:0
}
100% {
-o-transform:translateX(0)
}
}
@keyframes slideInDown {
0% {
transform:translateX(2000px);
opacity:0
}
100% {
transform:translateX(0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-ms-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0)
}
100% {
-webkit-transform:translateX(-2000px);
opacity:0
}
}
@-moz-keyframes slideOutLeft {
0% {
-moz-transform:translateX(0)
}
100% {
-moz-transform:translateX(-2000px);
opacity:0
}
}
@-ms-keyframes slideOutLeft {
0% {
-ms-transform:translateX(0)
}
100% {
-ms-transform:translateX(-2000px);
opacity:0
}
}
@-o-keyframes slideOutLeft {
0% {
-o-transform:translateX(0)
}
100% {
-o-transform:translateX(-2000px);
opacity:0
}
}
@keyframes slideOutLeft {
0% {
transform:translateX(0)
}
100% {
transform:translateX(-2000px);
opacity:0
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-ms-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateX(0)
}
100% {
-webkit-transform:translateX(2000px);
opacity:0
}
}
@-moz-keyframes slideOutRight {
0% {
-moz-transform:translateX(0)
}
100% {
-moz-transform:translateX(2000px);
opacity:0
}
}
@-ms-keyframes slideOutRight {
0% {
-ms-transform:translateX(0)
}
100% {
-ms-transform:translateX(2000px);
opacity:0
}
}
@-o-keyframes slideOutRight {
0% {
-o-transform:translateX(0)
}
100% {
-o-transform:translateX(2000px);
opacity:0
}
}
@keyframes slideOutRight {
0% {
transform:translateX(0)
}
100% {
transform:translateX(2000px);
opacity:0
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-ms-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateY(0)
}
100% {
-webkit-transform:translateY(-2000px);
opacity:0
}
}
@-moz-keyframes slideOutUp {
0% {
-moz-transform:translateY(0)
}
100% {
-moz-transform:translateY(-2000px);
opacity:0
}
}
@-ms-keyframes slideOutUp {
0% {
-ms-transform:translateY(0)
}
100% {
-ms-transform:translateY(-2000px);
opacity:0
}
}
@-o-keyframes slideOutUp {
0% {
-o-transform:translateY(0)
}
100% {
-o-transform:translateY(-2000px);
opacity:0
}
}
@keyframes slideOutUp {
0% {
transform:translateY(0)
}
100% {
transform:translateY(-2000px);
opacity:0
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-ms-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes hinge {
0% {
-webkit-transform:rotate(0);
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
-webkit-animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
opacity:0
}
}
@-moz-keyframes hinge {
0% {
-moz-transform:rotate(0);
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out
}
20%, 60% {
-moz-transform:rotate(80deg);
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out
}
40% {
-moz-transform:rotate(60deg);
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out
}
80% {
-moz-transform:rotate(60deg) translateY(0);
opacity:1;
-moz-transform-origin:top left;
-moz-animation-timing-function:ease-in-out
}
100% {
-moz-transform:translateY(700px);
opacity:0
}
}
@-ms-keyframes hinge {
0% {
-ms-transform:rotate(0);
-ms-transform-origin:top left;
-ms-animation-timing-function:ease-in-out
}
20%, 60% {
-ms-transform:rotate(80deg);
-ms-transform-origin:top left;
-ms-animation-timing-function:ease-in-out
}
40% {
-ms-transform:rotate(60deg);
-ms-transform-origin:top left;
-ms-animation-timing-function:ease-in-out
}
80% {
-ms-transform:rotate(60deg) translateY(0);
opacity:1;
-ms-transform-origin:top left;
-ms-animation-timing-function:ease-in-out
}
100% {
-ms-transform:translateY(700px);
opacity:0
}
}
@-o-keyframes hinge {
0% {
-o-transform:rotate(0);
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out
}
20%, 60% {
-o-transform:rotate(80deg);
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out
}
40% {
-o-transform:rotate(60deg);
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out
}
80% {
-o-transform:rotate(60deg) translateY(0);
opacity:1;
-o-transform-origin:top left;
-o-animation-timing-function:ease-in-out
}
100% {
-o-transform:translateY(700px);
opacity:0
}
}
@keyframes hinge {
0% {
transform:rotate(0);
transform-origin:top left;
animation-timing-function:ease-in-out
}
20%, 60% {
transform:rotate(80deg);
transform-origin:top left;
animation-timing-function:ease-in-out
}
40% {
transform:rotate(60deg);
transform-origin:top left;
animation-timing-function:ease-in-out
}
80% {
transform:rotate(60deg) translateY(0);
opacity:1;
transform-origin:top left;
animation-timing-function:ease-in-out
}
100% {
transform:translateY(700px);
opacity:0
}
}
.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-ms-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg)
}
}
@-moz-keyframes rollIn {
0% {
opacity:0;
-moz-transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-moz-transform:translateX(0px) rotate(0deg)
}
}
@-ms-keyframes rollIn {
0% {
opacity:0;
-ms-transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-ms-transform:translateX(0px) rotate(0deg)
}
}
@-o-keyframes rollIn {
0% {
opacity:0;
-o-transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-o-transform:translateX(0px) rotate(0deg)
}
}
@keyframes rollIn {
0% {
opacity:0;
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
transform:translateX(0px) rotate(0deg)
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-ms-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg)
}
}
@-moz-keyframes rollOut {
0% {
opacity:1;
-moz-transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-moz-transform:translateX(100%) rotate(120deg)
}
}
@-ms-keyframes rollOut {
0% {
opacity:1;
-ms-transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-ms-transform:translateX(100%) rotate(120deg)
}
}
@-o-keyframes rollOut {
0% {
opacity:1;
-o-transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-o-transform:translateX(100%) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1;
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
transform:translateX(100%) rotate(120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-ms-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
@-webkit-keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fade-out {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fade-out {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fade-out {
0% {
opacity:1
}
100% {
opacity:0
}
}
@font-face {
	font-family: "inmoment";
	src: url("../fonts/inmoment.eot");
	src: url("../fonts/inmomentd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/inmoment.woff") format("woff"), url("../fonts/inmoment.ttf") format("truetype"), url("../fonts/inmoment.svg#inmoment") format("svg");
	font-weight: normal;
	font-style: normal
}
[data-icon]:before {
	font-family: "inmoment" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "inmoment" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-arrow-left:before {
	content: "\61"
}
.icon-arrow-right:before {
	content: "\62"
}
.icon-double-arrow:before {
	content: "\63"
}
.icon-dropdown-tiny:before {
	content: "\64"
}
.icon-google:before {
	content: "\65"
}
.icon-linkedin:before {
	content: "\66"
}
.icon-twitter:before {
	content: "\67"
}
.icon-phone:before {
	content: "\68"
}
.icon-listen:before {
	content: "\69"
}
.icon-share:before {
	content: "\6a"
}
.icon-understand:before {
	content: "\6b"
}
.icon-ecommerce:before {
	content: "\6c"
}
.icon-email:before {
	content: "\6d"
}
.icon-computer:before {
	content: "\6e"
}
.icon-text-message:before {
	content: "\6f"
}
.icon-social-media:before {
	content: "\70"
}
.icon-point-of-sale:before {
	content: "\71"
}
.icon-outbound-dial:before {
	content: "\72"
}
.icon-inbound:before {
	content: "\73"
}
.icon-qr-code:before {
	content: "\74"
}
.icon-print-media:before {
	content: "\75"
}
.icon-text-analytics:before {
	content: "\76"
}
.icon-predictive-analytics:before {
	content: "\77"
}
.icon-analyst-tool:before {
	content: "\78"
}
.icon-data-science:before {
	content: "\79"
}
.icon-strategic-views:before {
	content: "\7a"
}
.icon-frontline-directives:before {
	content: "\41"
}
.icon-closing-loop:before {
	content: "\42"
}
.icon-real-time-alerts:before {
	content: "\43"
}
.icon-data-integrity:before {
	content: "\44"
}
.icon-dropdown:before {
	content: "\45"
}
.icon-search:before {
	content: "\46"
}
.icon-close:before {
	content: "\47"
}
.icon-trophy:before {
	content: "\48"
}
.icon-values-simple:before {
	content: "\49"
}
.icon-values-bold:before {
	content: "\4a"
}
.icon-values-innovative:before {
	content: "\4b"
}
.icon-values-human:before {
	content: "\4c"
}
.icon-values-invested:before {
	content: "\4d"
}
.icon-flag-usa:before {
	content: "\4e"
}
.icon-flag-can:before {
	content: "\4f"
}
.icon-flag-eng:before {
	content: "\50"
}
.icon-inmoment-dot-green:before {
	content: "\51"
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;

}
html, body {
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none
}
[hidden] {
	display: none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html, button, input, .select, textarea, select, textarea {
	font-family: sans-serif
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  display: table !important;
  margin: 15px auto !important;
  padding: 0 61px !important;
  position: absolute !important;
  width: 100% !important;
  padding-bottom:70px !important;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    display: inline-block;
    /* float: left; */
    clear: none;
    padding: 5px 15px 15px 15px;
    vertical-align: top;
    width: auto !important;


}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-product{
	 background: rgba(0, 0, 0, 0) url("../img/icon-1.png") no-repeat scroll center bottom / cover ;
	 height: 117px;
	 width:100px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-voc{
	 background: rgba(0, 0, 0, 0) url("../img/icon-2.png") no-repeat scroll center bottom / cover ;
	  height: 117px;
	  width:100px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-employee{
	 background: rgba(0, 0, 0, 0) url("../img/icon-3.png") no-repeat scroll center bottom / cover ;
	  height: 117px;
	  width:100px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-analytics{
	 background: rgba(0, 0, 0, 0) url("../img/icon-4.png") no-repeat scroll center bottom / cover ;
	  height: 117px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-closed_loop{
	 background: rgba(0, 0, 0, 0) url("../img/icon-5.png") no-repeat scroll center bottom / cover ;
	  height: 117px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-professional{
	 background: rgba(0, 0, 0, 0) url("../img/icon-6.png") no-repeat scroll center bottom / cover ;
	  height: 117px;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
a:hover, a:active {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
ul {
	list-style: none
}
small {
	font-size: 75%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	/*display: block;*/
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
legend {
	border: 0;
	padding: 0;
	white-space: normal
}
button, input, .select, textarea, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}
button, input, .select, textarea {
	line-height: normal
}
button, input[type="button"], [type="button"].select, textarea[type="button"], input[type="reset"], [type="reset"].select, textarea[type="reset"], input[type="submit"], [type="submit"].select, textarea[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}
button[disabled], input[disabled], [disabled].select, textarea[disabled] {
	cursor: default
}
input[type="checkbox"], [type="checkbox"].select, textarea[type="checkbox"], input[type="radio"], [type="radio"].select, textarea[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"], [type="search"].select, textarea[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration, [type="search"].select::-webkit-search-decoration, textarea[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, [type="search"].select::-webkit-search-cancel-button, textarea[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner, .select::-moz-focus-inner, textarea::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, .select, textarea, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], html [type="button"].select, html textarea[type="button"], input[type="reset"], [type="reset"].select, textarea[type="reset"], input[type="submit"], [type="submit"].select, textarea[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled], html [disabled].select, html textarea[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner, .select::-moz-focus-inner, textarea::-moz-focus-inner {
border:0;
padding:0
}
input, .select, textarea {
	line-height: normal
}
input[type="checkbox"], [type="checkbox"].select, textarea[type="checkbox"], input[type="radio"], [type="radio"].select, textarea[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, [type="number"].select::-webkit-inner-spin-button, textarea[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, [type="number"].select::-webkit-outer-spin-button, textarea[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"], [type="search"].select, textarea[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, [type="search"].select::-webkit-search-cancel-button, textarea[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, [type="search"].select::-webkit-search-decoration, textarea[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
#__bs_notify__ {
	top: 95% !important;
	right: 10px !important;
	border-radius: 15px !important;
	height: 60px !important
}
::selection {
	background: #eae9e9
}
::-moz-selection {
background:#eae9e9
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
*text-indent:-9999px
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}
.visible-all, .visible-small, .visible-large, .visible-huge {
	visibility: visible
}
.hidden-all, .hidden-small, .hidden-large, .hidden-huge {
	display: none
}
.hide, .hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.overflow-hidden {
	overflow: hidden
}
.hide-text {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap
}
.float-left {
	float: left
}
.float-right {
	float: right
}
.top-15 {
	margin-top: 15px
}
.top-30 {
	margin-top: 30px
}
.top-60 {
	margin-top: 60px
}
.top-90 {
	margin-top: 90px
}
.bottom-15 {
	margin-bottom: 15px
}
.bottom-30 {
	margin-bottom: 30px
}
.bottom-60 {
	margin-bottom: 60px
}
.bottom-90 {
	margin-bottom: 90px
}
.italic {
	font-style: italic
}
.center {
	text-align: center
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #000;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
	margin: 0.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
	margin-bottom: 27px;
}
h2, h3 {
	page-break-after: avoid;
	margin-bottom: 27px;
}
}
*, *:before, *:after {
	box-sizing: border-box
}
html * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
	color: #717c7d;
	font-size: 17px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	line-height: 26px;
	text-rendering: optimizeLegibility
}
body.is-fixed {
	overflow: hidden !important
}
/*h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: 27px;
	margin-bottom: 1em;
	color:#253746;
	font-weight: 700 !important;
	font-family: "Mercury SSm A", "Mercury SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif !important;
}*/


/*.container {
	margin: 0 auto;
	max-width: 75em;
	width: 90%;
	position: relative
}*/
.container::after {
	clear: both;
	content: "";
	display: table
}
.row::after {
	clear: both;
	content: "";
	display: table
}
section {
	padding: 7em 0
}
section::after {
	clear: both;
	content: "";
	display: table
}

@media only screen and (max-width: 64em) {
section {
	padding: 5em 0
}
}

@media only screen and (max-width: 48em) {
section {
	padding: 3em 0
}
.column.fourth {
    width: 100% !important;
}
}
section:first-of-type {
	border-top: none
}
section .section-inner {
	padding: 0 0 2em
}
section .section-inner::after {
	clear: both;
	content: "";
	display: table
}
.column {
	float: left;
	margin: 0;
	padding-left: 1em;
	padding-right: 1em
}
.column.full {
	width: 100%
}
.column.seven-eights {
	width: 87.5%
}
.column.seven-eighths {
	width: 87.5%
}
.column.five-sixths {
	width: 83.33%
}
.column.four-fifths {
	width: 80%
}
.column.three-fourths {
	width: 75%
}
.column.two-thirds {
	width: 66.6%
}
.column.five-eighths {
	width: 62.5%
}
.column.three-fifths {
	width: 60%
}
.column.half {
	width: 50%
}
.column.two-fifths {
	width: 40%
}
.column.three-eighths {
	width: 37.5%
}
.column.third {
	width: 33.3%
}
.column.fourth {
	width: 25%
}
.column.fifth {
	width: 20%
}
.column.sixth {
	width: 16.66%
}
.column.eighth {
	width: 12.5%
}
.column.flow-opposite {
	float: right
}
.column.footer-col-one {
	width: 38.5%
}
.column.footer-col-two {
	width: 59%
}

@media only screen and (max-width: 48em) {
.column {
	float: none;
	margin-bottom: 20px
}
.column.full, .column.seven-eights, .column.seven-eighths, .column.five-sixths, .column.four-fifths, .column.three-fourths, .column.two-thirds, .column.five-eighths, .column.three-fifths, .column.half, .column.two-fifths, .column.three-eighths, .column.third, .column.fourth, .column.fifth, .column.sixth, .column.eighth, .column.flow-opposite, .column.footer-col-one, .column.footer-col-two {
	width: 100%
}
}

@media only screen and (max-width: 30em) {
.column {
	margin-bottom: 10px
}
}
.column .column {
	position: relative
}

@media only screen and (max-width: 48em) {
.column .column {
	padding: 0
}
}
.column .column:first-child {
	padding-left: 0
}

@media only screen and (max-width: 48em) {
.column .column:first-child {
	padding: 0
}
}
.column .column:last-child {
	padding-right: 0
}

@media only screen and (max-width: 48em) {
.column .column:last-child {
	padding: 0
}
}
ul {
	margin: 0;
	padding: 0;
	text-align: left
}
hr {
	border: 0;
	border-top: 1px solid #b2b4b2;
	margin: 2.5em auto
}

@media only screen and (max-width: 22em) {
.section-success .flex-viewport {
    min-height: 242px !important;
}
}

@media only screen and (max-width: 30em) {
hr {
	margin: 1.5em auto
}
}
hr.thick {
	border-width: 4px;
	border-color: #f6f7f9
}
.remove-padding {
	padding-bottom: 0
}
.remove-border {
	border: none
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
*zoom:1
}
/* .btn, .btn-transparent, .btn-blue, .section-blog-page .document-link, .btn-space, button, input[type="button"], [type="button"].select, textarea[type="button"], input[type="reset"], [type="reset"].select, textarea[type="reset"], input[type="submit"], [type="submit"].select, textarea[type="submit"] {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0;
	padding: 0 30px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	text-transform: uppercase;
	background: #78be20;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	outline: none;
} */

/* @media only screen and (max-width: 30em) {
.btn, .btn-transparent, .btn-blue, .section-blog-page .document-link, .btn-space, button, input[type="button"], [type="button"].select, textarea[type="button"], input[type="reset"], [type="reset"].select, textarea[type="reset"], input[type="submit"], [type="submit"].select, textarea[type="submit"] {
	padding: 0 20px;
	font-size: 13px;

	margin-bottom: 10px;
	display: block;
	float: none
}
} */

@media only screen and (max-width: 20em) {
.btn, .btn-transparent, .btn-blue, .section-blog-page .document-link, .btn-space, button, input[type="button"], [type="button"].select, textarea[type="button"], input[type="reset"], [type="reset"].select, textarea[type="reset"], input[type="submit"], [type="submit"].select, textarea[type="submit"] {
	white-space: normal
}
}
/* .btn:hover, .btn-transparent:hover, .btn-blue:hover, .section-blog-page .document-link:hover, .btn-space:hover, button:hover, input[type="button"]:hover, [type="button"].select:hover, textarea[type="button"]:hover, input[type="reset"]:hover, [type="reset"].select:hover, textarea[type="reset"]:hover, input[type="submit"]:hover, [type="submit"].select:hover, textarea[type="submit"]:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	text-decoration: none
} */
/* .btn:active, .btn-transparent:active, .btn-blue:active, .section-blog-page .document-link:active, .btn-space:active, .btn.active, .active.btn-transparent, .active.btn-blue, .section-blog-page .active.document-link, .active.btn-space, button:active, button.active, input[type="button"]:active, [type="button"].select:active, textarea[type="button"]:active, input[type="button"].active, [type="button"].active.select, textarea[type="button"].active, input[type="reset"]:active, [type="reset"].select:active, textarea[type="reset"]:active, input[type="reset"].active, [type="reset"].active.select, textarea[type="reset"].active, input[type="submit"]:active, [type="submit"].select:active, textarea[type="submit"]:active, input[type="submit"].active, [type="submit"].active.select, textarea[type="submit"].active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #6aa81c;
	outline: 0;
	background-image: none
} */
/* .btn:focus, .btn-transparent:focus, .btn-blue:focus, .section-blog-page .document-link:focus, .btn-space:focus, .btn.focus, .focus.btn-transparent, .focus.btn-blue, .section-blog-page .focus.document-link, .focus.btn-space, button:focus, button.focus, input[type="button"]:focus, [type="button"].select:focus, textarea[type="button"]:focus, input[type="button"].focus, [type="button"].focus.select, textarea[type="button"].focus, input[type="reset"]:focus, [type="reset"].select:focus, textarea[type="reset"]:focus, input[type="reset"].focus, [type="reset"].focus.select, textarea[type="reset"].focus, input[type="submit"]:focus, [type="submit"].select:focus, textarea[type="submit"]:focus, input[type="submit"].focus, [type="submit"].focus.select, textarea[type="submit"].focus {
	background: #78be20;
	color: #fff;
	outline: 0
} */
.btn.disabled, .disabled.btn-transparent, .disabled.btn-blue, .section-blog-page .disabled.document-link, .disabled.btn-space, .btn[disabled], [disabled].btn-transparent, [disabled].btn-blue, .section-blog-page [disabled].document-link, [disabled].btn-space, fieldset[disabled] .btn, fieldset[disabled] .btn-transparent, fieldset[disabled] .btn-blue, fieldset[disabled] .section-blog-page .document-link, .section-blog-page fieldset[disabled] .document-link, fieldset[disabled] .btn-space, button.disabled, button[disabled], fieldset[disabled] button, input[type="button"].disabled, [type="button"].disabled.select, textarea[type="button"].disabled, input[type="button"][disabled], [type="button"][disabled].select, textarea[type="button"][disabled], fieldset[disabled] input[type="button"], fieldset[disabled] [type="button"].select, fieldset[disabled] textarea[type="button"], input[type="reset"].disabled, [type="reset"].disabled.select, textarea[type="reset"].disabled, input[type="reset"][disabled], [type="reset"][disabled].select, textarea[type="reset"][disabled], fieldset[disabled] input[type="reset"], fieldset[disabled] [type="reset"].select, fieldset[disabled] textarea[type="reset"], input[type="submit"].disabled, [type="submit"].disabled.select, textarea[type="submit"].disabled, input[type="submit"][disabled], [type="submit"][disabled].select, textarea[type="submit"][disabled], fieldset[disabled] input[type="submit"], fieldset[disabled] [type="submit"].select, fieldset[disabled] textarea[type="submit"] {
	background: #d9d9d6;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn[data-icon]:before, [data-icon].btn-transparent:before, [data-icon].btn-blue:before, .section-blog-page [data-icon].document-link:before, [data-icon].btn-space:before {
	margin-left: 10px;
	position: relative;
	top: 4px
}
.btn i, .btn-transparent i, .btn-blue i, .section-blog-page .document-link i, .btn-space i {
	vertical-align: middle;
	pointer-events: none;
	position: relative;
	margin-top: 22px;
	float:right;
}
/*.btn-small {
	padding: 0 20px;
	font-size: 13px;
	line-height: 40px
}*/

@media only screen and (max-width: 30em) {
.btn-small {
	font-size: 14px;
	line-height: 35px
}
}
.btn-huge {
	padding: 0 50px;
	font-size: 17px;
	line-height: 60px;
	font-weight: 500
}

@media only screen and (max-width: 30em) {
.btn-huge {
	font-size: 15px;
	line-height: 50px;
	padding: 0 30px;
	width: 100%;
	margin-bottom: 10px;
	display: block;
	float: none
}
}

@media only screen and (max-width: 20em) {
.btn-huge {
	white-space: normal
}
}
.btn-block {
	display: block;
	text-align: center;
	width: 100%
}
.btn-transparent {
	background: transparent;
	color: #78be20
}
.btn-transparent:active, .btn-transparent.active, .btn-transparent:focus, .btn-transparent.focus {
	background: transparent;
	color: #78be20;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-blue, .section-blog-page .document-link {
	background: #00afd7
}
.btn-blue:active, .section-blog-page .document-link:active, .btn-blue.active, .section-blog-page .active.document-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #009abe;
	outline: 0;
	background-image: none
}
.btn-blue:focus, .section-blog-page .document-link:focus, .btn-blue.focus, .section-blog-page .focus.document-link {
	background: #00afd7;
	color: #fff;
	outline: 0
}
.btn-space {
	background: #253746
}
.btn-space:active, .btn-space.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #1c2a35;
	outline: 0;
	background-image: none
}
.btn-space:focus, .btn-space.focus {
	background: #253746;
	color: #fff;
	outline: 0
}
.btn-pill {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-clip: padding-box
}
.btn-pill-large {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-clip: padding-box
}
.btn-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #fff !important;
	-moz-box-shadow: inset 0 0 0 2px #fff !important;
	box-shadow: inset 0 0 0 2px #fff !important;
	color: #fff !important;
	background: transparent
}
.btn-stroke:hover {
	background: rgba(255,255,255,0.2);
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-stroke:active, .btn-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #d9d9d9;
	color: #fff;
	outline: 0;
	background-image: none
}
.btn-stroke:focus, .btn-stroke.focus {
	background: #fff;
	color: #717c7d;
	outline: 0
}
.btn-stroke.disabled, .btn-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-green-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #78be20;
	-moz-box-shadow: inset 0 0 0 2px #78be20;
	box-shadow: inset 0 0 0 2px #78be20;
	color: #78be20;
	background: transparent
}
.btn-green-stroke:hover {
	background: rgba(120,190,32,0.2);
	color: #78be20;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-green-stroke:active, .btn-green-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #4f7d15;
	outline: 0;
	background-image: none
}
.btn-green-stroke:focus, .btn-green-stroke.focus {
	background: #78be20;
	color: #fff;
	outline: 0
}
.btn-green-stroke.disabled, .btn-green-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-blue-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #00afd7;
	-moz-box-shadow: inset 0 0 0 2px #00afd7;
	box-shadow: inset 0 0 0 2px #00afd7;
	color: #00afd7;
	background: transparent
}
.btn-blue-stroke:hover {
	background: rgba(0,175,215,0.2);
	color: #00afd7;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-blue-stroke:active, .btn-blue-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #00718b;
	outline: 0;
	background-image: none
}
.btn-blue-stroke:focus, .btn-blue-stroke.focus {
	background: #00afd7;
	color: #fff;
	outline: 0
}
.btn-blue-stroke.disabled, .btn-blue-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-listen-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #00afd7;
	-moz-box-shadow: inset 0 0 0 2px #00afd7;
	box-shadow: inset 0 0 0 2px #00afd7;
	color: #00afd7;
	background: transparent
}
.btn-listen-stroke:hover {
	background: rgba(0,175,215,0.2);
	color: #00afd7;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-listen-stroke:active, .btn-listen-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #00718b;
	outline: 0;
	background-image: none
}
.btn-listen-stroke:focus, .btn-listen-stroke.focus {
	background: #00afd7;
	color: #fff;
	outline: 0
}
.btn-listen-stroke.disabled, .btn-listen-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-understand-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #49c5b1;
	-moz-box-shadow: inset 0 0 0 2px #49c5b1;
	box-shadow: inset 0 0 0 2px #49c5b1;
	color: #49c5b1;
	background: transparent
}
.btn-understand-stroke:hover {
	background: rgba(73,197,177,0.2);
	color: #49c5b1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-understand-stroke:active, .btn-understand-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #2f9383;
	outline: 0;
	background-image: none
}
.btn-understand-stroke:focus, .btn-understand-stroke.focus {
	background: #49c5b1;
	color: #fff;
	outline: 0
}
.btn-understand-stroke.disabled, .btn-understand-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-share-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #4f4cb1;
	-moz-box-shadow: inset 0 0 0 2px #4f4cb1;
	box-shadow: inset 0 0 0 2px #4f4cb1;
	color: #4f4cb1;
	background: transparent
}
.btn-share-stroke:hover {
	background: rgba(79,76,177,0.2);
	color: #4f4cb1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-share-stroke:active, .btn-share-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #37357b;
	outline: 0;
	background-image: none
}
.btn-share-stroke:focus, .btn-share-stroke.focus {
	background: #4f4cb1;
	color: #fff;
	outline: 0
}
.btn-share-stroke.disabled, .btn-share-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-space-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #253746;
	-moz-box-shadow: inset 0 0 0 2px #253746;
	box-shadow: inset 0 0 0 2px #253746;
	color: #253746;
	background: transparent
}
.btn-space-stroke:hover {
	background: rgba(37,55,70,0.2);
	color: #253746;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-space-stroke:active, .btn-space-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #0b1014;
	outline: 0;
	background-image: none
}
.btn-space-stroke:focus, .btn-space-stroke.focus {
	background: #253746;
	color: #fff;
	outline: 0
}
.btn-space-stroke.disabled, .btn-space-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}
.btn-yellow-stroke {
	-webkit-box-shadow: inset 0 0 0 2px #f0b323;
	-moz-box-shadow: inset 0 0 0 2px #f0b323;
	box-shadow: inset 0 0 0 2px #f0b323;
	color: #f0b323;
	background: transparent
}
.btn-yellow-stroke:hover {
	background: rgba(240,179,35,0.2);
	color: #f0b323;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
.btn-yellow-stroke:active, .btn-yellow-stroke.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: #ba860d;
	outline: 0;
	background-image: none
}
.btn-yellow-stroke:focus, .btn-yellow-stroke.focus {
	background: #f0b323;
	color: #f0b323;
	outline: 0
}
.btn-yellow-stroke.disabled, .btn-yellow-stroke[disabled] {
	-webkit-box-shadow: inset 0 0 0 2px #d9d9d6;
	-moz-box-shadow: inset 0 0 0 2px #d9d9d6;
	box-shadow: inset 0 0 0 2px #d9d9d6;
	background: #f6f7f9;
	color: #717c7d;
	cursor: not-allowed;
	pointer-events: none
}

/* html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif ;
	text-rendering: optimizeLegibility;
	font-size: 120%
}

@media only screen and (max-width: 48em) {
html {
	font-size: 112%
}
}

@media only screen and (max-width: 48em) {
html {
	font-size: 100%
}
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: 27px;
	margin-bottom: 1em;
	color:#253746;
	font-weight: 700;
	font-family: "Mercury SSm A", "Mercury SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}
h1 {
	margin: 20px 0;
	font-size: 48px;
	line-height: 58px;
	color: #78be20
}

@media only screen and (max-width: 64em) {
h1 {
	font-size: 38px;
	line-height: 48px
}
}

@media only screen and (max-width: 30em) {
h1 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px
}
}

@media only screen and (max-width: 20em) {
h1 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px
}
}

@media only screen and (max-height: 28.75em) {
h1 {
	font-size: 34px;
	line-height: 44px
}
}

@media only screen and (max-height: 28.75em) and (max-width: 30em) {
h1 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 15px
}
}

@media only screen and (max-height: 28.75em) and (max-width: 20em) {
h1 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px
}
}
h2 {
	margin: 0 0 27px;
	color: #595959;
	font-size: 36px;
	margin-bottom: 27px;
	line-height: 48px
}

@media only screen and (max-width: 64em) {
h2 {
	font-size: 28px;
	line-height: 44px
	margin-bottom: 27px;
}
}

@media only screen and (max-width: 30em) {
h2 {
	font-size: 24px;
	line-height: 36px
}
}

@media only screen and (max-width: 20em) {
h2 {
	font-size: 22px;
	line-height: 30px
}
}
h2 .yellow {
	color: #00afd7
}
h3 {
	margin: 0 0 1em;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px
}

@media only screen and (max-width: 48em) {
h3 {
	font-size: 20px;
	line-height: 26px
}
}
h4 {
	font-size: 16px;
	line-height: 24px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 700
}

@media only screen and (max-width: 20em) {
h4 {
	font-size: 14px
}
}
h5 {
	margin: 0 0 20px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing:2px;
}

@media only screen and (max-width: 30em) {
h5 {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 4.5px
}
}
h6 {
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 500;
	font-size: 13px
} */

/* p {
	margin: 0 0 30px ;
	font-size: 17px;
	line-height: 26px;
	color:#717c7d;
}

@media only screen and (max-width: 64em) {
p {
	font-size: 15px;
	line-height: 22px;
	color:#717c7d;
}
}

@media only screen and (max-width: 30em) {
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
	color:#717c7d;
}
}
p.highlight {
	color: #717c7d;
	font-size: 20px;
	line-height: 28px;
}

@media only screen and (max-width: 48em) {
p.highlight {
	font-size: 18px;
	line-height: 26px;
	color:#717c7d;
}
}

@media only screen and (max-width: 30em) {
p.highlight {
	font-size: 16px;
	line-height: 24px;
	color:#717c7d;
}
} */
ul, ol {
	margin: 0;
	padding: 0
}
ul.bullet-list {
	list-style-type: disc
}
ul.bullet-list li {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 21px
}

@media only screen and (max-width: 48em) {
ul.bullet-list li {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px
}
}
b, strong {
	font-weight: 700
}
blockquote {
	border-left: 2px solid #d9d9d6;
	margin: 1em 40px;
	padding: 0 0 5px 40px
}
blockquote p {
	color: #717c7d;
	margin-bottom: 20px
}
cite {
	color: #717c7d
}
pre, code {
	background-color: #f6f7f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	border: 1px solid #d9d9d6;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 85%;
	line-height: 16px;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 1em 1.3em;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
tooltip {
	display: inline-block;
	position: relative;
	width: auto
}
@-webkit-keyframes animate-tooltip {
0% {
opacity:0;
filter:alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
50% {
opacity:.5;
filter:alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
60% {
opacity:.8;
filter:alpha(opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
70% {
opacity:.9;
filter:alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
90% {
opacity:1;
filter:alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
}
@-moz-keyframes animate-tooltip {
0% {
opacity:0;
filter:alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
50% {
opacity:.5;
filter:alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
60% {
opacity:.8;
filter:alpha(opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
70% {
opacity:.9;
filter:alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
90% {
opacity:1;
filter:alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
}
@-ms-keyframes animate-tooltip {
tooltip 0% {
opacity:0;
filter:alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
tooltip 50% {
opacity:.5;
filter:alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
tooltip 60% {
opacity:.8;
filter:alpha(opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
tooltip 70% {
opacity:.9;
filter:alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
tooltip 90% {
opacity:1;
filter:alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
}
@keyframes animate-tooltip {
0% {
opacity:0;
filter:alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
50% {
opacity:.5;
filter:alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
60% {
opacity:.8;
filter:alpha(opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
70% {
opacity:.9;
filter:alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
90% {
opacity:1;
filter:alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
}
tooltip._slow._ready tip {
	animation: animate-tooltip .6s
}
tooltip._fast._ready tip {
	animation: animate-tooltip .2s
}
tooltip._steady._ready tip {
	animation: animate-tooltip .4s
}
tooltip.tooltips tip {
	border-radius: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background: rgba(37,55,70,0.95);
	color: #fff;
	display: none;
	min-width: 100px;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	width: auto;
	will-change: top, left, bottom, right
}
tooltip.tooltips tip._hidden {
	display: block;
	visibility: hidden
}
tooltip.tooltips tip-tip {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	display: block
}
tooltip.tooltips tip-tip._large {
	font-size: 17px
}
tooltip.tooltips tip-tip._small {
	font-size: 13px
}
tooltip.tooltips tip-tip #close-button {
	cursor: pointer;
	float: right;
	left: 8%;
	margin-top: -8%;
	position: relative
}
tooltip.tooltips.active tip {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	z-index: 30;
	display: block
}
tooltip.tooltips._top tip {
	left: 50%;
	top: -13px;
	transform: translateX(-50%) translateY(-100%)
}
tooltip.tooltips._top tip tip-arrow {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid rgba(37,55,70,0.95);
	content: '';
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 100%;
	width: 0
}
tooltip.tooltips._bottom tip {
	right: 50%;
	top: 100%;
	transform: translateY(13px) translateX(50%)
}
tooltip.tooltips._bottom tip tip-arrow {
	border-bottom: 7px solid rgba(37,55,70,0.95);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 100%;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 0
}
tooltip.tooltips._right tip {
	left: 100%;
	top: 50%;
	transform: translateX(7px) translateY(-50%)
}
tooltip.tooltips._right tip tip-arrow {
	border-bottom: 7px solid transparent;
	border-right: 7px solid rgba(37,55,70,0.95);
	border-top: 7px solid transparent;
	content: '';
	height: 0;
	margin-top: -7px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0
}
tooltip.tooltips._left tip {
	left: -7px;
	top: 50%;
	transform: translateX(-100%) translateY(-50%)
}
tooltip.tooltips._left tip tip-arrow {
	border-bottom: 7px solid transparent;
	border-left: 7px solid rgba(37,55,70,0.95);
	border-top: 7px solid transparent;
	content: '';
	height: 0;
	left: 100%;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 0
}
.tabs-nav::after {
	clear: both;
	content: "";
	display: table
}
.tabs-nav li {
	/* float: left;
	display: inline-block */
}
.tabs-nav li a {
	/* position: relative;
	display: block */
}
.tabs-content {
	/*margin: 30px auto;*/
	padding: 0;
}
.tabs-content li {
	display: none
}
.tabs-content li.selected {
	-webkit-animation: fade-in .4s;
	-moz-animation: fade-in .4s;
	animation: fade-in .4s;
	display: block
}
.tabs-simple .tabs-nav li {
	width: 25%;
	border-bottom: 2px solid #f6f7f9;
	text-align: center;
	font-size: 15px
}

@media only screen and (max-width: 48em) {
.tabs-simple .tabs-nav li {
	font-size: 13px
}
}

@media only screen and (max-width: 30em) {
.tabs-simple .tabs-nav li {
	width: 50%;
	font-size: 11px
}
}
.tabs-simple .tabs-nav li a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	padding: 15px 5px;
	color: #abaeb3
}

@media only screen and (max-width: 48em) {
.tabs-simple .tabs-nav li a {
	padding: 10px 0
}
}

@media only screen and (max-width: 30em) {
.tabs-simple .tabs-nav li a {
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
}
.tabs-simple .tabs-nav li a:hover {
	color: #00afd7;
	-webkit-box-shadow: 0 2px 0 0 #00afd7;
	-moz-box-shadow: 0 2px 0 0 #00afd7;
	box-shadow: 0 2px 0 0 #00afd7
}
.tabs-simple .tabs-nav li a.selected {
	color: #00afd7;
	font-weight: 500;
	-webkit-box-shadow: 0 2px 0 0 #00afd7;
	-moz-box-shadow: 0 2px 0 0 #00afd7;
	box-shadow: 0 2px 0 0 #00afd7
}

@media only screen and (max-width: 48em) {
.tabs-simple .tabs-content {
	margin: 20px 0
}
}
.tabs-simple .tabs-content p {
	font-size: 15px;
	line-height: 21px;
	color:#717c7d;
}

@media only screen and (max-width: 48em) {
.tabs-simple .tabs-content p {
	font-size: 13px;
	line-height: 20px;
	color:#717c7d;
}
}

@media only screen and (max-width: 30em) {
.tabs-tour {
	width: 100%
}
}
.tabs-tour nav {
	margin: 60px auto;
	/* max-width: 848px */
}

@media only screen and (max-width: 48em) {
.tabs-tour nav {
	margin-bottom: 40px;
	width: 100%
}
}

@media only screen and (max-width: 30em) {
.tabs-tour nav {
	margin-bottom: 0
}
}
.tabs-tour .tabs-nav {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.tabs-tour .tabs-nav li {
	float: left;
	display: inline-block;
	width: calc(25% - 30px);
	text-align: center
}
.tabs-tour .tabs-nav li a {
	padding: 59px 10px;
	max-height: 212px;
	display: block;
	color: #49c5b1;
	background: #f6f7f9;
	font-size: 15px;
	font-weight: 500
}

@media only screen and (max-width: 48em) {
.tabs-tour .tabs-nav li a {
	padding: 30px 10px;
	font-size: 13px
}
}
.tabs-tour .tabs-nav li a.selected {
	background: #49c5b1;
	color: #fff
}
.tabs-tour .tabs-nav li a i {
	font-size: 60px;
	vertical-align: middle
}

@media only screen and (max-width: 48em) {
.tabs-tour .tabs-nav li a i {
	font-size: 45px
}
}

@media only screen and (max-width: 30em) {
.tabs-tour .tabs-nav li a i {
	font-size: 33px
}
}
.tabs-tour .tabs-nav li a span {
	display: block
}

@media only screen and (max-width: 48em) {
.tabs-tour .tabs-nav li a span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
}

@media only screen and (max-width: 30em) {
.tabs-tour .tabs-nav li a span {
	display: none
}
}
.tabs-tour .tabs-content .row {
	position: relative
}

@media only screen and (max-width: 20em) {
.tabs-tour .tabs-content .empty {
	margin: 0;
	padding: 0;
	visibility: hidden;
	height: 0
}
}
.tabs-tour .tabs-content .tab-asset {
	margin: 30px auto 0;
	width: 100%
}

@media only screen and (max-width: 64em) {
.tabs-tour .tabs-content .tab-asset {
	margin: 60px auto 0;
	max-width: 80%
}
}

@media only screen and (max-width: 48em) {
.tabs-tour .tabs-content .tab-asset {
	margin: 0 auto 30px;
	max-width: 60%
}
}

@media only screen and (max-width: 30em) {
.tabs-tour .tabs-content .tab-asset {
	max-width: 100%
}
}

@media only screen and (max-width: 20em) {
.tabs-tour .tabs-content .tab-asset {
	display: none
}
}
.tabs-tour .tabs-content .tab-asset-absolute {
	position: absolute;
	top: 100px;
	right: auto;
	bottom: auto;
	left: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width: 430px;
	display: block;
	content: ""
}

@media only screen and (max-width: 64em) {
.tabs-tour .tabs-content .tab-asset-absolute {
	left: -280px
}
}

@media only screen and (max-width: 48em) {
.tabs-tour .tabs-content .tab-asset-absolute {
	margin: 0 auto 60px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}
}

@media only screen and (max-width: 20em) {
.tabs-tour .tabs-content .tab-asset-absolute {
	display: none
}
}
.tabs-tour .tabs-content p {
	margin-bottom: 20px;
	color:#717c7d;
}
.tabs-tour .tabs-content p:first-of-type {
	margin-top: 30px
}
.tabs-tour .tabs-content p b {
	color: #595959
}
.section-tabs-share .tabs-nav li a.selected {
	background: #4f4cb1
}
.section-tabs-share .tabs-nav li a {
	color: #4f4cb1
}
/* .tabs-leadership .tabs-nav {
	text-align: center
}
.tabs-leadership .tabs-nav li {
	float: none;
	margin-right: 20px;
	display: inline-block
} */

/* @media only screen and (max-width: 30em) {
	.tabs-leadership .tabs-nav li {
		width: 48%;
		float: left;
		margin-right: 4%
	}
	.tabs-leadership .tabs-nav li:last-child {
		margin-right: 0
	}
} */
/* .tabs-leadership .tabs-nav li a.selected {
	background: #78be20;
	color: #fff
} */
/* .tabs-leadership .tabs-nav li:last-child {
	margin-right: 0
} */
.dropit {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none
}
.dropit .dropit-trigger {
	position: relative;
	display: inline-block
}
.dropit .dropit-contact {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 250ms;
	-moz-animation-duration: 250ms;
	-ms-animation-duration: 250ms;
	-o-animation-duration: 250ms;
	animation-duration: 250ms;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
	padding: 10px 20px;
	background: #f6f7f9;
	color: #717c7d
}
.dropit .dropit-submenu {
	position: absolute;
	top: 100%;
	right: -65px;
	bottom: auto;
	left: auto;
	margin: 0;
	z-index: 20;
	visibility: hidden;
	min-width: 150px;
	list-style: none
}

@media only screen and (max-width: 30em) {
.dropit .dropit-submenu {
	font-size: 14px;
	right: 10px;
	left: 10px;
	text-align: center
}
}
.dropit .dropit-submenu:before {
	position: absolute;
	top: -7px;
	right: auto;
	bottom: auto;
	left: auto;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 0;
	width: 0;
	border-bottom: 7px solid #f6f7f9;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: ""
}
.dropit .dropit-open .dropit-submenu {
	visibility: visible
}
body>main {
	width: 100%;
	z-index: 20;
	margin: 0;
	padding: 0;
	/* -webkit-transition-property: -webkit-transform, padding;
	-moz-transition-property: -moz-transform, padding;
	transition-property: transform, padding;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d */
}
body>main.aside-is-open {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px)
}

@media only screen and (max-width: 30em) {
body>main.aside-is-open {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	transform: translateX(-250px)
}
}

@media only screen and (max-width: 20em) {
body>main>.container {
	width: 100%
}
}
/*body>header {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	height: 156px;
	width: 100%;
	z-index: 30;
	background: transparent
}
body>header::after {
	clear: both;
	content: "";
	display: table
}
body>header.aside-is-open {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px)
}

@media only screen and (max-width: 30em) {
body>header.aside-is-open {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	transform: translateX(-250px)
}
}
body>header .container {
	-webkit-transition: padding .4s ease;
	-moz-transition: padding .4s ease;
	transition: padding .4s ease;
	padding: 25px 0;
	line-height: 40px
}

@media only screen and (max-width: 30em) {
body>header .container {
	padding: 30px 0;
	line-height: 30px
}
}
body>header .logo {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease;
background-image:background-repeat:no-repeat;
	-webkit-background-size: 176px 24px;
	-moz-background-size: 176px 24px;
	background-size: 176px 24px;
	height: 24px;
	width: 176px;
	margin: 5px 0 0;
	padding: 0;
	float: left;
	cursor: pointer
}
.no-svg body>header .logo {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg body>header .logo {
	background-image: url("../img/logo-inmoment%402x.png");
	background-size: 176px 24px
}
}

@media only screen and (max-width: 48em) {
body>header .logo {
	-webkit-background-size: 117px 16px;
	-moz-background-size: 117px 16px;
	background-size: 117px 16px;
	height: 16px;
	width: 117px
}
}
body>header .logo:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	outline: none
}
body>header nav {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0;
	position: relative;
	z-index: 30;
	display: block;
	float: right
}
body>header nav::after {
	clear: both;
	content: "";
	display: table
}

@media only screen and (max-width: 48em) {
body>header nav {
	float: none
}
}
body>header nav a {
	float: left;
	display: inline-block;
	position: relative;
	margin: 0 35px 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff
}

@media only screen and (max-width: 64em) {
body>header nav a {
	font-size: 12px;
	margin: 0 20px 0 0
}
}

@media only screen and (max-width: 48em) {
body>header nav a {
	display: none
}
}
body>header nav a:last-child {
	margin: 0
}
body>header nav a.active {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
body>header nav a.active:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
body>header nav a.btn, body>header nav a.btn-transparent, body>header nav a.btn-blue, body>header nav .section-blog-page a.document-link, .section-blog-page body>header nav a.document-link, body>header nav a.btn-space {
	letter-spacing: 1px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}

@media only screen and (max-width: 48em) {
body>header nav a.btn, body>header nav a.btn-transparent, body>header nav a.btn-blue, body>header nav .section-blog-page a.document-link, .section-blog-page body>header nav a.document-link, body>header nav a.btn-space {
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	letter-spacing: 0;
	font-size: 12px;
	line-height: 35px;
	margin-top: -5px
}
}

@media only screen and (max-width: 30em) {
body>header nav a.btn, body>header nav a.btn-transparent, body>header nav a.btn-blue, body>header nav .section-blog-page a.document-link, .section-blog-page body>header nav a.document-link, body>header nav a.btn-space {
	display: none
}
}
body>header nav a.aside-trigger {
	-webkit-transition: top .2s 0.2s, opacity .2s ease;
	-moz-transition: top .2s 0.2s, opacity .2s ease;
	transition: top .2s 0.2s, opacity .2s ease;
	position: absolute;
	top: -100px;
	right: 0;
	bottom: auto;
	left: auto;
	line-height: 24px;
	font-weight: 700;
	padding-left: 40px
}
body>header nav a.aside-trigger:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}

@media only screen and (max-width: 48em) {
body>header nav a.aside-trigger {
	display: block;
	top: 0
}
}

@media only screen and (max-width: 20em) {
body>header nav a.aside-trigger {
	padding-left: 30px;
	width: 30px;
	overflow: hidden
}
}
body>header nav a.aside-trigger span {
	position: absolute;
	top: 11px;
	right: auto;
	bottom: auto;
	left: 0;
	height: 2px;
	width: 30px;
	margin: -1px 0 -10px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s;
	pointer-events: none;
	background-color: #fff
}
body>header nav a.aside-trigger span:before, body>header nav a.aside-trigger span:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
body>header nav a.aside-trigger span:before {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px)
}
body>header nav a.aside-trigger span:after {
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px)
}
body>header .micro-nav {
	position: absolute;
	top: 10px;
	right: 0;
	bottom: auto;
	left: auto;
	margin: 0;
	padding: 0;
	list-style-type: none
}
body>header .micro-nav::after {
	clear: both;
	content: "";
	display: table
}

@media only screen and (max-width: 30em) {
body>header .micro-nav {
	display: block;
}
}
body>header .micro-nav li {
	margin: 0 25px 0 0;
	float: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff ;
}
body>header .micro-nav li:last-child {
	margin-right: 0
}
body>header .micro-nav li a {
	font-size: 11px;
	font-weight: 500;
	color: #fff
}
body>header .micro-nav li .phone {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 12px
}
body>header .micro-nav li .dropdown {
	font-size: 8px;
	margin-left: 5px
}
body>header.aside-is-open nav a.aside-trigger span {
	background-color: rgba(255,255,255,0)
}
body>header.aside-is-open nav a.aside-trigger span:before {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}
body>header.aside-is-open nav a.aside-trigger span:after {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}*/
/*main>footer {
	position: relative;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	padding: 80px 0 62px;
	background: #f6f7f9;
	z-index: 30
}*/

/* @media only screen and (max-width: 30em) {
main>footer {
	padding: 40px 0 0
}
} */
/*main>footer>.container {
	max-width: 1000px
}*/
/* main>footer h4 {
	color: #fff;
	margin-bottom: 0
} */
/*main>footer h6 {
	color: #253746;
	margin-bottom: 10px
}*/
/*main>footer a, main>footer span {
	color: #abaeb3;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	display: block
}*/
/* main>footer ul>li {
	text-align: center;
	font-size: 15px;
	line-height: 28px
} */
/* main>footer ul>li a {
	color: #abaeb3
} */
/* main>footer .logo {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease;
	background-repeat: no-repeat;
	-webkit-background-size: 117px 16px;
	-moz-background-size: 117px 16px;
	background-size: 117px 16px;
	height: 16px;
	width: 117px;
	margin: 0 16px 0 0;
	padding: 0;
	float: left;
	cursor: pointer
}
.no-svg main>footer .logo {
	/*background-image: url("../img/logo-inmoment-footer.png")*/
} */

/* @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg main>footer .logo {
	background-image: url("../img/logo-inmoment-footer%402x.png");
	background-size: 117px 16px
}
} */

/* @media only screen and (max-width: 30em) {
main>footer .logo {
	float: none;
	margin-bottom: 10px
}
} */
/* main>footer .logo:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	outline: none
} */
/*main>footer .terms {
	font-size: 11px;
	line-height: 26px
}*/
/* main>footer .terms-links, main>footer .social-links {
	float: right
}
main>footer .terms-links::after, main>footer .social-links::after {
	clear: both;
	content: "";
	display: table
} */

/* @media only screen and (max-width: 48em) {
main>footer .terms-links, main>footer .social-links {
	float: none
}
}
main>footer .terms-links li, main>footer .social-links li {
	margin: 0 16px 0 0;
	float: left;
	display: inline-block
} */
/* main>footer .terms-links li:last-child, main>footer .social-links li:last-child {
	margin: 0
}
main>footer .terms-links li a, main>footer .social-links li a {
	font-size: 11px;
	line-height: 16px;
	color: #abaeb3
}
main>footer .social-links {
	margin: -2px 0 0 30px
} */

/* @media only screen and (max-width: 48em) {
main>footer .social-links {
	margin: 0 0 15px
}
}
main>footer .social-links li a {
	color: #abaeb3;
	font-size: 18px
} */
/*main>footer .row, main>footer .footer-group {
	margin-bottom: 27px
}*/
/* main>footer .footer-col-one, main>footer .half {
	padding-left: 0
}

@media only screen and (max-width: 48em) {
main>footer .footer-col-one, main>footer .half {
	padding: 0
}
}
main>footer .footer-col-two {
	padding-right: 0
}

@media only screen and (max-width: 48em) {
main>footer .footer-col-two {
	padding: 0
}
} */
/*body.template-demo main>footer {
	padding-top: 0
}*/
body.template-demo main>footer .cta {
	display: none
}
/*main>footer .cta h2 {
	padding: 0 0 50px;
	text-align: center;
	border-bottom: 2px solid rgba(217,217,214,0.5)
}*/
/*main>footer .cta h2 .btn, main>footer .cta h2 .btn-transparent, main>footer .cta h2 .btn-blue, main>footer .cta h2 .section-blog-page .document-link, .section-blog-page main>footer .cta h2 .document-link, main>footer .cta h2 .btn-space {
	margin-left: 30px;
	text-transform: none;
	margin-bottom: 10px;
}*/

/*@media only screen and (max-width: 48em) {
main>footer .cta h2 .btn, main>footer .cta h2 .btn-transparent, main>footer .cta h2 .btn-blue, main>footer .cta h2 .section-blog-page .document-link, .section-blog-page main>footer .cta h2 .document-link, main>footer .cta h2 .btn-space {
	display: block;
	max-width: 163px;
	margin-bottom: 27px;
	margin: 30px auto 0
}
}*/
body.template-home main>footer {
	padding-top: 50px
}
/*body.template-home main>footer .cta {
	display: none
}*/
/* main>footer fieldset {
	margin: 0;
	position: relative
}
main>footer .mktoForm {
	padding: 0 !important;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
	color: initial !important;
	width: auto !important
}
main>footer .mktoForm .mktoGutter, main>footer .mktoForm .mktoOffset {
	display: none !important
}
main>footer .mktoForm .mktoFormRow:first-of-type {
	position: relative
}
main>footer .mktoForm .mktoFormCol, main>footer .mktoForm .mktoField, main>footer .mktoForm .mktoFieldWrap {
	float: none !important
}
main>footer .mktoForm .mktoFieldDescriptor {
	margin-bottom: 0 !important
}
main>footer .mktoForm .mktoButtonWrap {
	margin-left: 0 !important
}
main>footer .mktoForm .mktoButtonRow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto
}
main>footer .mktoForm .mktoButtonRow button {
	line-height: 50px!important;
	background: #253746 !important;
	font-size: 11px !important
}

@media only screen and (max-width: 30em) {
main>footer .mktoForm .mktoButtonRow button {
	line-height: 29px !important
}
}
main>footer .mktoForm .mktoButtonRow button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
main>footer .mktoForm label {
	display: none !important
}
main>footer .mktoForm input, main>footer .mktoForm .select, main>footer .mktoForm textarea {
	padding: 10px 100px 10px 10px !important;
	width: 100% !important;
	height: auto !important;
	background: #fff !important;
	border: 1px solid #d9d9d6 !important;
	border-radius: 2px !important;
	box-shadow: none !important
}
main>footer .mktoForm input:focus, main>footer .mktoForm .select:focus, main>footer .mktoForm textarea:focus {
	background: #f6f7f9;
	border-color: #717c7d
}
main>footer .mktoForm .mktoErrorDetail {
	color: #fff !important
} */
body>aside {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	height: 100vh;
	width: 300px;
	margin: 0;
	padding: 0;
	z-index: 20;
	background-color: #f6f7f9;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	transition: transform .4s 0s, visibility 0s .4s;
	visibility: hidden;
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px)
}

@media only screen and (max-width: 30em) {
body>aside {
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-ms-transform: translateX(250px);
	-o-transform: translateX(250px);
	transform: translateX(250px);
	width: 250px
}
}
body>aside.aside-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s;
	-webkit-overflow-scrolling: touch
}
body>aside ul li {
	display: block;
	width: 100%
}
body>aside ul a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0;
	padding: 0 30px;
	color: #253746;
	display: block;
	line-height: 50px;
	font-weight: 500;
	font-size: 17px
}
/*===================================================================================================================*/

/*--------- NAV ---------*/

 /* li.dropdown.open {
  position: static;
}

 li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}
#mega-menu-item-2092 > ul > li > .mega-menu-link {
	font-weight: 600 !important;
} */



/*---------- INDEX PAGE -------------*/


.pad-left-0{ padding-left:0px;}
.pad-right-0{ padding-right:0px;}
.section-home .btn-huge {
    font-size: 17px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 50px;
}
.section-home .btn-huge: hover{
     opacity: 0.7;
    text-decoration: none;
	color:#fff !important;
}
.two-sec-div {
	background: #f0f1f3;
}
.two-sec-div .first-sec {
	border-right: 1px solid #8e8e8e;
}
section.hp-promo {
  padding: 5em 0;
}
.hp-promo h2 {
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.25em;
	margin-top: 10px;
	color: #717c7d;
}
.hp-promo p {
  font-size: 1em;
  line-height: 1.5em;
}
.hp-promo .view-link a {
  font-weight: 700;
  color: #253746;
  font-size: .8em;
  border-bottom: 1px solid #253746;
  padding-bottom: 2px;
}
/*.more-than-score {
  background:#ffffff;
  padding-left:0;
}*/
/*.more-than-score h2 {
  font-size: 3em;
  margin-top: 50px;
}*/
/*.brands ul li {
	display: inline;
	padding: 0 9px 0 0;
}
.brands h3 {©
	color: #78ba20;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.25em;
  letter-spacing: .2em;
}*/
/*.template-home .heading  {
  font-size: 4em;
}*/
.more-than-score .image-cont{padding-left:0;}
.brands { background-image:url("../img/brands-bckgrnd.jpg"); background-size:cover;}
/*.section-home .btn.focus, .btn:focus, .btn:hover {
    color: #ffffff !important;
    text-decoration: none;
}*/
.section-explore .btn-listen-stroke {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 0 2px #00afd7 inset;
    color: #00afd7;
}
.section-explore .btn-pill-large {
    background-clip: padding-box;
    border-radius: 25px;
}
.section-explore .explore-btn{
	cursor: pointer;
    display: inline-block;
    font-family: "Gotham A","Gotham B","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    }
.section-explore .explore-btn:hover {
    background: rgba(0, 175, 215, 0.2) none repeat scroll 0 0;
    color: #00afd7 !important;
    opacity: 1;
}
.demo-btn{
	background: #78be20 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A","Gotham B","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    padding: 0 30px !important;
}
.demo-btn:hover{
	opacity:0.7;
}
/*.section-home {
	background: url(../img/bg-home.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home.jpg', sizingMethod='scale')";
	height: 750px;
	width: 100%;
	padding: 180px 0;
	position: relative;
	background-position: top;
	text-align: center;
	overflow: hidden;
	min-height: 480px;
}*/
/*.banner-content{
	left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
	padding:0 22px;
}*/
.slides-nav ol {
    padding-bottom: 40px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #78BE20 !important;
    color: #ffffff;
    font-size: 1em;
    padding: 0.4em 1em;
}
.moment-different {
	background: #f0f1f3;
}
.moment-different h1 {
	text-align: center;
	font-size: 48px;
}

@media only screen and (max-width: 1200px) {
  .more-than-score h2 {
    margin-top: 10px;
  }
}

/*@media only screen and (min-width: 1025px) {
.section-home h1 {
	font-size: 4em !important;
	line-height: 1.25em;
	}
}*/

/*@media only screen and (max-width: 1024px) {
.section-home h1 {
	font-size: 3.75em !important;
	line-height: 1.25em;
	}
}*/

@media only screen and (max-width: 768px) {
	.section-identify .full-width {
    width: 100%;
	}
	.section-identify-opposite .full-width {
    width: 100%;
	}
	.section-explore .full-width {
    width: 100%;
	}


}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.section-home {
	height: 560px !important;
	}
	.section-identify-opposite {
    padding: 0 0 3em;
	}
	.section-identify {
    padding: 3em 0 0;
	}
}


@media only screen and (max-width: 480px) {
  /*.section-home h1 {
  	font-size: 3em !important;
  	line-height: 1.25em;
  	}*/
  .section-home .home-pattern {
    bottom: 0 !important;
    height: 130px;
  }
  .section-home .btn-huge {
    line-height: 50px;
  }
  .hp-promo {
    display: none;
  }
  .section-elevate .demo-btn {
  	width:100%;
  }
}

/*-------------- SOLUTION PAGE ----------------*/

.learn-more-btn{
	border-radius: 25px !important;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding: 0 30px !important;
	line-height: 50px !important;
	cursor: pointer;
    display: inline-block;
    font-family: "Gotham A","Gotham B","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;

}
.btn-listen-stroke:focus, .btn-listen-stroke.focus {
    background: #00afd7 none repeat scroll 0 0;
    color: #ffffff !important;
    outline: 0 none;
}
.btn-listen-stroke:hover{
	color:#00AFD7 !important;
}
.btn-understand-stroke:hover {
    color: #49c5b1 !important;
}
.btn-understand-stroke:focus, .btn-understand-stroke.focus {
    background: #49c5b1 none repeat scroll 0 0;
    color: #ffffff !important;
    outline: 0 none;
}
.btn-share-stroke:hover {
    color: #4f4cb1 !important;
}
.btn-share-stroke:focus, .btn-share-stroke.focus {
    background: #4f4cb1 none repeat scroll 0 0;
    color: #ffffff !important;
    outline: 0 none;
}
.section-together .column.half.photo > img {
    display: none;
}

/*.template-solution h2{
	font-size:36px;
	color:#595959;
	}*/
/*.section-solution h1 {
  font-size: 4em;
  line-height: 1.2;
	max-width: 720px;
}*/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  color:#fff !important;
}

 /*.section-solution h5 {
    font-family: "Gotham A","Gotham B","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 5.36px !important;
    line-height: 18px !important;
    margin: 0 0 20px;
    text-transform: uppercase;
}*/

.section-solution .img-bg-banner {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;

}
#main #title_and_comments {
  display: none;
}
#main #sub_media_bar_wrapper {
  display: none !important;
}
.section-listen, .section-understand, .section-share, .section-solution, .section-about{
	height:750px !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.section-listen, .section-understand, .section-share, .section-solution, .section-about{
	height:700px !important;
	}
	.img-bg-banner { 
		top:0 !important;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.section-listen, .section-understand, .section-share, .section-solution, .section-about{
	height:600px !important;
	}
	/*.section-solution h1{
		font-size: 3.5em !important;
	}*/
	.img-bg-banner{
		top:0 !important;
	}
	.template-solution h2 {
    font-size: 28px !important;
    line-height: 44px;
	}
}
@media only screen and (max-width: 768px) {
.section-together img {
    background-size: cover;
    max-height: 320px;
    padding: 0;
    width: 100%;
}
.section-solution h1{
		font-size:38px !important;
		line-height:48px;
		text-align:center;
		width:auto !important;
	}
}
@media only screen and (max-width: 480px) {
.section-solution h1{
		font-size:28px !important;
		line-height:38px;
		text-align:center;
		width:auto !important;
	}
}

/*--------------------- ABOUT PAGE -----------------------*/

/* .section-about {
    background-image: url("https://inmoment.wpengine.com/wp-content/uploads/2017/01/bg-about.jpg");
    background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	}
.section-about img{ display:none;} */

/*.template-about  h1 {
    font-size: 48px;
    line-height: 1.2;
	width:610px;
}*/
/* .btn-green-stroke:hover {
	color: #78be20 !important;
}
.btn-green-stroke:focus, .btn-green-stroke.focus {
    background: #78be20 none repeat scroll 0 0;
    color: #ffffff !important;
    outline: 0 none;
}
.btn.btn-huge.btn-green-stroke.selected:hover {
    color: #ffffff !important;
}
.btn-huge {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 60px !important;
    padding: 0 50px !important;
} */
/* .section-leadership .leadership-content h6 {
    color: #78be20;
    font-size: 16px !important;
    margin: 0 0 5px;
	font-family: "Gotham A","Gotham B","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
	font-weight: 500 !important;
} */

/* @media only screen and (min-width: 769px) and (max-width: 1024px) {
	.section-listen, .section-understand, .section-share, .section-solution, .section-about{
	height:600px !important;
	}
	.section-about h1{
		font-size:38px !important;
	}
	.template-solution h2 {
    font-size: 28px !important;
    line-height: 44px;
	}
} */
/* @media only screen and (max-width: 768px) {
	.section-listen, .section-understand, .section-share, .section-solution, .section-about{
	height:450px !important;
	}
	.section-about h1{
		font-size:38px !important;
		width:100%;
	}
	.template-about h2 {
    font-size: 28px !important;
    line-height: 44px;
	}
}
@media only screen and (max-width: 480px) {
	.section-about h1{
		font-size:28px !important;
		width:100%;
	}
	.template-about h2 {
    font-size: 24px !important;
    line-height: 36px;
	}
} */

/*--------------------- BLOG PAGE -----------------------*/

/* .section-blog-list h2{
	font-size: 24px !important;
    line-height: 44px;
    margin: 20px 0 40px;
	font-family: "Gotham A","Gotham B","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
	font-weight: 500 !important;
} */
.template-blog .load-more-posts {
    background: #f6f7f9 none repeat scroll 0 0 !important;
    color: #abaeb3 !important;
    display: block;
    font-weight: 500 !important;
    margin: 40px auto 0;
    padding: 26px;
    text-align: center;
    width: 100%;
}

/*--------------------- LIBRARY PAGE -----------------------*/

/*.section-home .btn.focus, .btn:focus, .btn:hover {
    color: #589e00 !important;
    text-decoration: none;
}*/
/* .btn-search, .btn-search:focus, .btn-search:hover {
    top: -19px !important;
} */
/* .lib-contant-sub a:hover {
  opacity: 1 !important;
  outline: medium none;
}
.document_box_download .btn.document_box_download_link {
  opacity: 1 !important;
}
.lib-search-div .form-control {
  border: 1px solid #cccccc !important;
  border-radius:0px;
}
.lib-search-div .search-cls-div .form-control{
	border-radius:25px !important;
} */


/*------------------- cx-elevated PAGE ------------------*/

/* .cx-elevated .section-default h1{
	font-size: 48px !important;
    line-height: 58px;
	font-weight: 300 !important;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	top:-150px ;
}
.cx-elevated .section-default h5 {
    color: #f0b323;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.15em;
    position: relative;
    text-transform: initial;
    top: -40px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-default-body h2 {
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
    margin: 60px 0 10px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-default-body h4 {
    color: #f0b323;
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1.15em;
    margin: 0 0 10px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe17-description h3 {
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1.15em;
}
.section-cxe17-description .learn-more-btn:hover{
	color:#253746 !important;
}
.section-cxe17-description  .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
}
.cx-elevated .section-cxe-speakers h2 {
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
    margin: 60px 0 10px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe-speakers h3 {
    color: #f0b323;
    margin-bottom: 0;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe-speakers h4 {
    border-bottom: 1px solid #253746;
    margin-bottom: 10px;
    padding-bottom: 2px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe-location h2 {
    border-bottom: 1px solid #ffffff;
    font-size: 1.9em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe-location h4 {
    font-size: 20px !important;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.location-description .learn-more-btn:hover{
	color:#fff !important;
}
.location-description  .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
}
.cx-elevated .section-cxe-agenda h2 {
    font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated .section-cxe-agenda h3 {
    color: #f0b323;
    font-size: 1.25em;
    margin-bottom: 0;
    margin-top: 5px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe-agenda h2, .cx-elevated .section-cxe-agenda h3, .cx-elevated .section-cxe-agenda h4, .cx-elevated .section-cxe-agenda h5, .cx-elevated .section-cxe-agenda p {
    font-family: "Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;

}
.cx-elevated .section-cxe-agenda p{
	font-size:14px !important;
}
.cx-elevated .section-cxe-agenda .time{
	color:#253746 !important;
}
.cx-elevated .section-cxe-agenda h5{
	font-weight: 700 !important;
}
.cx-elevated .section-cxe-breakouts h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15em;
	font-family: "Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated .section-cxe-breakouts h3{
    font-family: "Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	font-size:25px;
}
.cx-elevated .section-cxe-breakouts h4{
    font-family: "Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	font-size:14px;
}
.cx-elevated .section-cxe-register h2{
	 font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated .section-cxe-register h4{
	font-size: 30px !important;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	font-weight:400 !important;
}
.section-cxe-register .learn-more-btn:hover{
	color:#253746 !important;
}
.section-cxe-register  .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
}
@media only screen and (max-width: 768px) {
.cx-elevated .section-default h1{
	font-size: 32px !important;

}
} */


/*------------------- cx-elevated-emea PAGE ------------------*/

/* .cx-elevated-emea .section-default h1{
	font-size: 74px !important;
    line-height: 58px;
	font-weight: 700 !important;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	top:-95px ;
}
.cx-elevated-emea .section-default h5 {
    color: #f0b323;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.15em;
    position: relative;
    text-transform: initial;
    top: -40px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-default-body h4{
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	font-weight: 400 !important;
}
.cx-elevated-emea .section-default-body .starfish p{
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	font-weight: 400 !important;
	color: #f0b323 !important;
	font-size:18px;
}
.cx-elevated-emea .section-default-body .starfish .learn-more-btn:hover{
	color:#253746 !important;
}
.section-default-body .starfish  .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
}
.cx-elevated-emea .section-default-body p {
    color: #253746 !important;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 34px;
}
.cx-elevated-emea .section-cxe-speakers h2 {
     font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated-emea .section-cxe-speakers h3 {
    color: #f0b323;
    margin-bottom: 0;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-cxe-speakers h4 {
    border-bottom: 1px solid #253746;
    font-weight: 400 !important;
    margin-bottom: 20px;
    padding-bottom: 2px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated-emea .section-cxe-speakers .bios p {
    font-size: 15px;
    line-height: 1.75em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;

}
.cx-elevated-emea .section-cxe-quote p {
    color: #253746 !important;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 1.6em;
    padding-right: 70px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-cxe-quote h3 {
    color: #f0b323;
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 5px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-cxe-quote h4 {
    color: #253746 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    margin-bottom: 5px;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}

.cx-elevated-emea .section-cxe-location h2 {
     font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated-emea .section-cxe-location h4 {
    color: #f0b323;
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 1.25em;
    margin-bottom: 0.5em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-cxe-location p{
	 font-size: 15px !important;
    line-height: 1.75em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.location-description .learn-more-btn{
	color:#253746 ;
}
.location-description .learn-more-btn:hover{
	color:#253746 !important;
}
.location-description  .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
}
.cx-elevated-emea .section-cxe-rooms h2 {
     font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated-emea .section-cxe-rooms p{
	 font-size: 15px !important;
    line-height: 1.75em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.section-cxe-rooms .learn-more-btn:hover{
	color:#253746 !important;
}
.section-cxe-rooms  .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
}

.cx-elevated-emea .section-cxe-agenda h2 {
     font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated-emea .section-cxe-agenda h4 {
    color: #f0b323;
    font-size: 20px !important;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-cxe-agenda p {
    color: #253746 !important;
    font-size: 14px !important;
    line-height: 1.5em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.cx-elevated-emea .section-cxe-register h2{
     font-size: 52px !important;
    font-weight: 700 !important;
    line-height: 1.15em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color:#253746 !important;
}
.cx-elevated-emea .section-cxe-register h4 {
    color: #f0b323;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 1.25em;
    margin-bottom: 0.5em;
	font-family:"Gotham A","Gotham B",Gotham,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.section-cxe-register .btn-space-stroke:focus, .btn-space-stroke.focus {
    background: #253746 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    outline: 0 none;
} */

/*--------------------- SHARE PAGE -----------------------*/
.section-share h1{
	font-size: 48px !important;
    line-height: 58px;
}
.section-efactor .learn-more-btn:hover{
	color:#fff !important;
}
.section-efactor .learn-more-btn:focus, .learn-more-btn.focus {
    background: #fff none repeat scroll 0 0 !important;
    color: #253746 !important;
    outline: 0 none;
}
.section-quote-share h2 {
    color: #253746;
    margin-bottom: 27px;
    position: relative;
    text-align: center;
    z-index: 2;
	font-size:32px;
	line-height:44px !important;
}


@media only screen and (max-width: 768px) {
 .section-share h1{
	font-size: 32px !important;

}
}


/*--------------------- LISTEN PAGE -----------------------*/

.section-active-listening .learn-more-btn:hover{
	color:#00afd7 !important;
}
.section-active-listening .learn-more-btn:focus, .learn-more-btn.focus {
    background: #00afd7 none repeat scroll 0 0 !important;
    color: #fff !important;
    outline: 0 none;
}
.section-video-feedback .learn-more-btn:hover{
	color:#00afd7 !important;
}
.section-video-feedback .learn-more-btn:focus, .learn-more-btn.focus {
    background: #00afd7 none repeat scroll 0 0 !important;
    color: #fff !important;
    outline: 0 none;
}
.section-saying .learn-more-btn:hover{
	color:#fff !important;
}
.section-saying .learn-more-btn:focus, .learn-more-btn.focus {
    background: #00afd7 none repeat scroll 0 0 !important;
    color: #fff !important;
    outline: 0 none;
}
.section-quote h2 {
    color: #253746;
    margin-bottom: 27px;
    position: relative;
    text-align: center;
    z-index: 2;
	font-size:32px;
	line-height:44px;
}





/*============================================================================================================*/


@media only screen and (max-width: 64em) {
body>aside ul a {
	font-size: 12px
}
}
body>aside ul a:hover {
	color: #f6f7f9;
	background: #253746
}
/*.section-home {
	background: url(../img/bg-home.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home.jpg', sizingMethod='scale')";
	height: 750px;
	width: 100%;
	padding: 180px 0;
	position: relative;
	background-position: top;
	text-align: center;
	overflow: hidden
}*/



/*@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-home {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}*/

/*@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-home {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}*/
.section-home:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(37,55,70,0.2);
	content: "";
	display: block;
	z-index: 20
}

@media only screen and (max-width: 64em) {
/*.section-home {
	height: 700px
}*/
}

@media only screen and (max-width: 48em) {
/*.section-home {
	padding: 150px 0 100px;
	height: auto
}*/
.template-solution h2{
	font-size:22px;
	color:#595959;
	}
}

/*@media only screen and (max-width: 30em) {
.section-home {
	padding: 150px 0 60px;
	background-position: left;
	height: auto
}
}*/

/*@media only screen and (max-width: 20em) {
.section-home {
	padding: 115px 0 40px
}
}*/

/*@media only screen and (max-height: 28.75em) {
.section-home {
	padding: 80px 0
}
}*/
.section-home video {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: auto !important;
	min-width: 100% !important;
	height: auto !important;
	min-height: 100%
}

@media only screen and (max-width: 30em) {
.section-home video {
	display: none
}
}
.section-home .container {
	z-index: 20
}
/*.section-home h1 {
	margin: 20px auto 40px;
	text-align: center;
	color: #fff;
	max-width: 740px
}*/

/*@media only screen and (max-width: 30em) {
.section-home h1 {
	margin-bottom: 20px
}
}
.section-home p {
	margin: 0 auto;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	max-width: 690px
}

@media only screen and (max-width: 30em) {
.section-home p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px

}
}*/
/* .section-home .btn, .section-home .btn-transparent, .section-home .btn-blue, .section-home .section-blog-page .document-link, .section-blog-page .section-home .document-link, .section-home .btn-space {
	margin: 60px 0;
	text-transform: none
} */

/* @media only screen and (max-width: 30em) {
.section-home .btn, .section-home .btn-transparent, .section-home .btn-blue, .section-home .section-blog-page .document-link, .section-blog-page .section-home .document-link, .section-home .btn-space {
	margin: 30px auto
}
} */

/* @media only screen and (max-width: 20em) {
.section-home .btn, .section-home .btn-transparent, .section-home .btn-blue, .section-home .section-blog-page .document-link, .section-blog-page .section-home .document-link, .section-home .btn-space {
	margin: 20px auto
}
} */
.section-home .home-pattern {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 170px;
	width: 100%;
	margin: 0;
	/* background: rgba(37,55,70,0.15); */
	z-index: 20;
	overflow: hidden;
	content: ""
}

@media only screen and (max-width: 30em) {
.section-home .home-pattern {
	bottom: auto
}
}
.section-home .home-pattern:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../img/bg-hex.svg");
	background-repeat: no-repeat;
	-webkit-background-size: initial;
	-moz-background-size: initial;
	background-size: initial;
	height: 640px;
	width: 100%;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background-position: center;
	background-repeat: repeat !important;
	content: ""
}
.no-svg .section-home .home-pattern:after {
	background-image: url("../img/bg-hex.html")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-home .home-pattern:after {
	background-image: url("../img/bg-hex%402x.html");
	background-size: initial
}
}
.section-scroll {
	padding: 0
}
.section-elevate {
	padding: 80px 0;
	background: url(../img/bg-elevate.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-elevate.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-elevate.png', sizingMethod='scale')";
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #253746
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-elevate {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-elevate {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 48em) {
.section-elevate {
	padding: 60px 0
}
}

@media only screen and (max-width: 30em) {
.section-elevate {
	padding: 40px 0
}
}
.section-elevate figure {
	margin: 0;
	font-size: 32px;
	color: #78be20
}
.section-elevate h2 {
	margin: 60px 0;
	margin-bottom: 27px;
	color: #fff
}

@media only screen and (max-width: 48em) {
.section-elevate h2 {
	margin: 30px 0
}
}
.section-elevate .btn, .section-elevate .btn-transparent, .section-elevate .btn-blue, .section-elevate .section-blog-page .document-link, .section-blog-page .section-elevate .document-link, .section-elevate .btn-space {
	text-transform: none
}
.section-identify {
	padding: 140px 0;
	overflow: hidden;
	position: relative
}
.section-identify-opposite {
	padding: 130px 0 190px;
	overflow: hidden;
	position: relative;
	/*--padding-bottom:140px;--*/
	margin-bottom:22px;
}

@media only screen and (max-width: 48em) {
.section-identify {
	padding: 3em 0
}
}

@media only screen and (max-width: 30em) {
.section-identify {
	padding-bottom: 0
}
}

@media only screen and (max-width: 20em) {
.section-identify {
	padding-bottom: 3em
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.section-identify .container:after {
	bottom: -100px;
}
}
@media only screen and (min-width: 321px) and (max-width: 410px) {
.section-explore .container .how-blocks .col-xs-4 {
    padding-right: 0;
}
.section-explore .how-block h3 {
    font-size: 11px !important;
}
}
@media only screen and (max-width: 320px) {
.section-explore .container .how-blocks .col-xs-4 {
    width: 100%;
	padding-bottom: 15px;
}
}
.pad-right{ padding-right:0px;}
.pad-left{ padding-left:0px;}
.section-identify .container, .section-identify-opposite .container {
    display: table;
    position: relative;
    max-width: 92em !important;
    width: 90% !important;
    margin: 0 auto;
}
.section-identify .container:after {
    position: absolute;
    top: auto;
    right: 40px;
    bottom: -100px;
    left: auto;
    background-image: url(../img/img-home-graphic-empty.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 1900px 400px;
    -moz-background-size: 1900px 400px;
    background-size: 1900px 400px;
    height: 400px;
    width: 1900px;
    content: "";
    display: block;
}
.section-identify .container p{
	    margin: 0 0 30px;
}
.no-svg .section-identify .container:after {
	background-image: url("../img/img-home-graphic-empty.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-identify .container:after {
	background-image: url("../img/img-home-graphic-empty%402x.png");
	background-size: 1900px 400px
}
}

@media only screen and (max-width: 48em) {
.section-identify .container:after {
	position: relative;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -20%;
	bottom: 80px
}
}

@media only screen and (max-width: 30em) {
.section-identify .container:after {
	left: -70%
}
}

@media only screen and (max-width: 20em) {
.section-identify .container:after {
	display: none
}
}

@media only screen and (max-width: 48em) {
.section-identify .empty {
	margin: 0;
	padding: 0;
	display: none
}
}
.section-identify h2 {
	color: #253746;
	margin-bottom: 27px;
	font-size: 40px;
	line-height: 48px;
	max-width: 380px
}

@media only screen and (max-width: 48em) {
.section-identify h2 {
	font-size: 32px;
	margin-bottom: 27px;
	line-height: 44px;
	max-width: 100%
}
}

@media only screen and (max-width: 20em) {
.section-identify h2 {
	font-size: 22px;
	line-height: 30px
}
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
.section-identify-opposite .container::after {
    background-image: url("../img/img-home-graphic.svg");
    background-repeat: no-repeat;
    background-size: 2300px 500px;
    bottom: auto;
    content: "";
    display: block;
    height: 500px;
    left: auto;
    position: absolute;
    right: -110px !important ;
    top: 62px;
    width: 2300px;
}
}

@media only screen and (max-width: 64em) {
.section-identify-opposite .container::after {
    background-image: url("../img/img-home-graphic.svg");
    background-repeat: no-repeat;
    background-size: 2300px 500px;
    bottom: auto;
    content: "";
    display: block;
    height: 500px;
    left: auto;
    position: absolute;
    right: -481px !important;
    top: 62px;
    width: 2300px;
}
}

@media only screen and (max-width: 48em) {
.section-identify-opposite {
	padding: 3em 0
}
}

@media only screen and (max-width: 30em) {
.section-identify-opposite {
	padding: 0 0 2em
}
}

@media only screen and (max-width: 20em) {
.section-identify-opposite {
	padding: 0 0 1em
}
}
.section-identify-opposite .container:after {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: auto;
    left: auto;
    background-image: url(../img/img-home-graphic.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 2300px 500px;
    -moz-background-size: 2300px 500px;
    background-size: 2300px 500px;
    height: 500px;
    width: 2300px;
    content: "";
    display: block;
}
.no-svg .section-identify-opposite .container:after {
	background-image: url("../img/img-home-graphic.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-identify-opposite .container:after {
	background-image: url("../img/img-home-graphic%402x.png");
	background-size: 2300px 500px
}
}

@media only screen and (max-width: 80em) {
.section-identify-opposite .container:after {
	right: -20%
}
}

@media only screen and (max-width: 64em) {
.section-identify-opposite .container:after {
	right: -40%
}
}

@media only screen and (max-width: 48em) {
.section-identify-opposite .container:after {
	position: relative;
	left: 13%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section-identify .container, .section-identify-opposite .container {
    display: block !important;
    position: relative;
    max-width: 92em !important;
    width: 90% !important;
    margin: 0 auto;
}
}

@media only screen and (max-width: 30em) {
.section-identify-opposite .container:after {
	left: 40%;
	height: 400px
}
}

@media only screen and (max-width: 20em) {
.section-identify-opposite .container:after {
	display: none
}
}

@media only screen and (max-width: 48em) {
.section-identify-opposite .empty {
	margin: 0;
	padding: 0;
	display: none
}
}
.section-identify-opposite h2 {
    color: #253746;
    margin: 0 0 27px;
    font-size: 40px;
    line-height: 48px;
    max-width: 380px;
}

@media only screen and (max-width: 48em) {
.section-identify-opposite h2 {
	font-size: 32px;
	margin-bottom: 27px;
	line-height: 44px;
	max-width: 100%
}
}

@media only screen and (max-width: 20em) {
.section-identify-opposite h2 {
	font-size: 22px;
	line-height: 30px
}
}
.section-explore {
	-webkit-box-shadow: inset 0 180px 0 0 #fff;
	-moz-box-shadow: inset 0 180px 0 0 #fff;
	box-shadow: inset 0 180px 0 0 #fff;
	background: #f6f7f9
}

@media only screen and (max-width: 64em) {
.section-explore {
	-webkit-box-shadow: inset 0 140px 0 0 #fff;
	-moz-box-shadow: inset 0 140px 0 0 #fff;
	box-shadow: inset 0 140px 0 0 #fff
}
}

@media only screen and (max-width: 48em) {
.section-explore {
	padding-top: 30px;
	box-shadow: none
}
}
.section-explore .how-blocks {
	z-index: 20
}

@media only screen and (max-width: 48em) {
.section-explore .how-blocks {
	margin-top: 20px
}
}
.section-explore .how-blocks .column.third {
	padding: 0 15px 0 0
}

@media only screen and (max-width: 48em) {
.section-explore .how-blocks .column.third {
	width: 33.33%;
	float: left
}
}

@media only screen and (max-width: 20em) {
.section-explore .how-blocks .column.third {
	padding-right: 0;
	width: 100%;
	float: none
}
}
.section-explore .how-block {
	height: 150px;
	width: 100%;
	border-radius: 3px;
	border: 2px solid #d9d9d6;
	text-align: center;
	display: table;
	background: rgba(255,255,255,0.9)
}

@media only screen and (max-width: 30em) {
.section-explore .how-block {
	height: 117px
}
}
.section-explore .how-block.listen, .section-explore .how-block.listen h3 {
	color: #00afd7
}
.section-explore .how-block.understand, .section-explore .how-block.understand h3 {
	color: #49c5b1
}
.section-explore .how-block.share, .section-explore .how-block.share h3 {
	color: #4f4cb1
}
.section-explore .how-block i {
	display: block
}
.section-explore .how-block i[data-icon="i"]:before {
	font-size: 35px
}
.section-explore .how-block i[data-icon="k"]:before {
	font-size: 40px
}
.section-explore .how-block i[data-icon="j"]:before {
	font-size: 32px
}

@media only screen and (max-width: 30em) {
.section-explore .how-block i[data-icon="i"]:before, .section-explore .how-block i[data-icon="k"]:before, .section-explore .how-block i[data-icon="j"]:before {
	font-size: 24px
}
}
.section-explore .how-block h3 {
	font-family: "Mercury SSm A", "Mercury SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	font-size: 20px;
	position: relative;
	display: table-cell;
	vertical-align: middle
}

@media only screen and (max-width: 64em) {
.section-explore .how-block h3 {
	font-size: 18px
}
}

@media only screen and (max-width: 48em) {
.section-explore .how-block h3 {
	margin-top: 16px
}
}

@media only screen and (max-width: 30em) {
.section-explore .how-block h3 {
	font-size: 14px
}
}

@media only screen and (max-width: 20em) {
.section-explore .empty {
	margin: 0;
	padding: 0;
	display: none
}
}
.section-explore p {
	margin-top: 60px
}

@media only screen and (max-width: 64em) {
.section-explore p {
	margin-top: 40px
}
}

@media only screen and (max-width: 48em) {
.section-explore p {
	margin-top: 20px
}
}
.section-success {
	padding: 90px 0 80px;
	text-align: center;
	position: relative
}

@media only screen and (max-width: 30em) {
.section-success {
	padding: 50px 0
}
}
.section-success:before {
	background-image: url("../img/img-wires-left.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 146px 553px;
	-moz-background-size: 146px 553px;
	background-size: 146px 553px;
	height: 553px;
	width: 146px;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	display: block;
	content: "";
	z-index: 30
}
.no-svg .section-success:before {
	background-image: url("../img/img-wires-left.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-success:before {
	background-image: url("../img/img-wires-left%402x.png");
	background-size: 146px 553px
}
}

@media only screen and (max-width: 30em) {
.section-success:before {
	display: none
}
}
.section-success:after {
	background-image: url("../img/img-wires-right.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 227px 648px;
	-moz-background-size: 227px 648px;
	background-size: 227px 648px;
	height: 648px;
	width: 227px;
	position: absolute;
	top: -60px;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	content: ""
}
.no-svg .section-success:after {
	background-image: url("../img/img-wires-right.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-success:after {
	background-image: url("../img/img-wires-right%402x.png");
	background-size: 227px 648px
}
}

@media only screen and (max-width: 30em) {
.section-success:after {
	display: none
}
}
.section-success h2 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 27px;
	max-width: 960px
}
.section-success h2:first-of-type {
	margin-bottom: 27px;
	margin-bottom: 40px
}

@media only screen and (max-width: 48em) {
.section-success h2:first-of-type {
	margin-bottom: 20px
}
.section-explore .how-block h3 {
    font-size: 16px;
}
}
.section-success h5 {
	color: #78be20
}
.section-success .flex-viewport {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	max-height: 2000px;
	min-height:190px;
}
.section-success .slides-container {
	margin: 0 auto;
	/*width: 690px;*/
	position: relative;
	zoom: 1
}

@media only screen and (max-width: 48em) {
.section-success .slides-container {
	width: 450px
}
}

@media only screen and (max-width: 30em) {
.section-success .slides-container {
	width: 100%
}
}
.section-success .slides-container .slides {
	zoom: 1
}
.section-success .slides-container .slides::after {
	clear: both;
	content: "";
	display: table
}
.section-success .slides-container .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.section-success .slides-container .slides li {
	margin: 0 auto;
	text-align: center;
	/*max-width: 690px*/
	max-width: 100%;
}
.section-success .slides-container .slides p {
	color: #818E96;
	font-size: 17px;
	line-height: 24px
}

@media only screen and (max-width: 30em) {
.section-success .slides-container .slides p {
	font-size: 15px;
	line-height: 22px
}
}
.section-success .slides-container .slides .source {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px
}
.section-success .slides-container .slides .client-logo {
	margin: 0 auto;
	display: block
}
.section-success .slides-container .slides .client-logo.hhgregg {
	background-repeat: no-repeat;
	-webkit-background-size: 142px 48px;
	-moz-background-size: 142px 48px;
	background-size: 142px 48px;
	height: 48px;
	width: 142px
}
.no-svg .section-success .slides-container .slides .client-logo.hhgregg {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-success .slides-container .slides .client-logo.hhgregg {
	background-image: url("../img/logo-hhgregg%402x.png");
	background-size: 142px 48px
}
}
.section-success .slides-container .slides .client-logo.massage-envy {
	background-repeat: no-repeat;
	-webkit-background-size: 177px 54px;
	-moz-background-size: 177px 54px;
	background-size: 177px 54px;
	height: 54px;
	width: 177px
}
.no-svg .section-success .slides-container .slides .client-logo.massage-envy {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-success .slides-container .slides .client-logo.massage-envy {
	background-image: url("../img/logo-massage-envy%402x.png");
	background-size: 177px 54px
}
}
.section-success .slides-container .slides .client-logo.maurices {
	background-repeat: no-repeat;
	-webkit-background-size: 166px 20px;
	-moz-background-size: 166px 20px;
	background-size: 166px 20px;
	height: 20px;
	width: 166px
}
.no-svg .section-success .slides-container .slides .client-logo.maurices {
	background-image: url("../img/logo-maurices.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-success .slides-container .slides .client-logo.maurices {
	background-image: url("../img/logo-maurices%402x.png");
	background-size: 166px 20px
}
}
.section-success .slides-container .slides .client-logo.parade {
	background-repeat: no-repeat;
	-webkit-background-size: 528px 154px;
	-moz-background-size: 528px 154px;
	background-size: 528px 154px;
	height: 154px;
	width: 100%;
	margin: 30px auto;
	background-position: center
}
.no-svg .section-success .slides-container .slides .client-logo.parade {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-success .slides-container .slides .client-logo.parade {
	background-image: url("../img/logo-parade%402x.png");
	background-size: 528px 154px
}
}

@media only screen and (max-width: 48em) {
.section-success .slides-container .slides .client-logo.parade {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}
}

@media only screen and (max-width: 30em) {
.section-success .slides-container .slides .client-logo.parade {
	margin-top: 20px
}
}
.section-success .slides-nav::after {
	clear: both;
	content: "";
	display: table
}
.section-success .slides-nav ul {
	display: none
}
.section-success .slides-nav ol {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 10px;
	left: auto;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0;
	z-index: 40;
	text-align: center;
	display: inline-block
}
.section-success .slides-nav ol::after {
	clear: both;
	content: "";
	display: table
}
.section-success .slides-nav ol li {
	margin: 0 14px 0 0;
	float: left;
	display: inline-block
}
.section-success .slides-nav ol li:last-child {
	margin-right: 0
}
.section-success .slides-nav ol li a {
	height: 12px;
	width: 12px;
	border-radius: 100%;
	border: 2px solid #78be20;
	content: "";
	display: block;
	cursor: pointer;
	text-indent: -9999px
}
.section-success .slides-nav ol li a.flex-active {
	background: #78be20
}
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	/*background: url(../img/bg-listen.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-listen.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-listen.jpg', sizingMethod='scale')";
	height: 855px;
	width: 100%;
	/*padding: 235px 0;*/
	position: relative;
	background-position: top
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 64em) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	height: 600px
}
}

@media only screen and (max-width: 48em) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	padding: 150px 0 100px;
	height: auto
}
}

@media only screen and (max-width: 30em) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	padding: 170px 0 60px;
	background-position: left;
	height: auto
}
}

@media only screen and (max-width: 20em) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	padding: 170px 0 40px
}
}

@media only screen and (max-height: 28.75em) {
.section-listen, .section-understand, .section-share, .section-solution, .section-about {
	padding: 80px 0
}
}
/*.section-listen h1, .section-understand h1, .section-share h1, .section-solution h1, .section-about h1 {
	margin: 0 auto;
	text-align: center;
	color: #fff;
}*/
/*.section-listen h5, .section-understand h5, .section-share h5, .section-solution h5, .section-about h5 {
	text-align: center;
	color: #fff
}*/

/*@media only screen and (max-width: 30em) {
.section-listen h5, .section-understand h5, .section-share h5, .section-solution h5, .section-about h5 {
	margin-bottom: 10px
}
}*/
.section-intro-listen, .section-intro-understand, .section-intro-share, .section-intro-solution, .section-intro-about {
	position: relative;
	margin: -100px 0 0;
	background: rgba(0,175,215,0.95);
	color: #fff;
	overflow: hidden
}

@media only screen and (max-width: 64em) {
.section-intro-listen, .section-intro-understand, .section-intro-share, .section-intro-solution, .section-intro-about {
	margin: -150px 0 0
}
.section-explore .how-block h3 {
    font-size: 16px;
}
}

@media only screen and (max-width: 48em) {
.section-intro-listen, .section-intro-understand, .section-intro-share, .section-intro-solution, .section-intro-about {
	margin: 0
}
.section-success .flex-viewport {
    min-height: 230px;
    }
}
@media only screen and (min-width: 38.75em) and (max-width: 48em) {
.column.footer-col-one {
    display: inline-block;
    float: left;
    width: 25%;
}
footer .column.third{
    display: inline-block;
    float: left;
    width: 25%;
}
footer .column.half {
    display: inline-block;
    float: left;
    width: 50%;
}
}


.section-intro-listen:after, .section-intro-understand:after, .section-intro-share:after, .section-intro-solution:after, .section-intro-about:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../img/bg-hex.svg");
	background-repeat: no-repeat;
	-webkit-background-size: initial;
	-moz-background-size: initial;
	background-size: initial;
	height: 640px;
	width: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background-position: center;
	background-repeat: repeat !important;
	content: ""
}
.no-svg .section-intro-listen:after, .no-svg .section-intro-understand:after, .no-svg .section-intro-share:after, .no-svg .section-intro-solution:after, .no-svg .section-intro-about:after {
	background-image: url("../img/bg-hex.html")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-intro-listen:after, .no-svg .section-intro-understand:after, .no-svg .section-intro-share:after, .no-svg .section-intro-solution:after, .no-svg .section-intro-about:after {
	background-image: url("../img/bg-hex%402x.html");
	background-size: initial
}
}
.section-intro-listen .container, .section-intro-understand .container, .section-intro-share .container, .section-intro-solution .container, .section-intro-about .container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.section-intro-listen h2, .section-intro-understand h2, .section-intro-share h2, .section-intro-solution h2, .section-intro-about h2 {
	position: absolute;
	top: 50%;
	margin-bottom: 27px;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 0 0 60px;
	color: #fff;
	max-width: 37%
}

@media only screen and (max-width: 48em) {
.section-intro-listen h2, .section-intro-understand h2, .section-intro-share h2, .section-intro-solution h2, .section-intro-about h2 {
	position: relative;
	top: auto;
	margin-bottom: 27px;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin: 0 auto 30px;
	max-width: 80%
}
}

@media only screen and (max-width: 30em) {
.section-intro-listen h2, .section-intro-understand h2, .section-intro-share h2, .section-intro-solution h2, .section-intro-about h2 {
	max-width: 100%
}
}
.section-intro-listen p, .section-intro-understand p, .section-intro-share p, .section-intro-solution p, .section-intro-about p {
	padding: 0 0 0 47.5%;
	font-size: 20px;
	line-height: 32px
}

@media only screen and (max-width: 48em) {
.section-intro-listen p, .section-intro-understand p, .section-intro-share p, .section-intro-solution p, .section-intro-about p {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	max-width: 80%;
	font-size: 17px;
	line-height: 26px
}
.section-home .home-pattern {
    height: 130px;

}

}

@media only screen and (max-width: 30em) {
.section-intro-listen p, .section-intro-understand p, .section-intro-share p, .section-intro-solution p, .section-intro-about p {
	font-size: 15px;
	line-height: 22px;
	max-width: 100%
}
}
.section-intro-listen p:last-of-type, .section-intro-understand p:last-of-type, .section-intro-share p:last-of-type, .section-intro-solution p:last-of-type, .section-intro-about p:last-of-type {
	margin-bottom: 0
}
.section-active-listening {
	background: #f6f7f9
}
.section-active-listening h5 {
	color: #00afd7
}
.section-active-listening .two-thirds {
	padding-right: 10%
}

@media only screen and (max-width: 48em) {
.section-active-listening .two-thirds {
	padding-right: 0
}
}

@media only screen and (max-width: 64em) {
.section-active-listening img {
	margin-top: 40px
}
}

@media only screen and (max-width: 48em) {
.section-active-listening img {
	display: none
}
}
.section-video-feedback {
	background: #fff
}
.section-video-feedback h5 {
	margin-top: 40px;
	color: #00afd7
}

@media only screen and (max-width: 48em) {
.section-video-feedback h5 {
	margin-top: 0
}
}
.section-video-feedback .push {
	padding-left: 40px
}

@media only screen and (max-width: 48em) {
.section-video-feedback .push {
	padding: 0
}
}
.section-video-feedback img {
	margin: 0 auto
}

@media only screen and (max-width: 48em) {
.section-video-feedback img {
	margin: 0;
	max-width: 30%
}
}

@media only screen and (max-width: 30em) {
.section-video-feedback img {
	display: none
}
}
.section-quote, .section-quote-share {
	background: url(../img/bg-girl-ipad.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-girl-ipad.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-girl-ipad.jpg', sizingMethod='scale')";
	height: 582px;
	width: 100%;
	padding: 170px 0;
	position: relative;
	background-position: center
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-quote, .section-quote-share {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-quote, .section-quote-share {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 64em) {
.section-quote, .section-quote-share {
	height: auto
}
}

@media only screen and (max-width: 48em) {
.section-quote, .section-quote-share {
	padding: 60px
}
}

@media only screen and (max-width: 30em) {
.section-quote, .section-quote-share {
	padding: 30px
}
}
.section-quote:before, .section-quote-share:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(37,55,70,0.8);
	content: "";
	display: block
}
.section-quote>.container, .section-quote-share>.container {
	margin: 0 auto;
	max-width: 1030px
}
.section-quote h2, .section-quote-share h2 {
	color: #fff;
	margin-bottom: 27px;
	text-align: center
}
.section-quote h2:last-of-type, .section-quote-share h2:last-of-type {
	margin: 0
}
.section-stories {
	padding: 5em 0;
	text-align: center;
	background: #fff
}
.section-stories h2 {
	margin-right: auto;
	margin-bottom: 27px;
	/*margin-bottom: 60px;*/
	margin-left: auto;
	max-width: 630px
}
.section-stories h5 {
	color: #00afd7
}
.section-stories .stories {
	margin: 0 0 20px
}

@media only screen and (max-width: 48em) {
.section-stories .stories {
	margin: 0
}
}

@media only screen and (max-width: 48em) {
.section-stories .stories .empty {
@includle margin(0);
	padding: 0;
	display: none;
	height: 0
}
}
.section-stories .stories i {
	font-size: 44px;
	color: #00afd7
}
.section-stories .stories i[data-icon="l"]:before {
	font-size: 52px
}
.section-stories .stories i[data-icon="m"]:before {
	font-size: 43px
}
.section-stories .stories i[data-icon="n"]:before {
	font-size: 47px
}
.section-stories .stories i[data-icon="o"]:before {
	font-size: 54px
}
.section-stories .stories h6 {
	margin: 6px 0 10px;
	color: #253746;
	font-size: 15px
}
.section-stories .stories p {
	margin-right: auto;
	margin-left: auto;
	max-width: 70%;
	font-size: 13px;
	line-height: 18px
}

@media only screen and (max-width: 30em) {
.section-stories .stories p {
	max-width: none
}
}
.section-saying, .section-efactor, .section-together, .section-summit {
	padding: 0
}
.section-saying .container, .section-efactor .container, .section-together .container, .section-summit .container {
	background: #253746;
	max-width: none;
	width: 100%;
	overflow: hidden;
	max-height: 522px
}

@media only screen and (max-width: 48em) {
.section-saying .container, .section-efactor .container, .section-together .container, .section-summit .container {
	max-height: none;
	overflow: visible
}
}

@media only screen and (max-width: 48em) {
.section-saying .container .column, .section-efactor .container .column, .section-together .container .column, .section-summit .container .column {
	margin: 0
}
}
.section-saying .photo, .section-efactor .photo, .section-together .photo, .section-summit .photo {
	/*background: url(../../media/original_images/img-listen-voe.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/img-listen-voe.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/img-listen-voe.jpg', sizingMethod='scale')";
	height: 522px;
	width: 50%;
	position: relative;
	background-position: center
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-saying .photo, .section-efactor .photo, .section-together .photo, .section-summit .photo {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-saying .photo, .section-efactor .photo, .section-together .photo, .section-summit .photo {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 48em) {
.section-saying .photo, .section-efactor .photo, .section-together .photo, .section-summit .photo {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 0;
	max-height: 320px;
	width: 100%
}
}
.section-saying .content, .section-efactor .content, .section-together .content, .section-summit .content {
	padding: 100px 60px;
	color: #fff
}

@media only screen and (max-width: 64em) {
.section-saying .content, .section-efactor .content, .section-together .content, .section-summit .content {
	padding-top: 10%
}
}

@media only screen and (max-width: 48em) {
.section-saying .content, .section-efactor .content, .section-together .content, .section-summit .content {
	padding: 60px
}
}

@media only screen and (max-width: 30em) {
.section-saying .content, .section-efactor .content, .section-together .content, .section-summit .content {
	padding: 40px
}
}

@media only screen and (max-width: 20em) {
.section-saying .content, .section-efactor .content, .section-together .content, .section-summit .content {
	padding: 30px
}
}
.section-saying .content h5, .section-efactor .content h5, .section-together .content h5, .section-summit .content h5 {
	color: #00afd7
}
.section-saying .content h2, .section-efactor .content h2, .section-together .content h2, .section-summit .content h2 {
	display: inline-block;
	vertical-align: middle;
	color: #fff
}
.section-saying .content p, .section-efactor .content p, .section-together .content p, .section-summit .content p {
	display: inline-block;
	vertical-align: middle
}
.section-tour-listen, .section-tour-understand, .section-tour-solution {
	padding: 50px 0 30px;
	background: url(../img/bg-tour-understand.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-tour-understand.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-tour-understand.png', sizingMethod='scale')";
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #49c5b1
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-tour-listen, .section-tour-understand, .section-tour-solution {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-tour-listen, .section-tour-understand, .section-tour-solution {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.section-tour-listen h2, .section-tour-understand h2, .section-tour-solution h2, .section-tour-listen h5, .section-tour-understand h5, .section-tour-solution h5 {
	color: #fff
}
.section-tour-listen .tour-next, .section-tour-understand .tour-next, .section-tour-solution .tour-next {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	border: 2px solid #fff
}
.section-tour-listen .tour-next:before, .section-tour-understand .tour-next:before, .section-tour-solution .tour-next:before {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	font-size: 30px;
	text-align: center
}
.section-understand {
	/*background: url(../img/bg-understand.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-understand.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-understand.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-understand {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-understand {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.section-intro-understand {
	background: rgba(73,197,177,0.95)
}
.section-advanced {
	background: #49c5b1;
	text-align: center
}
.section-advanced h2 {
	margin: 0;
	color: #fff
}
.section-advanced h5 {
	color: #fff
}
.section-tabs-understand {
	padding-top: 0
}
.section-integrations {
	background: #fff
}
.section-integrations h5 {
	color: #49c5b1
}
.section-integrations .row {
	position: relative
}

@media only screen and (max-width: 20em) {
.section-integrations .empty {
	display: none
}
}
.section-integrations .integrations {
	margin: 0 auto
}

@media only screen and (max-width: 48em) {
.section-integrations .integrations {
	margin: 0 auto 40px;
	max-width: 60%
}
}

@media only screen and (max-width: 30em) {
.section-integrations .integrations {
	max-width: 90%
}
}

@media only screen and (max-width: 20em) {
.section-integrations .integrations {
	display: none
}
}
.section-integrity {
	padding: 4em 0;
	background: #253746;
	text-align: center
}
.section-integrity .container {
	margin: 0 auto;
	max-width: 540px
}
.section-integrity i {
	margin: 0 0 50px;
	display: block;
	color: #49c5b1;
	font-size: 82px
}
.section-integrity h5 {
	color: #49c5b1
}
.section-integrity p {
	color: #fff
}
.section-tour-understand {
	background-color: #4f4cb1
}
.section-share {
	/*background: url(../img/bg-share.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-share.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-share.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-share {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-share {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.section-intro-share {
	background: rgba(79,76,177,0.95)
}
.section-actionable {
	background: #4f4cb1;
	text-align: center
}
.section-actionable h2 {
	margin: 0;
	color: #fff
}
.section-actionable h5 {
	color: #fff
}
.section-tabs-share {
	padding-top: 0
}
.section-efactor .container {
	max-height: 500px
}

@media only screen and (max-width: 48em) {
.section-efactor .container {
	max-height: none;
	overflow: visible
}
}
.section-efactor .photo {
	background: url(../../media/images/img-share-resolve.original.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/images/img-share-resolve.original.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/images/img-share-resolve.original.jpg', sizingMethod='scale')";
	height: 500px;
	width: 50%;
	position: relative;
	background-position: center
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-efactor .photo {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-efactor .photo {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 48em) {
.section-efactor .photo {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	max-height: 320px;
	width: 100%
}
}
.section-efactor .content {
	position: relative;
	padding: 3% 60px 0
}

@media only screen and (max-width: 64em) {
.section-efactor .content {
	padding-top: 8%
}
}

@media only screen and (max-width: 48em) {
.section-efactor .content {
	padding: 60px
}
}

@media only screen and (max-width: 30em) {
.section-efactor .content {
	padding: 30px
}
}
.section-quote-share {
	background: url(../img/bg-girl-iphone.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-girl-iphone.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-girl-iphone.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-quote-share {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-quote-share {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.section-quote-share:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	content: "";
	display: block
}
.section-quote-share>.container {
	margin: 0 auto;
	max-width: 1030px
}
.section-quote-share h2 {
	color: #253746;
	margin-bottom: 27px;
	text-align: center
}
.section-share-features {
	overflow: hidden;
	background: #fff
}
.section-share-features .row {
	position: relative
}
.section-share-features h5 {
	color: #4f4cb1
}
.section-share-features h2 {
	margin-bottom: 27px;
	color: #253746
}
.section-share-features .push {
	padding-left: 40px
}

@media only screen and (max-width: 48em) {
.section-share-features .push {
	padding: 0
}
}
.section-share-features .push-opposite {
	padding-right: 40px
}

@media only screen and (max-width: 48em) {
.section-share-features .push-opposite {
	padding: 0
}
}

@media only screen and (max-width: 30em) {
.section-share-features .empty {
	display: none
}
}
.section-share-features .laptop-offscreen {
	position: absolute;
	top: 100px;
	right: auto;
	bottom: auto;
	left: 0;
	display: block
}

@media only screen and (max-width: 64em) {
.section-share-features .laptop-offscreen {
	width: 50%
}
}

@media only screen and (max-width: 48em) {
.section-share-features .laptop-offscreen {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin: 0 auto 60px
}
}

@media only screen and (max-width: 30em) {
.section-share-features .laptop-offscreen {
	display: none
}
}
.section-share-features .laptop-offscreen-right {
	position: absolute;
	top: 0;
	right: -100px;
	bottom: auto;
	left: auto;
	display: block
}
@media (min-width: 80.0625em) and (max-width: 120em) {
	.section-about .img-bg-banner {
		top: -210px;
}

}
@media only screen and (max-width: 120em) {
	.row.leadership-content.tabs-content {
		margin: 0 auto;
	}
	.column.half.photo > img {
    width: 100%;
}
}
@media only screen and (max-width: 80em) {
.section-share-features .laptop-offscreen-right {
	right: -130px;
	left: auto
}
.column .half h3 {
    margin-top: 0;
}
}

@media only screen and (max-width: 70em) {
.section-summit .content {
    color: #ffffff;
    padding: 30px 60px !important;
}
}

@media only screen and (max-width: 64em) {
.section-share-features .laptop-offscreen-right {
	width: 80%;
	right: -250px;
	left: auto
}
}

@media only screen and (max-width: 52em) {
.section-summit .content {
    color: #ffffff;
    padding: 0px 60px !important;
}
}



@media only screen and (max-width: 48em) {
.section-share-features .laptop-offscreen-right {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin: 0 auto
}
.column.half.content {
    margin-top: 120px !important;
    padding-bottom: 40px !important;
}
.column.half.photo > img{ height:420px !important;}
.img-bg-banner{ height:500px;}


}

@media only screen and (max-width: 30em) {
.section-share-features .laptop-offscreen-right {
	display: none
}
}
.section-solution {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-solution.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-solution.jpg', sizingMethod='scale')"


}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-solution {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-solution {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.section-solution .container {
	max-width: 620px
}
.section-intro-solution {
	background: rgba(120,190,32,0.95)
}
.section-how-quote {
	padding-bottom: 50px;
	background: #f6f7f9;
	position: relative;
	text-align: center;
	overflow: hidden
}
.section-how-quote:before {
	background-image: url("../img/img-wires-left.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 136px 613px;
	-moz-background-size: 136px 613px;
	background-size: 136px 613px;
	height: 613px;
	width: 136px;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	display: block;
	content: "";
	z-index: 20
}
.no-svg .section-how-quote:before {
	background-image: url("../img/img-wires-left.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-how-quote:before {
	background-image: url("../img/img-wires-left%402x.png");
	background-size: 136px 613px
}
}

@media only screen and (max-width: 48em) {
.section-how-quote:before {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
}

@media only screen and (max-width: 30em) {
.section-how-quote:before {
	display: none
}
}
.section-how-quote:after {
	background-image: url("../img/img-wires-right.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 167px 827px;
	-moz-background-size: 167px 827px;
	background-size: 167px 827px;
	height: 827px;
	width: 167px;
	position: absolute;
	top: 40px;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	content: ""
}
.no-svg .section-how-quote:after {
	background-image: url("../img/img-wires-right.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-how-quote:after {
	background-image: url("../img/img-wires-right%402x.png");
	background-size: 167px 827px
}
}

@media only screen and (max-width: 48em) {
.section-how-quote:after {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)"
}
}

@media only screen and (max-width: 30em) {
.section-how-quote:after {
	display: none
}
}
.section-how-quote .row {
	position: relative
}
.section-how-quote h2 {
	margin-right: auto;
	margin-bottom: 27px;
	margin-left: auto;
	max-width: 960px
}
.section-how-quote h2:first-of-type {
	margin-bottom: 27px;
	margin-bottom: 60px
}

@media only screen and (max-width: 30em) {
.section-how-quote h2:first-of-type {

	margin-bottom: 30px
}
}
.section-how-quote h5 {
	color: #717c7d;
	margin-bottom: 40px
}

@media only screen and (max-width: 30em) {
.section-how-quote h5 {
	margin-bottom: 80px
}
}
.section-how-quote .how-pattern {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 210px;
	width: 100%;
	margin: -170px 0 0;
	background: rgba(0,175,215,0.2);
	z-index: 10;
	overflow: hidden;
	content: ""
}

@media only screen and (max-width: 30em) {
.section-how-quote .how-pattern {
	height: 580px
}
}
.section-how-quote .how-pattern:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../img/bg-hex.svg");
	background-repeat: no-repeat;
	-webkit-background-size: initial;
	-moz-background-size: initial;
	background-size: initial;
	height: 640px;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background-position: center;
	background-repeat: repeat !important;
	content: ""
}
.no-svg .section-how-quote .how-pattern:after {
	background-image: url("../img/bg-hex.html")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .section-how-quote .how-pattern:after {
	background-image: url("../img/bg-hex%402x.html");
	background-size: initial
}
}
.section-how-quote .how-blocks {
	margin: 120px auto 0;
	max-width: 855px;
	z-index: 20
}

@media only screen and (max-width: 48em) {
.section-how-quote .how-blocks {
	margin-top: 60px
}
}

@media only screen and (max-width: 30em) {
.section-how-quote .how-blocks {
	margin-top: 30px
}
}
.section-how-quote .how-block {
	height: 250px;
	width: 100%;
	border-radius: 3px;
	display: table;
	background: rgba(255,255,255,0.9)
}

@media only screen and (max-width: 30em) {
.section-how-quote .how-block {
	height: 150px
}
}
.section-how-quote .how-block.listen, .section-how-quote .how-block.listen h2 {
	margin-bottom: 27px;
	color: #00afd7
}
.section-how-quote .how-block.understand, .section-how-quote .how-block.understand h2 {
	margin-bottom: 27px;
	color: #49c5b1
}
.section-how-quote .how-block.share, .section-how-quote .how-block.share h2 {
	margin-bottom: 27px;
	color: #4f4cb1
}
.section-how-quote .how-block i {
	display: block
}
.section-how-quote .how-block i[data-icon="i"]:before {
	font-size: 35px
}
.section-how-quote .how-block i[data-icon="k"]:before {
	font-size: 40px
}
.section-how-quote .how-block i[data-icon="j"]:before {
	font-size: 32px
}
.section-how-quote .how-block h2 {
	margin-bottom: 27px;
	position: relative;
	display: table-cell;
	vertical-align: middle
}
.section-take-tour, .section-take-tour-listen, .section-take-tour-understand, .section-take-tour-share {
	background: #fff
}

@media only screen and (max-width: 48em) {
.section-take-tour, .section-take-tour-listen, .section-take-tour-understand, .section-take-tour-share {
	text-align: center
}
}
.section-take-tour .row, .section-take-tour-listen .row, .section-take-tour-understand .row, .section-take-tour-share .row {
	position: relative
}

@media only screen and (max-width: 48em) {
.section-take-tour .row, .section-take-tour-listen .row, .section-take-tour-understand .row, .section-take-tour-share .row {
	margin: 0 auto;
	max-width: 85%
}
}

@media only screen and (max-width: 30em) {
.section-take-tour .row, .section-take-tour-listen .row, .section-take-tour-understand .row, .section-take-tour-share .row {
	max-width: none
}
}
.section-take-tour i, .section-take-tour-listen i, .section-take-tour-understand i, .section-take-tour-share i {
	margin: 0 0 20px;
	display: block;
	font-size: 35px;
	color: #00afd7
}
.section-take-tour h2, .section-take-tour-listen h2, .section-take-tour-understand h2, .section-take-tour-share h2 {
	margin-bottom: 27px;
	color: #00afd7
}

@media only screen and (max-width: 48em) {
.section-take-tour h2, .section-take-tour-listen h2, .section-take-tour-understand h2, .section-take-tour-share h2 {
	margin-bottom: 27px;
	margin-right: auto;
	margin-left: auto;
	max-width: 70%
}
}

@media only screen and (max-width: 30em) {
.section-take-tour h2, .section-take-tour-listen h2, .section-take-tour-understand h2, .section-take-tour-share h2 {
	max-width: none
}
}
.section-take-tour .push, .section-take-tour-listen .push, .section-take-tour-understand .push, .section-take-tour-share .push {
	padding-left: 40px
}

@media only screen and (max-width: 48em) {
.section-take-tour .push, .section-take-tour-listen .push, .section-take-tour-understand .push, .section-take-tour-share .push {
	padding: 0
}
}
.section-take-tour .push-opposite, .section-take-tour-listen .push-opposite, .section-take-tour-understand .push-opposite, .section-take-tour-share .push-opposite {
	padding-right: 40px
}

@media only screen and (max-width: 48em) {
.section-take-tour .push-opposite, .section-take-tour-listen .push-opposite, .section-take-tour-understand .push-opposite, .section-take-tour-share .push-opposite {
	padding: 0
}
}

@media only screen and (max-width: 30em) {
.section-take-tour .empty, .section-take-tour-listen .empty, .section-take-tour-understand .empty, .section-take-tour-share .empty {
	display: none
}
}
.section-take-tour .img-asset, .section-take-tour-listen .img-asset, .section-take-tour-understand .img-asset, .section-take-tour-share .img-asset, .section-take-tour .img-asset-opposite, .section-take-tour-listen .img-asset-opposite, .section-take-tour-understand .img-asset-opposite, .section-take-tour-share .img-asset-opposite {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block
}

@media only screen and (max-width: 48em) {
.section-take-tour .img-asset, .section-take-tour-listen .img-asset, .section-take-tour-understand .img-asset, .section-take-tour-share .img-asset, .section-take-tour .img-asset-opposite, .section-take-tour-listen .img-asset-opposite, .section-take-tour-understand .img-asset-opposite, .section-take-tour-share .img-asset-opposite {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin: 0 auto
}
}

@media only screen and (max-width: 30em) {
.section-take-tour .img-asset, .section-take-tour-listen .img-asset, .section-take-tour-understand .img-asset, .section-take-tour-share .img-asset, .section-take-tour .img-asset-opposite, .section-take-tour-listen .img-asset-opposite, .section-take-tour-understand .img-asset-opposite, .section-take-tour-share .img-asset-opposite {
	display: none
}
}
.section-take-tour .img-asset-opposite, .section-take-tour-listen .img-asset-opposite, .section-take-tour-understand .img-asset-opposite, .section-take-tour-share .img-asset-opposite {
	left: auto
}

@media only screen and (max-width: 80em) {
.section-take-tour .img-asset-opposite, .section-take-tour-listen .img-asset-opposite, .section-take-tour-understand .img-asset-opposite, .section-take-tour-share .img-asset-opposite {
	right: 0;
	left: auto
}
}

@media only screen and (max-width: 64em) {
.section-take-tour .img-asset-opposite, .section-take-tour-listen .img-asset-opposite, .section-take-tour-understand .img-asset-opposite, .section-take-tour-share .img-asset-opposite {
	right: 0;
	left: auto
}
}
.section-take-tour-listen {
	padding: 4em 0
}

@media only screen and (max-width: 64em) {
.section-take-tour-listen {
	box-shadow: none
}
}

@media only screen and (max-width: 48em) {
.section-take-tour-listen {
	padding: 3em 0
}
}
.section-take-tour-listen .img-asset, .section-take-tour-listen .img-asset-opposite {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin-bottom: -4em;
	top: auto;
	bottom: 0;
	left: -100px
}

@media only screen and (max-width: 64em) {
.section-take-tour-listen .img-asset, .section-take-tour-listen .img-asset-opposite {
	max-width: 80%;
	left: -170px
}
}

@media only screen and (max-width: 48em) {
.section-take-tour-listen .img-asset, .section-take-tour-listen .img-asset-opposite {
	margin: 0 auto;
	border-bottom: 2px solid #f6f7f9;
	max-width: 60%;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0
}
}
.section-take-tour-listen .push {
	padding-top: 50px
}

@media only screen and (max-width: 48em) {
.section-take-tour-listen .push {
	padding: 0
}
}
.section-take-tour-understand {
	padding: 120px 0 170px;
	-webkit-box-shadow: inset 0 -100px 0 0 #fff;
	-moz-box-shadow: inset 0 -100px 0 0 #fff;
	box-shadow: inset 0 -100px 0 0 #fff;
	background: #f6f7f9
}

@media only screen and (max-width: 64em) {
.section-take-tour-understand {
	padding: 5em 0;
	box-shadow: none
}
}

@media only screen and (max-width: 48em) {
.section-take-tour-understand {
	padding: 3em 0
}
}
.section-take-tour-understand i, .section-take-tour-understand h2 {
	margin: 0 0 27px;
    color: #595959;
    font-size: 22px;
    line-height: 26px;
	color: #49c5b1
}
.section-take-tour-understand .img-asset, .section-take-tour-understand .img-asset-opposite {
	top: -40px
}
.section-together .col-md-6.col-sm-12.image-cont {
   /* height: 600px;*/
	padding:0;
}

@media only screen and (max-width: 64em) {
.section-take-tour-understand .img-asset, .section-take-tour-understand .img-asset-opposite {
	margin: 20px 0 0;
	top: auto;
	max-width: 40%;
	right: auto
}
}

@media only screen and (max-width: 48em) {
.section-take-tour-understand .img-asset, .section-take-tour-understand .img-asset-opposite {
	margin: 0 auto;
	max-width: 40%
}
}
.section-take-tour-share {
	padding: 9em 0
}

@media only screen and (max-width: 48em) {
.section-take-tour-share {
	padding: 3em 0
}
}
.section-take-tour-share i, .section-take-tour-share h2 {
	margin-bottom: 27px;
	color: #4f4cb1
}
.section-take-tour-share .img-asset, .section-take-tour-share .img-asset-opposite {
	top: -60px;
	left: -180px
}

@media only screen and (max-width: 80em) {
.section-take-tour-share .img-asset, .section-take-tour-share .img-asset-opposite {
	left: -220px
}
}

@media only screen and (max-width: 64em) {
.section-take-tour-share .img-asset, .section-take-tour-share .img-asset-opposite {
	left: -370px
}
}

@media only screen and (max-width: 48em) {
.section-take-tour-share .img-asset, .section-take-tour-share .img-asset-opposite {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: 80%
}
}
.section-together .container {
	max-height: 600px
}

@media only screen and (max-width: 48em) {
.section-together .container {
	max-height: none;
	overflow: visible
}
}
.section-together .photo {
	background: url(../img/bg-guy-pen.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-guy-pen.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-guy-pen.jpg', sizingMethod='scale')";
	height: 600px;
	width: 50%;
	position: relative;
	background-position: center
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-together .photo {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-together .photo {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 48em) {
.section-together .photo {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 0;
	max-height: 320px;
	width: 100%
}
}
.section-together .content {
	padding: 120px 60px;
	color: #fff
}

@media only screen and (max-width: 64em) {
.section-together .content {
	padding-top: 10%
}
}

@media only screen and (max-width: 48em) {
.section-together .content {
	padding: 60px
}
}

@media only screen and (max-width: 30em) {
.section-together .content {
	padding: 40px
}
}

@media only screen and (max-width: 20em) {
.section-together .content {
	padding: 30px
}
}
.section-together .content h2 {
	margin-bottom: 27px;
	display: inline-block;
	vertical-align: middle;
	color: #fff
}
.section-together .content p {
	display: inline-block;
	vertical-align: middle
}
.section-tour-solution {
	/*background: url(../img/bg-tour-solution.png) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-tour-solution.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-tour-solution.png', sizingMethod='scale')";
	background-color: #00afd7
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-tour-solution {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-tour-solution {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.section-about {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-about.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-about.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-about {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-about {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
/*.section-about .container {
	max-width: 620px
}*/
/* .section-intro-about {
	background: rgba(120,190,32,0.95)
}
.section-values {
	background: #fff;
	text-align: center
} */
/* .section-values .intro {
	margin: 0 auto 80px;
	max-width: 600px
} */

/* @media only screen and (max-width: 48em) {
.section-values .intro {
	margin-bottom: 40px
}
}

@media only screen and (max-width: 30em) {
.section-values .intro {
	margin-bottom: 30px
}
}

@media only screen and (max-width: 48em) {
.section-values .values .column.fifth {
	float: left;
	width: 33.33%
}
.section-values .values .column.fifth.tablet-helper {
	width: 50%
}
} */

/* @media only screen and (max-width: 30em) {
.section-values .values .column.fifth {
	float: none !important;
	width: 100% !important;
	margin-bottom: 15px
}
}
.section-values .values h4 {
	margin: 15px 0;
	font-size: 17px;
	font-weight: 500;
	color: #818E96;
	text-align: center
}

@media only screen and (max-width: 48em) {
.section-values .values h4 {
	font-size: 15px
}
} */
.section-values .values i {
	display: block;
	text-align: center;
	font-size: 85px
}

@media only screen and (max-width: 48em) {
.section-values .values i {
	font-size: 60px
}
}
.section-values .values i:before {
	vertical-align: middle
}
.section-values .values i[data-icon="I"]:before {
	color: #00afd7
}
.section-values .values i[data-icon="J"]:before {
	color: #49c5b1
}
.section-values .values i[data-icon="K"]:before {
	color: #f1b434
}
.section-values .values i[data-icon="L"]:before {
	color: #f9423a
}
.section-values .values i[data-icon="M"]:before {
	color: #4f4cb1
}
/* .section-values h2, .section-values p {
	margin-bottom: 27px;
	color: #253746
} */
.section-global {
	background: url(../img/bg-global.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-global.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-global.jpg', sizingMethod='scale')";
	width: 100%;
	position: relative;
	background-position: bottom;
	text-align: center
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-global {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-global {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 48em) {
.section-global {
	height: auto;
	padding-bottom: 3em
}
}
.section-global-photos {
	margin: -110px auto 0;
	padding-top: 0;
	background: #f6f7f9
}

@media only screen and (max-width: 48em) {
.section-global-photos {
	margin: 0;
	padding-top: 3em
}
}
.section-global-photos .container {
	margin: 0 auto;
	max-width: 1000px
}
.section-global-photos .container .primary {
	margin-bottom: 15px
}

@media only screen and (max-width: 48em) {
.section-global-photos .container .primary {
	margin-bottom: 0
}
}

@media only screen and (max-width: 48em) {
.section-global-photos .container .secondary .column.third {
	float: left;
	width: 33.33%;
	margin-bottom: 0
}
}
.section-global-photos .container .column {
	position: relative;
	padding-left: 8.5px;
	padding-right: 8.5px
}
/* .section-culture h5 {
	color: #78be20
}
.section-culture h2 {
	margin-bottom: 27px;
	color: #253746
}
.section-culture .quote {
	margin: 100px 0 0;
	color: #78be20;
	font-style: italic;
	font-family: "Mercury SSm A", "Mercury SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif
} */

@media only screen and (max-width: 48em) {
.section-culture .quote {
	margin-top: 40px
}
}
.section-culture .thick {
	margin-bottom: 20px
}
.section-culture .awards i {
	margin: 0 0 10px;
	display: block;
	color: #78be20;
	font-size: 24px
}
.section-culture .awards p {
	font-size: 13px;
	line-height: 16px
}
.section-summit .container {
	max-height: 600px
}

@media only screen and (max-width: 48em) {
.section-summit .container {
	max-height: none;
	overflow: visible
}
}
.section-summit .photo {
	/*background: url(../img/bg-summit.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-summit.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-summit.jpg', sizingMethod='scale')";
	height: 600px;
	width: 50%;
	position: relative;
	background-position: center;
	padding:0px;
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.section-summit .photo {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.section-summit .photo {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}

@media only screen and (max-width: 48em) {
.section-summit .photo {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 0;
	max-height: 320px;
	width: 100%
}
}
.section-summit .content {
	padding: 120px 60px;
	color: #fff
}

@media only screen and (max-width: 64em) {
.section-summit .content {
	padding-top: 10%
}
}

@media only screen and (max-width: 48em) {
.section-summit .content {
	padding: 60px
}
}

@media only screen and (max-width: 30em) {
.section-summit .content {
	padding: 40px
}
}

@media only screen and (max-width: 20em) {
.section-summit .content {
	padding: 30px
}
}
.section-summit .content h2 {
	margin-bottom: 27px;
	display: inline-block;
	vertical-align: middle;
	color: #fff
}
.section-summit .content p {
	display: inline-block;
	vertical-align: middle
}




.template-demo>main {
	overflow: hidden
}
.section-demo {
	padding: 160px 0 70px;
	position: relative;
	background: #78be20
}
.section-demo h1 {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	max-width: 700px
}
.section-demo h5 {
	text-align: center;
	color: #fff
}

@media only screen and (max-width: 30em) {
.section-demo h5 {
	margin-bottom: 10px
}
}
.section-form {
	padding-bottom: 0;
	background: #f6f7f9
}
.section-form .btn, .section-form .btn-transparent, .section-form .btn-blue, .section-form .section-blog-page .document-link, .section-blog-page .section-form .document-link, .section-form .btn-space {
	margin: 20px 0;
	padding: 0 60px;
	text-transform: capitalize
}
.section-form hr {
	border-color: #d9d9d6
}

@media only screen and (max-width: 48em) {
.section-form .empty {
	display: none
}
}
.section-form .laptop-offscreen {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-ms-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
	position: absolute;
	top: auto;
	right: -380px;
	bottom: auto;
	left: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: -330px;
	display: block
}

@media only screen and (max-width: 80em) {
.section-form .laptop-offscreen {
	right: -450px
}
}

@media only screen and (max-width: 48em) {
.section-form .laptop-offscreen {
	display: none
}
}
body.template-demo .mktoForm {
	padding: 0 !important;
	width: 100% !important;
	/* font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important; */
	font-size: 17px !important;
	line-height: 17px !important;
	color: #717c7d !important;
	vertical-align: middle
}

@media only screen and (max-width: 30em) {
body.template-demo .mktoForm {
	font-size: 15px
}
}
body.template-demo .mktoForm fieldset {
	padding: 0 !important;
	border: none !important
}
body.template-demo .mktoForm label {
	display: block;
	margin-bottom: 17px !important;
	font-weight: 300 !important;
	width: auto !important
}

@media only screen and (max-width: 30em) {
body.template-demo .mktoForm label {
	margin-bottom: 10px !important;
	font-size: 15px !important
}
}
body.template-demo .mktoForm label, body.template-demo .mktoForm label span {
	color: #717c7d !important
}
body.template-demo .mktoForm select {
	width: 100% !important;
}
.mktoFormRow select{  background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d9d9d6 !important;
    border-radius: 3px !important;
    color: #717c7d !important;
    height:44px !important;
    }
/*input, .select, textarea, input[type="color"], .select[type="color"], textarea[type="color"], input[type="date"], .select[type="date"], textarea[type="date"], input[type="datetime"], .select[type="datetime"], textarea[type="datetime"], input[type="datetime-local"], .select[type="datetime-local"], textarea[type="datetime-local"], input[type="email"], .select[type="email"], textarea[type="email"], input[type="month"], .select[type="month"], textarea[type="month"], input[type="number"], .select[type="number"], textarea[type="number"], input[type="password"], .select[type="password"], textarea[type="password"], input[type="search"], .select[type="search"], textarea[type="search"], input[type="tel"], .select[type="tel"], textarea[type="tel"], input[type="text"], .select[type="text"], textarea[type="text"], input[type="time"], .select[type="time"], textarea[type="time"], input[type="url"], .select[type="url"], textarea[type="url"], input[type="week"], .select[type="week"], textarea[type="week"], input:not([type]), .select:not([type]), textarea:not([type]), textarea{ height:44px !important;}*/
body.template-demo .mktoForm input, body.template-demo .mktoForm .select, body.template-demo .mktoForm textarea {
	padding: 12px 20px !important;
	font-size: 13px !important;
	width: 100% !important
}

@media only screen and (max-width: 48em) {
body.template-demo .mktoForm input, body.template-demo .mktoForm .select, body.template-demo .mktoForm textarea {
	padding: 10px 18px !important
}
.column.fourth.agenda-column {
    width: 100% ;
}
.column.fourth.agenda-column.border-left.border-right {
    width: 100% ;
}
.stories .column.fourth {
    width: 100%;
}
}

@media only screen and (max-width: 30em) {
body.template-demo .mktoForm input, body.template-demo .mktoForm .select, body.template-demo .mktoForm textarea {
	padding: 10px 15px !important;
	font-size: 11px !important
}
}
body.template-demo .mktoForm legend {
	display: none !important
}
body.template-demo .mktoForm .mktoButtonWrap {
	display: block;
	margin-top: 0 !important;
	margin-left: 0 !important
}

@media only screen and (max-width: 30em) {
body.template-demo .mktoForm .mktoButtonWrap button {
	width: 100% !important;
	display: block;
	padding: 0 20px !important
}
}
body.template-demo .mktoForm .mktoButtonRow {
	display: block !important
}
body.template-demo .mktoForm .mktoFormCol {
	padding-right: 0 !important
}
body.template-demo .mktoForm .mktoFormCol, body.template-demo .mktoForm .mktoField, body.template-demo .mktoForm .mktoLabel, body.template-demo .mktoForm .mktoFieldWrap {
	float: none !important
}
/* .template-contact>header .logo {
	background-repeat: no-repeat;
	-webkit-background-size: 176px 24px;
	-moz-background-size: 176px 24px;
	background-size: 176px 24px
}
.no-svg .template-contact>header .logo {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .template-contact>header .logo {
	background-image: url("../img/logo-inmoment-blog%402x.png");
	background-size: 176px 24px
}
}

@media only screen and (max-width: 48em) {
.template-contact>header .logo {
	-webkit-background-size: 117px 16px;
	-moz-background-size: 117px 16px;
	background-size: 117px 16px;
	height: 16px;
	width: 117px
}
}
.template-contact>header nav a {
	color: #253746
} */
/*.template-contact>header nav a.btn, .template-contact>header nav a.btn-transparent, .template-contact>header nav a.btn-blue, .template-contact>header nav .section-blog-page a.document-link, .section-blog-page .template-contact>header nav a.document-link, .template-contact>header nav a.btn-space {
	-webkit-box-shadow: inset 0 0 0 2px #78be20;
	-moz-box-shadow: inset 0 0 0 2px #78be20;
	box-shadow: inset 0 0 0 2px #78be20;
	color: #78be20
}*/
/* .template-contact>header nav a.aside-trigger span {
	background-color: #253746
}
.template-contact>header nav a.aside-trigger span:before, .template-contact>header nav a.aside-trigger span:after {
	background-color: #253746
}

.template-contact>header .micro-nav .phone, .template-contact>header .micro-nav .dropdown {
	color: #d9d9d6
}
.template-contact>main .container {
	max-width: 62.5em
}
.template-contact>main footer .container {
	max-width: 75em
} */
/*.section-contact {
	padding: 160px 0 40px;
	position: relative;
	background: #fff
}*/

/* @media only screen and (max-width: 48em) {
.section-contact {
	padding-bottom: 20px
}
}

@media only screen and (max-width: 30em) {
.section-contact {
	padding-bottom: 0
}
} */
/*.section-contact h1 {
	margin: 0 auto;
	text-align: center;
	color: #253746;
	max-width: 700px
}*/
/* .section-contact h1 i {
	font-size: 28px
}

@media only screen and (max-width: 48em) {
.section-contact h1 i {
	font-size: 24px
}
}

@media only screen and (max-width: 30em) {
.section-contact h1 i {
	font-size: 18px
}
}
.section-contact a {
	display: block;
	color: #253746
}
.section-contact h5 {
	text-align: center;
	color: #717c7d
}

@media only screen and (max-width: 30em) {
.section-contact h5 {
	margin-bottom: 10px
}
}
.section-contact hr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	border-width: 4px;
	border-color: #f6f7f9
}
.section-office {
	padding-top: 0;
	background: #fff
}

.section-office .container:first-child {
	border-bottom: 1px solid #d9d9d6;
	padding-bottom: 35px;
}

.section-office .well {
	margin: 10px 0 20px;
	padding: 40px;
	border-radius: 2px;
	background: #f6f7f9
}

.section-office .contact-emails {
	padding-top: 30px;
}

@media only screen and (max-width: 30em) {
.section-office .well {
	padding: 20px
}
}


@media only screen and (max-width: 1024px) {
	.section-office .well h3 {
		float: none;
		text-align: center;
		padding-bottom: 30px;
	}

	.section-office .well .btn {
		display: block;
		float: none;
		max-width: 167px;
		margin: 30px auto 0 auto;
	}
}

.section-office .office-location-details {
	margin: 40px 0 0 0;
}

.section-office .details {
	margin: 0 0 20px;
	padding: 0 0 0 40px
}

@media only screen and (max-width: 30em) {
.section-office .details {
	margin-bottom: 20px;
	padding-left: 20px
}
}
.section-office .details.first {
	margin-top: 40px
}
.section-office .details b {
	margin: 0;
	display: block;
	color: #253746;
	font-weight: 700;
	font-size: 17px
}

@media only screen and (max-width: 30em) {
.section-office .details b {
	font-size: 15px
}
}
.section-office .details p {
	margin: 0
} */
.section-default {
	padding: 160px 0 120px;
	position: relative;
	background: #78be20
}

@media only screen and (max-width: 48em) {
.section-default {
	padding: 150px 0
}
}

@media only screen and (max-width: 30em) {
.section-default {
	padding: 150px 0 50px
}
}
.section-default h1 {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	max-width: 700px
}
.section-default h5 {
	text-align: center;
	color: #fff
}

@media only screen and (max-width: 30em) {
.section-default h5 {
	margin-bottom: 10px
}
}
.section-default hr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	border-width: 4px;
	border-color: #f6f7f9
}
h4 {
	margin-bottom: .25em
}
.section-gray {
	background-color: #f6f7f9
}
.section-dark {
	background-color: #253746;
	text-align: center
}
.section-dark h2 {
	margin-bottom: 27px;
	color: #fff;
	margin-right: auto;
	margin-left: auto
}
.section-dark p {
	color: #fff;
	margin-right: auto;
	margin-left: auto
}
.section-how img {
	margin-bottom: 20px
}
.location-based-insights .section-default-body, .voice-of-employee .section-default-body, .explore .section-default-body, .resolve .section-default-body {
	position: relative;
	margin: -54px 0 0;
	background: rgba(0,175,215,0.95);
	color: #fff;
	overflow: hidden
}

@media only screen and (max-width: 64em) {
.location-based-insights .section-default-body, .voice-of-employee .section-default-body, .explore .section-default-body, .resolve .section-default-body {
	margin: -150px 0 0
}
}

@media only screen and (max-width: 48em) {
.location-based-insights .section-default-body, .voice-of-employee .section-default-body, .explore .section-default-body, .resolve .section-default-body {
	margin: 0
}
}
.location-based-insights .section-default-body:after, .voice-of-employee .section-default-body:after, .explore .section-default-body:after, .resolve .section-default-body:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../img/bg-hex.svg");
	background-repeat: no-repeat;
	-webkit-background-size: initial;
	-moz-background-size: initial;
	background-size: initial;
	height: 640px;
	width: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
	background-position: center;
	background-repeat: repeat !important;
	content: ""
}
.no-svg .location-based-insights .section-default-body:after, .no-svg .voice-of-employee .section-default-body:after, .no-svg .explore .section-default-body:after, .no-svg .resolve .section-default-body:after {
	background-image: url("../img/bg-hex.html")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .location-based-insights .section-default-body:after, .no-svg .voice-of-employee .section-default-body:after, .no-svg .explore .section-default-body:after, .no-svg .resolve .section-default-body:after {
	background-image: url("../img/bg-hex%402x.html");
	background-size: initial
}
}
.location-based-insights .section-default-body .container, .voice-of-employee .section-default-body .container, .explore .section-default-body .container, .resolve .section-default-body .container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.location-based-insights .section-default-body h2, .voice-of-employee .section-default-body h2, .explore .section-default-body h2, .resolve .section-default-body h2 {
	text-align: center;
	margin-bottom: 27px;
	color: #fff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}
.active-listening .section-default {
	/*background: url(../../media/original_images/bg-active-listening.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-active-listening.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-active-listening.jpg', sizingMethod='scale')";
    background-image: url("https://inmoment.wpengine.com/wp-content/uploads/2017/02/bg-active-listening.jpg");
	background-position:center;
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.active-listening .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.active-listening .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.active-listening .section-default .container {
	padding: 100px 0
}
.active-listening .section-dark h2, .active-listening .section-dark p {
	margin-bottom: 27px;
	max-width: 650px
}
.active-listening .section-default-body p {
	padding-top: 10px;
	padding-right: 75px;
	font-size: 1.15em;
	line-height: 1.5em
}
.active-listening .section-useful-data p {
	margin-bottom: 0
}
.active-listening .section-better-info h2, .active-listening .section-improve-exp h2, .active-listening .section-relevant-questions h2, .active-listening .section-better-info p, .active-listening .section-improve-exp p {
	padding-right: 70px;
	margin-bottom: 27px;
}
.active-listening .section-relevant-questions p {
	padding-right: 90px
}
.location-based-insights .section-default {
	/*background: url(../../media/original_images/bg-location-based.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-location-based.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-location-based.jpg', sizingMethod='scale')";
	background:url("https://inmoment.wpengine.com/wp-content/uploads/2017/02/bg-location-based.jpg");
	background-position:center;
	background-size:cover;
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.location-based-insights .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.location-based-insights .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.location-based-insights .section-default .container {
	padding: 100px 0
}
.location-based-insights .section-default-body h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 27px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}
.location-based-insights .section-dark h2, .location-based-insights .section-dark p {
	margin-bottom: 27px;
	max-width: 730px
}
.location-based-insights .section-location-based p {
	margin-bottom: 0
}
.location-based-insights .section-beacons h2, .location-based-insights .section-geofencing h2, .location-based-insights .section-overview p, .location-based-insights .section-beacons p, .location-based-insights .section-geofencing p {
	padding-right: 70px;
	margin-bottom: 27px;
}
.voice-of-employee .section-default {
	/*background: url(../../media/original_images/bg-voe.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-voe.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-voe.jpg', sizingMethod='scale')"
}
.voice-of-employee .section-default {
    background-image: url("https://inmoment.wpengine.com/wp-content/uploads/2017/02/bg-voe.jpg");
	background-position: center;

}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.voice-of-employee .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.voice-of-employee .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.voice-of-employee .section-default .container {
	padding: 100px 0
}
.voice-of-employee .section-default-body h2 {
	text-align: center;
	color: #fff;

	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}
.voice-of-employee .section-complex-equation h2 {
	text-align: center;
	color: #253746;
	margin-bottom: 27px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}
.voice-of-employee .section-employee-feedback ul {
	list-style: initial;
	margin-left: 25px
}
.voice-of-employee .section-employee-invite h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 27px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}
.voice-of-employee .section-overview h4, .voice-of-employee .section-employee-feedback h2, .voice-of-employee .section-overview p, .voice-of-employee .section-employee-feedback p {
	padding-right: 70px;
	margin-bottom: 27px;
}
.explore .section-default {
	/*background: url(../../media/original_images/bg-explore.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-explore.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-explore.jpg', sizingMethod='scale')";
	background-image: url("https://inmoment.wpengine.com/wp-content/uploads/2017/02/bg-explore.jpg");
    background-position: center;
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.explore .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.explore .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.explore .section-default .container {
	padding: 100px 0
}
.explore .section-default-body {
	background: rgba(73,197,177,0.95)
}
.explore .section-default-body h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 27px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}
.explore .section-overview {
	padding: 120px 0 0px;
	-webkit-box-shadow: inset 0 -170px 0 0 #f6f7f9;
	-moz-box-shadow: inset 0 -170px 0 0 #f6f7f9;
	box-shadow: inset 0 -170px 0 0 #f6f7f9;
	background: #fff
}
.explore .section-overview p {
	padding-right: 50px;
	padding-left: 50px
}
.explore .section-gray {
	padding-top: 0
}
.explore .section-gray img {
	margin-bottom: 75px
}
.explore .section-results h2, .explore .section-results p {
	padding-right: 70px;
	margin-bottom: 27px;
}
.resolve .section-default {
	/*background: url(../../media/original_images/bg-resolve.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-resolve.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/bg-resolve.jpg', sizingMethod='scale')";
	background-image: url("https://inmoment.wpengine.com/wp-content/uploads/2017/02/bg-resolve.jpg");
    background-position: center;
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.resolve .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.resolve .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.resolve .section-default .container {
	padding: 100px 0
}
.resolve .section-default-body {
	background: rgba(79,76,177,0.95)
}
.resolve .section-default-body h2 {
	color: #fff;
	margin-bottom: 27px;
	font-size: 1.85em
}
.resolve .section-default-body p {
	padding-left: 70px;
	padding-top: 20px
}

@media only screen and (max-width: 48em) {
.resolve .section-default-body p {
	padding-left: 0
}
}
.resolve .section-overview h4, .resolve .section-overview p {
	padding-right: 50px
}
.resolve .section-emp-perspective h2, .resolve .section-root-cause h2, .resolve .section-emp-perspective p, .resolve .section-root-cause p {
	padding-right: 70px;
	margin-bottom: 27px;
}
.cx-elevated div.cxe-line-break {
	border-bottom: 4px solid #253746;
	width: 110px;
	height: 4px;
	margin-bottom: 2.5em
}
.cx-elevated .right-45 {
	margin-right: 45px
}
.cx-elevated .section-default {
	padding: 204px 0 0;
	background: url(../../media/original_images/cx-elevated-2017-hero-bkg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cx-elevated-2017-hero-bkg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cx-elevated-2017-hero-bkg.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.cx-elevated .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.cx-elevated .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.cx-elevated .section-default h1, .cx-elevated .section-default h5 {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif
}
.cx-elevated .section-default h1 {
	color: #253746;
	font-weight: 300;
	position: relative;
}
/*.cx-elevated .section-default h5 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.15em;
	color: #f0b323;
	top: -25px;
	position: relative;
	text-transform: initial
}*/
.cx-elevated .section-default-body {
	padding-top: 5em;
	padding-bottom: 0;
	-webkit-box-shadow: inset 0 -96px 0 0 #f6f7f9;
	-moz-box-shadow: inset 0 -96px 0 0 #f6f7f9;
	box-shadow: inset 0 -96px 0 0 #f6f7f9;
	background: #fff
}
.cx-elevated .section-default-body .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-default-body .nudge-right {
	padding-left: 1em
}
.section-explore .how-block h3 {
    font-size: 13px;
}
}
.cx-elevated .section-default-body h2, .cx-elevated .section-default-body h4, .cx-elevated .section-default-body p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #253746;
	margin-bottom: 27px;
}
/*.cx-elevated .section-default-body h2 {
	margin: 60px 0 10px;
	font-size: 3.1em;
	font-weight: 700;
	line-height: 1.15em
}*/

@media only screen and (max-width: 30em) {
.cx-elevated .section-default-body h2 {
	margin-top: 0
}
}
.cx-elevated .section-default-body h4 {
	margin: 0 0 10px;
	font-size: 3.25em;
	line-height: 1.15em;
	font-weight: 400;
	color: #f0b323
}
.cx-elevated .section-default-body p {
	margin: 0 0 34px;
	color: #717c7d;
	font-size: 1.3em;
	line-height: 1.15em;
	font-weight: 400
}
.cx-elevated .section-cxe17-description {
	background-color: #f6f7f9;
	padding-top: 0
}
.cx-elevated .section-cxe17-description .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-cxe17-description .nudge-right {
	padding-left: 1em
}
}
.cx-elevated .section-cxe17-description h3, .cx-elevated .section-cxe17-description p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #f0b323
}
.cx-elevated .section-cxe17-description h3 {
	font-size: 3.1em;
	font-weight: 400;
	line-height: 1.15em
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-cxe17-description h3 {
	padding-top: 1em;
	margin-bottom: 0.5em
}
}
.cx-elevated .section-cxe17-description strong {
	font-weight: 700
}
.cx-elevated .section-cxe17-description .conf-description p {
	padding-right: 50px;
	color: #717c7d
}
.cx-elevated .section-cxe17-description .conf-description p:first-of-type {
	margin-top: 173px
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-cxe17-description .conf-description p:first-of-type {
	margin-top: 65px
}
}
.cx-elevated .section-cxe-speakers {
	background-color: #fff
}
.cx-elevated .section-cxe-speakers .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-cxe-speakers .nudge-right {
	padding-left: 1em
}
}
.cx-elevated .section-cxe-speakers h2, .cx-elevated .section-cxe-speakers h3, .cx-elevated .section-cxe-speakers h4, .cx-elevated .section-cxe-speakers p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #253746;
	margin-bottom: 27px;
}
.cx-elevated .section-cxe-speakers h2 {
	font-size: 3.1em;
	font-weight: 700;
	margin-bottom: 27px;
	line-height: 1.15em
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-cxe-speakers h2 {
	margin-top: 0
}
}
.cx-elevated .section-cxe-speakers h3 {
	margin-top: 25px;
	margin-bottom: 0;
	color: #f0b323
}
.cx-elevated .section-cxe-speakers h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid #253746;
	margin-bottom: 10px
}
.cx-elevated .section-cxe-speakers p {
	font-size: .9em
}
.cx-elevated .section-cxe-speakers .bios {
	padding-right: 45px
}
.cx-elevated .section-cxe-location {
	background-color: #253746;
	padding: 3em 0
}
.cx-elevated .section-cxe-location .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated .section-cxe-location .nudge-right {
	padding-left: 1em
}
}
.cx-elevated .section-cxe-location .location-description {
	padding-right: 50px
}
.cx-elevated .section-cxe-location h2, .cx-elevated .section-cxe-location h4, .cx-elevated .section-cxe-location p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #fff;
	margin-bottom: 27px;
}
.cx-elevated .section-cxe-location h2 {
	border-bottom: 1px solid #fff;
	font-size: 1.9em;
	margin-bottom: 27px;
}
.cx-elevated .section-cxe-location h4 {
	font-size: 1.15em;
	margin-bottom: .5em
}
.cx-elevated .section-cxe-register {
	background-color: #fff
}
.cx-elevated .section-cxe-register h2, .cx-elevated .section-cxe-register h4 {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.15em;
	margin-bottom: 27px;
}
.cx-elevated .section-cxe-register h2 {
	color: #253746;
	font-size: 3.1em;
	font-weight: 700;
	margin-bottom: .35em;
	margin-bottom: 27px;
}
.cx-elevated .section-cxe-register h4 {
	color: #f0b323;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 60px
}
.cx-elevated .section-cxe-register .cxe-line-break {
	margin: 0 auto 1.75em
}
.cx-elevated-emea div.cxe-line-break {
	border-bottom: 4px solid #253746;
	width: 110px;
	height: 4px;
	margin-bottom: 2.5em
}
.cx-elevated-emea .section-default {
	padding: 257px 0 120px;
	background: url(../../media/original_images/cx-elevated-emea-2017-hero-bkg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cx-elevated-emea-2017-hero-bkg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cx-elevated-emea-2017-hero-bkg.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.cx-elevated-emea .section-default {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.cx-elevated-emea .section-default {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.cx-elevated-emea .section-default h1, .cx-elevated-emea .section-default h5 {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	max-width: inherit;
	text-align: left
}
.cx-elevated-emea .section-default h1 {
	color: #fff;

	line-height: 1em;
	font-weight: 700;
	position: relative;
	top: -95px
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-default h1 {
	font-size: 4.25em;
	top: -145px
}
}
.cx-elevated-emea .section-default h5 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.15em;
	color: #fff;
	top: 40px;
	position: relative;
	text-transform: initial
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-default h5 {
	font-size: 1.75em;
	top: -170px
}
}
.cx-elevated-emea .section-default-body {
	background: #fff;
	padding-bottom: 0;
	-webkit-box-shadow: inset 0 -120px 0 0 #f6f7f9;
	-moz-box-shadow: inset 0 -120px 0 0 #f6f7f9;
	box-shadow: inset 0 -120px 0 0 #f6f7f9
}
.cx-elevated-emea .section-default-body .starfish p {
	color: #717c7d
}
.cx-elevated-emea .section-default-body h2, .cx-elevated-emea .section-default-body h4, .cx-elevated-emea .section-default-body p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #717c7d;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-default-body h2 {
	margin: 0 0 10px;
	font-size: 3.1em;
	font-weight: 700;
	line-height: 1.15em;
	margin-bottom: 27px;
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-default-body h2 {
	margin-top: 0
}
}
.cx-elevated-emea .section-default-body h4 {
	margin: 0 0 10px;
	font-size: 3.25em;
	line-height: 1.15em;
	font-weight: 400;
	color: #f0b323
}
.cx-elevated-emea .section-default-body p {
	margin: 0 0 34px;
	color: #717c7d;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400
}
.cx-elevated-emea .section-default-body .conf-description {
	margin-bottom: 90px
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-default-body a.btn-space-stroke {
	margin-bottom: 60px
}
}
.cx-elevated-emea .section-cxe-speakers {
	background-color: #f6f7f9
}
.cx-elevated-emea .section-cxe-speakers .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-speakers .nudge-right {
	padding-left: 1em
}
}
.cx-elevated-emea .section-cxe-speakers h2, .cx-elevated-emea .section-cxe-speakers h3, .cx-elevated-emea .section-cxe-speakers h4, .cx-elevated-emea .section-cxe-speakers p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #717c7d;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-speakers h2 {
	font-size: 3.1em;
	font-weight: 700;
	margin-bottom: 27px;
	line-height: 1.15em
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-speakers h2 {
	margin-top: 0
}
}
.cx-elevated-emea .section-cxe-speakers h3 {
	margin-bottom: 0px;
	color: #f0b323
}
.cx-elevated-emea .section-cxe-speakers h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid #253746;
	margin-bottom: 20px;
	font-weight: 400
}
.cx-elevated-emea .section-cxe-speakers p {
	font-size: .8em;
	line-height: 1.75em
}
.cx-elevated-emea .section-cxe-speakers .bios {
	padding-right: 60px
}
.cx-elevated-emea .section-cxe-quote {
	background-color: #f6f7f9;
	padding: 6em
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-quote {
	padding: 3em 0
}
}
.cx-elevated-emea .section-cxe-quote p {
	font-size: 1.25em;
	line-height: 1.6em;
	font-weight: 400;
	color: #717c7d;
	padding-right: 70px
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-quote p {
	font-size: 1.15em;
	padding-right: 0
}
}
.cx-elevated-emea .section-cxe-quote h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #f0b323;
	margin-bottom: 5px
}
.cx-elevated-emea .section-cxe-quote h4 {
	font-weight: 400;
	color: #253746;
	margin-bottom: 0
}
.cx-elevated-emea .section-cxe-quote iframe {
	margin-bottom: 15px
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-quote iframe {
	width: 100%
}
}
.cx-elevated-emea .section-cxe-quote.cxe-post-office {
	background: url(../../media/original_images/cxe-q-post-office.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-post-office.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-post-office.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.cx-elevated-emea .section-cxe-quote.cxe-post-office {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.cx-elevated-emea .section-cxe-quote.cxe-post-office {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.cx-elevated-emea .section-cxe-quote.cxe-footlocker {
	background: url(../../media/original_images/cxe-q-footlocker.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-footlocker.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-footlocker.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.cx-elevated-emea .section-cxe-quote.cxe-footlocker {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.cx-elevated-emea .section-cxe-quote.cxe-footlocker {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.cx-elevated-emea .section-cxe-quote.cxe-marstons {
	background: url(../../media/original_images/cxe-q-marstons.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-marstons.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-marstons.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.cx-elevated-emea .section-cxe-quote.cxe-marstons {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.cx-elevated-emea .section-cxe-quote.cxe-marstons {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.cx-elevated-emea .section-cxe-quote.cxe-new-look {
	background: url(../../media/original_images/cxe-q-new-look.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-new-look.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../media/original_images/cxe-q-new-look.jpg', sizingMethod='scale')"
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: portrait) {
.cx-elevated-emea .section-cxe-quote.cxe-new-look {
	-webkit-background-size: auto 150%;
	background-attachment: scroll
}
}

@media only screen and (min-width: 20em) and (max-width: 48em) and (orientation: landscape) {
.cx-elevated-emea .section-cxe-quote.cxe-new-look {
	-webkit-background-size: 150% auto;
	background-attachment: scroll
}
}
.cx-elevated-emea .section-cxe-location {
	background-color: #fff
}
.cx-elevated-emea .section-cxe-location .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-location .nudge-right {
	padding-left: 1em
}
}
.cx-elevated-emea .section-cxe-location .location-description {
	padding-right: 90px
}
.cx-elevated-emea .section-cxe-location h2, .cx-elevated-emea .section-cxe-location h4, .cx-elevated-emea .section-cxe-location p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #717c7d;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-location h2 {
	font-size: 3.1em;
	font-weight: 700;
	margin-bottom: 27px;
	line-height: 1.15em
}
.cx-elevated-emea .section-cxe-location h4 {
	font-size: 2em;
	margin-bottom: .5em;
	line-height: 1.25em;
	font-weight: 400;
	color: #f0b323
}
.cx-elevated-emea .section-cxe-location p {
	font-size: .9em
}
.cx-elevated-emea .section-cxe-rooms {
	background-color: #fff
}
.cx-elevated-emea .section-cxe-rooms .nudge-right {
	padding-left: 3em
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-rooms .nudge-right {
	padding-left: 1em
}
}
.cx-elevated-emea .section-cxe-rooms .location-description {
	padding-right: 90px
}
.cx-elevated-emea .section-cxe-rooms h2, .cx-elevated-emea .section-cxe-rooms p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #717c7d;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-rooms h2 {
	font-size: 3.1em;
	font-weight: 700;
	line-height: 1.15em;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-rooms p {
	font-size: .9em;
	margin-top: 20px;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-agenda {
	background-color: #fff
}
.cx-elevated-emea .section-cxe-agenda h2, .cx-elevated-emea .section-cxe-agenda h4, .cx-elevated-emea .section-cxe-agenda p {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	color: #717c7d;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-agenda h2 {
	font-size: 3.1em;
	font-weight: 700;
	margin-bottom: 27px;
	line-height: 1.15em;
	text-align: center
}
.cx-elevated-emea .section-cxe-agenda h4 {
	text-align: center;
	color: #f0b323;
	font-size: 1.35em;
	margin-top: 30px;
	margin-bottom: 40px
}
.cx-elevated-emea .section-cxe-agenda p {
	font-size: .9em;
	line-height: 1.5em;
	color: #717c7d
}
.cx-elevated-emea .section-cxe-agenda .cxe-line-break {
	margin: 0 auto 4.5em
}
.cx-elevated-emea .section-cxe-agenda .right-border {
	border-right: 1px solid #253746
}

@media only screen and (max-width: 48em) {
.cx-elevated-emea .section-cxe-agenda .right-border {
	border-right: none
}
}

@media only screen and (max-width: 30em) {
.cx-elevated-emea .section-cxe-agenda .three-eighths p {
	margin-bottom: 0
}
}
.cx-elevated-emea .section-cxe-register {
	background-color: #fff
}
.cx-elevated-emea .section-cxe-register h2, .cx-elevated-emea .section-cxe-register h4 {
	font-family: 'Gotham A', 'Gotham B', Gotham, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.15em;
	margin-bottom: 27px;
}
.cx-elevated-emea .section-cxe-register h2 {
	color: #253746;
	font-size: 3.1em;
	font-weight: 700;
	margin-bottom: .35em
}
.cx-elevated-emea .section-cxe-register h4 {
	color: #f0b323;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 60px
}
.cx-elevated-emea .section-cxe-register .cxe-line-break {
	margin: 0 auto 1.75em
}
.section-empty {
	margin: 0;
	padding: 0
}
/* .template-blog>header .logo, .template-blog-page>header .logo {
	background-image: url("../img/logo-inmoment-blog.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 176px 24px;
	-moz-background-size: 176px 24px;
	background-size: 176px 24px
}
.no-svg .template-blog>header .logo, .no-svg .template-blog-page>header .logo {
	background-image: url("../img/logo-inmoment-blog.png")
} */

/* @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
.no-svg .template-blog>header .logo, .no-svg .template-blog-page>header .logo {
	background-image: url("../img/logo-inmoment-blog%402x.png");
	background-size: 176px 24px
}
}

@media only screen and (max-width: 48em) {
.template-blog>header .logo, .template-blog-page>header .logo {
	-webkit-background-size: 117px 16px;
	-moz-background-size: 117px 16px;
	background-size: 117px 16px;
	height: 16px;
	width: 117px
}
}
.template-blog>header nav a, .template-blog-page>header nav a {
	color: #253746
} */
/*.template-blog>header nav a.btn, .template-blog-page>header nav a.btn, .template-blog>header nav a.btn-transparent, .template-blog-page>header nav a.btn-transparent, .template-blog>header nav a.btn-blue, .template-blog-page>header nav a.btn-blue, .template-blog>header nav .section-blog-page a.document-link, .section-blog-page .template-blog>header nav a.document-link, .template-blog-page>header nav .section-blog-page a.document-link, .section-blog-page .template-blog-page>header nav a.document-link, .template-blog>header nav a.btn-space, .template-blog-page>header nav a.btn-space {
	-webkit-box-shadow: inset 0 0 0 2px #78be20 !important;
	-moz-box-shadow: inset 0 0 0 2px #78be20 !important;
	box-shadow: inset 0 0 0 2px #78be20 !important;
	color: #78be20 !important
}*/
/* .template-blog>header nav a.aside-trigger span, .template-blog-page>header nav a.aside-trigger span {
	background-color: #253746
}
.template-blog>header nav a.aside-trigger span:before, .template-blog-page>header nav a.aside-trigger span:before, .template-blog>header nav a.aside-trigger span:after, .template-blog-page>header nav a.aside-trigger span:after {
	background-color: #253746
}
.template-blog>header .micro-nav a, .template-blog-page>header .micro-nav a, .template-blog>header .micro-nav li, .template-blog-page>header .micro-nav li {
	color: #717c7d
}
.template-blog>header .micro-nav .phone, .template-blog-page>header .micro-nav .phone, .template-blog>header .micro-nav .dropdown, .template-blog-page>header .micro-nav .dropdown {
	color: #d9d9d6
} */
/*.template-blog>main, .template-blog-page>main {
	padding-top: 78px
}*/

/*@media only screen and (max-width: 48em) {
.template-blog>main, .template-blog-page>main {
	padding-top: 120px
}
}*/
/* .template-blog>main .container, .template-blog-page>main .container {
	max-width: 62.5em
}
.template-blog>main footer .container, .template-blog-page>main footer .container {
	max-width: 75em
} */
/*.template-blog-page>main {
	padding-top: 156px
}*/
/* .template-blog-page>main .container {
	max-width: 50em
}
.template-blog-page>main footer .container {
	max-width: 75em
} */
/*.section-blog-header {
	position: relative;
	padding-bottom: 60px;
	text-align: center
}*/

/* @media only screen and (max-width: 64em) {
.section-blog-header {
	padding-bottom: 40px
}
}

@media only screen and (max-width: 48em) {
.section-blog-header {
	padding-bottom: 2em
}
}
.section-blog-header h1 {
	margin: 0 0 10px;
	font-size: 40px;
	color: #253746
}

@media only screen and (max-width: 48em) {
.section-blog-header h1 {
	font-size: 38px;
	line-height: 48px
}
}

@media only screen and (max-width: 30em) {
.section-blog-header h1 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px
}
}
.section-blog-header h6 {
	margin-top: 20px;
	text-align: left;
	font-size: 13px
}
.section-blog-header fieldset {
	margin: 0
}
.section-blog-header .filter {
	margin-top: 20px
}
.section-blog-header .filter #blog-search-form {
	display: table;
	border-collapse: separate
}
.section-blog-header .filter .field-wrap-group {
	width: 100%
}
.section-blog-header .filter .column {
	position: relative
}

@media only screen and (max-width: 48em) {
.section-blog-header .filter .column {
	padding: 0
}
}
.section-blog-header .filter .column:first-child {
	padding-left: 0
}

@media only screen and (max-width: 48em) {
.section-blog-header .filter .column:first-child {
	padding: 0
}
}
.section-blog-header .filter .column:last-child {
	padding-right: 0
}

@media only screen and (max-width: 48em) {
.section-blog-header .filter .column:last-child {
	margin-bottom: 0;
	padding: 0
}
}
.section-blog-list, .section-blog-page, .section-blog-related {
	padding-top: 0
}
.section-blog-list .load-more-posts, .section-blog-page .load-more-posts, .section-blog-related .load-more-posts {
	margin: 40px auto 0;
	padding: 18px;
	background: #00afd7;
	text-align: center;
	color: #fff;
	font-size:18px;
	font-weight: 500;
	display: block;
	width: 100%
}
.section-blog-list .blog-post-link h2, .section-blog-page .blog-post-link h2, .section-blog-related .blog-post-link h2 {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 0 15px;
	font-size: 24px;
	margin-bottom: 27px;
	line-height: 30px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 500;
	color: #253746
}

@media only screen and (max-width: 48em) {
.section-blog-list .blog-post-link h2, .section-blog-page .blog-post-link h2, .section-blog-related .blog-post-link h2 {
	font-size: 28px;
	margin-bottom: 27px;
	line-height: 40px
}
}

@media only screen and (max-width: 30em) {
.section-blog-list .blog-post-link h2, .section-blog-page .blog-post-link h2, .section-blog-related .blog-post-link h2 {
	font-size: 22px;
	line-height: 32px
}
}
.section-blog-list .blog-post-link h2:hover, .section-blog-page .blog-post-link h2:hover, .section-blog-related .blog-post-link h2:hover {
	color: #00afd7;
	margin-bottom: 27px;
}
.section-blog-list .blog-intro p, .section-blog-page .blog-intro p, .section-blog-related .blog-intro p {
	font-size: 15px;
	line-height: 21px
}
.section-blog-list .blog-post-item, .section-blog-page .blog-post-item, .section-blog-related .blog-post-item {
	padding: 20px 0;
	border-bottom: 2px solid #f6f7f9
}
.section-blog-list .blog-post-item::after, .section-blog-page .blog-post-item::after, .section-blog-related .blog-post-item::after {
	clear: both;
	content: "";
	display: table
} */
/*.section-blog-list .blog-post-item:first-child, .section-blog-page .blog-post-item:first-child, .section-blog-related .blog-post-item:first-child {
	padding: 0 0 40px
}*/
/*.section-blog-list .blog-post-item:first-child .blog-post-link h2, .section-blog-page .blog-post-item:first-child .blog-post-link h2, .section-blog-related .blog-post-item:first-child .blog-post-link h2 {
	margin: 20px 0 40px;
	line-height: 44px;
	margin-bottom: 27px;
}*/

/* @media only screen and (max-width: 48em) {
.section-blog-list .blog-post-item:first-child .blog-post-link h2, .section-blog-page .blog-post-item:first-child .blog-post-link h2, .section-blog-related .blog-post-item:first-child .blog-post-link h2 {
	font-size: 28px;
	margin-bottom: 27px;
	line-height: 40px
}
}

@media only screen and (max-width: 30em) {
.section-blog-list .blog-post-item:first-child .blog-post-link h2, .section-blog-page .blog-post-item:first-child .blog-post-link h2, .section-blog-related .blog-post-item:first-child .blog-post-link h2 {
	font-size: 22px;
	line-height: 32px
}
}
.section-blog-list .blog-intro-wrap, .section-blog-page .blog-intro-wrap, .section-blog-related .blog-intro-wrap {
	padding: 0;
	width: 100%;
	float: none
}
.section-blog-list .blog-intro-wrap.blog-post-with-image, .section-blog-page .blog-intro-wrap.blog-post-with-image, .section-blog-related .blog-intro-wrap.blog-post-with-image {
	padding-right: 1em;
	float: left;
	width: 66.7%
}

@media only screen and (max-width: 48em) {
.section-blog-list .blog-intro-wrap.blog-post-with-image, .section-blog-page .blog-intro-wrap.blog-post-with-image, .section-blog-related .blog-intro-wrap.blog-post-with-image {
	padding: 0;
	float: none;
	margin-bottom: 20px;
	width: 100%
}
}
.section-blog-list .blog-featured-image, .section-blog-page .blog-featured-image, .section-blog-related .blog-featured-image {
	margin: 0 auto;
	max-height: 200px;
	overflow: hidden;
	padding-left: 1em;
	float: left;
	width: 33.3%
}

@media only screen and (max-width: 48em) {
.section-blog-list .blog-featured-image, .section-blog-page .blog-featured-image, .section-blog-related .blog-featured-image {
	padding: 0;
	max-height: none;
	overflow: visible;
	float: none;
	margin-bottom: 20px;
	width: 100%
}
}
.section-blog-list .blog-featured-image img, .section-blog-page .blog-featured-image img, .section-blog-related .blog-featured-image img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	display: block
}

@media only screen and (max-width: 48em) {
.section-blog-list .blog-featured-image img, .section-blog-page .blog-featured-image img, .section-blog-related .blog-featured-image img {
	margin-top: 0
}
}
.section-blog-list .meta.topic, .section-blog-page .meta.topic, .section-blog-related .meta.topic {
	margin: 20px 0;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 600px;
	line-height: 18px;
	letter-spacing: 1.22px
}
.section-blog-list .meta.topic span, .section-blog-page .meta.topic span, .section-blog-related .meta.topic span {
	position: relative;
	top: -1px;
	right: auto;
	bottom: auto;
	left: auto;
	margin: 0 5px
} */
/* .section-blog-list .meta.date, .section-blog-page .meta.date, .section-blog-related .meta.date {
	margin: 15px 0;
	font-size: 12px;
	color: #b2b4b2
} */
.section-blog-list .meta.date a, .section-blog-page .meta.date a, .section-blog-related .meta.date a {
	color: #b2b4b2
}
.section-blog-page {
	padding-bottom: 40px
}
.section-blog-page .blog-post-link {
	text-align: center
}
.section-blog-page .blog-post-link h2 {
	margin: 20px auto 40px;
	text-align: center;
	margin-bottom: 27px;
	font-size: 40px;
	line-height: 48px;
	max-width: 600px
}

@media only screen and (max-width: 64em) {
.section-blog-page .blog-post-link h2 {
	font-size: 36px;
	margin-bottom: 27px;
	line-height: 40px
}
}

@media only screen and (max-width: 48em) {
.section-blog-page .blog-post-link h2 {
	margin: 20px auto;
	margin-bottom: 27px;
	font-size: 28px;
	line-height: 38px
}
}

@media only screen and (max-width: 20em) {
.section-blog-page .blog-post-link h2 {
	font-size: 24px;
	margin-bottom: 27px;
	line-height: 30px
}
}
.section-blog-page .document-link {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative
}
/* .section-blog-page .blog-body {
	font-size: 20px;
	line-height: 32px
}

@media only screen and (max-width: 48em) {
.section-blog-page .blog-body {
	font-size: 17px;
	line-height: 26px
}
}

@media only screen and (max-width: 30em) {
.section-blog-page .blog-body {
	font-size: 15px;
	line-height: 22px
}
}
.section-blog-page .blog-body ul {
	margin: 20px 0;
	padding: 0 0 0 30px;
	list-style-type: disc
}
.section-blog-page .blog-body ul li {
	margin: 0 0 15px
}
.section-blog-page .blog-body p {
	font-size: 20px;
	line-height: 32px
}

@media only screen and (max-width: 48em) {
.section-blog-page .blog-body p {
	font-size: 17px;
	line-height: 26px
}
}

@media only screen and (max-width: 30em) {
.section-blog-page .blog-body p {
	font-size: 15px;
	line-height: 22px
}
} */
.section-blog-page .blog-body .full-width {
	width: 100%;
	max-width: 100%;
	display: block
}
.section-blog-page .meta {
	text-align: center
}
.section-blog-page .meta.topic {
	margin: 20px auto;
	text-align: center
}
.section-blog-page hr {
	margin: 15px auto 40px;
	border-color: #f6f7f9;
	border-width: 2px
}
.section-blog-related {
	padding-bottom: 0
}
.section-blog-related .container {
	max-width: none;
	width: 100%
}
.section-blog-related hr {
	margin: 40px 0
}
.section-blog-related h2 {
	margin: 40px 0 10px;
	color: #253746;
	margin-bottom: 27px;
	text-align: center
}

@media only screen and (max-width: 30em) {
.section-blog-related h2 {
	margin-top: 20px
}
}
.section-blog-related p {
	margin-bottom: 60px;
	font-size: 15px;
	text-align: center
}
.section-blog-related .blog-post-item {
	padding-bottom: 20px !important
}
.section-blog-related .blog-post-item .meta {
	margin: 0;
	text-align: left
}
.section-blog-related .blog-post-item h2 {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 27px;
	margin: 20px 0;
	max-width: none;
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-weight: 500;
	color: #253746
}

@media only screen and (max-width: 48em) {
.section-blog-related .blog-post-item h2 {
	font-size: 28px;
	margin-bottom: 27px;
	line-height: 40px
}
}

@media only screen and (max-width: 30em) {
.section-blog-related .blog-post-item h2 {
	font-size: 22px !important;

	line-height: 32px !important
}
}
.section-blog-related .blog-post-item h2:first-child {
	margin-bottom: 20px !important;
	margin-bottom: 20px !important;
	margin-bottom: 27px;
	font-size: 24px !important;
	line-height: 30px !important
}
.section-blog-related .blog-post-item h2:hover {
	color: #00afd7;
	margin-bottom: 27px;
}
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
	z-index: 30;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	text-align: center
}
.blocker:before {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em
}
.blocker.behind {
	background-color: transparent
}
.modal {
	border-radius: 4px;
	padding: 15px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 40;
	background: #fff
}
.modal.hide-modal {
	display: none
}
/* .modal a.close-modal {
	position: absolute;
	top: 45px;
	right: 45px;
	bottom: auto;
	left: auto;
	height: 25px;
	width: 20px;
	display: block;
	color: #717c7d;
	font-size: 20px;
	overflow: hidden
}

@media only screen and (max-width: 30em) {
.modal a.close-modal {
	font-size: 16px;
	top: 10px;
	right: 10px
}
} */
.modal a.close-modal:before {
	font-family: "inmoment", serif;
	content: "G"
}
/* .modal.leadership-modal {
	padding: 60px 140px
}

@media only screen and (max-width: 64em) {
.modal.leadership-modal {
	padding: 50px 80px
}
}

@media only screen and (max-width: 48em) {
.modal.leadership-modal {
	padding: 30px
}
}

@media only screen and (max-width: 30em) {
.modal.leadership-modal {
	padding: 0
}
} */
.modal.leadership-modal .container {
	width: 100%
}
/* .modal.leadership-modal h2 {
	color: #253746;
	margin-bottom: 27px;
}
.modal.leadership-modal h5 {
	margin: 0 0 35px;
	font-size: 13px;
	letter-spacing: 2px;
	color: #717c7d
} */
/* .modal.leadership-modal .bio p {
	font-size: 15px;
	line-height: 24px
}
.modal.leadership-modal .details, .modal.leadership-modal .details p {
	font-size: 13px;
	line-height: 16px
}
.modal.leadership-modal .details strong, .modal.leadership-modal .details p strong {
	color: #253746;
	margin-bottom: 10px;
	display: block
} */
/* .modal.leadership-modal img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 100%;
	display: block
} */
.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 8px;
	height: 64px;
	width: 64px;
	background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center
}
.cx-elevated .section-cxe-agenda {
    background-color: #f6f7f9;
    padding-bottom: 0;
}
.cx-elevated .section-cxe-agenda .agenda-column {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.cx-elevated .section-cxe-agenda .border-right {
    border-right: 1px solid #253746;
}
.cx-elevated .section-cxe-agenda .border-left {
    border-left: 1px solid #253746;
}
.cx-elevated .section-cxe-agenda .agenda-column {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.column.fourth {
    width: 25% ;
}
.cx-elevated .section-cxe-agenda h5 {
    letter-spacing: normal;
    text-transform: initial;
}

/*# sourceMappingURL=app.css.map */
/*color for p tag*/
.column.half.content > p{color: #fff;}
.section-intro-solution .container > p{color: #fff;}
.section-intro-about .container > p{color: #fff;}
.section-intro-listen .container > p{color: #fff;}
.section-intro-understand .container > p{color: #fff;}
.section-intro-share .container > p{color: #fff; margin-bottom: 0}
.column.five-eighths > p{color: color:#717c7d}
.section-summit .content .conferences h3 {
    color: #fff;
    margin-bottom: 10px;
}
.section-summit .content .conferences p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 15px;
    color: #fff;
}
.section-summit .content .conferences a {
    color: #00afd7;
}
.section-summit .content .conferences a:hover {
    color: #f0b323;
}
.section-summit .content .conferences a.main-cta {
    border-bottom: 1px solid #f0b323;
    color: #f0b323;
    letter-spacing: 1.5px;
    line-height: 40px;
    margin-right: 10px;
    padding-bottom: 2px;
}
.section-summit .content {
    color: #fff;
    padding: 60px;
}
.cx-elevated .section-default-body p {
    color: #f0b323 !important;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.15em;
    margin: 0 0 34px;
}
.column.third.nudge-right > h2{color: #253746}
.cx-elevated .section-cxe-breakouts h3{
	color: #f0b323 !important;
    font-size: 1.25em;
    margin-bottom: 0.15em;
}
.cx-elevated .section-cxe-breakouts h4 {
    border-bottom: 1px solid #253746;

    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}
.cx-elevated .section-cxe-breakouts h2, .cx-elevated .section-cxe-breakouts h3, .cx-elevated .section-cxe-breakouts h4, .cx-elevated .section-cxe-breakouts p{
	color: #253746;
}
.cx-elevated .section-cxe-agenda h2 {
    font-size: 3.1em;
    line-height: 1.15em;
}
.cx-elevated .section-cxe-agenda h2, .cx-elevated .section-cxe-agenda h3, .cx-elevated .section-cxe-agenda h4, .cx-elevated .section-cxe-agenda h5{
	font-weight: 700;
}
.time > strong{color: #253746 }
.section-cxe-agenda .row.center{
	margin-bottom: 40PX;
}
.section-default-body .column.five-eighths > p{
	color: #fff;
}
body.template-privacy main>footer .cta {
	display: none
}
body.template-support main>footer .cta {
	display: none
}
.pad .col-md-3 > h4{text-align: center;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before{
/*
	height: 100px;
	width: 100px;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	/*color: #000 !important;*/
}
/* .mega-title-below{margin-top: 122px }
.menu-item.menu-item-type-custom{display: inline-block; height: 50PX}
.btn.btn-understand-stroke.btn-pill-large.learn-more-btn.org{z-index: 9999;} */
