@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800");

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0; } }

@keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0; } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); } }

@keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

* html {
  font-size: 93.75%; }

html {
  font-size: 15px;
  line-height: 1.6em; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  99% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 0; } }

.mobile-navigation .block > h2, .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li > a, .mobile-navigation .block .content a {
  font-size: 14px;
  line-height: 1.6em;
  padding: 10px 45px 10px 30px;
  display: block; }

.mobile-navigation .block > h2, .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li > a {
  text-transform: uppercase;
  font-weight: 400; }

#footer .footer-menu .content a, #header-child-navigation .menu-block-wrapper a, .navigation .block .content a, #footer .block .content a {
  text-transform: none;
  font-size: 14px;
  margin: 0;
  padding: 3px 0;
  display: inline-block; }

#footer .footer-menu .content .menu-block-wrapper > ul > li > a, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul > li > a, .navigation .block .content .menu-block-wrapper > ul > li > a, #footer .block > h2, .navigation .block > h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
  padding: 3px 0;
  display: inline-block;
  margin-bottom: 5px; }

#footer .footer-menu .content .menu-block-wrapper, #header-child-navigation .menu-block-wrapper .menu-block-wrapper, .navigation .block .content .menu-block-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%; }
  #footer .footer-menu .content .menu-block-wrapper > ul, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul, .navigation .block .content .menu-block-wrapper > ul {
    display: table-row; }
    #footer .footer-menu .content .menu-block-wrapper > ul li, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul li, .navigation .block .content .menu-block-wrapper > ul li {
      display: table-cell; }
  #footer .footer-menu .content .menu-block-wrapper > ul > li > ul, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul > li > ul, .navigation .block .content .menu-block-wrapper > ul > li > ul {
    margin: 0; }
    #footer .footer-menu .content .menu-block-wrapper > ul > li > ul > li, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul > li > ul > li, .navigation .block .content .menu-block-wrapper > ul > li > ul > li {
      display: block; }
  #footer .footer-menu .content .menu-block-wrapper > ul > li > ul > li > ul, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul > li > ul > li > ul, .navigation .block .content .menu-block-wrapper > ul > li > ul > li > ul {
    margin: 0 0 0 4px;
    font-style: italic; }
    #footer .footer-menu .content .menu-block-wrapper > ul > li > ul > li > ul > li, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul > li > ul > li > ul > li, .navigation .block .content .menu-block-wrapper > ul > li > ul > li > ul > li {
      display: block; }
    #footer .footer-menu .content .menu-block-wrapper > ul > li > ul > li > ul a:before, #header-child-navigation .menu-block-wrapper .menu-block-wrapper > ul > li > ul > li > ul a:before, .navigation .block .content .menu-block-wrapper > ul > li > ul > li > ul a:before {
      content: '› '; }

.read-more, .more-link, article.node-teaser p.teaser .more-link,
.article.node-teaser p.teaser .more-link,
article.node-vacancy.view-mode-small p.teaser .more-link {
  font-weight: bold;
  color: #ef2528; }

.button.download:before {
  width: 12px;
  height: 12px;
  background-position: -45px 0; }

.button.play:before {
  width: 12px;
  height: 12px;
  background-position: 0 -45px; }

.button.download:before, .button.play:before {
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-image: url("../img/sprites/button-icons-sprite-default.png"); }

@media (min-width: 75em) {
  .button.download:before {
    width: 16px;
    height: 16px;
    background-position: -60px 0; }
  .button.play:before {
    width: 16px;
    height: 16px;
    background-position: 0 -60px; }
  .button.download:before, .button.play:before {
    background-size: 120px 120px; } }

.svg .button.download:before, .svg .button.play:before {
  background-image: url("../img/sprites/button-icons-sprite.svg"); }

#footer .some-menu .content li a.facebook:before {
  width: 12px;
  height: 23px;
  background-position: 0 0; }

#footer .some-menu .content li a.google:before {
  width: 24px;
  height: 23px;
  background-position: -37px 0; }

#footer .some-menu .content li a.instagram:before {
  width: 21px;
  height: 21px;
  background-position: -92px 0; }

#footer .some-menu .content li a.linkedin:before {
  width: 23px;
  height: 22px;
  background-position: -148px 0; }

#footer .some-menu .content li a.pinterest:before {
  width: 21px;
  height: 26px;
  background-position: -203px 0; }

#footer .some-menu .content li a.tumblr:before {
  width: 14px;
  height: 23px;
  background-position: -258px 0; }

#footer .some-menu .content li a.twitter:before {
  width: 22px;
  height: 18px;
  background-position: -295px 0; }

#footer .some-menu .content li a.weibo:before {
  width: 28px;
  height: 23px;
  background-position: -350px 0; }

#footer .some-menu .content li a.youtube:before {
  width: 19px;
  height: 23px;
  background-position: -405px 0; }

#footer .some-menu .content li a.facebook:before, #footer .some-menu .content li a.google:before, #footer .some-menu .content li a.instagram:before, #footer .some-menu .content li a.linkedin:before, #footer .some-menu .content li a.pinterest:before, #footer .some-menu .content li a.tumblr:before, #footer .some-menu .content li a.twitter:before, #footer .some-menu .content li a.weibo:before, #footer .some-menu .content li a.youtube:before {
  background-size: 442px 56px;
  background-repeat: no-repeat;
  background-image: url("../img/sprites/some-icons-sprite-1-default.png"); }

.svg #footer .some-menu .content li a.facebook:before, #footer .some-menu .content li .svg a.facebook:before, .svg #footer .some-menu .content li a.google:before, #footer .some-menu .content li .svg a.google:before, .svg #footer .some-menu .content li a.instagram:before, #footer .some-menu .content li .svg a.instagram:before, .svg #footer .some-menu .content li a.linkedin:before, #footer .some-menu .content li .svg a.linkedin:before, .svg #footer .some-menu .content li a.pinterest:before, #footer .some-menu .content li .svg a.pinterest:before, .svg #footer .some-menu .content li a.tumblr:before, #footer .some-menu .content li .svg a.tumblr:before, .svg #footer .some-menu .content li a.twitter:before, #footer .some-menu .content li .svg a.twitter:before, .svg #footer .some-menu .content li a.weibo:before, #footer .some-menu .content li .svg a.weibo:before, .svg #footer .some-menu .content li a.youtube:before, #footer .some-menu .content li .svg a.youtube:before {
  background-image: url("../img/sprites/some-icons-sprite-1.svg"); }

.node-highlight.highlight-size--full-width.rovio-red {
  background-color: #b51c1f;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-red a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-red a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-red a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-red a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-red a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-purple {
  background-color: #9d0b6a;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-purple a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-purple a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-purple a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-purple a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-purple a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-violet {
  background-color: #8c42ae;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-violet a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-violet a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-violet a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-violet a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-violet a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-yellow {
  background-color: #fa9a00;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-yellow a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-yellow a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-yellow a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-yellow a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-yellow a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-grey {
  background-color: #dedede;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-grey a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-grey a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-grey a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-grey a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-grey a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-green {
  background-color: #07b05c;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-green a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-green-lantern {
  background-color: #009e81;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-green-lantern a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-lantern a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-lantern a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-lantern a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-lantern a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-green-forest {
  background-color: #1bb404;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-green-forest a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-forest a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-forest a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-forest a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-green-forest a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-orange {
  background-color: #db5400;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-orange a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-orange a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-orange a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-orange a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-orange a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-pink {
  background-color: #d3649f;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-pink a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-pink a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-pink a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-pink a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-pink a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-blue {
  background-color: #007db8;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-blue a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-blue-light {
  background-color: #02b1c5;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-blue-light a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-light a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-light a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-light a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-light a:active {
      color: #FFFFFF; }

.node-highlight.highlight-size--full-width.rovio-blue-black {
  background-color: #294051;
  color: #FFFFFF; }
  .node-highlight.highlight-size--full-width.rovio-blue-black a {
    color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-black a:visited {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-black a:focus {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-black a:hover {
      color: #FFFFFF; }
    .node-highlight.highlight-size--full-width.rovio-blue-black a:active {
      color: #FFFFFF; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: inherit;
  font-size: inherit; }

/**
 * Form elements: Inputs, buttons, etc.
 */
input.form-text,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  background: white;
  width: 100%;
  border: 1px solid #c9cecd;
  padding: 1rem; }

form button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin-top: 2em;
  margin-right: 2rem;
  background: #ef2528;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
  background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
  background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
  -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
  box-shadow: 0 -1px 0 0 #c51011 inset;
  text-shadow: 0 -1px 0 #cf2528;
  border-radius: 30px;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  height: 40px;
  line-height: 30px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #FFFFFF;
  border: 0; }
  form button:active, form button:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:active,
  input[type="button"]:focus {
    outline: none; }
  @media (min-width: 48em) {
    form button.icon,
    input[type="submit"].icon,
    input[type="reset"].icon,
    input[type="button"].icon {
      padding-left: 35px; } }
  @media (min-width: 75em) {
    form button.icon,
    input[type="submit"].icon,
    input[type="reset"].icon,
    input[type="button"].icon {
      padding-left: 60px; } }
  form button.icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px; }
    @media (min-width: 48em) {
      form button.icon:before,
      input[type="submit"].icon:before,
      input[type="reset"].icon:before,
      input[type="button"].icon:before {
        left: 15px; } }
    @media (min-width: 75em) {
      form button.icon:before,
      input[type="submit"].icon:before,
      input[type="reset"].icon:before,
      input[type="button"].icon:before {
        left: 30px; } }
  @media (min-width: 48em) {
    form button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      width: auto; } }
  @media (min-width: 75em) {
    form button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      border-radius: 60px;
      font-size: 18px;
      font-weight: 400;
      height: 60px;
      line-height: 50px;
      padding-left: 30px;
      padding-right: 30px; }
      form button.icon,
      input[type="submit"].icon,
      input[type="reset"].icon,
      input[type="button"].icon {
        padding-left: 60px; } }
  .no-touch form button, .no-touch
  input[type="submit"], .no-touch
  input[type="reset"], .no-touch
  input[type="button"] {
    -webkit-transition: background, background-color, background-image, padding 0.25s ease;
    transition: background, background-color, background-image, padding 0.25s ease; }
    @media (min-width: 48em) {
      .no-touch form button:hover, .no-touch form button.active, .no-touch
      input[type="submit"]:hover, .no-touch
      input[type="submit"].active, .no-touch
      input[type="reset"]:hover, .no-touch
      input[type="reset"].active, .no-touch
      input[type="button"]:hover, .no-touch
      input[type="button"].active {
        color: #fff;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
        background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
        background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .no-touch form button:hover, .no-touch form button.active, .no-touch
      input[type="submit"]:hover, .no-touch
      input[type="submit"].active, .no-touch
      input[type="reset"]:hover, .no-touch
      input[type="reset"].active, .no-touch
      input[type="button"]:hover, .no-touch
      input[type="button"].active {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 48em) {
      .no-touch form button.icon:hover, .no-touch form button.icon.active, .no-touch
      input[type="submit"].icon:hover, .no-touch
      input[type="submit"].icon.active, .no-touch
      input[type="reset"].icon:hover, .no-touch
      input[type="reset"].icon.active, .no-touch
      input[type="button"].icon:hover, .no-touch
      input[type="button"].icon.active {
        padding-left: 40px;
        padding-right: 15px; } }
    @media (min-width: 75em) {
      .no-touch form button.icon:hover, .no-touch form button.icon.active, .no-touch
      input[type="submit"].icon:hover, .no-touch
      input[type="submit"].icon.active, .no-touch
      input[type="reset"].icon:hover, .no-touch
      input[type="reset"].icon.active, .no-touch
      input[type="button"].icon:hover, .no-touch
      input[type="button"].icon.active {
        padding-left: 65px;
        padding-right: 60px; } }
  form button:visited,
  input[type="submit"]:visited,
  input[type="reset"]:visited,
  input[type="button"]:visited {
    color: #FFFFFF; }
  form button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #FFFFFF; }
  form button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #FFFFFF; }
  form button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    color: #FFFFFF; }
  form button.webform-submit,
  input[type="submit"].webform-submit,
  input[type="reset"].webform-submit,
  input[type="button"].webform-submit {
    padding-left: 6em;
    padding-right: 6em;
    margin: 0 auto;
    margin-bottom: 8em;
    margin-top: 3em;
    display: block; }
    form button.webform-submit:hover,
    input[type="submit"].webform-submit:hover,
    input[type="reset"].webform-submit:hover,
    input[type="button"].webform-submit:hover {
      padding-left: 7em;
      padding-right: 7em; }

.webform-component > label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.2em; }

.webform-container-inline div,
.webform-container-inline div.form-item {
  display: block; }

.webform-datepicker .webform-calendar {
  display: none; }

.form-checkboxes input,
.form-radios input {
  font-size: 50px;
  margin: -2px 0 0 1rem; }
  .form-checkboxes input + label,
  .form-radios input + label {
    padding-left: 1rem; }

.form-radios {
  border-bottom: 1px solid #c9cecd; }
  .form-radios input {
    margin-top: -4px; }
  .form-radios > .form-item {
    border-top: 1px solid #c9cecd;
    padding: 0.5em 0;
    margin: 0; }

@media (min-width: 48em) {
  form > div > div {
    clear: both; }
  form .float-50 {
    float: left;
    width: 47%; }
    form .float-50 + div {
      clear: none;
      float: right;
      width: 47%; }
  form .webform-component--support-page-link {
    float: left;
    width: 47%;
    padding: 50px 40px;
    text-align: center;
    background-color: #dedede; }
    form .webform-component--support-page-link p a {
      color: #ef2528;
      font-weight: bold; }
    form .webform-component--support-page-link + div {
      clear: none;
      float: right;
      width: 47%; } }

form .webform-component h3 {
  padding-top: 60px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

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

/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.webform-component-select,
.form-type-select {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid #c9cecd; }

/* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
.webform-component-select select,
.form-type-select select {
  border-radius: 0;
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  /* General select styles: change as needed */
  padding: 0.5rem 1rem; }

/* Custom arrow sits on top of the select - could be an image, SVG, icon font, etc. or the arrow could just baked into the bg image on the select. Note this si a 2x image so it will look bad in browsers that don't support background-size. In production, you'd handle this resolution switch via media query but this is a demo. */
.webform-component-select:after,
.form-type-select:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  bottom: 1.4em;
  right: 1em;
  margin-bottom: -33px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  /* This hack make the select behind the arrow clickable in some browsers */
  pointer-events: none; }

.form-type-select:after {
  margin-bottom: -9px; }

/* Hover style */
.webform-component-select:hover .form-type-select:hover {
  border: 1px solid #888; }

/* Focus style */
.webform-component-select select:focus,
.form-type-select select:focus {
  outline: none;
  background-color: transparent;
  color: #222; }

.webform-component-select select:focus {
  -webkit-box-shadow: 0 0 1px 3px #b4defa;
  box-shadow: 0 0 1px 3px #b4defa; }

.form-type-select select:focus {
  -webkit-box-shadow: 0 0 0 1px #aaa, 0 0 1px 3px #b4defa;
  box-shadow: 0 0 0 1px #aaa, 0 0 1px 3px #b4defa; }

/* Set options to normal weight */
.webform-component-select option,
.form-type-select option {
  font-weight: 300; }

/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http: //browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.webform-component-select:after,
.form-type-select:after {
  display: none; }

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http: //browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http: //stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .webform-component-select select::-ms-expand,
  .form-type-select select::-ms-expand {
    display: none; }
  .webform-component-select select:focus::-ms-value,
  .form-type-select select:focus::-ms-value {
    background: transparent;
    color: #222; } }

/* Firefox focus has odd artifacts around the text, this kills that. See https: //developer.mozilla.org/en-US/docs/Web/CSS/: -moz-focusring */
.webform-component-select select:-moz-focusring,
.form-type-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.webform-client-form .webform-component-select {
  border: none; }
  .webform-client-form .webform-component-select select.form-select {
    border: 1px solid #c9cecd;
    color: #606060;
    line-height: 40px;
    height: 56px; }
  .webform-client-form .webform-component-select:after {
    height: 50px; }

/* Make filter select boxes always 100% wide */
.views-exposed-widgets .container-inline-date div {
  width: 100%; }

a.button,
div.button a {
  background: #ef2528;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
  background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
  background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
  -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
  box-shadow: 0 -1px 0 0 #c51011 inset;
  text-shadow: 0 -1px 0 #cf2528;
  border-radius: 30px;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  height: 40px;
  line-height: 30px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #FFFFFF; }
  a.button:active, a.button:focus,
  div.button a:active,
  div.button a:focus {
    outline: none; }
  @media (min-width: 48em) {
    a.button.icon,
    div.button a.icon {
      padding-left: 35px; } }
  @media (min-width: 75em) {
    a.button.icon,
    div.button a.icon {
      padding-left: 60px; } }
  a.button.icon:before,
  div.button a.icon:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px; }
    @media (min-width: 48em) {
      a.button.icon:before,
      div.button a.icon:before {
        left: 15px; } }
    @media (min-width: 75em) {
      a.button.icon:before,
      div.button a.icon:before {
        left: 30px; } }
  @media (min-width: 48em) {
    a.button,
    div.button a {
      width: auto; } }
  @media (min-width: 75em) {
    a.button,
    div.button a {
      border-radius: 60px;
      font-size: 18px;
      font-weight: 400;
      height: 60px;
      line-height: 50px;
      padding-left: 30px;
      padding-right: 30px; }
      a.button.icon,
      div.button a.icon {
        padding-left: 60px; } }
  .no-touch a.button, .no-touch
  div.button a {
    -webkit-transition: background, background-color, background-image, padding 0.25s ease;
    transition: background, background-color, background-image, padding 0.25s ease; }
    @media (min-width: 48em) {
      .no-touch a.button:hover, .no-touch a.button.active, .no-touch
      div.button a:hover, .no-touch
      div.button a.active {
        color: #fff;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
        background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
        background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .no-touch a.button:hover, .no-touch a.button.active, .no-touch
      div.button a:hover, .no-touch
      div.button a.active {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 48em) {
      .no-touch a.button.icon:hover, .no-touch a.button.icon.active, .no-touch
      div.button a.icon:hover, .no-touch
      div.button a.icon.active {
        padding-left: 40px;
        padding-right: 15px; } }
    @media (min-width: 75em) {
      .no-touch a.button.icon:hover, .no-touch a.button.icon.active, .no-touch
      div.button a.icon:hover, .no-touch
      div.button a.icon.active {
        padding-left: 65px;
        padding-right: 60px; } }
  a.button:visited,
  div.button a:visited {
    color: #FFFFFF; }
  a.button:focus,
  div.button a:focus {
    color: #FFFFFF; }
  a.button:hover,
  div.button a:hover {
    color: #FFFFFF; }
  a.button:active,
  div.button a:active {
    color: #FFFFFF; }

a.button-transparent,
div.button-transparent a {
  background: #ef2528;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
  background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
  background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
  -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
  box-shadow: 0 -1px 0 0 #c51011 inset;
  text-shadow: 0 -1px 0 #cf2528;
  border-radius: 30px;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  height: 40px;
  line-height: 30px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #616161;
  background: transparent;
  border: 2px solid #FFFFFF; }
  a.button-transparent:active, a.button-transparent:focus,
  div.button-transparent a:active,
  div.button-transparent a:focus {
    outline: none; }
  @media (min-width: 48em) {
    a.button-transparent.icon,
    div.button-transparent a.icon {
      padding-left: 35px; } }
  @media (min-width: 75em) {
    a.button-transparent.icon,
    div.button-transparent a.icon {
      padding-left: 60px; } }
  a.button-transparent.icon:before,
  div.button-transparent a.icon:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px; }
    @media (min-width: 48em) {
      a.button-transparent.icon:before,
      div.button-transparent a.icon:before {
        left: 15px; } }
    @media (min-width: 75em) {
      a.button-transparent.icon:before,
      div.button-transparent a.icon:before {
        left: 30px; } }
  @media (min-width: 48em) {
    a.button-transparent,
    div.button-transparent a {
      width: auto; } }
  @media (min-width: 75em) {
    a.button-transparent,
    div.button-transparent a {
      border-radius: 60px;
      font-size: 18px;
      font-weight: 400;
      height: 60px;
      line-height: 50px;
      padding-left: 30px;
      padding-right: 30px; }
      a.button-transparent.icon,
      div.button-transparent a.icon {
        padding-left: 60px; } }
  .no-touch a.button-transparent, .no-touch
  div.button-transparent a {
    -webkit-transition: background, background-color, background-image, padding 0.25s ease;
    transition: background, background-color, background-image, padding 0.25s ease; }
    @media (min-width: 48em) {
      .no-touch a.button-transparent:hover, .no-touch a.button-transparent.active, .no-touch
      div.button-transparent a:hover, .no-touch
      div.button-transparent a.active {
        color: #fff;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
        background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
        background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .no-touch a.button-transparent:hover, .no-touch a.button-transparent.active, .no-touch
      div.button-transparent a:hover, .no-touch
      div.button-transparent a.active {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 48em) {
      .no-touch a.button-transparent.icon:hover, .no-touch a.button-transparent.icon.active, .no-touch
      div.button-transparent a.icon:hover, .no-touch
      div.button-transparent a.icon.active {
        padding-left: 40px;
        padding-right: 15px; } }
    @media (min-width: 75em) {
      .no-touch a.button-transparent.icon:hover, .no-touch a.button-transparent.icon.active, .no-touch
      div.button-transparent a.icon:hover, .no-touch
      div.button-transparent a.icon.active {
        padding-left: 65px;
        padding-right: 60px; } }
  a.button-transparent:visited,
  div.button-transparent a:visited {
    color: #616161; }
  a.button-transparent:focus,
  div.button-transparent a:focus {
    color: #616161; }
  a.button-transparent:hover,
  div.button-transparent a:hover {
    color: #616161; }
  a.button-transparent:active,
  div.button-transparent a:active {
    color: #616161; }

a.button-white,
div.button-white a {
  background: #ef2528;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
  background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
  background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
  -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
  box-shadow: 0 -1px 0 0 #c51011 inset;
  text-shadow: 0 -1px 0 #cf2528;
  border-radius: 30px;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
  height: 40px;
  line-height: 30px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #8d9693;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }
  a.button-white:active, a.button-white:focus,
  div.button-white a:active,
  div.button-white a:focus {
    outline: none; }
  @media (min-width: 48em) {
    a.button-white.icon,
    div.button-white a.icon {
      padding-left: 35px; } }
  @media (min-width: 75em) {
    a.button-white.icon,
    div.button-white a.icon {
      padding-left: 60px; } }
  a.button-white.icon:before,
  div.button-white a.icon:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px; }
    @media (min-width: 48em) {
      a.button-white.icon:before,
      div.button-white a.icon:before {
        left: 15px; } }
    @media (min-width: 75em) {
      a.button-white.icon:before,
      div.button-white a.icon:before {
        left: 30px; } }
  @media (min-width: 48em) {
    a.button-white,
    div.button-white a {
      width: auto; } }
  @media (min-width: 75em) {
    a.button-white,
    div.button-white a {
      border-radius: 60px;
      font-size: 18px;
      font-weight: 400;
      height: 60px;
      line-height: 50px;
      padding-left: 30px;
      padding-right: 30px; }
      a.button-white.icon,
      div.button-white a.icon {
        padding-left: 60px; } }
  .no-touch a.button-white, .no-touch
  div.button-white a {
    -webkit-transition: background, background-color, background-image, padding 0.25s ease;
    transition: background, background-color, background-image, padding 0.25s ease; }
    @media (min-width: 48em) {
      .no-touch a.button-white:hover, .no-touch a.button-white.active, .no-touch
      div.button-white a:hover, .no-touch
      div.button-white a.active {
        color: #fff;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
        background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
        background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .no-touch a.button-white:hover, .no-touch a.button-white.active, .no-touch
      div.button-white a:hover, .no-touch
      div.button-white a.active {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 48em) {
      .no-touch a.button-white.icon:hover, .no-touch a.button-white.icon.active, .no-touch
      div.button-white a.icon:hover, .no-touch
      div.button-white a.icon.active {
        padding-left: 40px;
        padding-right: 15px; } }
    @media (min-width: 75em) {
      .no-touch a.button-white.icon:hover, .no-touch a.button-white.icon.active, .no-touch
      div.button-white a.icon:hover, .no-touch
      div.button-white a.icon.active {
        padding-left: 65px;
        padding-right: 60px; } }
  a.button-white:visited,
  div.button-white a:visited {
    color: #8d9693; }
  a.button-white:focus,
  div.button-white a:focus {
    color: #8d9693; }
  a.button-white:hover,
  div.button-white a:hover {
    color: #8d9693; }
  a.button-white:active,
  div.button-white a:active {
    color: #8d9693; }
  .no-touch a.button-white:hover, .no-touch a.button-white.active, .no-touch
  div.button-white a:hover, .no-touch
  div.button-white a.active {
    color: #616161;
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }
    .no-touch a.button-white:hover:visited, .no-touch a.button-white.active:visited, .no-touch
    div.button-white a:hover:visited, .no-touch
    div.button-white a.active:visited {
      color: #616161; }
    .no-touch a.button-white:hover:focus, .no-touch a.button-white.active:focus, .no-touch
    div.button-white a:hover:focus, .no-touch
    div.button-white a.active:focus {
      color: #616161; }
    .no-touch a.button-white:hover:hover, .no-touch a.button-white.active:hover, .no-touch
    div.button-white a:hover:hover, .no-touch
    div.button-white a.active:hover {
      color: #616161; }
    .no-touch a.button-white:hover:active, .no-touch a.button-white.active:active, .no-touch
    div.button-white a:hover:active, .no-touch
    div.button-white a.active:active {
      color: #616161; }
    @media (min-width: 48em) {
      .no-touch a.button-white:hover, .no-touch a.button-white.active, .no-touch
      div.button-white a:hover, .no-touch
      div.button-white a.active {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 75em) {
      .no-touch a.button-white:hover, .no-touch a.button-white.active, .no-touch
      div.button-white a:hover, .no-touch
      div.button-white a.active {
        padding-left: 30px;
        padding-right: 30px; } }

.read-more {
  padding: 0 10px;
  white-space: nowrap; }

.more-link {
  text-align: left;
  white-space: nowrap; }
  .more-link a {
    background: #ef2528;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
    background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
    background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
    -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
    box-shadow: 0 -1px 0 0 #c51011 inset;
    text-shadow: 0 -1px 0 #cf2528;
    border-radius: 30px;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
    height: 40px;
    line-height: 30px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #FFFFFF; }
    .more-link a:active, .more-link a:focus {
      outline: none; }
    @media (min-width: 48em) {
      .more-link a.icon {
        padding-left: 35px; } }
    @media (min-width: 75em) {
      .more-link a.icon {
        padding-left: 60px; } }
    .more-link a.icon:before {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px; }
      @media (min-width: 48em) {
        .more-link a.icon:before {
          left: 15px; } }
      @media (min-width: 75em) {
        .more-link a.icon:before {
          left: 30px; } }
    @media (min-width: 48em) {
      .more-link a {
        width: auto; } }
    @media (min-width: 75em) {
      .more-link a {
        border-radius: 60px;
        font-size: 18px;
        font-weight: 400;
        height: 60px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px; }
        .more-link a.icon {
          padding-left: 60px; } }
    .no-touch .more-link a {
      -webkit-transition: background, background-color, background-image, padding 0.25s ease;
      transition: background, background-color, background-image, padding 0.25s ease; }
      @media (min-width: 48em) {
        .no-touch .more-link a:hover, .no-touch .more-link a.active {
          color: #fff;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
          background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
          background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
          padding-left: 25px;
          padding-right: 25px; } }
      @media (min-width: 75em) {
        .no-touch .more-link a:hover, .no-touch .more-link a.active {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 48em) {
        .no-touch .more-link a.icon:hover, .no-touch .more-link a.icon.active {
          padding-left: 40px;
          padding-right: 15px; } }
      @media (min-width: 75em) {
        .no-touch .more-link a.icon:hover, .no-touch .more-link a.icon.active {
          padding-left: 65px;
          padding-right: 60px; } }
    .more-link a:visited {
      color: #FFFFFF; }
    .more-link a:focus {
      color: #FFFFFF; }
    .more-link a:hover {
      color: #FFFFFF; }
    .more-link a:active {
      color: #FFFFFF; }

.category {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 5px; }

.bullets li {
  padding: 0 0 1em 1em;
  list-style: inside; }

.liftup-info {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -15px;
  margin: 10px 0;
  padding: 0 25px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5); }

/**
* Typography: Headings, body text, lists, code, and more for a versatile and durable typography system.
*/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #1b1c20; }

h1,
h2,
.h1,
.h1-big,
.node-highlight.highlight-size--full-width .wrapper .text-container h2,
.vocabulary-channel.view-mode-full h1,
.vocabulary-location.view-mode-full h1,
.view-search .view-header > h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -1px; }
  @media (min-width: 75em) {
    h1,
    h2,
    .h1,
    .h1-big,
    .node-highlight.highlight-size--full-width .wrapper .text-container h2,
    .vocabulary-channel.view-mode-full h1,
    .vocabulary-location.view-mode-full h1,
    .view-search .view-header > h2 {
      font-size: 60px;
      line-height: 70px;
      letter-spacing: -3px; } }

@media (min-width: 48em) {
  .h1-big, .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
    font-size: 36px;
    line-height: 1.25; } }

@media (min-width: 62em) {
  .h1-big, .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: -2px; } }

@media (min-width: 75em) {
  .h1-big, .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: -3px; } }

@media (min-width: 90.625em) {
  .h1-big, .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
    font-size: 70px;
    line-height: 1.15; } }

.title-border-top:before, article.view-mode-full.node-blog h1:before {
  content: '';
  border-top: 2px solid #c9cecd;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 20px auto;
  width: 80px; }

.h2, .node-highlight.highlight-size--full-width .columns h2,
.node-highlight.highlight-size--full-width .columns h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -1px; }
  @media (min-width: 48em) {
    .h2, .node-highlight.highlight-size--full-width .columns h2,
    .node-highlight.highlight-size--full-width .columns h3 {
      font-size: 24px; } }
  @media (min-width: 75em) {
    .h2, .node-highlight.highlight-size--full-width .columns h2,
    .node-highlight.highlight-size--full-width .columns h3 {
      font-size: 28px;
      line-height: 36px; } }
  @media (min-width: 90.625em) {
    .h2, .node-highlight.highlight-size--full-width .columns h2,
    .node-highlight.highlight-size--full-width .columns h3 {
      font-size: 30px;
      line-height: 40px; } }

h3,
.h3,
.main-content h2,
.block .content h2,
article.node-teaser h2,
.article.node-teaser h2,
article.node-vacancy.view-mode-small h2,
.vocabulary-channel.view-mode-full span.channel,
.vocabulary-location.view-mode-full span.channel,
.vocabulary-channel.view-mode-full h2,
.vocabulary-location.view-mode-full h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0; }
  @media (min-width: 75em) {
    h3,
    .h3,
    .main-content h2,
    .block .content h2,
    article.node-teaser h2,
    .article.node-teaser h2,
    article.node-vacancy.view-mode-small h2,
    .vocabulary-channel.view-mode-full span.channel,
    .vocabulary-location.view-mode-full span.channel,
    .vocabulary-channel.view-mode-full h2,
    .vocabulary-location.view-mode-full h2 {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -1px; } }

.smaller-h3, .product-grid .node h2 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500; }
  @media (min-width: 75em) {
    .smaller-h3, .product-grid .node h2 {
      font-size: 24px;
      letter-spacing: -1px; } }

h4,
.h4,
#sliding-popup .popup-content #popup-text h2,
.mfp-content .field-name-field-game-download-link h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 16px; }

p {
  margin-bottom: 1em; }

p.ingress {
  font-style: italic;
  margin-bottom: 1.5em; }
  @media (min-width: 75em) {
    p.ingress {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: -1px;
      margin-top: 1.5em; } }

.default-text, input.form-text,
input[type="text"],
input[type="password"],
input[type="email"],
textarea, .webform-component-select select,
.form-type-select select, .view article.tiny-teaser h2, article.view-mode-full section.updates h3, article.view-mode-full section.updates p, .node-employee-story.view-mode-full section.updates h3,
.node-studio-introductions.view-mode-full section.updates h3, .node-employee-story.view-mode-full section.updates p,
.node-studio-introductions.view-mode-full section.updates p, .node-highlight.highlight-size--full-width .columns .col p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0; }

small,
.small-text,
article.tiny-teaser .field,
article.tiny-teaser .date,
article.tiny-teaser .post-date,
article.tiny-teaser .field-post-date,
article.tiny-teaser .field-location-channel,
article header .field,
article header .date,
article header .post-date,
article header .field-post-date,
article header .field-location-channel,
.view article.tiny-teaser,
article.view-mode-full section.updates,
.node-employee-story.view-mode-full section.updates,
.node-studio-introductions.view-mode-full section.updates {
  font-size: 12px; }

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
  color: #000000; }
  a:active, a:focus {
    outline: none; }

p a, .main-wrap li a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
  color: #ef2528;
  font-weight: 700; }
  p a:active, p a:focus, .main-wrap li a:active, .main-wrap li a:focus {
    outline: none; }

.node ul:not(.juicer-feed),
.node ol {
  list-style: initial;
  padding-left: 2em; }
  .node ul:not(.juicer-feed) li,
  .node ol li {
    list-style-position: outside;
    margin-bottom: 0.5em; }
  .node ul:not(.juicer-feed) ul, .node ul:not(.juicer-feed) ol,
  .node ol ul,
  .node ol ol {
    margin-top: 0.5em; }
  .node ul:not(.juicer-feed) div,
  .node ol div {
    display: inline-block; }

.node ol li {
  list-style-type: decimal; }

sup {
  display: inline-block;
  vertical-align: .5em;
  font-size: 0.8em;
  line-height: 1; }

.hugin sup {
  display: inline-block !important;
  vertical-align: baseline !important;
  font-size: 0.8em !important;
  line-height: 1; }

strong, b {
  font-weight: 400; }

em {
  font-style: italic; }

table {
  width: 100%;
  margin-bottom: 2em; }
  table td {
    padding: .5em;
    background-color: transparent; }

.hero-header {
  font-size: 30px;
  line-height: 36px; }
  @media (min-width: 48em) {
    .hero-header {
      font-size: 50px;
      line-height: 60px; } }
  @media (min-width: 75em) {
    .hero-header {
      font-size: 60px;
      line-height: 72px; } }

.hero-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300; }
  @media (min-width: 48em) {
    .hero-text {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 75em) {
    .hero-text {
      font-size: 28px;
      line-height: 34px; } }

.view-heading, .view-header h2 {
  font-size: 70px; }

.heading-priority-small, .view-header .content {
  font-size: 30px;
  line-height: 40px; }
  .heading-priority-small.fit, .view-header .fit.content {
    line-height: 1.2; }

.heading-priority-big {
  font-size: 60px;
  line-height: 70px; }
  .heading-priority-big.fit {
    line-height: 1.2; }

.heading-secondary-small {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 48em) {
    .heading-secondary-small {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 75em) {
    .heading-secondary-small {
      font-size: 18px;
      line-height: 24px; } }
  .heading-secondary-small.fit-very-high {
    font-size: 11px;
    line-height: 1.5; }

.heading-secondary-big {
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 48em) {
    .heading-secondary-big {
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 75em) {
    .heading-secondary-big {
      font-size: 30px;
      line-height: 40px; } }

.news-liftup-text {
  font-size: 20px;
  line-height: 24px; }

.product-grid-title {
  font-size: 24px;
  font-weight: 400; }

.product-grid-text {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 20px; }

.extra-bold {
  font-weight: 700; }

.ui-widget-overlay {
  background-image: none;
  background-color: #0b0b0b;
  opacity: 0.8;
  filter: Alpha(Opacity=80); }

.ui-dialog {
  padding: 15px; }

.ui-corner-all {
  border-radius: 15px; }

.ui-widget-content {
  border: none;
  background: white;
  color: inherit; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

article.tiny-teaser p.date,
article.tiny-teaser p.post-date,
article header p.date,
article header p.post-date {
  margin: 0; }

article.tiny-teaser .field,
article.tiny-teaser .date,
article.tiny-teaser .post-date,
article.tiny-teaser .field-post-date,
article.tiny-teaser .field-location-channel,
article header .field,
article header .date,
article header .post-date,
article header .field-post-date,
article header .field-location-channel {
  display: inline-block;
  text-transform: uppercase; }
  article.tiny-teaser .field a,
  article.tiny-teaser .date a,
  article.tiny-teaser .post-date a,
  article.tiny-teaser .field-post-date a,
  article.tiny-teaser .field-location-channel a,
  article header .field a,
  article header .date a,
  article header .post-date a,
  article header .field-post-date a,
  article header .field-location-channel a {
    color: #1b1c20;
    font-weight: bold; }

article.tiny-teaser .date,
article.tiny-teaser .post-date,
article.tiny-teaser .field-post-date,
article header .date,
article header .post-date,
article header .field-post-date {
  margin-right: 1em; }
  article.tiny-teaser .date + .field-name-social-share-options,
  article.tiny-teaser .date + .field-social-share-options,
  article.tiny-teaser .post-date + .field-name-social-share-options,
  article.tiny-teaser .post-date + .field-social-share-options,
  article.tiny-teaser .field-post-date + .field-name-social-share-options,
  article.tiny-teaser .field-post-date + .field-social-share-options,
  article header .date + .field-name-social-share-options,
  article header .date + .field-social-share-options,
  article header .post-date + .field-name-social-share-options,
  article header .post-date + .field-social-share-options,
  article header .field-post-date + .field-name-social-share-options,
  article header .field-post-date + .field-social-share-options {
    margin-top: 0.7em; }
    @media (min-width: 48em) {
      article.tiny-teaser .date + .field-name-social-share-options,
      article.tiny-teaser .date + .field-social-share-options,
      article.tiny-teaser .post-date + .field-name-social-share-options,
      article.tiny-teaser .post-date + .field-social-share-options,
      article.tiny-teaser .field-post-date + .field-name-social-share-options,
      article.tiny-teaser .field-post-date + .field-social-share-options,
      article header .date + .field-name-social-share-options,
      article header .date + .field-social-share-options,
      article header .post-date + .field-name-social-share-options,
      article header .post-date + .field-social-share-options,
      article header .field-post-date + .field-name-social-share-options,
      article header .field-post-date + .field-social-share-options {
        display: inline-block;
        margin-top: 0; } }

article.tiny-teaser .field,
article header .field {
  margin-right: 0.5em;
  font-weight: bold; }

article.tiny-teaser .field-name-author,
article header .field-name-author {
  font-weight: bold; }

article.tiny-teaser .insider-tag:after,
article header .insider-tag:after {
  content: '•';
  display: inline-block;
  margin: 0 0 0 0.5em; }

article.tiny-teaser .field-name-field-extra-link + .field-name-field-main-channel,
article header .field-name-field-extra-link + .field-name-field-main-channel {
  display: none; }

article.node-teaser,
.article.node-teaser,
article.node-vacancy.view-mode-small {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    article.node-teaser,
    .article.node-teaser,
    article.node-vacancy.view-mode-small {
      margin-bottom: 2em; } }
  article.node-teaser .pre-article,
  .article.node-teaser .pre-article,
  article.node-vacancy.view-mode-small .pre-article {
    display: none; }
    @media (min-width: 48em) {
      article.node-teaser .pre-article,
      .article.node-teaser .pre-article,
      article.node-vacancy.view-mode-small .pre-article {
        display: block;
        float: left;
        margin: 0 -100px 0 0;
        width: 100px; } }
  article.node-teaser header,
  article.node-teaser p.teaser,
  .article.node-teaser header,
  .article.node-teaser p.teaser,
  article.node-vacancy.view-mode-small header,
  article.node-vacancy.view-mode-small p.teaser {
    min-width: 90%; }
    @media (min-width: 48em) {
      article.node-teaser header,
      article.node-teaser p.teaser,
      .article.node-teaser header,
      .article.node-teaser p.teaser,
      article.node-vacancy.view-mode-small header,
      article.node-vacancy.view-mode-small p.teaser {
        float: left;
        padding-left: 100px;
        margin-left: 1em; } }
    @media (min-width: 75em) {
      article.node-teaser header,
      article.node-teaser p.teaser,
      .article.node-teaser header,
      .article.node-teaser p.teaser,
      article.node-vacancy.view-mode-small header,
      article.node-vacancy.view-mode-small p.teaser {
        margin-left: 2em; } }
    .view-vacancies.view-display-id-block_3 article.node-teaser header,
    .view-display-id-press_teaser article.node-teaser header, .view-vacancies.view-display-id-block_3
    article.node-teaser p.teaser,
    .view-display-id-press_teaser
    article.node-teaser p.teaser, .view-vacancies.view-display-id-block_3
    .article.node-teaser header,
    .view-display-id-press_teaser
    .article.node-teaser header, .view-vacancies.view-display-id-block_3
    .article.node-teaser p.teaser,
    .view-display-id-press_teaser
    .article.node-teaser p.teaser, .view-vacancies.view-display-id-block_3
    article.node-vacancy.view-mode-small header,
    .view-display-id-press_teaser
    article.node-vacancy.view-mode-small header, .view-vacancies.view-display-id-block_3
    article.node-vacancy.view-mode-small p.teaser,
    .view-display-id-press_teaser
    article.node-vacancy.view-mode-small p.teaser {
      padding-left: 0;
      margin-left: 0; }
  article.node-teaser header,
  .article.node-teaser header,
  article.node-vacancy.view-mode-small header {
    overflow: hidden;
    *zoom: 1; }
    @media (min-width: 48em) {
      article.node-teaser header,
      .article.node-teaser header,
      article.node-vacancy.view-mode-small header {
        margin-bottom: 1em; } }
  article.node-teaser p.teaser,
  .article.node-teaser p.teaser,
  article.node-vacancy.view-mode-small p.teaser {
    display: none; }
    @media (min-width: 48em) {
      article.node-teaser p.teaser,
      .article.node-teaser p.teaser,
      article.node-vacancy.view-mode-small p.teaser {
        display: block; } }
    article.node-teaser p.teaser .more-link:before,
    .article.node-teaser p.teaser .more-link:before,
    article.node-vacancy.view-mode-small p.teaser .more-link:before {
      content: ' '; }
  article.node-teaser h2,
  .article.node-teaser h2,
  article.node-vacancy.view-mode-small h2 {
    margin-bottom: 0; }

article.view-mode-full {
  text-align: center;
  clear: both; }
  @media (min-width: 48em) {
    article.view-mode-full {
      text-align: left; }
      .no-sidebar article.view-mode-full p.ingress {
        text-align: center; } }
  article.view-mode-full .pre-article .field-name-field-image img {
    width: 100%;
    height: auto; }
  article.view-mode-full header {
    overflow: hidden;
    *zoom: 1;
    margin: 0 1em 3em; }
    @media (min-width: 48em) {
      article.view-mode-full header {
        margin-left: 0;
        margin-right: 0; } }
    article.view-mode-full header p.ingress {
      margin-top: 1.5em;
      margin-bottom: 0; }
      @media (min-width: 48em) {
        article.view-mode-full header p.ingress {
          margin-top: 1em; } }
    @media (min-width: 48em) {
      .no-sidebar article.view-mode-full header {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%; } }
    @media (min-width: 75em) {
      .no-sidebar article.view-mode-full header {
        width: 1150px; } }
  article.view-mode-full.node-blog .pre-article .field-image {
    margin-top: -4em; }
  article.view-mode-full img {
    width: 100%;
    height: auto;
    margin-bottom: 2em; }
  article.view-mode-full h2,
  article.view-mode-full h3 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 36px;
    margin: 2em 0 1em; }
    @media (min-width: 75em) {
      article.view-mode-full h2,
      article.view-mode-full h3 {
        font-size: 30px; } }
  article.view-mode-full > *:not(header):not(div) {
    margin-left: 1.5em;
    margin-right: 1.5em; }
    @media (min-width: 48em) {
      article.view-mode-full > *:not(header):not(div) {
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 48em) {
    .no-sidebar article.view-mode-full > *:not(header):not(div) {
      width: 75%; } }
  @media (min-width: 75em) {
    .no-sidebar article.view-mode-full > *:not(header):not(div) {
      width: 720px; } }
  @media (min-width: 75em) {
    article.view-mode-full p:not(.ingress) {
      font-size: 18px;
      line-height: 30px; } }
  article.view-mode-full .field-name-field-image {
    text-align: center; }
  article.view-mode-full section.updates {
    color: #8d9693;
    margin-top: 3em; }
    article.view-mode-full section.updates h3 {
      font-weight: bold;
      margin-bottom: 1em; }
    @media (min-width: 48em) {
      article.view-mode-full section.updates .field-date {
        float: left; }
        article.view-mode-full section.updates .field-date:after {
          content: '-';
          display: inline-block;
          margin: 0 0.3em; } }
  article.view-mode-full .pull-left {
    overflow: hidden;
    *zoom: 1;
    padding: 1.5em; }
    article.view-mode-full .pull-left p,
    article.view-mode-full .pull-left img {
      margin-bottom: .25em; }
    article.view-mode-full .pull-left p {
      font-size: 14px;
      font-style: italic;
      line-height: 1.5; }
    article.view-mode-full .pull-left.text-right {
      text-align: right; }
    @media (min-width: 48em) {
      article.view-mode-full .pull-left {
        float: left;
        padding-left: 2.5em;
        padding-right: 2.5em;
        width: 50%; } }
    @media (min-width: 75em) {
      article.view-mode-full .pull-left {
        margin-left: 120px;
        width: 360px; } }
  article.view-mode-full .full-width {
    margin-top: 3em;
    margin-bottom: 3em; }

#block-feature-rovio-news-presskits {
  padding: 55px 20px 43px;
  background: #f6f6f6;
  text-align: center; }
  @media (min-width: 48em) {
    #block-feature-rovio-news-presskits {
      padding: 50px 50px 43px; } }
  @media (min-width: 64em) {
    #block-feature-rovio-news-presskits {
      padding: 50px 100px 43px; } }
  @media (min-width: 75em) {
    #block-feature-rovio-news-presskits {
      padding: 75px 135px 50px; } }
  @media (min-width: 75em) {
    #block-feature-rovio-news-presskits > div {
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
  @media (min-width: 75em) and (min-width: 62em) {
    #block-feature-rovio-news-presskits > div {
      max-width: 992px; } }
  @media (min-width: 75em) and (min-width: 75em) {
    #block-feature-rovio-news-presskits > div {
      max-width: 1200px; } }
  #block-feature-rovio-news-presskits .content {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 75em) {
  .node-type-nasdaq-release-manual .sidebar-wrap .block-views,
  .node-type-nasdaq-release .sidebar-wrap .block-views,
  .node-type-news .sidebar-wrap .block-views {
    margin-top: 10em; }
    .node-type-nasdaq-release-manual .sidebar-wrap .block-views > h2,
    .node-type-nasdaq-release .sidebar-wrap .block-views > h2,
    .node-type-news .sidebar-wrap .block-views > h2 {
      display: none; } }

body .buorg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #A29330;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
  font-size: 12px; }
  body .buorg > div {
    margin: 10% auto 0;
    position: relative;
    font-size: 1em;
    padding: 2em 3em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    width: 90%;
    max-width: 35em; }
  body .buorg a {
    color: #ef2528; }
  body .buorg #buorgclose {
    position: absolute;
    right: .5em;
    top: .3em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size: 14px;
    padding: 0; }

.page-taxonomy-term #main {
  margin-top: 0; }

.page-taxonomy-term .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .page-taxonomy-term .wrap {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .page-taxonomy-term .wrap {
      max-width: 1200px; } }

.vocabulary-channel.view-mode-full,
.vocabulary-location.view-mode-full {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 48em) {
    .vocabulary-channel.view-mode-full,
    .vocabulary-location.view-mode-full {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 62em) {
    .vocabulary-channel.view-mode-full,
    .vocabulary-location.view-mode-full {
      padding-top: 85px;
      padding-bottom: 85px; } }
  @media (min-width: 75em) {
    .vocabulary-channel.view-mode-full,
    .vocabulary-location.view-mode-full {
      padding-top: 110px;
      padding-bottom: 110px; } }
  @media (min-width: 48em) {
    .vocabulary-channel.view-mode-full,
    .vocabulary-location.view-mode-full {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    .vocabulary-channel.view-mode-full,
    .vocabulary-location.view-mode-full {
      padding-left: 30px;
      padding-right: 30px; } }
  .vocabulary-channel.view-mode-full h1,
  .vocabulary-location.view-mode-full h1 {
    margin-bottom: 0.3em; }
  .vocabulary-channel.view-mode-full h2,
  .vocabulary-location.view-mode-full h2 {
    color: #8d9693; }

.field-name-field-main-channel a:before,
.field-name-field-location-channel a:before,
.field-location-channel a:before {
  content: '+'; }

.community-liftups {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .community-liftups {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .community-liftups {
      max-width: 1200px; } }

#sliding-popup {
  position: absolute;
  background: #b51c1f;
  display: block;
  width: 100%;
  z-index: 99999; }
  #sliding-popup .popup-content {
    overflow: hidden;
    *zoom: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: unset; }
    @media (min-width: 62em) {
      #sliding-popup .popup-content {
        max-width: 992px; } }
    @media (min-width: 75em) {
      #sliding-popup .popup-content {
        max-width: 1200px; } }
    #sliding-popup .popup-content #popup-buttons {
      padding: 1em;
      margin: 0;
      float: none;
      max-width: unset; }
      @media (min-width: 40em) {
        #sliding-popup .popup-content #popup-buttons {
          float: right;
          max-width: 50%; } }
      #sliding-popup .popup-content #popup-buttons button {
        background: #ef2528;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
        background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
        background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
        -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
        box-shadow: 0 -1px 0 0 #c51011 inset;
        text-shadow: 0 -1px 0 #cf2528;
        border-radius: 30px;
        color: inherit;
        text-decoration: inherit;
        cursor: inherit;
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 25px;
        text-transform: uppercase;
        height: 40px;
        line-height: 30px;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        color: #FFFFFF;
        border: 0;
        margin: 0 10px 10px 0;
        font-family: inherit;
        max-width: 100%; }
        #sliding-popup .popup-content #popup-buttons button:active, #sliding-popup .popup-content #popup-buttons button:focus {
          outline: none; }
        @media (min-width: 48em) {
          #sliding-popup .popup-content #popup-buttons button.icon {
            padding-left: 35px; } }
        @media (min-width: 75em) {
          #sliding-popup .popup-content #popup-buttons button.icon {
            padding-left: 60px; } }
        #sliding-popup .popup-content #popup-buttons button.icon:before {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 10px; }
          @media (min-width: 48em) {
            #sliding-popup .popup-content #popup-buttons button.icon:before {
              left: 15px; } }
          @media (min-width: 75em) {
            #sliding-popup .popup-content #popup-buttons button.icon:before {
              left: 30px; } }
        @media (min-width: 48em) {
          #sliding-popup .popup-content #popup-buttons button {
            width: auto; } }
        @media (min-width: 75em) {
          #sliding-popup .popup-content #popup-buttons button {
            border-radius: 60px;
            font-size: 18px;
            font-weight: 400;
            height: 60px;
            line-height: 50px;
            padding-left: 30px;
            padding-right: 30px; }
            #sliding-popup .popup-content #popup-buttons button.icon {
              padding-left: 60px; } }
        .no-touch #sliding-popup .popup-content #popup-buttons button {
          -webkit-transition: background, background-color, background-image, padding 0.25s ease;
          transition: background, background-color, background-image, padding 0.25s ease; }
          @media (min-width: 48em) {
            .no-touch #sliding-popup .popup-content #popup-buttons button:hover, .no-touch #sliding-popup .popup-content #popup-buttons button.active {
              color: #fff;
              *zoom: 1;
              filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
              background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
              background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
              background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
              -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
              box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
              text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
              padding-left: 25px;
              padding-right: 25px; } }
          @media (min-width: 75em) {
            .no-touch #sliding-popup .popup-content #popup-buttons button:hover, .no-touch #sliding-popup .popup-content #popup-buttons button.active {
              padding-left: 40px;
              padding-right: 40px; } }
          @media (min-width: 48em) {
            .no-touch #sliding-popup .popup-content #popup-buttons button.icon:hover, .no-touch #sliding-popup .popup-content #popup-buttons button.icon.active {
              padding-left: 40px;
              padding-right: 15px; } }
          @media (min-width: 75em) {
            .no-touch #sliding-popup .popup-content #popup-buttons button.icon:hover, .no-touch #sliding-popup .popup-content #popup-buttons button.icon.active {
              padding-left: 65px;
              padding-right: 60px; } }
        #sliding-popup .popup-content #popup-buttons button:visited {
          color: #FFFFFF; }
        #sliding-popup .popup-content #popup-buttons button:focus {
          color: #FFFFFF; }
        #sliding-popup .popup-content #popup-buttons button:hover {
          color: #FFFFFF; }
        #sliding-popup .popup-content #popup-buttons button:active {
          color: #FFFFFF; }
    #sliding-popup .popup-content #popup-text {
      padding: 1em;
      color: #FFFFFF;
      float: none;
      max-width: unset; }
      @media (min-width: 40em) {
        #sliding-popup .popup-content #popup-text {
          max-width: 50%;
          float: left; } }
      #sliding-popup .popup-content #popup-text p {
        font-size: 12px;
        font-weight: 300; }

.field-name-field-game-download-link {
  position: relative;
  display: none; }
  .mfp-content .field-name-field-game-download-link {
    overflow: hidden;
    *zoom: 1;
    border-radius: 15px;
    display: block;
    background: white;
    padding: 12px;
    width: 28em;
    max-width: 95%;
    margin: 0 auto; }
    .mfp-content .field-name-field-game-download-link .mfp-close {
      top: -40px;
      color: white; }
    .mfp-content .field-name-field-game-download-link .field-game-icon {
      border-radius: 10px;
      overflow: hidden;
      float: left;
      width: 63px;
      margin: 0 -63px 10px 0; }
    .mfp-content .field-name-field-game-download-link > div:not(.field-game-icon):not(.field-name-field-download-links) {
      float: left;
      padding-left: 75px;
      width: 100%; }
    .mfp-content .field-name-field-game-download-link h2 {
      margin-top: 5px;
      margin-bottom: 5px; }
    .mfp-content .field-name-field-game-download-link .field-ingress {
      font-size: 10px;
      line-height: 1.3;
      margin-bottom: 30px; }
    .mfp-content .field-name-field-game-download-link .field-name-field-download-links {
      overflow: hidden;
      *zoom: 1;
      text-align: center;
      float: none;
      margin: 0 0 10px;
      padding: 10px;
      clear: both;
      width: 100%; }
      .mfp-content .field-name-field-game-download-link .field-name-field-download-links > div {
        display: inline-block;
        width: 161px;
        margin: 10px; }
      .mfp-content .field-name-field-game-download-link .field-name-field-download-links .link-item .link-title {
        color: #000 !important; }
    .mfp-content .field-name-field-game-download-link .field-title + .field-name-field-download-links,
    .mfp-content .field-name-field-game-download-link .field-ingress + .field-name-field-download-links {
      border-top: solid 1px #c9cecd; }

.field-name-field-download-links .link-url a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  width: 161px;
  height: 48px;
  display: block;
  margin: 0 auto; }

.field-itunes-app-store .link-url a {
  background-image: url("../img/store-badges/icon_app_store.png"); }

.field-windows-marketplace .link-url a {
  background-image: url("../img/store-badges/icon_windows_store.png"); }

.field-google-play .link-url a {
  background-image: url("../img/store-badges/icon_google_play_abm.png"); }

.field-kindle-fire-version .link-url a {
  background-image: url("../img/store-badges/icon_amazon_store.png"); }

@media (min-width: 75em) {
  #block-views-employee-stories-tiny-teaser {
    margin-top: 10em; }
    #block-views-employee-stories-tiny-teaser > h2 {
      display: none; } }

#block-views-employee-stories-tiny-teaser h2 {
  margin-bottom: unset;
  line-height: 10px; }

#block-views-employee-stories-tiny-teaser .tiny-teaser {
  margin-bottom: 10px; }

.node-employee-story.view-mode-full,
.node-studio-introductions.view-mode-full {
  text-align: center;
  clear: both; }
  @media (min-width: 48em) {
    .node-employee-story.view-mode-full,
    .node-studio-introductions.view-mode-full {
      text-align: left; }
      .no-sidebar .node-employee-story.view-mode-full p.ingress, .no-sidebar
      .node-studio-introductions.view-mode-full p.ingress {
        text-align: center; } }
  .node-employee-story.view-mode-full .pre-article .field-name-field-image img,
  .node-studio-introductions.view-mode-full .pre-article .field-name-field-image img {
    width: 100%;
    height: auto; }
  .node-employee-story.view-mode-full header,
  .node-studio-introductions.view-mode-full header {
    overflow: hidden;
    *zoom: 1;
    margin: 0 1em 3em; }
    @media (min-width: 48em) {
      .node-employee-story.view-mode-full header,
      .node-studio-introductions.view-mode-full header {
        margin-left: 0;
        margin-right: 0; } }
    .node-employee-story.view-mode-full header p.ingress,
    .node-studio-introductions.view-mode-full header p.ingress {
      margin-top: 1.5em;
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .node-employee-story.view-mode-full header p.ingress,
        .node-studio-introductions.view-mode-full header p.ingress {
          margin-top: 1em; } }
    @media (min-width: 48em) {
      .no-sidebar .node-employee-story.view-mode-full header, .no-sidebar
      .node-studio-introductions.view-mode-full header {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%; } }
    @media (min-width: 75em) {
      .no-sidebar .node-employee-story.view-mode-full header, .no-sidebar
      .node-studio-introductions.view-mode-full header {
        width: 1150px; } }
  .node-employee-story.view-mode-full img,
  .node-studio-introductions.view-mode-full img {
    width: 100%;
    height: auto;
    margin-bottom: 2em; }
  .node-employee-story.view-mode-full h2,
  .node-employee-story.view-mode-full h3,
  .node-studio-introductions.view-mode-full h2,
  .node-studio-introductions.view-mode-full h3 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 36px; }
    @media (min-width: 75em) {
      .node-employee-story.view-mode-full h2,
      .node-employee-story.view-mode-full h3,
      .node-studio-introductions.view-mode-full h2,
      .node-studio-introductions.view-mode-full h3 {
        font-size: 30px; } }
  .node-employee-story.view-mode-full > *:not(header):not(div),
  .node-studio-introductions.view-mode-full > *:not(header):not(div) {
    margin-left: 1.5em;
    margin-right: 1.5em; }
    @media (min-width: 48em) {
      .node-employee-story.view-mode-full > *:not(header):not(div),
      .node-studio-introductions.view-mode-full > *:not(header):not(div) {
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 48em) {
    .no-sidebar .node-employee-story.view-mode-full > *:not(header):not(div), .no-sidebar
    .node-studio-introductions.view-mode-full > *:not(header):not(div) {
      width: 75%; } }
  @media (min-width: 75em) {
    .no-sidebar .node-employee-story.view-mode-full > *:not(header):not(div), .no-sidebar
    .node-studio-introductions.view-mode-full > *:not(header):not(div) {
      width: 720px; } }
  @media (min-width: 75em) {
    .node-employee-story.view-mode-full p:not(.ingress),
    .node-studio-introductions.view-mode-full p:not(.ingress) {
      font-size: 18px;
      line-height: 30px; } }
  .node-employee-story.view-mode-full .field-name-field-image,
  .node-studio-introductions.view-mode-full .field-name-field-image {
    text-align: center; }
  .node-employee-story.view-mode-full section.updates,
  .node-studio-introductions.view-mode-full section.updates {
    color: #8d9693;
    margin-top: 3em; }
    .node-employee-story.view-mode-full section.updates h3,
    .node-studio-introductions.view-mode-full section.updates h3 {
      font-weight: bold;
      margin-bottom: 1em; }
    @media (min-width: 48em) {
      .node-employee-story.view-mode-full section.updates .field-date,
      .node-studio-introductions.view-mode-full section.updates .field-date {
        float: left; }
        .node-employee-story.view-mode-full section.updates .field-date:after,
        .node-studio-introductions.view-mode-full section.updates .field-date:after {
          content: '-';
          display: inline-block;
          margin: 0 0.3em; } }
  .node-employee-story.view-mode-full .pull-left,
  .node-studio-introductions.view-mode-full .pull-left {
    overflow: hidden;
    *zoom: 1;
    padding: 1.5em; }
    .node-employee-story.view-mode-full .pull-left p,
    .node-employee-story.view-mode-full .pull-left img,
    .node-studio-introductions.view-mode-full .pull-left p,
    .node-studio-introductions.view-mode-full .pull-left img {
      margin-bottom: .25em; }
    .node-employee-story.view-mode-full .pull-left p,
    .node-studio-introductions.view-mode-full .pull-left p {
      font-size: 14px;
      font-style: italic;
      line-height: 1.5; }
    .node-employee-story.view-mode-full .pull-left.text-right,
    .node-studio-introductions.view-mode-full .pull-left.text-right {
      text-align: right; }
    @media (min-width: 48em) {
      .node-employee-story.view-mode-full .pull-left,
      .node-studio-introductions.view-mode-full .pull-left {
        float: left;
        padding-left: 2.5em;
        padding-right: 2.5em;
        width: 50%; } }
    @media (min-width: 75em) {
      .node-employee-story.view-mode-full .pull-left,
      .node-studio-introductions.view-mode-full .pull-left {
        margin-left: 120px;
        width: 360px; } }
  .node-employee-story.view-mode-full .full-width,
  .node-studio-introductions.view-mode-full .full-width {
    margin-top: 3em;
    margin-bottom: 3em; }

#footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 62em) {
    #footer {
      max-width: 992px; } }
  @media (min-width: 75em) {
    #footer {
      max-width: 1200px; } }
  #footer .footer-inner {
    background: url("../logo.png") no-repeat center 0;
    background: url("../logo.svg") no-repeat center 0/140px;
    padding-top: 100px; }
    @media (min-width: 75em) {
      #footer .footer-inner {
        background-position: center 30px; } }

#footer .block {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    #footer .block {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 75em) {
    #footer .block {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 48em) {
    #footer .block {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    #footer .block {
      padding-left: 30px;
      padding-right: 30px; } }
  #footer .block > h2 {
    letter-spacing: normal; }
  #footer .block .content a {
    color: #8d9693; }
    #footer .block .content a:visited {
      color: #8d9693; }
    #footer .block .content a:focus {
      color: #000; }
    #footer .block .content a:hover {
      color: #000; }
    #footer .block .content a:active {
      color: #8d9693; }
  #footer .block .content a.active-trail:not(.active) {
    color: #ef2528;
    font-weight: bolder; }
    #footer .block .content a.active-trail:not(.active):visited {
      color: #ef2528; }
    #footer .block .content a.active-trail:not(.active):focus {
      color: #ef2528; }
    #footer .block .content a.active-trail:not(.active):hover {
      color: #ef2528; }
    #footer .block .content a.active-trail:not(.active):active {
      color: #ef2528; }
  #footer .block .content a.active {
    color: #ef2528;
    font-weight: bolder; }
    #footer .block .content a.active:visited {
      color: #ef2528; }
    #footer .block .content a.active:focus {
      color: #ef2528; }
    #footer .block .content a.active:hover {
      color: #ef2528; }
    #footer .block .content a.active:active {
      color: #ef2528; }

#footer .block-feature-rovio-sitewide-block-and-layout h2 {
  display: block;
  text-align: center; }

#footer .block-feature-rovio-sitewide-block-and-layout .language-switcher-locale-url {
  text-align: center; }
  #footer .block-feature-rovio-sitewide-block-and-layout .language-switcher-locale-url li {
    display: inline-block;
    margin: 0 1rem; }

#footer .footer-info .content {
  text-align: center; }
  #footer .footer-info .content a {
    color: #ef2528;
    font-weight: bolder;
    padding: 0; }
    #footer .footer-info .content a:visited {
      color: #ef2528; }
    #footer .footer-info .content a:focus {
      color: #ef2528; }
    #footer .footer-info .content a:hover {
      color: #ef2528; }
    #footer .footer-info .content a:active {
      color: #ef2528; }

#footer .some-menu {
  padding-top: 0;
  padding-bottom: 0; }
  #footer .some-menu .content {
    text-align: center; }
    #footer .some-menu .content li {
      display: inline-block;
      vertical-align: top; }
      #footer .some-menu .content li > * {
        display: inline-block;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 0.8em; }
        @media (min-width: 75em) {
          #footer .some-menu .content li > * {
            position: relative; } }
    #footer .some-menu .content li {
      font-size: 0;
      margin: 5px;
      padding: 0; }
      #footer .some-menu .content li a {
        font: 0/0 serif;
        text-shadow: none;
        color: transparent;
        border-radius: 5px;
        color: white;
        width: 40px;
        height: 40px;
        padding: 0;
        position: relative; }
        #footer .some-menu .content li a:before {
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          top: 50%;
          left: 50%;
          display: inline-block;
          content: ""; }
        #footer .some-menu .content li a.facebook {
          background-color: #3b5998; }
        #footer .some-menu .content li a.google {
          background-color: #dd4b39; }
        #footer .some-menu .content li a.pinterest {
          background-color: #cb2027; }
        #footer .some-menu .content li a.tumblr {
          background-color: #32506d; }
        #footer .some-menu .content li a.twitter {
          background-color: #00aced; }
        #footer .some-menu .content li a.weibo {
          background-color: #D52B2B; }
        #footer .some-menu .content li a.youtube {
          background-color: #bb0000; }
        #footer .some-menu .content li a.instagram {
          background-color: #3f729b; }
        #footer .some-menu .content li a.linkedin {
          background-color: #0077b5; }

#footer .footer-menu {
  display: none; }
  @media (min-width: 75em) {
    #footer .footer-menu {
      display: block; } }
  #footer .footer-menu .menu-block-wrapper.menu-level-1 > ul > li > a {
    color: black; }
    #footer .footer-menu .menu-block-wrapper.menu-level-1 > ul > li > a:visited {
      color: black; }
    #footer .footer-menu .menu-block-wrapper.menu-level-1 > ul > li > a:focus {
      color: black; }
    #footer .footer-menu .menu-block-wrapper.menu-level-1 > ul > li > a:hover {
      color: black; }
    #footer .footer-menu .menu-block-wrapper.menu-level-1 > ul > li > a:active {
      color: black; }

header#header {
  height: 46px; }
  @media (min-width: 48em) {
    header#header {
      height: 99px; }
      header#header:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 99px;
        background: white;
        z-index: -2; } }
  @media (min-width: 75em) {
    header#header {
      height: auto; }
      header#header:after {
        display: none; } }

.header-spacer {
  height: 46px; }
  @media (min-width: 48em) {
    .header-spacer {
      height: 99px; } }
  @media (min-width: 75em) {
    .header-spacer {
      display: none; } }

header#header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: top 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  header#header.headroom--unpinned {
    top: -47px; }
    @media (min-width: 48em) {
      header#header.headroom--unpinned {
        top: -100px; } }
    @media (min-width: 75em) {
      header#header.headroom--unpinned {
        top: 0; } }
  .search-open header#header,
  .navigation-open header#header {
    top: 0; }
  @media (min-width: 75em) {
    header#header {
      position: relative; } }
  header#header .main-menu-level-1 a[href="/"] {
    display: none; }

#logo {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 5; }
  #logo a {
    display: block;
    text-align: center;
    line-height: 46px;
    height: 46px;
    width: 100px; }
    @media (min-width: 48em) {
      #logo a {
        line-height: 92px;
        height: 92px;
        width: 194px; } }
    @media (min-width: 75em) {
      #logo a {
        line-height: 120px;
        height: 120px;
        margin-left: 20px; } }
  #logo img {
    width: 75px;
    height: 19px; }
    @media (min-width: 48em) {
      #logo img {
        width: 143px;
        height: 35px; } }

header#header .secondary-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5; }

header#header .main-menu-level-1 {
  text-align: right;
  background: white;
  padding: 0 255px;
  text-transform: uppercase;
  display: none;
  white-space: nowrap;
  position: relative;
  z-index: 1; }
  header#header .main-menu-level-1 li {
    display: inline-block;
    vertical-align: top; }
    header#header .main-menu-level-1 li > * {
      display: inline-block;
      font-size: 18px;
      height: 120px;
      line-height: 120px;
      text-align: center;
      padding: 0 0.8em; }
      @media (min-width: 75em) {
        header#header .main-menu-level-1 li > * {
          position: relative; } }
  header#header .main-menu-level-1 .menu-block-wrapper {
    margin: 0 15px; }
  @media (min-width: 75em) {
    header#header .main-menu-level-1 {
      display: block; } }
  header#header .main-menu-level-1 a {
    color: #000000;
    padding-left: 26px;
    padding-right: 30px; }
    header#header .main-menu-level-1 a:visited {
      color: #000000; }
    header#header .main-menu-level-1 a:focus {
      color: #ef2528; }
    header#header .main-menu-level-1 a:hover {
      color: #ef2528; }
    header#header .main-menu-level-1 a:active {
      color: #ef2528; }
    header#header .main-menu-level-1 a.active, header#header .main-menu-level-1 a.active-trail {
      color: #ef2528;
      font-weight: bold; }

header#header .main-menu-level-2 {
  background-color: #ef2528;
  color: #FFFFFF;
  clear: both;
  display: none;
  position: relative;
  z-index: -2; }
  header#header .main-menu-level-2 a {
    color: #f3f3f3; }
    header#header .main-menu-level-2 a:visited {
      color: #f3f3f3; }
    header#header .main-menu-level-2 a:focus {
      color: #FFFFFF; }
    header#header .main-menu-level-2 a:hover {
      color: #FFFFFF; }
    header#header .main-menu-level-2 a:active {
      color: #FFFFFF; }
    header#header .main-menu-level-2 a.active, header#header .main-menu-level-2 a.active-trail {
      font-weight: bold; }
  @media (min-width: 75em) {
    header#header .main-menu-level-2 {
      display: block; } }
  header#header .main-menu-level-2 > .content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: right; }
    @media (min-width: 62em) {
      header#header .main-menu-level-2 > .content {
        max-width: 992px; } }
    @media (min-width: 75em) {
      header#header .main-menu-level-2 > .content {
        max-width: 1200px; } }
    header#header .main-menu-level-2 > .content li {
      display: inline-block;
      vertical-align: top; }
      header#header .main-menu-level-2 > .content li > * {
        display: inline-block;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0 0.8em; }
        @media (min-width: 75em) {
          header#header .main-menu-level-2 > .content li > * {
            position: relative; } }
    header#header .main-menu-level-2 > .content ul.menu {
      margin: 0 15px; }
      header#header .main-menu-level-2 > .content ul.menu ul.menu {
        display: none; }
      header#header .main-menu-level-2 > .content ul.menu li {
        position: relative; }
        header#header .main-menu-level-2 > .content ul.menu li a {
          font-size: 16px; }
        header#header .main-menu-level-2 > .content ul.menu li a.active-trail:before,
        header#header .main-menu-level-2 > .content ul.menu li a.active:before {
          width: 0;
          height: 0;
          content: '';
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-top: 10px solid #FFFFFF;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute;
          top: 0;
          left: 50%; }
      header#header .main-menu-level-2 > .content ul.menu li.nav-group-toggle {
        height: 80px;
        line-height: 80px;
        width: 80px;
        text-align: center; }

#header-child-navigation {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #b51c1f;
  color: #FFFFFF;
  display: none;
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  z-index: -3; }
  #header-child-navigation a {
    color: #f3f3f3; }
    #header-child-navigation a:visited {
      color: #f3f3f3; }
    #header-child-navigation a:focus {
      color: #FFFFFF; }
    #header-child-navigation a:hover {
      color: #FFFFFF; }
    #header-child-navigation a:active {
      color: #FFFFFF; }
    #header-child-navigation a.active, #header-child-navigation a.active-trail {
      font-weight: bold; }
  @media (min-width: 75em) {
    #header-child-navigation {
      display: block; } }
  header#header.child-nav-open #header-child-navigation {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #header-child-navigation > .content {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 62em) {
      #header-child-navigation > .content {
        max-width: 992px; } }
    @media (min-width: 75em) {
      #header-child-navigation > .content {
        max-width: 1200px; } }
  #header-child-navigation .menu-block-wrapper a {
    font-weight: 300; }

.rovio-toolbar {
  display: none; }
  @media (min-width: 75em) {
    .rovio-toolbar {
      display: block;
      background-color: #231f20;
      min-height: 30px;
      position: relative;
      z-index: 999; } }

.secondary-menu li {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  float: left;
  cursor: pointer;
  display: block;
  position: relative;
  height: 46px;
  width: 46px; }
  .secondary-menu li span {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    left: 50%;
    position: absolute;
    top: 50%; }
  .navigation-open .secondary-menu li.menu-toggle {
    background-color: #b51c1f; }
  .secondary-menu li.search:after {
    background-image: url("../img/icon-search.png");
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: white;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    @media (min-width: 48em) {
      .secondary-menu li.search:after {
        background-size: 32px; } }
  .search-open .secondary-menu li.search {
    background-color: #b51c1f; }
    .search-open .secondary-menu li.search:after {
      display: none; }
  @media (min-width: 48em) {
    .secondary-menu li {
      height: 99px;
      width: 99px; }
      .secondary-menu li.search span {
        height: 32px;
        margin-left: -16px;
        margin-top: -16px;
        width: 32px; } }
  @media (min-width: 75em) {
    .secondary-menu li {
      float: right;
      height: 120px;
      width: 120px; } }

.secondary-menu span,
.menu-toggle span,
.nav-group-toggle span {
  background-color: #231f20;
  border-radius: 3px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
  width: 16px;
  padding: 0 !important; }
  .secondary-menu span:before,
  .menu-toggle span:before,
  .nav-group-toggle span:before {
    background-color: #231f20;
    border-radius: 3px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    width: 16px; }
  .secondary-menu span:after,
  .menu-toggle span:after,
  .nav-group-toggle span:after {
    background-color: #231f20;
    border-radius: 3px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    width: 16px; }

.navigation-open .secondary-menu li.menu-toggle span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: white; }
  .navigation-open .secondary-menu li.menu-toggle span:before {
    -webkit-transform: none;
    transform: none;
    background-color: white; }
  .navigation-open .secondary-menu li.menu-toggle span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: white; }

.search-open .secondary-menu li.search span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: white; }
  @media (min-width: 48em) {
    .search-open .secondary-menu li.search span {
      height: 4px;
      margin-top: -2px; } }
  .search-open .secondary-menu li.search span:before {
    -webkit-transform: none;
    transform: none;
    background-color: white; }
  .search-open .secondary-menu li.search span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: white; }

@media (min-width: 48em) {
  .secondary-menu li span {
    height: 4px;
    margin-left: -16px;
    margin-top: -2px;
    width: 32px; }
    .secondary-menu li span:before {
      height: 4px;
      margin-left: -16px;
      margin-top: -2px;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      width: 32px; }
    .secondary-menu li span:after {
      height: 4px;
      margin-left: -16px;
      margin-top: -2px;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      width: 32px; } }

@media (min-width: 75em) {
  .secondary-menu li.menu-toggle span {
    height: 32px;
    margin-left: -2px;
    margin-top: -16px;
    width: 4px; }
    .secondary-menu li.menu-toggle span:before {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      height: 4px;
      margin-left: -16px;
      margin-top: -2px;
      width: 32px; }
    .secondary-menu li.menu-toggle span:after {
      display: none; }
    .navigation-open .secondary-menu li.menu-toggle span {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
      .navigation-open .secondary-menu li.menu-toggle span:before {
        -webkit-transform: rotate(0);
        transform: rotate(0); } }

.nav-group-toggle {
  cursor: pointer; }
  header.child-nav-open .nav-group-toggle {
    background-color: #b51c1f; }
  .nav-group-toggle span {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: white;
    height: 16px !important;
    margin-top: -8px;
    margin-left: -1px;
    top: 33px;
    width: 2px !important; }
    .nav-group-toggle span:before {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
      height: 2px !important;
      width: 16px !important;
      margin-left: -8px;
      margin-top: -1px; }
    .nav-group-toggle span:after {
      display: none; }
    header#header.child-nav-open .nav-group-toggle span {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.node-highlight.highlight-size--full-width {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  opacity: 0.99; }
  .node-highlight.highlight-size--full-width.has-bg, .node-highlight.highlight-size--full-width.no-bg.no-rovio-color {
    background-color: #000; }
  .node-highlight.highlight-size--full-width.no-image.no-txt .wrapper {
    height: 373px; }
  .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) {
    background-color: white; }
    .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) .wrapper .inner-wrapper .field-name-field-title-prefix,
    .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) .wrapper .inner-wrapper .field-name-field-main-channel a {
      color: #1b1c20; }
  .node-highlight.highlight-size--full-width.no-bg.no-rovio-color.has-image {
    background-color: #f6f6f6; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width.no-bg.no-rovio-color.has-image {
        background-color: white; } }
  .node-highlight.highlight-size--full-width.has-video, .node-highlight.highlight-size--full-width.has-video.no-bg {
    background-color: #000; }
  .node-highlight.highlight-size--full-width .background-video {
    opacity: 0.5; }
  .node-highlight.highlight-size--full-width.has-video .wrapper {
    display: table;
    table-layout: fixed;
    height: 373px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width.has-video .wrapper {
        height: inherit; } }
    .node-highlight.highlight-size--full-width.has-video .wrapper .inner-wrapper {
      display: table-row; }
  .node-highlight.highlight-size--full-width .wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 62em) {
      .node-highlight.highlight-size--full-width .wrapper {
        max-width: 992px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .wrapper {
        max-width: 1200px; } }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.has-video .wrapper,
    .node-highlight.highlight-size--full-width .wrapper {
      display: table;
      table-layout: fixed;
      height: 512px; } }
  @media (min-width: 75em) {
    .node-highlight.highlight-size--full-width.has-video .wrapper,
    .node-highlight.highlight-size--full-width .wrapper {
      height: 660px; } }
  @media (min-width: 90.625em) {
    .node-highlight.highlight-size--full-width.has-video .wrapper,
    .node-highlight.highlight-size--full-width .wrapper {
      height: 800px; } }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.has-video .wrapper .inner-wrapper,
    .node-highlight.highlight-size--full-width .wrapper .inner-wrapper {
      display: table-row; } }
  .node-highlight.highlight-size--full-width.dynamic-height .wrapper {
    height: auto;
    min-height: 0; }
    .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .text-container {
      padding-top: 30px;
      padding-bottom: 30px; }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .text-container {
          padding-top: 75px;
          padding-bottom: 75px; } }
      @media (min-width: 62em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .text-container {
          padding-top: 85px;
          padding-bottom: 85px; } }
      @media (min-width: 75em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .text-container {
          padding-top: 110px;
          padding-bottom: 110px; } }
    .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image {
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image {
          padding-top: 25px;
          padding-bottom: 25px; } }
      @media (min-width: 75em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image {
          padding-left: 25px;
          padding-right: 25px; } }
      @media (min-width: 75em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image {
          padding: 0 !important; } }
      .node-highlight.highlight-size--full-width.dynamic-height .wrapper .inner-wrapper .field-name-field-image img {
        -webkit-transform: none !important;
        transform: none !important;
        position: relative;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important; }
  .node-highlight.highlight-size--full-width.small-margin .wrapper .inner-wrapper .text-container {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width.small-margin .wrapper .inner-wrapper .text-container {
        padding-top: 75px; } }
    @media (min-width: 62em) {
      .node-highlight.highlight-size--full-width.small-margin .wrapper .inner-wrapper .text-container {
        padding-top: 85px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width.small-margin .wrapper .inner-wrapper .text-container {
        padding-top: 110px; } }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width.small-margin .wrapper .inner-wrapper .text-container {
        padding-bottom: 35px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width.small-margin .wrapper .inner-wrapper .text-container {
        padding-bottom: 40px; } }
  .node-highlight.highlight-size--full-width .graphic {
    height: 373px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .graphic {
        height: auto; } }
  .node-highlight.highlight-size--full-width.no-image .graphic, .node-highlight.highlight-size--full-width.dynamic-height .graphic {
    height: auto; }
  .node-highlight.highlight-size--full-width .field-name-field-image {
    height: 373px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    .node-highlight.highlight-size--full-width .field-name-field-image img {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: auto;
      max-width: 280px;
      max-height: 373px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width .field-name-field-image img {
          -webkit-transform: none !important;
          transform: none !important;
          position: relative;
          right: auto !important;
          left: auto !important;
          top: auto !important;
          bottom: auto !important;
          max-width: 384px;
          max-height: 512px; } }
      @media (min-width: 75em) {
        .node-highlight.highlight-size--full-width .field-name-field-image img {
          max-width: 495px;
          max-height: 660px; } }
      @media (min-width: 90.625em) {
        .node-highlight.highlight-size--full-width .field-name-field-image img {
          max-width: 600px;
          max-height: 800px; } }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .field-name-field-image {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: table-cell;
        vertical-align: bottom;
        height: auto;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.no-txt .field-name-field-image {
      -webkit-transform: none;
      transform: none; }
    .node-highlight.highlight-size--full-width.no-txt.no-txt:not(.image-right) .field-name-field-image {
      padding-right: 50%; }
    .node-highlight.highlight-size--full-width.no-txt.image-right .field-name-field-image {
      padding-left: 50%; } }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.image-left .field-name-field-image {
      -webkit-transform: none;
      transform: none; } }
  .node-highlight.highlight-size--full-width.image-v-top .field-name-field-image img {
    top: 0;
    bottom: auto; }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.image-v-top .field-name-field-image {
      vertical-align: top; } }
  .node-highlight.highlight-size--full-width.image-v-middle .field-name-field-image img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: auto; }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.image-v-middle .field-name-field-image {
      vertical-align: middle; } }
  .node-highlight.highlight-size--full-width .text-container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .text-container {
        padding-top: 35px;
        padding-bottom: 35px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .text-container {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .text-container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .text-container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .text-container {
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        color: white;
        display: table-cell;
        vertical-align: middle; }
        .node-highlight.highlight-size--full-width .text-container .field-link,
        .node-highlight.highlight-size--full-width .text-container .field-download-links {
          display: inline-block; }
        .node-highlight.highlight-size--full-width .text-container .field-download-links {
          margin-left: 5px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .text-container .field-download-links {
        margin-left: 8px; } }
    @media (min-width: 90.625em) {
      .node-highlight.highlight-size--full-width .text-container .field-download-links {
        margin-left: 12px; } }
    .node-highlight.highlight-size--full-width .text-container .button + .button {
      margin-top: 15px; }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width .text-container .button + .button {
          margin-top: 0;
          margin-left: 10px; } }
  .node-highlight.highlight-size--full-width.no-image:not(.full-width-txt) .text-container {
    padding-right: 22%;
    padding-left: 22%; }
  .node-highlight.highlight-size--full-width.has-image .text-container {
    background-color: #fff; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width.has-image .text-container {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: transparent; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width.has-image .text-container {
        padding-right: 70px; } }
    .node-highlight.highlight-size--full-width.has-image .text-container:before {
      content: '';
      position: absolute;
      top: -14px;
      left: 50%;
      margin-left: -14px;
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #fff; }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width.has-image .text-container:before {
          display: none; } }
  .node-highlight.highlight-size--full-width.has-video .text-container {
    background: none;
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
  .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) .wrapper .field-name-field-title-prefix,
  .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) .wrapper .field-name-field-main-channel a,
  .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) .text-container,
  .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) .columns, .node-highlight.highlight-size--full-width.no-bg.rovio-grey .wrapper .field-name-field-title-prefix,
  .node-highlight.highlight-size--full-width.no-bg.rovio-grey .wrapper .field-name-field-main-channel a,
  .node-highlight.highlight-size--full-width.no-bg.rovio-grey .text-container,
  .node-highlight.highlight-size--full-width.no-bg.rovio-grey .columns {
    text-shadow: none;
    color: #1b1c20; }
  .node-highlight.highlight-size--full-width.no-bg.rovio-color:not(.has-video) {
    color: #1b1c20; }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.has-image .text-container {
      text-align: left; } }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width.has-image.image-left .text-container {
      -webkit-transform: none;
      transform: none; } }
  @media (min-width: 75em) {
    .node-highlight.highlight-size--full-width.has-image.image-left .text-container {
      padding-left: 70px; } }
  .node-highlight.highlight-size--full-width.has-columns .wrapper .inner-wrapper .text-container {
    padding-bottom: 20px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width.has-columns .wrapper .inner-wrapper .text-container {
        padding-bottom: 0; } }
  .node-highlight.highlight-size--full-width .columns {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
    text-align: center; }
    @media (min-width: 62em) {
      .node-highlight.highlight-size--full-width .columns {
        max-width: 992px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .columns {
        max-width: 1200px; } }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .columns {
        padding-top: 75px;
        padding-bottom: 75px; } }
    @media (min-width: 62em) {
      .node-highlight.highlight-size--full-width .columns {
        padding-top: 85px;
        padding-bottom: 85px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .columns {
        padding-top: 110px;
        padding-bottom: 110px; } }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .columns {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .columns {
        padding-left: 30px;
        padding-right: 30px; } }
    .node-highlight.highlight-size--full-width .columns .col {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-bottom: 0 !important; }
      @media (min-width: 48em) {
        .node-highlight.highlight-size--full-width .columns .col {
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media (min-width: 75em) {
        .node-highlight.highlight-size--full-width .columns .col {
          padding-top: 60px;
          padding-bottom: 60px; } }
      .node-highlight.highlight-size--full-width .columns .col img {
        width: auto;
        max-width: 100%; }
    .node-highlight.highlight-size--full-width .columns figure {
      margin-bottom: 30px; }
    .node-highlight.highlight-size--full-width .columns br {
      margin-bottom: 20px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .columns .wrap {
        margin: 0 -15px; }
      .node-highlight.highlight-size--full-width .columns .col {
        float: left;
        padding-left: 15px;
        padding-right: 15px; }
        .node-highlight.highlight-size--full-width .columns .col:nth-last-child(2),
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(2) ~ .col {
          width: 50%; }
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(3),
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(3) ~ .col {
          width: 33.3333%; }
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(4),
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(4) ~ .col {
          width: 25%; }
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(5),
        .node-highlight.highlight-size--full-width .columns .col:first-child:nth-last-child(5) ~ .col {
          width: 20%; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .columns .wrap {
        margin: 0 -25px; }
      .node-highlight.highlight-size--full-width .columns .col {
        padding-left: 25px;
        padding-right: 25px; } }
  .node-highlight.highlight-size--full-width header {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width header {
        font-size: 14px;
        margin-bottom: 7px; } }
    .node-highlight.highlight-size--full-width header div {
      display: inline; }
      .node-highlight.highlight-size--full-width header div + div:before {
        font-weight: 300;
        content: ' • '; }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
      margin-bottom: 22px; } }
  @media (min-width: 75em) {
    .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
      margin-bottom: 38px; } }
  @media (min-width: 90.625em) {
    .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
      margin-bottom: 42px; } }
  .no-touch .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-main-channel a {
    -webkit-transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1; }
    .no-touch .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-main-channel a:hover {
      opacity: 0.7; }
  .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-title-prefix,
  .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-main-channel a {
    color: #1b1c20;
    font-size: 14px;
    font-weight: 300; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-title-prefix,
      .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-main-channel a {
        color: #fff;
        font-size: 18px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-title-prefix,
      .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-main-channel a {
        font-size: 20px; } }
    @media (min-width: 90.625em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-title-prefix,
      .node-highlight.highlight-size--full-width .wrapper .text-container .field-name-field-main-channel a {
        font-size: 24px; } }
  .node-highlight.highlight-size--full-width .wrapper .text-container p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container p {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 32px; } }
    @media (min-width: 62em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container p {
        font-size: 20px;
        letter-spacing: -1px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container p {
        font-size: 24px;
        margin-bottom: 48px; } }
    @media (min-width: 90.625em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container p {
        margin-bottom: 52px; } }
  .node-highlight.highlight-size--full-width .wrapper .text-container ul, .node-highlight.highlight-size--full-width .wrapper .text-container ol {
    font-weight: 300;
    margin-bottom: 25px; }
    @media (min-width: 48em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container ul, .node-highlight.highlight-size--full-width .wrapper .text-container ol {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 32px; } }
    @media (min-width: 75em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container ul, .node-highlight.highlight-size--full-width .wrapper .text-container ol {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 48px; } }
    @media (min-width: 90.625em) {
      .node-highlight.highlight-size--full-width .wrapper .text-container ul, .node-highlight.highlight-size--full-width .wrapper .text-container ol {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 52px; } }
  @media (min-width: 48em) {
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns h3 {
      font-size: 30px; }
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns p {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0; } }
  @media (min-width: 62em) {
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns h3 {
      font-size: 24px; }
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns p {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0; } }
  @media (min-width: 75em) {
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns h3 {
      font-size: 24px; }
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns p {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0; } }
  @media (min-width: 90.625em) {
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns h3 {
      font-size: 28px; }
    .node-highlight.highlight-size--full-width .wrapper .field-name-field-columns p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0; } }
  .node-highlight.highlight-size--full-width.has-map.no-image:not(.dynamic-height) .wrapper {
    width: 100%;
    max-width: 100%;
    height: 600px; }
  .node-highlight.highlight-size--full-width.node-unpublished {
    display: none; }

@media screen and (max-width: 767px) {
  .field-hero-banner .node-highlight.highlight-size--full-width.no-image.has-video, .field-hero-banner .node-highlight.highlight-size--full-width.no-image.has-bg {
    color: #fff; }
  .field-hero-banner .node-highlight.highlight-size--full-width.has-image .text-container {
    background-color: #231f20;
    color: #fff; }
    .field-hero-banner .node-highlight.highlight-size--full-width.has-image .text-container .field-name-field-title-prefix,
    .field-hero-banner .node-highlight.highlight-size--full-width.has-image .text-container .field-name-field-main-channel a {
      color: #fff; }
  .field-hero-banner .node-highlight.highlight-size--full-width.has-image .text-container:before {
    border-bottom: 14px solid #231f20; } }

.node-highlight.highlight-size--full-width.text-left .wrapper,
.node-highlight.highlight-size--full-width.text-right .wrapper {
  margin-top: 200px;
  color: #fff;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), color-stop(12%, black), color-stop(78%, black), color-stop(97%, black), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, black 12%, black 78%, black 97%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.node-highlight.highlight-size--full-width.text-left .wrapper .text-container h2,
.node-highlight.highlight-size--full-width.text-right .wrapper .text-container h2 {
  text-align: left;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px; }

.node-highlight.highlight-size--full-width.text-left .wrapper .text-container,
.node-highlight.highlight-size--full-width.text-right .wrapper .text-container {
  padding: 30px 40px 80px 40px;
  text-align: left; }

@media (min-width: 48em) {
  .node-highlight.highlight-size--full-width.text-left .wrapper,
  .node-highlight.highlight-size--full-width.text-right .wrapper {
    display: block;
    width: 600px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 0px; }
  .node-highlight.highlight-size--full-width.text-left.solid .wrapper,
  .node-highlight.highlight-size--full-width.text-right.solid .wrapper {
    background: #000;
    position: relative; }
  .node-highlight.highlight-size--full-width.text-left.solid .graphic {
    width: calc(100% - 600px);
    left: 600px; }
  .node-highlight.highlight-size--full-width.text-right.solid .graphic {
    width: calc(100% - 600px); }
  .node-highlight.highlight-size--full-width.text-left.solid .wrapper:after {
    content: "";
    display: block;
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    right: -150px;
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(89%, transparent), to(transparent));
    background: linear-gradient(to right, black 0%, transparent 89%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); }
  .node-highlight.highlight-size--full-width.text-right.solid .wrapper:after {
    content: "";
    display: block;
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    left: -150px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(11%, transparent), to(black));
    background: linear-gradient(to right, transparent 0%, transparent 11%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1); }
  .node-highlight.highlight-size--full-width.text-left .wrapper {
    margin-left: 0; }
  .node-highlight.highlight-size--full-width.text-right .wrapper {
    margin-right: 0; }
  .node-highlight.highlight-size--full-width.text-left .wrapper .text-container,
  .node-highlight.highlight-size--full-width.text-right .wrapper .text-container {
    padding: 120px 88px; }
  .node-highlight.highlight-size--full-width.text-left .wrapper .text-container .text-highlight p,
  .node-highlight.highlight-size--full-width.text-right .wrapper .text-container .text-highlight p {
    font-size: 24px;
    line-height: 36px; }
  .node-highlight.highlight-size--full-width.text-left .wrapper .text-container h2,
  .node-highlight.highlight-size--full-width.text-right .wrapper .text-container h2 {
    text-align: left;
    font-weight: 700;
    font-size: 68px;
    line-height: 92px; }
  .node-highlight.highlight-size--full-width.text-left.title-out-of-box .wrapper .text-container h2 {
    margin-right: -300px;
    z-index: 1;
    position: relative; }
  .node-highlight.highlight-size--full-width.text-right.title-out-of-box .wrapper .text-container h2 {
    margin-left: -300px;
    z-index: 1;
    position: relative;
    text-align: right; }
  .node-highlight.highlight-size--full-width.title-background-rovio-red h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-purple h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-violet h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-yellow h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-green h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-green-lantern h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-green-forest h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-orange h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-pink h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-blue h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-blue-light h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-blue-black h2 span,
  .node-highlight.highlight-size--full-width.title-background-rovio-grey h2 span {
    display: inline;
    white-space: pre-wrap;
    padding: 0 20px 0 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 60px;
    line-height: 80px; }
  .node-highlight.highlight-size--full-width.title-background-rovio-red h2 span {
    background-color: #ef2528;
    -webkit-box-shadow: -16px 0 0 #ef2528;
    box-shadow: -16px 0 0 #ef2528; }
  .node-highlight.highlight-size--full-width.title-background-rovio-purple h2 span {
    background-color: #ba0d7d;
    -webkit-box-shadow: -16px 0 0 #ba0d7d;
    box-shadow: -16px 0 0 #ba0d7d; }
  .node-highlight.highlight-size--full-width.title-background-rovio-violet h2 span {
    background-color: #9b56b8;
    -webkit-box-shadow: -16px 0 0 #9b56b8;
    box-shadow: -16px 0 0 #9b56b8; }
  .node-highlight.highlight-size--full-width.title-background-rovio-yellow h2 span {
    background-color: #fac400;
    -webkit-box-shadow: -16px 0 0 #fac400;
    box-shadow: -16px 0 0 #fac400; }
  .node-highlight.highlight-size--full-width.title-background-rovio-green h2 span {
    background-color: #05cc6c;
    -webkit-box-shadow: -16px 0 0 #05cc6c;
    box-shadow: -16px 0 0 #05cc6c; }
  .node-highlight.highlight-size--full-width.title-background-rovio-green-lantern h2 span {
    background-color: #00bd9a;
    -webkit-box-shadow: -16px 0 0 #00bd9a;
    box-shadow: -16px 0 0 #00bd9a; }
  .node-highlight.highlight-size--full-width.title-background-rovio-green-forest h2 span {
    background-color: #20cc05;
    -webkit-box-shadow: -16px 0 0 #20cc05;
    box-shadow: -16px 0 0 #20cc05; }
  .node-highlight.highlight-size--full-width.title-background-rovio-orange h2 span {
    background-color: #ee8020;
    -webkit-box-shadow: -16px 0 0 #ee8020;
    box-shadow: -16px 0 0 #ee8020; }
  .node-highlight.highlight-size--full-width.title-background-rovio-pink h2 span {
    background-color: #ea6caf;
    -webkit-box-shadow: -16px 0 0 #ea6caf;
    box-shadow: -16px 0 0 #ea6caf; }
  .node-highlight.highlight-size--full-width.title-background-rovio-blue h2 span {
    background-color: #0096db;
    -webkit-box-shadow: -16px 0 0 #0096db;
    box-shadow: -16px 0 0 #0096db; }
  .node-highlight.highlight-size--full-width.title-background-rovio-blue-light h2 span {
    background-color: #01cee4;
    -webkit-box-shadow: -16px 0 0 #01cee4;
    box-shadow: -16px 0 0 #01cee4; }
  .node-highlight.highlight-size--full-width.title-background-rovio-blue-black h2 span {
    background-color: #304b5f;
    -webkit-box-shadow: -16px 0 0 #304b5f;
    box-shadow: -16px 0 0 #304b5f; }
  .node-highlight.highlight-size--full-width.title-background-rovio-grey h2 span {
    background-color: #c7c7c7;
    -webkit-box-shadow: -16px 0 0 #c7c7c7;
    box-shadow: -16px 0 0 #c7c7c7; } }

.button.download:before {
  content: ""; }

.button.play:before {
  content: ""; }

.button.download:before,
.button.play:before {
  display: inline-block;
  margin-bottom: -1px;
  margin-right: 6px; }
  @media (min-width: 75em) {
    .button.download:before,
    .button.play:before {
      margin-bottom: -2px;
      margin-right: 10px; } }

.juicer-feed p {
  font-size: 15px !important;
  letter-spacing: normal !important; }

.juicer-feed ul {
  font-size: 15px !important;
  letter-spacing: normal !important;
  list-style: none !important;
  padding-left: 0 !important; }

.juicer-feed li {
  text-indent: 0 !important;
  margin-bottom: 0 !important; }

body {
  max-width: 1920px;
  min-width: 270px;
  margin: 0 auto; }

.field-name-social-share-options {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  line-height: 9px;
  white-space: nowrap;
  position: relative;
  margin-top: 2em; }
  .field-name-social-share-options > div,
  .field-name-social-share-options > iframe {
    margin-right: 0.6em; }

.iframewrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block; }
  .iframewrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.view-media-mention-view,
.view-social-media-posts,
.game-liftups {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .view-media-mention-view,
    .view-social-media-posts,
    .game-liftups {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .view-media-mention-view,
    .view-social-media-posts,
    .game-liftups {
      max-width: 1200px; } }
  .view-media-mention-view .node,
  .view-social-media-posts .node,
  .game-liftups .node {
    margin-bottom: 0%;
    padding: 20px; }
    .view-media-mention-view .node:nth-child(n),
    .view-social-media-posts .node:nth-child(n),
    .game-liftups .node:nth-child(n) {
      width: 48.275862069%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.4482758621%; }
    .view-media-mention-view .node:nth-child(2n + 2),
    .view-social-media-posts .node:nth-child(2n + 2),
    .game-liftups .node:nth-child(2n + 2) {
      width: 48.275862069%;
      clear: right;
      float: right;
      margin-right: 0; }
    .view-media-mention-view .node:nth-child(2n + 1),
    .view-social-media-posts .node:nth-child(2n + 1),
    .game-liftups .node:nth-child(2n + 1) {
      clear: left; }
    @media (min-width: 48em) {
      .view-media-mention-view .node:nth-child(n),
      .view-social-media-posts .node:nth-child(n),
      .game-liftups .node:nth-child(n) {
        width: 31.0344827586%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 3.4482758621%; }
      .view-media-mention-view .node:nth-child(3n + 3),
      .view-social-media-posts .node:nth-child(3n + 3),
      .game-liftups .node:nth-child(3n + 3) {
        width: 31.0344827586%;
        clear: right;
        float: right;
        margin-right: 0; }
      .view-media-mention-view .node:nth-child(3n + 1),
      .view-social-media-posts .node:nth-child(3n + 1),
      .game-liftups .node:nth-child(3n + 1) {
        clear: left; } }
    @media (min-width: 75em) {
      .view-media-mention-view .node:nth-child(n),
      .view-social-media-posts .node:nth-child(n),
      .game-liftups .node:nth-child(n) {
        width: 22.4137931034%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 3.4482758621%; }
      .view-media-mention-view .node:nth-child(4n + 4),
      .view-social-media-posts .node:nth-child(4n + 4),
      .game-liftups .node:nth-child(4n + 4) {
        width: 22.4137931034%;
        clear: right;
        float: right;
        margin-right: 0; }
      .view-media-mention-view .node:nth-child(4n + 1),
      .view-social-media-posts .node:nth-child(4n + 1),
      .game-liftups .node:nth-child(4n + 1) {
        clear: left; } }

.tabs {
  text-align: left;
  background-color: #606060;
  color: #FFFFFF;
  margin: 2rem 0; }
  .tabs li {
    display: inline-block;
    vertical-align: top; }
    .tabs li > * {
      display: inline-block;
      font-size: 18px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      padding: 0 0.8em; }
      @media (min-width: 75em) {
        .tabs li > * {
          position: relative; } }
  .tabs a:link,
  .tabs a:visited {
    color: #FFFFFF; }

.node .background-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1; }

.video-popup-link {
  display: none;
  cursor: pointer; }

.node .graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -2;
  opacity: 0.6; }

html.navigation-open {
  overflow: hidden; }
  @media (min-width: 75em) {
    html.navigation-open {
      overflow: auto; } }

.navigation {
  background-color: #b51c1f;
  color: #FFFFFF;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  display: none;
  position: absolute;
  top: 120px;
  height: auto;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }
  .navigation a {
    color: #f3f3f3; }
    .navigation a:visited {
      color: #f3f3f3; }
    .navigation a:focus {
      color: #FFFFFF; }
    .navigation a:hover {
      color: #FFFFFF; }
    .navigation a:active {
      color: #FFFFFF; }
    .navigation a.active, .navigation a.active-trail {
      font-weight: bold; }
  .navigation .block {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 62em) {
      .navigation .block {
        max-width: 992px; } }
    @media (min-width: 75em) {
      .navigation .block {
        max-width: 1200px; } }
    @media (min-width: 48em) {
      .navigation .block {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 75em) {
      .navigation .block {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 48em) {
      .navigation .block {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .navigation .block {
        padding-left: 30px;
        padding-right: 30px; } }
    .navigation .block > h2 {
      letter-spacing: normal; }
    .navigation .block .content a:not(.active) {
      color: rgba(255, 255, 255, 0.7); }
      .navigation .block .content a:not(.active):visited {
        color: rgba(255, 255, 255, 0.7); }
      .navigation .block .content a:not(.active):focus {
        color: #fff; }
      .navigation .block .content a:not(.active):hover {
        color: #fff; }
      .navigation .block .content a:not(.active):active {
        color: rgba(255, 255, 255, 0.7); }
    .navigation .block .menu-block-wrapper.menu-level-1 > ul > li > a {
      color: white; }
      .navigation .block .menu-block-wrapper.menu-level-1 > ul > li > a:visited {
        color: white; }
      .navigation .block .menu-block-wrapper.menu-level-1 > ul > li > a:focus {
        color: white; }
      .navigation .block .menu-block-wrapper.menu-level-1 > ul > li > a:hover {
        color: white; }
      .navigation .block .menu-block-wrapper.menu-level-1 > ul > li > a:active {
        color: white; }
  .navigation #block-locale-language-content h2 {
    display: block;
    text-align: center; }
  .navigation #block-locale-language-content .language-switcher-locale-url {
    text-align: center; }
    .navigation #block-locale-language-content .language-switcher-locale-url li {
      display: inline-block;
      margin: 0 1rem; }
  @media (min-width: 75em) {
    .navigation {
      display: block; }
      .navigation-open .navigation {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); } }

.mobile-navigation {
  background-color: #b51c1f;
  color: #FFFFFF;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
  height: 100%;
  position: fixed;
  top: 46px;
  right: 0;
  width: 270px;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: -1; }
  .mobile-navigation a {
    color: #f3f3f3; }
    .mobile-navigation a:visited {
      color: #f3f3f3; }
    .mobile-navigation a:focus {
      color: #FFFFFF; }
    .mobile-navigation a:hover {
      color: #FFFFFF; }
    .mobile-navigation a:active {
      color: #FFFFFF; }
    .mobile-navigation a.active, .mobile-navigation a.active-trail {
      font-weight: bold; }
  .mobile-navigation:after {
    content: '';
    display: block;
    height: 46px;
    width: 100%; }
  .navigation-open .mobile-navigation {
    -webkit-transform: none;
    transform: none; }
  @media (min-width: 48em) {
    .mobile-navigation {
      top: 99px; }
      .mobile-navigation:after {
        height: 99px; } }
  @media (min-width: 75em) {
    .mobile-navigation {
      display: none; } }
  .mobile-navigation .block {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #891517; }
    .mobile-navigation .block > h2 {
      margin: 0;
      letter-spacing: normal; }
    .mobile-navigation .block .content a.active {
      background-color: #731214; }
  .mobile-navigation .block-feature-rovio-sitewide-block-and-layout h2 {
    display: none; }
  .mobile-navigation .block-feature-rovio-sitewide-block-and-layout .content a.active {
    background-color: #921719; }
  .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li > ul > li > a {
    padding-left: 50px; }
  .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li > ul > li > ul > li > a {
    padding-left: 70px; }
  .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded {
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative; }
    .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded .nav-group-toggle {
      -webkit-transition: top 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      transition: top 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      cursor: pointer;
      display: block;
      position: absolute;
      text-align: center;
      padding: 8px 0;
      width: 40px;
      top: 0;
      right: 0; }
      @media (min-width: 48em) {
        .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded .nav-group-toggle {
          right: 20px; } }
      .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded .nav-group-toggle:after {
        font-size: 23px;
        content: "+";
        display: block; }
    .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded > ul {
      -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
      height: 0;
      opacity: 0;
      overflow: hidden; }
    .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded.open, .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded.active-trail {
      background-color: #921719;
      padding-top: 5px;
      padding-bottom: 5px; }
      .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded.open .nav-group-toggle:after, .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded.active-trail .nav-group-toggle:after {
        content: "\2013"; }
      .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded.open ul, .mobile-navigation .mobile-menu .menu-block-wrapper > ul > li.expanded.active-trail ul {
        height: auto;
        opacity: 1; }
  .mobile-navigation .mobile-menu.toggle-open li.active-trail:not(.open) {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .mobile-navigation .mobile-menu.toggle-open li.active-trail:not(.open) .nav-group-toggle {
      top: 0 !important; }
      .mobile-navigation .mobile-menu.toggle-open li.active-trail:not(.open) .nav-group-toggle:after {
        content: "+" !important; }
    .mobile-navigation .mobile-menu.toggle-open li.active-trail:not(.open) ul {
      height: 0 !important;
      opacity: 0 !important;
      overflow: hidden !important; }

article.view-mode-full .nasdaq-files {
  margin: 5em 0; }
  article.view-mode-full .nasdaq-files .nasdaq-files-label {
    margin-top: 0;
    margin-bottom: .5em; }
  article.view-mode-full .nasdaq-files .nasdaq-files-item .file,
  article.view-mode-full .nasdaq-files .nasdaq-files-item .link {
    display: block; }
    article.view-mode-full .nasdaq-files .nasdaq-files-item .file a,
    article.view-mode-full .nasdaq-files .nasdaq-files-item .link a {
      display: inline-block;
      vertical-align: middle;
      color: #ef2528;
      font-weight: 700; }
  article.view-mode-full .nasdaq-files .nasdaq-files-item .file-icon {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-bottom: 0; }

.node-type-nasdaq-release .node-nasdaq-release li div,
.node-type-nasdaq-release-manual .node-nasdaq-release-manual li div {
  display: inline; }

.view-nasdaq-releases.view-display-id-stock_releases {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .view-nasdaq-releases.view-display-id-stock_releases {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .view-nasdaq-releases.view-display-id-stock_releases {
      max-width: 1200px; } }

.news-liftups {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .news-liftups {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .news-liftups {
      max-width: 1200px; } }
  @media (min-width: 75em) {
    .news-liftups > .view-content {
      width: 75%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  .news-liftups .view-footer {
    display: none; }
    @media (min-width: 75em) {
      .news-liftups .view-footer {
        display: block;
        width: 25%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        overflow: hidden;
        *zoom: 1; }
        .news-liftups .view-footer .view {
          padding-left: 20px; } }

.view-nasdaq-releases.view-display-id-stock_releases,
.view-news-archive.view-display-id-archive_page {
  overflow: hidden;
  *zoom: 1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases,
    .view-news-archive.view-display-id-archive_page {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    .view-nasdaq-releases.view-display-id-stock_releases,
    .view-news-archive.view-display-id-archive_page {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases,
    .view-news-archive.view-display-id-archive_page {
      padding-bottom: 35px; } }
  @media (min-width: 75em) {
    .view-nasdaq-releases.view-display-id-stock_releases,
    .view-news-archive.view-display-id-archive_page {
      padding-bottom: 40px; } }
  @media (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases,
    .view-news-archive.view-display-id-archive_page {
      padding-left: 0;
      padding-right: 0; } }
  .view-nasdaq-releases.view-display-id-stock_releases .view-header,
  .view-news-archive.view-display-id-archive_page .view-header {
    font-size: 30px;
    text-align: left;
    padding: 0px 20px 50px; }
  .view-nasdaq-releases.view-display-id-stock_releases .view-filters,
  .view-news-archive.view-display-id-archive_page .view-filters {
    overflow: hidden;
    *zoom: 1;
    max-width: 45em;
    margin: 0 auto;
    margin-bottom: 2em; }
    .view-nasdaq-releases.view-display-id-stock_releases .view-filters .views-exposed-widget,
    .view-news-archive.view-display-id-archive_page .view-filters .views-exposed-widget {
      margin-bottom: 1em; }
  @media (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases .view-filters,
    .view-news-archive.view-display-id-archive_page .view-filters {
      width: 29.6703296703%;
      float: right;
      margin-left: 0;
      margin-right: 0%;
      clear: none;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases .view-filters,
    .view-news-archive.view-display-id-archive_page .view-filters {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .view-nasdaq-releases.view-display-id-stock_releases .view-filters,
    .view-news-archive.view-display-id-archive_page .view-filters {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases .view-content,
    .view-news-archive.view-display-id-archive_page .view-content {
      width: 70.3296703297%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases .view-content,
    .view-news-archive.view-display-id-archive_page .view-content {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .view-nasdaq-releases.view-display-id-stock_releases .view-content,
    .view-news-archive.view-display-id-archive_page .view-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases ul.pager,
    .view-news-archive.view-display-id-archive_page ul.pager {
      padding-top: 30px;
      padding-bottom: 30px;
      overflow: hidden;
      *zoom: 1;
      clear: both; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .view-nasdaq-releases.view-display-id-stock_releases ul.pager,
    .view-news-archive.view-display-id-archive_page ul.pager {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .view-nasdaq-releases.view-display-id-stock_releases ul.pager,
    .view-news-archive.view-display-id-archive_page ul.pager {
      padding-top: 40px;
      padding-bottom: 40px; } }

.section-read-also {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1;
  padding-top: 0 !important; }
  @media (min-width: 62em) {
    .section-read-also {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .section-read-also {
      max-width: 1200px; } }
  @media (min-width: 48em) {
    .section-read-also {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 62em) {
    .section-read-also {
      padding-top: 85px;
      padding-bottom: 85px; } }
  @media (min-width: 75em) {
    .section-read-also {
      padding-top: 110px;
      padding-bottom: 110px; } }
  @media (min-width: 48em) {
    .section-read-also {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    .section-read-also {
      padding-left: 30px;
      padding-right: 30px; } }
  .section-read-also .node {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 48em) {
      .section-read-also .node {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 75em) {
      .section-read-also .node {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 48em) {
      .section-read-also .node {
        float: left;
        width: 33%;
        padding-right: 25px; }
        .section-read-also .node:nth-child(3n+1) {
          clear: both; } }
    @media (min-width: 75em) {
      .section-read-also .node {
        width: 25%;
        clear: none; }
        .section-read-also .node:nth-child(3n+1) {
          clear: none; }
        .section-read-also .node:nth-child(4n+1) {
          clear: both; } }
    .section-read-also .node img {
      display: none; }
    .section-read-also .node header h2 {
      display: block;
      clear: both; }
    .section-read-also .node header div,
    .section-read-also .node header span {
      float: left; }
    .section-read-also .node header,
    .section-read-also .node p.teaser {
      margin-left: 0;
      padding-left: 0; }
    .section-read-also .node .more-link:before {
      content: '';
      display: block; }

.view-display-id-software_list,
.view-display-id-software_list_1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 15em; }
  @media (min-width: 62em) {
    .view-display-id-software_list,
    .view-display-id-software_list_1 {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .view-display-id-software_list,
    .view-display-id-software_list_1 {
      max-width: 1200px; } }
  @media (min-width: 48em) {
    .view-display-id-software_list,
    .view-display-id-software_list_1 {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 75em) {
    .view-display-id-software_list,
    .view-display-id-software_list_1 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .view-display-id-software_list .view-content,
  .view-display-id-software_list_1 .view-content {
    text-align: center; }
    @media (min-width: 48em) {
      .view-display-id-software_list .view-content,
      .view-display-id-software_list_1 .view-content {
        padding-right: 22%;
        padding-left: 22%;
        text-align: left; } }
  .view-display-id-software_list a,
  .view-display-id-software_list_1 a {
    color: #ef2528; }
    .view-display-id-software_list a:visited,
    .view-display-id-software_list_1 a:visited {
      color: #ef2528; }
    .view-display-id-software_list a:focus,
    .view-display-id-software_list_1 a:focus {
      color: #ef2528; }
    .view-display-id-software_list a:hover,
    .view-display-id-software_list_1 a:hover {
      color: #ef2528; }
    .view-display-id-software_list a:active,
    .view-display-id-software_list_1 a:active {
      color: #ef2528; }
  .view-display-id-software_list li .edit,
  .view-display-id-software_list_1 li .edit {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .view-display-id-software_list li .edit a:before,
    .view-display-id-software_list_1 li .edit a:before {
      color: #000000;
      content: ' - '; }
  .view-display-id-software_list li:hover .edit,
  .view-display-id-software_list_1 li:hover .edit {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

body.node-type-open-source-software #main > .wrap,
body.node-type-software-license #main > .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 62em) {
    body.node-type-open-source-software #main > .wrap,
    body.node-type-software-license #main > .wrap {
      max-width: 992px; } }
  @media (min-width: 75em) {
    body.node-type-open-source-software #main > .wrap,
    body.node-type-software-license #main > .wrap {
      max-width: 1200px; } }
  @media (min-width: 48em) {
    body.node-type-open-source-software #main > .wrap,
    body.node-type-software-license #main > .wrap {
      padding-top: 25px;
      padding-bottom: 75px; } }
  @media (min-width: 75em) {
    body.node-type-open-source-software #main > .wrap,
    body.node-type-software-license #main > .wrap {
      padding-top: 30px;
      padding-bottom: 90px; } }
  @media (min-width: 48em) {
    body.node-type-open-source-software #main > .wrap,
    body.node-type-software-license #main > .wrap {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 75em) {
    body.node-type-open-source-software #main > .wrap,
    body.node-type-software-license #main > .wrap {
      padding-left: 135px;
      padding-right: 135px; } }
  body.node-type-open-source-software #main > .wrap h1, body.node-type-open-source-software #main > .wrap h2, body.node-type-open-source-software #main > .wrap h3, body.node-type-open-source-software #main > .wrap h4, body.node-type-open-source-software #main > .wrap h5, body.node-type-open-source-software #main > .wrap h6,
  body.node-type-software-license #main > .wrap h1,
  body.node-type-software-license #main > .wrap h2,
  body.node-type-software-license #main > .wrap h3,
  body.node-type-software-license #main > .wrap h4,
  body.node-type-software-license #main > .wrap h5,
  body.node-type-software-license #main > .wrap h6 {
    margin-bottom: 1rem; }
  body.node-type-open-source-software #main > .wrap ul, body.node-type-open-source-software #main > .wrap ol,
  body.node-type-software-license #main > .wrap ul,
  body.node-type-software-license #main > .wrap ol {
    padding: 0 0 1em 3em; }
  body.node-type-open-source-software #main > .wrap ul,
  body.node-type-software-license #main > .wrap ul {
    list-style: disc; }
  body.node-type-open-source-software #main > .wrap ol,
  body.node-type-software-license #main > .wrap ol {
    list-style: decimal; }
  body.node-type-open-source-software #main > .wrap a,
  body.node-type-software-license #main > .wrap a {
    color: #ef2528; }
    body.node-type-open-source-software #main > .wrap a:visited,
    body.node-type-software-license #main > .wrap a:visited {
      color: #ef2528; }
    body.node-type-open-source-software #main > .wrap a:focus,
    body.node-type-software-license #main > .wrap a:focus {
      color: #ef2528; }
    body.node-type-open-source-software #main > .wrap a:hover,
    body.node-type-software-license #main > .wrap a:hover {
      color: #ef2528; }
    body.node-type-open-source-software #main > .wrap a:active,
    body.node-type-software-license #main > .wrap a:active {
      color: #ef2528; }

body.node-type-open-source-software .field-link-to-oss-page,
body.node-type-software-license .field-link-to-oss-page {
  margin-bottom: 3em; }

body.node-type-open-source-software .back-to-oss,
body.node-type-software-license .back-to-oss {
  color: #ef2528; }
  body.node-type-open-source-software .back-to-oss:visited,
  body.node-type-software-license .back-to-oss:visited {
    color: #ef2528; }
  body.node-type-open-source-software .back-to-oss:focus,
  body.node-type-software-license .back-to-oss:focus {
    color: #ef2528; }
  body.node-type-open-source-software .back-to-oss:hover,
  body.node-type-software-license .back-to-oss:hover {
    color: #ef2528; }
  body.node-type-open-source-software .back-to-oss:active,
  body.node-type-software-license .back-to-oss:active {
    color: #ef2528; }

#main {
  clear: both;
  margin-top: 4em;
  position: relative; }
  #main > .field-hero-banner,
  .no-hero #main .field-name-field-module > .node-highlight:first-child {
    margin-top: -4em; }
  .node-basic-page #main {
    margin-top: 0; }
    .node-basic-page #main .field-hero-banner {
      margin-top: 0; }

#main > .main-wrap {
  z-index: 1; }
  #main > .main-wrap .field-name-field-module {
    z-index: 2; }
    #main > .main-wrap .field-name-field-module > * {
      z-index: 3; }

.node-basic-page > form {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .node-basic-page > form {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .node-basic-page > form {
      max-width: 1200px; } }
  .node-basic-page > form > div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      .node-basic-page > form > div {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 75em) {
      .node-basic-page > form > div {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 48em) {
      .node-basic-page > form > div {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .node-basic-page > form > div {
        padding-left: 30px;
        padding-right: 30px; } }

.node-basic-page > .field-body {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    .node-basic-page > .field-body {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 75em) {
    .node-basic-page > .field-body {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 48em) {
    .node-basic-page > .field-body {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    .node-basic-page > .field-body {
      padding-left: 30px;
      padding-right: 30px; } }
  .node-basic-page > .field-body h1,
  .node-basic-page > .field-body h2,
  .node-basic-page > .field-body h3 {
    letter-spacing: 0;
    line-height: 1.2; }
  .node-basic-page > .field-body h1 {
    font-size: 42px;
    margin-bottom: 10px; }
  .node-basic-page > .field-body h2 {
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 1em; }
  .node-basic-page > .field-body h3 {
    font-size: 24px;
    margin-top: 2em;
    margin-bottom: 1em; }

.node-basic-page > .field-body + form {
  padding-top: 0; }

.node-basic-page > .field-body * {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px; }

body:not(.page-node):not(.page-search):not(.page-taxonomy-term) #main.no-sidebar > .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    body:not(.page-node):not(.page-search):not(.page-taxonomy-term) #main.no-sidebar > .wrap {
      max-width: 992px; } }
  @media (min-width: 75em) {
    body:not(.page-node):not(.page-search):not(.page-taxonomy-term) #main.no-sidebar > .wrap {
      max-width: 1200px; } }
  body:not(.page-node):not(.page-search):not(.page-taxonomy-term) #main.no-sidebar > .wrap#block-views-news-archive-press-teaser {
    padding-top: 0;
    margin-top: -90px; }

.node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) + .no-bg.no-rovio-color:not(.has-video),
.field-name-field-module > .view + .node-highlight.highlight-size--full-width.no-bg.no-rovio-color:not(.has-video) {
  border-top: solid 1px #c9cecd; }

#main.sidebar .field-hero-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 0 !important; }
  @media (min-width: 48em) {
    #main.sidebar .field-hero-banner {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 62em) {
    #main.sidebar .field-hero-banner {
      padding-top: 85px;
      padding-bottom: 85px; } }
  @media (min-width: 75em) {
    #main.sidebar .field-hero-banner {
      padding-top: 110px;
      padding-bottom: 110px; } }

#main.sidebar .wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  padding-top: 0 !important; }
  @media (min-width: 48em) {
    #main.sidebar .wrap {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 62em) {
    #main.sidebar .wrap {
      padding-top: 85px;
      padding-bottom: 85px; } }
  @media (min-width: 75em) {
    #main.sidebar .wrap {
      padding-top: 110px;
      padding-bottom: 110px; } }
  @media (min-width: 62em) {
    #main.sidebar .wrap {
      max-width: 992px; } }
  @media (min-width: 75em) {
    #main.sidebar .wrap {
      max-width: 1200px; } }

#main.sidebar .main-wrap,
#main.sidebar .sidebar-wrap {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    #main.sidebar .main-wrap,
    #main.sidebar .sidebar-wrap {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    #main.sidebar .main-wrap,
    #main.sidebar .sidebar-wrap {
      padding-left: 30px;
      padding-right: 30px; } }

#main.sidebar .sidebar-wrap {
  /*padding: 0 1.5em;*/ }

#main.sidebar > div {
  clear: both; }

#main.sidebar .sidebar-wrap {
  clear: none; }

@media (min-width: 48em) {
  #main.sidebar .main-wrap {
    float: left;
    width: 70%; } }

@media (min-width: 48em) {
  #main.sidebar .sidebar-wrap {
    float: right;
    width: 29%; } }

@media (min-width: 75em) {
  #main.sidebar .sidebar-wrap {
    width: 27%; } }

.product-grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0 !important; }
  @media (min-width: 62em) {
    .product-grid {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .product-grid {
      max-width: 1200px; } }
  @media (min-width: 48em) {
    .product-grid {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 75em) {
    .product-grid {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 48em) {
    .product-grid {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    .product-grid {
      padding-left: 30px;
      padding-right: 30px; } }
  .product-grid > .wrap {
    margin-left: -10px;
    margin-right: -10px; }
  .product-grid .view-content,
  .product-grid .attachment,
  .product-grid .view {
    display: inline; }
  .product-grid .node {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 50%;
    text-align: center; }
    @media (min-width: 48em) {
      .product-grid .node {
        padding-top: 75px;
        padding-bottom: 75px; } }
    @media (min-width: 62em) {
      .product-grid .node {
        padding-top: 85px;
        padding-bottom: 85px; } }
    @media (min-width: 75em) {
      .product-grid .node {
        padding-top: 110px;
        padding-bottom: 110px; } }
    @media (min-width: 48em) {
      .product-grid .node {
        width: 33%;
        padding-right: 12px;
        padding-left: 12px; } }
    @media (min-width: 75em) {
      .product-grid .node {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px; } }
    .product-grid .node h2 {
      color: black; }
    .product-grid .node .product-grid-image img {
      border-radius: 20px; }
    .product-grid .node .product-grid-title {
      margin: 20px 0; }
    .product-grid .node .button {
      margin-top: 20px; }
  .product-grid .read-more {
    display: block;
    margin-top: 10px; }

.product-grid.updated .field-game-icon {
  position: relative; }
  .product-grid.updated .field-game-icon:before {
    background-image: url("../img/updated.svg");
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    content: "Updated!";
    position: absolute;
    right: -6px;
    bottom: 20%;
    height: 42px;
    width: 94px;
    padding: 0;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 41px;
    text-indent: 5px;
    text-align: center; }

body > #search {
  display: none; }
  html.no-js body > #search {
    display: block; }

header#header #search {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: block;
  padding-bottom: 46px;
  position: fixed;
  overflow: hidden;
  background-color: #f6f6f6;
  top: 46px;
  right: -270px;
  width: 270px;
  height: 100%;
  z-index: -2; }
  .page-search header#header #search {
    height: auto;
    padding-bottom: 0; }
    .page-search header#header #search.show-search-history, .page-search header#header #search.show-autocomplete {
      height: 100%;
      padding-bottom: 46px; }
  @media (min-width: 48em) {
    header#header #search {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      position: absolute;
      overflow: visible;
      right: 0;
      top: -31px;
      height: auto !important;
      padding-bottom: 0 !important;
      width: 100%; } }
  @media (min-width: 75em) {
    header#header #search {
      top: -10px; } }
  html.search-open header#header #search {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    @media (min-width: 48em) {
      html.search-open header#header #search {
        -webkit-transform: translateY(100%);
        transform: translateY(100%); } }
  header#header #search form {
    background-color: #b51c1f;
    padding: 20px 0; }
    @media (min-width: 48em) {
      header#header #search form {
        padding: 30px 20px; } }
    header#header #search form > div {
      border-radius: 35px;
      background-color: white;
      height: 35px;
      margin: 0 20px;
      position: relative; }
      @media (min-width: 48em) {
        header#header #search form > div {
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          height: 70px; } }
  @media (min-width: 48em) and (min-width: 62em) {
    header#header #search form > div {
      max-width: 992px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    header#header #search form > div {
      max-width: 1200px; } }
      header#header #search form > div:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        opacity: 0.2;
        background-image: url("../img/icon-search.png");
        background-position: 50% 50%;
        background-size: cover;
        height: 16px;
        margin-left: -8px;
        margin-top: -8px;
        width: 16px; }
        @media (min-width: 48em) {
          header#header #search form > div:after {
            height: 22px;
            width: 22px;
            margin-left: 11px;
            margin-top: -10px; } }
    header#header #search form input.form-text {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-appearance: none;
      outline: none;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 10px 6.5em 10px 32px;
      margin: 0;
      background: none;
      border: none;
      font-size: 12px;
      height: 35px;
      line-height: 15px; }
      @media (min-width: 48em) {
        header#header #search form input.form-text {
          font-size: 24px;
          height: 70px;
          line-height: 30px;
          padding: 20px 6.5em 20px 70px; } }
    header#header #search form input.form-submit {
      cursor: pointer;
      position: absolute;
      top: 2px;
      right: 2px;
      width: auto;
      margin: 0;
      height: 31px;
      line-height: 21px; }
      @media (min-width: 48em) {
        header#header #search form input.form-submit {
          border-radius: 32px;
          top: 3px;
          font-size: 18px;
          padding: 0 30px;
          height: 64px;
          line-height: 64px;
          right: 4px; } }
      @media (min-width: 48em) {
        header#header #search form input.form-submit:hover {
          padding: 0 50px; } }
  header#header #search .block-search-api-stats-block {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    color: #1b1c20;
    padding: 30px 20px 0;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1; }
    @media (min-width: 48em) {
      header#header #search .block-search-api-stats-block {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        top: 130px;
        background-color: #FFFFFF;
        border-bottom: solid 1px #808080; } }
    header#header #search .block-search-api-stats-block > * {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 48em) {
        header#header #search .block-search-api-stats-block > * {
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
  @media (min-width: 48em) and (min-width: 62em) {
    header#header #search .block-search-api-stats-block > * {
      max-width: 992px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    header#header #search .block-search-api-stats-block > * {
      max-width: 1200px; } }
  header#header #search.show-search-history .block-search-api-stats-block {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  header#header #search #autocomplete {
    -webkit-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    width: 270px;
    border: none;
    overflow: hidden;
    width: auto;
    height: auto;
    position: relative;
    top: 80px;
    padding-top: 50px; }
    @media (min-width: 48em) {
      header#header #search #autocomplete {
        border-radius: 35px;
        padding: 30px 30px 46px 30px;
        background-color: #FFFFFF;
        border: solid 1px #808080; } }
  header#header #search h2 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      header#header #search h2 {
        font-size: 18px; } }
  header#header #search ul {
    padding-bottom: 60px; }
    header#header #search ul li {
      font-weight: 400;
      color: #1b1c20;
      background-color: transparent;
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 10px;
      display: block;
      position: relative;
      padding-left: 19px; }
      header#header #search ul li:last-child {
        margin-bottom: 0; }
      header#header #search ul li:before {
        content: '';
        opacity: 0.2;
        background-image: url("../img/icon-search.png");
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 4px;
        width: 9px;
        height: 9px; }
      header#header #search ul li:hover {
        background-color: transparent;
        color: #ef2528;
        cursor: pointer; }
      header#header #search ul li span {
        display: inline-block;
        vertical-align: middle; }
      header#header #search ul li .autocomplete-suggestion-results {
        color: #808080;
        font-weight: 300;
        font-size: 80%;
        position: static; }
      header#header #search ul li .autocomplete-user-input {
        font-weight: 300; }
      @media (min-width: 48em) {
        header#header #search ul li {
          font-size: 18px;
          font-weight: 700;
          padding-left: 25px; }
          header#header #search ul li:before {
            top: 8px;
            width: 13px;
            height: 13px; } }
      @media (min-width: 75em) {
        header#header #search ul li {
          font-size: 22px;
          line-height: 1.5;
          padding-left: 30px; }
          header#header #search ul li:before {
            top: 12px;
            width: 18px;
            height: 18px; } }

.view-search {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  padding: 0 20px;
  margin-top: 7em;
  margin-bottom: 4em; }
  @media (min-width: 62em) {
    .view-search {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .view-search {
      max-width: 1200px; } }
  @media (min-width: 48em) {
    .view-search {
      margin-top: 10em; } }
  @media (min-width: 75em) {
    .view-search {
      margin-top: 12em; } }
  .view-search .view-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    padding: 0; }
    @media (min-width: 48em) {
      .view-search .view-header {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 75em) {
      .view-search .view-header {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 48em) {
      .view-search .view-header {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .view-search .view-header {
        padding-left: 30px;
        padding-right: 30px; } }
  .view-search .view-filters {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      .view-search .view-filters {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .view-search .view-filters {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 48em) {
      .view-search .view-filters {
        width: 33.3333333333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        overflow: hidden;
        *zoom: 1; } }
    .view-search .view-filters h2 {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: inherit;
      margin-bottom: 0;
      line-height: 1; }
    .view-search .view-filters li {
      font-weight: 600;
      font-size: 18px;
      line-height: 1.8em; }
    .view-search .view-filters .block-search-api-sorts {
      margin: 2em 0; }
      @media (min-width: 48em) {
        .view-search .view-filters .block-search-api-sorts {
          margin-top: 0; } }
    .view-search .view-filters .block-search-api-stats-block {
      display: none;
      margin: 2em 0; }
      .view-search .view-filters .block-search-api-stats-block .content {
        margin-top: 1em; }
      @media (min-width: 75em) {
        .view-search .view-filters .block-search-api-stats-block {
          display: block; } }
  .view-search .view-content {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      .view-search .view-content {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 75em) {
      .view-search .view-content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 48em) {
      .view-search .view-content {
        width: 66.6666666667%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none; } }
    .view-search .view-content .article {
      max-width: none; }
  .view-search .pager {
    clear: both; }

/* Slider */
.slick-slider .slides > .node {
  display: none; }
  .slick-slider .slides > .node:first-of-type {
    display: block; }

.slick-slider {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/*.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}*/
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 120px;
  width: 80px;
  /*line-height: 0;
    font-size: 0;*/
  font-size: 44px;
  line-height: 120px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  margin-top: -60px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "Open Sans";
  font-size: 72px;
  line-height: 120px;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  top: 330px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  @media (min-width: 48em) {
    .slick-dots {
      top: auto;
      bottom: 20px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #fff;
      display: block;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0;
      cursor: pointer;
      opacity: 0.5; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 1; }

.slick-slider .pager {
  display: none;
  border-bottom: solid 1px #e0e3e3;
  position: relative; }
  @media (min-width: 75em) {
    .slick-slider .pager {
      display: block; } }
  .slick-slider .pager .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 62em) {
      .slick-slider .pager .container {
        max-width: 992px; } }
    @media (min-width: 75em) {
      .slick-slider .pager .container {
        max-width: 1200px; } }
  .slick-slider .pager ul.slider-pager {
    overflow: hidden;
    *zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slick-slider .pager ul.slider-pager li {
      position: relative;
      opacity: .99;
      height: 80px;
      width: 25%;
      background-color: #fff;
      color: #d2d5d5;
      border-left: solid 1px #e0e3e3;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      font-size: 0;
      line-height: 0; }
      .slick-slider .pager ul.slider-pager li a {
        color: inherit;
        text-decoration: inherit;
        cursor: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        height: 80px;
        padding-left: 30px;
        padding-right: 30px; }
        .slick-slider .pager ul.slider-pager li a:active, .slick-slider .pager ul.slider-pager li a:focus {
          outline: none; }
        .slick-slider .pager ul.slider-pager li a:hover {
          color: #1b1c20; }
      .slick-slider .pager ul.slider-pager li:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        margin-left: -14px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff;
        -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .slick-slider .pager ul.slider-pager li:last-child {
        border-right: solid 1px #e0e3e3; }
      .slick-slider .pager ul.slider-pager li.active {
        color: #1b1c20; }
        .slick-slider .pager ul.slider-pager li.active:before {
          top: -14px; }

.slick-slider--small .pager {
  display: none; }

.slick-slider--small .switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

.slick-slider--small .slick-dots {
  position: static;
  width: auto;
  padding-right: 2em; }
  .slick-slider--small .slick-dots li {
    vertical-align: 2px; }
    .slick-slider--small .slick-dots li button {
      opacity: 1;
      background: #ef2528; }
      .slick-slider--small .slick-dots li button:hover, .slick-slider--small .slick-dots li button:focus {
        background: gray; }
    .slick-slider--small .slick-dots li.slick-active button {
      background: black; }

.slick-slider--small .slick-arrow {
  z-index: 100; }

.slick-slider--small .slick-prev,
.slick-slider--small .slick-next {
  position: relative;
  margin-top: 0;
  width: 60px;
  height: 30px;
  text-indent: 100%;
  overflow: hidden; }
  .slick-slider--small .slick-prev:before,
  .slick-slider--small .slick-next:before {
    display: none; }
  .slick-slider--small .slick-prev:after,
  .slick-slider--small .slick-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat; }

.slick-slider--small .slick-prev:after {
  background-image: url("../icons/ui/arrow-backw.svg"); }

.slick-slider--small .slick-prev:hover:after, .slick-slider--small .slick-prev:focus:after {
  background-image: url("../icons/ui/arrow-backw--hover.svg"); }

.slick-slider--small .slick-next {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }
  .slick-slider--small .slick-next:after {
    background-image: url("../icons/ui/arrow-forw.svg"); }
  .slick-slider--small .slick-next:hover:after, .slick-slider--small .slick-next:focus:after {
    background-image: url("../icons/ui/arrow-forw--hover.svg"); }

body #main ul.some-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  body #main ul.some-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  body #main ul.some-list li {
    line-height: 1.3;
    margin: 1em 0;
    text-indent: 0; }
  body #main ul.some-list a {
    color: #ef2528; }
    body #main ul.some-list a strong {
      color: #1b1c20; }
  body #main ul.some-list strong {
    font-weight: 600; }

.node-highlight.some-list-highlight .columns {
  padding-bottom: 2em; }
  .node-highlight.some-list-highlight .columns .col {
    text-align: left;
    padding-top: 0; }

.node-highlight.some-list-highlight + .some-list-highlight {
  border-top: none !important; }
  .node-highlight.some-list-highlight + .some-list-highlight .columns {
    padding-bottom: 4em; }

body.splash-active {
  overflow: hidden; }

.splash-offer-dialog {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1500; }

.entity-splash-offer,
.ui-dialog .entity-splash-offer {
  display: none;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden; }
  .entity-splash-offer .content,
  .ui-dialog .entity-splash-offer .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../logo.svg") no-repeat center 30px/140px; }
  .entity-splash-offer .body-wrapper,
  .ui-dialog .entity-splash-offer .body-wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 100px;
    overflow: auto;
    padding: 15px;
    border-top: solid 1px #c9cecd;
    border-bottom: solid 1px #c9cecd; }
    .entity-splash-offer .body-wrapper form .form-type-select,
    .ui-dialog .entity-splash-offer .body-wrapper form .form-type-select {
      border: 0; }
    .entity-splash-offer .body-wrapper form label,
    .ui-dialog .entity-splash-offer .body-wrapper form label {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 0.2em; }
    .entity-splash-offer .body-wrapper form select,
    .ui-dialog .entity-splash-offer .body-wrapper form select {
      border: 1px solid #c9cecd;
      color: #606060; }
  .entity-splash-offer .with-cookie-alert .body-wrapper,
  .ui-dialog .entity-splash-offer .with-cookie-alert .body-wrapper {
    bottom: 130px; }
  .entity-splash-offer .body,
  .ui-dialog .entity-splash-offer .body {
    max-width: 840px;
    margin: 0 auto; }
  .entity-splash-offer .form-wrapper,
  .ui-dialog .entity-splash-offer .form-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 30px;
    text-align: center; }
    .entity-splash-offer .form-wrapper .cookie-alert,
    .ui-dialog .entity-splash-offer .form-wrapper .cookie-alert {
      margin-bottom: .5em; }
    .entity-splash-offer .form-wrapper .country-splash-offer-button,
    .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button {
      background: #ef2528;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
      background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
      background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
      -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
      box-shadow: 0 -1px 0 0 #c51011 inset;
      text-shadow: 0 -1px 0 #cf2528;
      border-radius: 30px;
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      padding: 5px 25px;
      text-transform: uppercase;
      height: 40px;
      line-height: 30px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      color: #FFFFFF;
      display: inline-block;
      margin: 0.5em; }
      .entity-splash-offer .form-wrapper .country-splash-offer-button:active, .entity-splash-offer .form-wrapper .country-splash-offer-button:focus,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:active,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:focus {
        outline: none; }
      @media (min-width: 48em) {
        .entity-splash-offer .form-wrapper .country-splash-offer-button.icon,
        .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon {
          padding-left: 35px; } }
      @media (min-width: 75em) {
        .entity-splash-offer .form-wrapper .country-splash-offer-button.icon,
        .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon {
          padding-left: 60px; } }
      .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:before,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px; }
        @media (min-width: 48em) {
          .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:before,
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:before {
            left: 15px; } }
        @media (min-width: 75em) {
          .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:before,
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:before {
            left: 30px; } }
      @media (min-width: 48em) {
        .entity-splash-offer .form-wrapper .country-splash-offer-button,
        .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button {
          width: auto; } }
      @media (min-width: 75em) {
        .entity-splash-offer .form-wrapper .country-splash-offer-button,
        .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button {
          border-radius: 60px;
          font-size: 18px;
          font-weight: 400;
          height: 60px;
          line-height: 50px;
          padding-left: 30px;
          padding-right: 30px; }
          .entity-splash-offer .form-wrapper .country-splash-offer-button.icon,
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon {
            padding-left: 60px; } }
      .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button, .no-touch
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button {
        -webkit-transition: background, background-color, background-image, padding 0.25s ease;
        transition: background, background-color, background-image, padding 0.25s ease; }
        @media (min-width: 48em) {
          .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button:hover, .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.active {
            color: #fff;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
            background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
            background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 75em) {
          .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button:hover, .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.active {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 48em) {
          .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:hover, .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button.icon.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon.active {
            padding-left: 40px;
            padding-right: 15px; } }
        @media (min-width: 75em) {
          .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:hover, .no-touch .entity-splash-offer .form-wrapper .country-splash-offer-button.icon.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button.icon.active {
            padding-left: 65px;
            padding-right: 60px; } }
      .entity-splash-offer .form-wrapper .country-splash-offer-button:visited,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:visited {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .country-splash-offer-button:focus,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:focus {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .country-splash-offer-button:hover,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:hover {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .country-splash-offer-button:active,
      .ui-dialog .entity-splash-offer .form-wrapper .country-splash-offer-button:active {
        color: #FFFFFF; }
    .entity-splash-offer .form-wrapper .splash-offer-yes-button,
    .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button {
      background: #ef2528;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
      background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
      background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
      -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
      box-shadow: 0 -1px 0 0 #c51011 inset;
      text-shadow: 0 -1px 0 #cf2528;
      border-radius: 30px;
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      padding: 5px 25px;
      text-transform: uppercase;
      height: 40px;
      line-height: 30px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      color: #FFFFFF;
      display: inline-block;
      margin: 0.5em; }
      .entity-splash-offer .form-wrapper .splash-offer-yes-button:active, .entity-splash-offer .form-wrapper .splash-offer-yes-button:focus,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:active,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:focus {
        outline: none; }
      @media (min-width: 48em) {
        .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon {
          padding-left: 35px; } }
      @media (min-width: 75em) {
        .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon {
          padding-left: 60px; } }
      .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:before,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px; }
        @media (min-width: 48em) {
          .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:before,
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:before {
            left: 15px; } }
        @media (min-width: 75em) {
          .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:before,
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:before {
            left: 30px; } }
      @media (min-width: 48em) {
        .entity-splash-offer .form-wrapper .splash-offer-yes-button,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button {
          width: auto; } }
      @media (min-width: 75em) {
        .entity-splash-offer .form-wrapper .splash-offer-yes-button,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button {
          border-radius: 60px;
          font-size: 18px;
          font-weight: 400;
          height: 60px;
          line-height: 50px;
          padding-left: 30px;
          padding-right: 30px; }
          .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon,
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon {
            padding-left: 60px; } }
      .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button, .no-touch
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button {
        -webkit-transition: background, background-color, background-image, padding 0.25s ease;
        transition: background, background-color, background-image, padding 0.25s ease; }
        @media (min-width: 48em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.active {
            color: #fff;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
            background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
            background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 75em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.active {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 48em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon.active {
            padding-left: 40px;
            padding-right: 15px; } }
        @media (min-width: 75em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button.icon.active {
            padding-left: 65px;
            padding-right: 60px; } }
      .entity-splash-offer .form-wrapper .splash-offer-yes-button:visited,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:visited {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .splash-offer-yes-button:focus,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:focus {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .splash-offer-yes-button:hover,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:hover {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .splash-offer-yes-button:active,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-yes-button:active {
        color: #FFFFFF; }
    .entity-splash-offer .form-wrapper .splash-offer-no,
    .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no {
      background: #ef2528;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
      background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
      background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
      -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
      box-shadow: 0 -1px 0 0 #c51011 inset;
      text-shadow: 0 -1px 0 #cf2528;
      border-radius: 30px;
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      padding: 5px 25px;
      text-transform: uppercase;
      height: 40px;
      line-height: 30px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      color: #FFFFFF;
      display: inline-block;
      margin: 0.5em; }
      .entity-splash-offer .form-wrapper .splash-offer-no:active, .entity-splash-offer .form-wrapper .splash-offer-no:focus,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:active,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:focus {
        outline: none; }
      @media (min-width: 48em) {
        .entity-splash-offer .form-wrapper .splash-offer-no.icon,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon {
          padding-left: 35px; } }
      @media (min-width: 75em) {
        .entity-splash-offer .form-wrapper .splash-offer-no.icon,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon {
          padding-left: 60px; } }
      .entity-splash-offer .form-wrapper .splash-offer-no.icon:before,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px; }
        @media (min-width: 48em) {
          .entity-splash-offer .form-wrapper .splash-offer-no.icon:before,
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon:before {
            left: 15px; } }
        @media (min-width: 75em) {
          .entity-splash-offer .form-wrapper .splash-offer-no.icon:before,
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon:before {
            left: 30px; } }
      @media (min-width: 48em) {
        .entity-splash-offer .form-wrapper .splash-offer-no,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no {
          width: auto; } }
      @media (min-width: 75em) {
        .entity-splash-offer .form-wrapper .splash-offer-no,
        .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no {
          border-radius: 60px;
          font-size: 18px;
          font-weight: 400;
          height: 60px;
          line-height: 50px;
          padding-left: 30px;
          padding-right: 30px; }
          .entity-splash-offer .form-wrapper .splash-offer-no.icon,
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon {
            padding-left: 60px; } }
      .no-touch .entity-splash-offer .form-wrapper .splash-offer-no, .no-touch
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no {
        -webkit-transition: background, background-color, background-image, padding 0.25s ease;
        transition: background, background-color, background-image, padding 0.25s ease; }
        @media (min-width: 48em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-no:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-no.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.active {
            color: #fff;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
            background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
            background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 75em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-no:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-no.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.active {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 48em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-no.icon:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-no.icon.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon.active {
            padding-left: 40px;
            padding-right: 15px; } }
        @media (min-width: 75em) {
          .no-touch .entity-splash-offer .form-wrapper .splash-offer-no.icon:hover, .no-touch .entity-splash-offer .form-wrapper .splash-offer-no.icon.active, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon:hover, .no-touch
          .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no.icon.active {
            padding-left: 65px;
            padding-right: 60px; } }
      .entity-splash-offer .form-wrapper .splash-offer-no:visited,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:visited {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .splash-offer-no:focus,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:focus {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .splash-offer-no:hover,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:hover {
        color: #FFFFFF; }
      .entity-splash-offer .form-wrapper .splash-offer-no:active,
      .ui-dialog .entity-splash-offer .form-wrapper .splash-offer-no:active {
        color: #FFFFFF; }
  @media (min-width: 75em) {
    .entity-splash-offer .body-wrapper,
    .ui-dialog .entity-splash-offer .body-wrapper {
      bottom: 135px; }
    .entity-splash-offer .with-cookie-alert .body-wrapper,
    .ui-dialog .entity-splash-offer .with-cookie-alert .body-wrapper {
      bottom: 160px; } }
  .entity-splash-offer .cookie-alert,
  .ui-dialog .entity-splash-offer .cookie-alert {
    text-align: center; }
    .entity-splash-offer .cookie-alert label,
    .ui-dialog .entity-splash-offer .cookie-alert label {
      display: inline; }

.splash-offer-dialog {
  padding: 0; }
  .splash-offer-dialog.ui-corner-all {
    border-radius: 0; }
  .splash-offer-dialog .ui-dialog-content {
    padding: 0; }
  .splash-offer-dialog .ui-dialog-titlebar {
    display: none; }
  .splash-offer-dialog .ui-dialog-buttonpane {
    border: none; }

.hide-content {
  display: none; }

.view-vacancies.view-display-id-archive_page {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 62em) {
    .view-vacancies.view-display-id-archive_page {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .view-vacancies.view-display-id-archive_page {
      max-width: 1200px; } }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 75em) {
    .view-vacancies.view-display-id-archive_page {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page {
      padding-bottom: 35px; } }
  @media (min-width: 75em) {
    .view-vacancies.view-display-id-archive_page {
      padding-bottom: 40px; } }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page {
      padding-left: 0;
      padding-right: 0; } }
  .view-vacancies.view-display-id-archive_page .view-header {
    font-size: 30px;
    text-align: left;
    padding: 0px 20px 50px; }
  .view-vacancies.view-display-id-archive_page .view-filters {
    overflow: hidden;
    *zoom: 1;
    max-width: 45em;
    margin: 0 auto;
    margin-bottom: 2em; }
    .view-vacancies.view-display-id-archive_page .view-filters .views-exposed-widget {
      margin-bottom: 1em; }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page .view-filters {
      width: 29.6703296703%;
      float: right;
      margin-left: 0;
      margin-right: 0%;
      clear: none;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page .view-filters {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .view-vacancies.view-display-id-archive_page .view-filters {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page .view-content {
      width: 70.3296703297%;
      float: left;
      margin-right: -100%;
      margin-left: 0%;
      clear: none;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page .view-content {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .view-vacancies.view-display-id-archive_page .view-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page ul.pager {
      padding-top: 30px;
      padding-bottom: 30px;
      overflow: hidden;
      *zoom: 1;
      clear: both; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .view-vacancies.view-display-id-archive_page ul.pager {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 48em) and (min-width: 75em) {
    .view-vacancies.view-display-id-archive_page ul.pager {
      padding-top: 40px;
      padding-bottom: 40px; } }

.view-vacancies.view-display-id-block_1 {
  padding-top: 1em;
  border: solid 1px #F3F3F3 !important; }
  .view-vacancies.view-display-id-block_1 .views-label-field-location-channel,
  .view-vacancies.view-display-id-block_1 .views-label-field-vacancy-category,
  .view-vacancies.view-display-id-block_1 .views-label-field-work-types {
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px; }
  .view-vacancies.view-display-id-block_1 .field-applying-dates {
    display: inline-block;
    font-size: 12px; }
  .view-vacancies.view-display-id-block_1 .field-laura-form {
    margin-top: 1em;
    padding: 10px 0px;
    background-color: #F3F3F3; }
    .view-vacancies.view-display-id-block_1 .field-laura-form a {
      background: #ef2528;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
      background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
      background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
      -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
      box-shadow: 0 -1px 0 0 #c51011 inset;
      text-shadow: 0 -1px 0 #cf2528;
      border-radius: 30px;
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      padding: 5px 25px;
      text-transform: uppercase;
      height: 40px;
      line-height: 30px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      color: #FFFFFF;
      margin: auto;
      display: table; }
      .view-vacancies.view-display-id-block_1 .field-laura-form a:active, .view-vacancies.view-display-id-block_1 .field-laura-form a:focus {
        outline: none; }
      @media (min-width: 48em) {
        .view-vacancies.view-display-id-block_1 .field-laura-form a.icon {
          padding-left: 35px; } }
      @media (min-width: 75em) {
        .view-vacancies.view-display-id-block_1 .field-laura-form a.icon {
          padding-left: 60px; } }
      .view-vacancies.view-display-id-block_1 .field-laura-form a.icon:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px; }
        @media (min-width: 48em) {
          .view-vacancies.view-display-id-block_1 .field-laura-form a.icon:before {
            left: 15px; } }
        @media (min-width: 75em) {
          .view-vacancies.view-display-id-block_1 .field-laura-form a.icon:before {
            left: 30px; } }
      @media (min-width: 48em) {
        .view-vacancies.view-display-id-block_1 .field-laura-form a {
          width: auto; } }
      @media (min-width: 75em) {
        .view-vacancies.view-display-id-block_1 .field-laura-form a {
          border-radius: 60px;
          font-size: 18px;
          font-weight: 400;
          height: 60px;
          line-height: 50px;
          padding-left: 30px;
          padding-right: 30px; }
          .view-vacancies.view-display-id-block_1 .field-laura-form a.icon {
            padding-left: 60px; } }
      .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a {
        -webkit-transition: background, background-color, background-image, padding 0.25s ease;
        transition: background, background-color, background-image, padding 0.25s ease; }
        @media (min-width: 48em) {
          .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a:hover, .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a.active {
            color: #fff;
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
            background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
            background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
            -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 75em) {
          .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a:hover, .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a.active {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (min-width: 48em) {
          .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a.icon:hover, .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a.icon.active {
            padding-left: 40px;
            padding-right: 15px; } }
        @media (min-width: 75em) {
          .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a.icon:hover, .no-touch .view-vacancies.view-display-id-block_1 .field-laura-form a.icon.active {
            padding-left: 65px;
            padding-right: 60px; } }
      .view-vacancies.view-display-id-block_1 .field-laura-form a:visited {
        color: #FFFFFF; }
      .view-vacancies.view-display-id-block_1 .field-laura-form a:focus {
        color: #FFFFFF; }
      .view-vacancies.view-display-id-block_1 .field-laura-form a:hover {
        color: #FFFFFF; }
      .view-vacancies.view-display-id-block_1 .field-laura-form a:active {
        color: #FFFFFF; }
  .view-vacancies.view-display-id-block_1 .field-laura-link a {
    color: #ef2528;
    font-weight: bold; }
    .view-vacancies.view-display-id-block_1 .field-laura-link a:visited {
      color: #ef2528; }
    .view-vacancies.view-display-id-block_1 .field-laura-link a:focus {
      color: #ef2528; }
    .view-vacancies.view-display-id-block_1 .field-laura-link a:hover {
      color: #ef2528; }
    .view-vacancies.view-display-id-block_1 .field-laura-link a:active {
      color: #ef2528; }

.view-vacancies.view-display-id-block_2 {
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 48em) {
    .view-vacancies.view-display-id-block_2 {
      padding-left: 0;
      padding-right: 0; } }
  .view-vacancies.view-display-id-block_2 ul.pager {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    *zoom: 1;
    clear: both; }
    @media (min-width: 48em) {
      .view-vacancies.view-display-id-block_2 ul.pager {
        padding-top: 35px;
        padding-bottom: 35px; } }
    @media (min-width: 75em) {
      .view-vacancies.view-display-id-block_2 ul.pager {
        padding-top: 40px;
        padding-bottom: 40px; } }

.node-vacancy ul:not(.juicer-feed) li {
  list-style-position: initial;
  text-indent: 0; }

.node-vacancy .field-body {
  text-align: left; }
  .node-vacancy .field-body a {
    text-decoration: underline; }

.node-vacancy .field-title {
  text-align: left; }

.view .more-link {
  margin-top: 3em; }

.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0; }

.pager-load-more {
  margin-top: 5em;
  text-align: center; }
  .pager-load-more a {
    background: #ef2528;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
    background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
    background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
    -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
    box-shadow: 0 -1px 0 0 #c51011 inset;
    text-shadow: 0 -1px 0 #cf2528;
    border-radius: 30px;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
    height: 40px;
    line-height: 30px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #FFFFFF; }
    .pager-load-more a:active, .pager-load-more a:focus {
      outline: none; }
    @media (min-width: 48em) {
      .pager-load-more a.icon {
        padding-left: 35px; } }
    @media (min-width: 75em) {
      .pager-load-more a.icon {
        padding-left: 60px; } }
    .pager-load-more a.icon:before {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px; }
      @media (min-width: 48em) {
        .pager-load-more a.icon:before {
          left: 15px; } }
      @media (min-width: 75em) {
        .pager-load-more a.icon:before {
          left: 30px; } }
    @media (min-width: 48em) {
      .pager-load-more a {
        width: auto; } }
    @media (min-width: 75em) {
      .pager-load-more a {
        border-radius: 60px;
        font-size: 18px;
        font-weight: 400;
        height: 60px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px; }
        .pager-load-more a.icon {
          padding-left: 60px; } }
    .no-touch .pager-load-more a {
      -webkit-transition: background, background-color, background-image, padding 0.25s ease;
      transition: background, background-color, background-image, padding 0.25s ease; }
      @media (min-width: 48em) {
        .no-touch .pager-load-more a:hover, .no-touch .pager-load-more a.active {
          color: #fff;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
          background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
          background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
          padding-left: 25px;
          padding-right: 25px; } }
      @media (min-width: 75em) {
        .no-touch .pager-load-more a:hover, .no-touch .pager-load-more a.active {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 48em) {
        .no-touch .pager-load-more a.icon:hover, .no-touch .pager-load-more a.icon.active {
          padding-left: 40px;
          padding-right: 15px; } }
      @media (min-width: 75em) {
        .no-touch .pager-load-more a.icon:hover, .no-touch .pager-load-more a.icon.active {
          padding-left: 65px;
          padding-right: 60px; } }
    .pager-load-more a:visited {
      color: #FFFFFF; }
    .pager-load-more a:focus {
      color: #FFFFFF; }
    .pager-load-more a:hover {
      color: #FFFFFF; }
    .pager-load-more a:active {
      color: #FFFFFF; }

ul.pager:not(.pager-load-more) {
  margin: 3em auto 1em;
  width: 200px; }
  ul.pager:not(.pager-load-more) li {
    margin: 0;
    padding: 0;
    float: left;
    white-space: nowrap;
    height: 40px;
    line-height: 40px; }
  ul.pager:not(.pager-load-more) .pager-current {
    text-align: center;
    font-weight: 300;
    width: 120px; }
  ul.pager:not(.pager-load-more) .pager-next,
  ul.pager:not(.pager-load-more) .pager-previous {
    position: relative; }
    ul.pager:not(.pager-load-more) .pager-next a,
    ul.pager:not(.pager-load-more) .pager-previous a {
      border-radius: 4px;
      display: block;
      height: 40px;
      width: 40px;
      overflow: hidden;
      text-indent: 40px;
      background: #bbc0be; }
      ul.pager:not(.pager-load-more) .pager-next a:hover,
      ul.pager:not(.pager-load-more) .pager-previous a:hover {
        background: #8d9693; }
      ul.pager:not(.pager-load-more) .pager-next a:after,
      ul.pager:not(.pager-load-more) .pager-previous a:after {
        color: white;
        content: '';
        text-indent: 0;
        font-size: 30px;
        position: absolute;
        top: -2px;
        left: 0;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center; }
  ul.pager:not(.pager-load-more) .pager-previous a:after {
    content: '\2039'; }
  ul.pager:not(.pager-load-more) .pager-next a:after {
    content: '\203A'; }

.view-header {
  text-align: center;
  padding: 50px 20px; }
  .view-header h2 {
    margin-bottom: 30px; }
  @media (min-width: 48em) {
    .view-header {
      padding: 50px 100px; } }
  @media (min-width: 75em) {
    .view-header {
      padding: 70px 200px; } }

.wall {
  overflow: hidden;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both;
  margin-bottom: 100px; }
  @media (min-width: 62em) {
    .wall {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .wall {
      max-width: 1200px; } }
  .wall .view-header {
    padding: 0;
    margin: 0; }
  .wall .grid-sizer {
    width: 50%; }
    @media (min-width: 48em) {
      .wall .grid-sizer {
        width: 33.3333333333%; } }
    @media (min-width: 75em) {
      .wall .grid-sizer {
        width: 25%; } }
  .wall .node.view-mode-big,
  .wall .node.view-mode-small {
    float: left;
    height: 0;
    overflow: hidden;
    position: relative; }
  .wall .node.view-mode-big {
    width: 100%;
    padding-bottom: 100%; }
  .wall .node.view-mode-small {
    width: 50%;
    padding-bottom: 50%; }
  @media (min-width: 48em) {
    .wall .node.view-mode-big {
      width: 66.6666666667%;
      padding-bottom: 66.6666666667%; }
    .wall .node.view-mode-small {
      width: 33.3333333333%;
      padding-bottom: 33.3333333333%; } }
  @media (min-width: 75em) {
    .wall .node.view-mode-big {
      padding-bottom: 50%;
      width: 50%; }
    .wall .node.view-mode-small {
      padding-bottom: 25%;
      width: 25%; } }

.wall-small .grid-sizer {
  width: 50%; }
  @media (min-width: 48em) {
    .wall-small .grid-sizer {
      width: 33.3333333333%; } }

.wall-small .node.view-mode-big {
  width: 100%;
  padding-bottom: 100%; }

.wall-small .node.view-mode-small {
  width: 50%;
  padding-bottom: 50%; }

@media (min-width: 48em) {
  .wall-small .node.view-mode-big {
    width: 66.6666666667%;
    padding-bottom: 66.6666666667%; }
  .wall-small .node.view-mode-small {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%; } }

.wall .node .graphic {
  -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 0.99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .wall .node .graphic a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent; }

.wall .node:hover .graphic {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.wall .node.has-bg .text-container, .wall .node.has-image .text-container {
  background-image: -owg-linear-gradient(transparent, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000); }

.wall .node .channel {
  border-bottom-right-radius: 7px;
  background: #f6f6f6;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  padding: 6px 9px;
  letter-spacing: 0;
  top: 0;
  left: 0;
  text-transform: uppercase; }
  .wall .node .channel.active-channel,
  .wall .node .channel a.active {
    display: none; }
  .wall .node .channel a {
    border-bottom-right-radius: 7px;
    -webkit-transition: padding 0.15s ease;
    transition: padding 0.15s ease;
    color: #FFFFFF;
    display: inline-block;
    margin: -6px -9px;
    padding: 6px 9px;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .wall .node .channel a {
        padding: 8px 13px; } }
    @media (min-width: 75em) {
      .wall .node .channel a {
        padding: 10px 15px; } }
    .wall .node .channel a:hover {
      padding-left: 20px; }
  .wall .node .channel .field-name-field-extra-link + .field-name-field-main-channel {
    display: none; }

.wall .node.rovio-red.no-image {
  background-color: #b51c1f; }

.wall .node.rovio-red.has-image {
  background-color: transparent; }

.wall .node.rovio-red .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-red .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-red .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-red .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-red .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-red .channel a {
  color: #FFFFFF;
  background-color: #ef2528; }
  .wall .node.rovio-red .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-red .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-red .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-red .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-purple.no-image {
  background-color: #9d0b6a; }

.wall .node.rovio-purple.has-image {
  background-color: transparent; }

.wall .node.rovio-purple .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-purple .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-purple .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-purple .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-purple .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-purple .channel a {
  color: #FFFFFF;
  background-color: #ba0d7d; }
  .wall .node.rovio-purple .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-purple .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-purple .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-purple .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-violet.no-image {
  background-color: #8c42ae; }

.wall .node.rovio-violet.has-image {
  background-color: transparent; }

.wall .node.rovio-violet .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-violet .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-violet .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-violet .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-violet .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-violet .channel a {
  color: #FFFFFF;
  background-color: #9b56b8; }
  .wall .node.rovio-violet .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-violet .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-violet .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-violet .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-yellow.no-image {
  background-color: #fa9a00; }

.wall .node.rovio-yellow.has-image {
  background-color: transparent; }

.wall .node.rovio-yellow .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-yellow .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-yellow .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-yellow .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-yellow .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-yellow .channel a {
  color: #FFFFFF;
  background-color: #fac400; }
  .wall .node.rovio-yellow .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-yellow .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-yellow .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-yellow .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-grey.no-image {
  background-color: #dedede; }

.wall .node.rovio-grey.has-image {
  background-color: transparent; }

.wall .node.rovio-grey .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-grey .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-grey .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-grey .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-grey .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-grey .channel a {
  color: #FFFFFF;
  background-color: #c7c7c7; }
  .wall .node.rovio-grey .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-grey .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-grey .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-grey .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-green.no-image {
  background-color: #07b05c; }

.wall .node.rovio-green.has-image {
  background-color: transparent; }

.wall .node.rovio-green .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-green .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-green .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-green .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-green .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-green .channel a {
  color: #FFFFFF;
  background-color: #05cc6c; }
  .wall .node.rovio-green .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-green .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-green .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-green .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-green-lantern.no-image {
  background-color: #009e81; }

.wall .node.rovio-green-lantern.has-image {
  background-color: transparent; }

.wall .node.rovio-green-lantern .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-green-lantern .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-green-lantern .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-green-lantern .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-green-lantern .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-green-lantern .channel a {
  color: #FFFFFF;
  background-color: #00bd9a; }
  .wall .node.rovio-green-lantern .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-green-lantern .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-green-lantern .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-green-lantern .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-green-forest.no-image {
  background-color: #1bb404; }

.wall .node.rovio-green-forest.has-image {
  background-color: transparent; }

.wall .node.rovio-green-forest .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-green-forest .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-green-forest .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-green-forest .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-green-forest .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-green-forest .channel a {
  color: #FFFFFF;
  background-color: #20cc05; }
  .wall .node.rovio-green-forest .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-green-forest .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-green-forest .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-green-forest .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-orange.no-image {
  background-color: #db5400; }

.wall .node.rovio-orange.has-image {
  background-color: transparent; }

.wall .node.rovio-orange .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-orange .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-orange .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-orange .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-orange .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-orange .channel a {
  color: #FFFFFF;
  background-color: #ee8020; }
  .wall .node.rovio-orange .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-orange .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-orange .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-orange .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-pink.no-image {
  background-color: #d3649f; }

.wall .node.rovio-pink.has-image {
  background-color: transparent; }

.wall .node.rovio-pink .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-pink .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-pink .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-pink .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-pink .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-pink .channel a {
  color: #FFFFFF;
  background-color: #ea6caf; }
  .wall .node.rovio-pink .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-pink .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-pink .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-pink .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-blue.no-image {
  background-color: #007db8; }

.wall .node.rovio-blue.has-image {
  background-color: transparent; }

.wall .node.rovio-blue .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-blue .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-blue .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-blue .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-blue .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-blue .channel a {
  color: #FFFFFF;
  background-color: #0096db; }
  .wall .node.rovio-blue .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-blue .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-blue .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-blue .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-blue-light.no-image {
  background-color: #02b1c5; }

.wall .node.rovio-blue-light.has-image {
  background-color: transparent; }

.wall .node.rovio-blue-light .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-blue-light .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-blue-light .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-blue-light .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-blue-light .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-blue-light .channel a {
  color: #FFFFFF;
  background-color: #01cee4; }
  .wall .node.rovio-blue-light .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-blue-light .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-blue-light .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-blue-light .channel a:active {
    color: #FFFFFF; }

.wall .node.rovio-blue-black.no-image {
  background-color: #294051; }

.wall .node.rovio-blue-black.has-image {
  background-color: transparent; }

.wall .node.rovio-blue-black .text-container a {
  color: #FFFFFF; }
  .wall .node.rovio-blue-black .text-container a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-blue-black .text-container a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-blue-black .text-container a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-blue-black .text-container a:active {
    color: #FFFFFF; }

.wall .node.rovio-blue-black .channel a {
  color: #FFFFFF;
  background-color: #304b5f; }
  .wall .node.rovio-blue-black .channel a:visited {
    color: #FFFFFF; }
  .wall .node.rovio-blue-black .channel a:focus {
    color: #FFFFFF; }
  .wall .node.rovio-blue-black .channel a:hover {
    color: #FFFFFF; }
  .wall .node.rovio-blue-black .channel a:active {
    color: #FFFFFF; }

.wall .node .text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%; }
  .wall .node .text-container a {
    color: #FFFFFF; }
    .wall .node .text-container a:visited {
      color: #FFFFFF; }
    .wall .node .text-container a:focus {
      color: #FFFFFF; }
    .wall .node .text-container a:hover {
      color: #FFFFFF; }
    .wall .node .text-container a:active {
      color: #FFFFFF; }
  .wall .node .text-container h2 {
    margin-bottom: 0;
    letter-spacing: 0; }
    @media (min-width: 48em) {
      .wall .node .text-container h2 {
        letter-spacing: -1px; } }
  .wall .node .text-container p {
    color: #8d9693;
    display: none;
    line-height: 1.5;
    padding-top: 1em;
    margin-bottom: 0; }
  .wall .node .text-container > h2,
  .wall .node .text-container > a {
    display: block;
    padding: 20px 10px; }
    @media (min-width: 48em) {
      .wall .node .text-container > h2,
      .wall .node .text-container > a {
        padding: 30px 15px; } }
    @media (min-width: 75em) {
      .wall .node .text-container > h2,
      .wall .node .text-container > a {
        padding: 30px 20px; } }

.wall .node.view-mode-big .text-container a {
  padding: 30px; }
  @media (min-width: 48em) {
    .wall .node.view-mode-big .text-container a {
      padding: 50px; } }
  @media (min-width: 75em) {
    .wall .node.view-mode-big .text-container a {
      padding: 60px; } }

.wall .node .date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: 0; }

.wall .node.no-bg:not(.node-liftup):not(.rovio-color) a, .wall .node.no-image:not(.node-liftup):not(.rovio-color) a {
  color: #1b1c20; }
  .wall .node.no-bg:not(.node-liftup):not(.rovio-color) a:visited, .wall .node.no-image:not(.node-liftup):not(.rovio-color) a:visited {
    color: #1b1c20; }
  .wall .node.no-bg:not(.node-liftup):not(.rovio-color) a:focus, .wall .node.no-image:not(.node-liftup):not(.rovio-color) a:focus {
    color: #1b1c20; }
  .wall .node.no-bg:not(.node-liftup):not(.rovio-color) a:hover, .wall .node.no-image:not(.node-liftup):not(.rovio-color) a:hover {
    color: #1b1c20; }
  .wall .node.no-bg:not(.node-liftup):not(.rovio-color) a:active, .wall .node.no-image:not(.node-liftup):not(.rovio-color) a:active {
    color: #1b1c20; }

@media (min-width: 48em) {
  .wall .node.no-bg:not(.node-liftup):not(.rovio-color) .text-container p, .wall .node.no-image:not(.node-liftup):not(.rovio-color) .text-container p {
    display: block; } }

.wall .node .more-link {
  font-size: 12px;
  line-height: 1; }

.wall .node.rovio-color .more-link {
  color: #FFFFFF; }
  .wall .node.rovio-color .more-link:visited {
    color: #FFFFFF; }
  .wall .node.rovio-color .more-link:focus {
    color: #FFFFFF; }
  .wall .node.rovio-color .more-link:hover {
    color: #FFFFFF; }
  .wall .node.rovio-color .more-link:active {
    color: #FFFFFF; }

.highlight-size--small.rovio-yellow {
  background-color: #FFF075; }
  .highlight-size--small.rovio-yellow div.button a {
    background: #ef2528;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
    background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
    background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
    -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
    box-shadow: 0 -1px 0 0 #c51011 inset;
    text-shadow: 0 -1px 0 #cf2528;
    border-radius: 30px;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
    height: 40px;
    line-height: 30px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #FFFFFF;
    background: #62615B;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF020202', endColorstr='#FF494949');
    background-image: -owg-linear-gradient(to top, #020202 0%, #494949 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#020202), to(#494949));
    background-image: linear-gradient(to top, #020202 0%, #494949 100%);
    -webkit-box-shadow: 0 -1px 0 0 #020202 inset;
    box-shadow: 0 -1px 0 0 #020202 inset;
    text-shadow: 0 -1px 0 #494949; }
    .highlight-size--small.rovio-yellow div.button a:active, .highlight-size--small.rovio-yellow div.button a:focus {
      outline: none; }
    @media (min-width: 48em) {
      .highlight-size--small.rovio-yellow div.button a.icon {
        padding-left: 35px; } }
    @media (min-width: 75em) {
      .highlight-size--small.rovio-yellow div.button a.icon {
        padding-left: 60px; } }
    .highlight-size--small.rovio-yellow div.button a.icon:before {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px; }
      @media (min-width: 48em) {
        .highlight-size--small.rovio-yellow div.button a.icon:before {
          left: 15px; } }
      @media (min-width: 75em) {
        .highlight-size--small.rovio-yellow div.button a.icon:before {
          left: 30px; } }
    @media (min-width: 48em) {
      .highlight-size--small.rovio-yellow div.button a {
        width: auto; } }
    @media (min-width: 75em) {
      .highlight-size--small.rovio-yellow div.button a {
        border-radius: 60px;
        font-size: 18px;
        font-weight: 400;
        height: 60px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px; }
        .highlight-size--small.rovio-yellow div.button a.icon {
          padding-left: 60px; } }
    .no-touch .highlight-size--small.rovio-yellow div.button a {
      -webkit-transition: background, background-color, background-image, padding 0.25s ease;
      transition: background, background-color, background-image, padding 0.25s ease; }
      @media (min-width: 48em) {
        .no-touch .highlight-size--small.rovio-yellow div.button a:hover, .no-touch .highlight-size--small.rovio-yellow div.button a.active {
          color: #fff;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
          background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
          background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
          padding-left: 25px;
          padding-right: 25px; } }
      @media (min-width: 75em) {
        .no-touch .highlight-size--small.rovio-yellow div.button a:hover, .no-touch .highlight-size--small.rovio-yellow div.button a.active {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 48em) {
        .no-touch .highlight-size--small.rovio-yellow div.button a.icon:hover, .no-touch .highlight-size--small.rovio-yellow div.button a.icon.active {
          padding-left: 40px;
          padding-right: 15px; } }
      @media (min-width: 75em) {
        .no-touch .highlight-size--small.rovio-yellow div.button a.icon:hover, .no-touch .highlight-size--small.rovio-yellow div.button a.icon.active {
          padding-left: 65px;
          padding-right: 60px; } }
    .highlight-size--small.rovio-yellow div.button a:visited {
      color: #FFFFFF; }
    .highlight-size--small.rovio-yellow div.button a:focus {
      color: #FFFFFF; }
    .highlight-size--small.rovio-yellow div.button a:hover {
      color: #FFFFFF; }
    .highlight-size--small.rovio-yellow div.button a:active {
      color: #FFFFFF; }
    .no-touch .highlight-size--small.rovio-yellow div.button a:hover, .no-touch .highlight-size--small.rovio-yellow div.button a.active {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF020202', endColorstr='#FF494949');
      background-image: -owg-linear-gradient(to top, #020202 0%, #494949 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#020202), to(#494949));
      background-image: linear-gradient(to top, #020202 0%, #494949 100%);
      -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15); }

.highlight-size--small .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.highlight-size--small .inner-wrapper {
  width: 100%; }
  @media (min-width: 48em) {
    .highlight-size--small .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.highlight-size--small.has-image .inner-wrapper > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.highlight-size--small .field-name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .highlight-size--small .field-name-field-image img {
    width: auto;
    max-height: 460px; }

.highlight-size--small.image-right .field-name-field-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.highlight-size--small .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 50px; }
  .highlight-size--small .text-container h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.25; }
  .highlight-size--small .text-container .field-body {
    font-size: 16px; }
  .highlight-size--small .text-container .field-link {
    margin-top: 30px; }

.page-path--careers .module .node-basic-page header, .page-path--careers .module .node-basic-page footer, .page-path--careers .module .node-basic-page .field-module {
  display: none; }

.page-path--careers .module {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 62em) {
    .page-path--careers .module {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .page-path--careers .module:first-of-type {
    margin-top: 0; }
  .page-path--careers .module > h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 62em) {
      .page-path--careers .module > h2 {
        max-width: 992px; } }
    @media (min-width: 75em) {
      .page-path--careers .module > h2 {
        max-width: 1200px; } }
    @media (min-width: 62em) {
      .page-path--careers .module > h2 {
        margin-bottom: 60px; } }
  .page-path--careers .module.module-type--0 > .highlight-size--small {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 62em) {
      .page-path--careers .module.module-type--0 > .highlight-size--small {
        max-width: 992px; } }
    @media (min-width: 75em) {
      .page-path--careers .module.module-type--0 > .highlight-size--small {
        max-width: 1200px; } }

.page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper {
  height: 0;
  padding-bottom: 45%;
  position: relative; }
  .page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper .text-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
  @media (min-width: 62em) {
    .page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper {
      height: 600px;
      padding-bottom: 0;
      position: static; }
      .page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper .text-container {
        position: static; } }

.page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .graphic:after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(65%, transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 65%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
  margin-bottom: 0; }
  @media (min-width: 62em) {
    .page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
      margin-top: 150px; } }
  @media (min-width: 75em) {
    .page-path--careers .field-hero-banner .node-highlight.highlight-size--full-width .wrapper .text-container h2 {
      margin-top: 120px; } }

.view-sitewide-highlights.view-display-id-block_life_at_rovio .view-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 62em) {
    .view-sitewide-highlights.view-display-id-block_life_at_rovio .view-content {
      max-width: 992px; } }
  @media (min-width: 75em) {
    .view-sitewide-highlights.view-display-id-block_life_at_rovio .view-content {
      max-width: 1200px; } }

.view-employee-stories.view-display-id-employee_stories_3_items {
  background-color: #F1F1F1;
  padding-top: 80px; }
  .view-employee-stories.view-display-id-employee_stories_3_items .view-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 62em) {
      .view-employee-stories.view-display-id-employee_stories_3_items .view-content {
        max-width: 1072px; } }
    @media (min-width: 75em) {
      .view-employee-stories.view-display-id-employee_stories_3_items .view-content {
        max-width: 1280px; } }
    @media (min-width: 40em) {
      .view-employee-stories.view-display-id-employee_stories_3_items .view-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 0; } }
    @media (min-width: 62em) {
      .view-employee-stories.view-display-id-employee_stories_3_items .view-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .view-employee-stories.view-display-id-employee_stories_3_items .employee-story {
    border: solid 1px #B1B1B1;
    background: white;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 40em) {
      .view-employee-stories.view-display-id-employee_stories_3_items .employee-story {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 2);
        flex: 0 0 calc((100% - 60px) / 2); } }
    @media (min-width: 62em) {
      .view-employee-stories.view-display-id-employee_stories_3_items .employee-story {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
        flex: 0 0 calc((100% - 80px) / 3); } }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story:hover, .view-employee-stories.view-display-id-employee_stories_3_items .employee-story:focus {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-image {
      margin-bottom: 25px;
      position: relative;
      height: 0;
      padding-bottom: 80%;
      overflow: hidden; }
      .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-image img {
        width: 100%;
        position: absolute; }
      .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ef2528;
        opacity: 0;
        -webkit-transition: opacity .25s;
        transition: opacity .25s; }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story:hover .field-image:after, .view-employee-stories.view-display-id-employee_stories_3_items .employee-story:focus .field-image:after {
      opacity: .3; }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .views-field-title,
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-job-title,
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-ingress,
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .views-field-nid {
      padding: 0 20px; }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .views-field-title {
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 15px; }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-job-title {
      font-size: 20px;
      margin-bottom: 20px; }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .field-ingress {
      margin-bottom: 20px; }
    .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .views-field-nid {
      margin-top: auto;
      margin-bottom: 25px; }
      .view-employee-stories.view-display-id-employee_stories_3_items .employee-story .views-field-nid a {
        font-weight: bold;
        color: #ef2528; }
  .view-employee-stories.view-display-id-employee_stories_3_items .view-footer {
    padding: 25px 0 50px; }
    .view-employee-stories.view-display-id-employee_stories_3_items .view-footer .field-link {
      text-align: center; }

.view-display-id-block_career_info.view-display-id-block_career_info {
  position: relative;
  z-index: 50; }
  @media (min-width: 62em) {
    .view-display-id-block_career_info.view-display-id-block_career_info {
      margin-top: -150px; } }
  .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight {
    background-color: transparent !important;
    text-align: center; }
    .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      height: auto; }
      @media (min-width: 62em) {
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper {
          max-width: 992px; } }
      @media (min-width: 75em) {
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper {
          max-width: 1200px; } }
      .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu {
        list-style-type: none;
        margin: 0 0 40px;
        padding: 0; }
        @media (min-width: 62em) {
          .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu li {
          margin-bottom: 10px; }
          @media (min-width: 62em) {
            .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu li {
              margin-bottom: 0; } }
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu a {
          display: inline-block;
          padding: 0;
          font-size: 15px;
          color: white;
          text-transform: uppercase;
          font-weight: 500;
          border-bottom: solid 3px transparent;
          -webkit-transition: border-bottom-color .25s;
          transition: border-bottom-color .25s; }
          @media (min-width: 62em) {
            .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu a {
              padding: 5px 20px;
              font-size: 20px; } }
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu li:first-of-type a {
          border-bottom-color: #ef2528; }
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu:hover li:first-of-type a, .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu:focus li:first-of-type a {
          border-bottom-color: transparent; }
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu li a:hover, .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .anchor-menu li a:focus {
          border-bottom-color: #ef2528 !important; }
      .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .text-container {
        padding: 25px 40px 40px;
        color: white !important;
        background-color: #24262B; }
        .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .text-container p {
          font-size: 30px;
          line-height: 1.4;
          font-style: italic;
          letter-spacing: inherit; }
          @media (max-width: 1200px) {
            .view-display-id-block_career_info.view-display-id-block_career_info .node-highlight .wrapper .text-container p {
              font-size: 20px; } }

.view-id-employee_benefits.view-display-id-block {
  margin-top: 30px;
  margin-bottom: 0; }
  @media (min-width: 62em) {
    .view-id-employee_benefits.view-display-id-block {
      margin-top: 80px; } }
  .view-id-employee_benefits.view-display-id-block .view-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 62em) {
      .view-id-employee_benefits.view-display-id-block .view-content {
        max-width: 1072px; } }
    @media (min-width: 75em) {
      .view-id-employee_benefits.view-display-id-block .view-content {
        max-width: 1280px; } }
    @media (min-width: 40em) {
      .view-id-employee_benefits.view-display-id-block .view-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 0; } }
  .view-id-employee_benefits.view-display-id-block .benefit {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 40em) {
      .view-id-employee_benefits.view-display-id-block .benefit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 120px) / 2);
        flex: 0 0 calc((100% - 120px) / 2); } }
    @media (min-width: 62em) {
      .view-id-employee_benefits.view-display-id-block .benefit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 160px) / 3);
        flex: 0 0 calc((100% - 160px) / 3); } }
    .view-id-employee_benefits.view-display-id-block .benefit .field-image {
      margin-bottom: 30px; }
      .view-id-employee_benefits.view-display-id-block .benefit .field-image img {
        max-width: 110px; }
    .view-id-employee_benefits.view-display-id-block .benefit .views-field-name {
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 15px; }

.view-vacancies.view-display-id-block_3 .view-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px; }
  @media (max-width: 768px) {
    .view-vacancies.view-display-id-block_3 .view-content {
      margin-left: 20px;
      margin-right: 20px; }
      .view-vacancies.view-display-id-block_3 .view-content h2 {
        font-size: 20px; } }

.view-vacancies.view-display-id-block_3 .view-footer {
  padding: 20px 0 80px; }
  .view-vacancies.view-display-id-block_3 .view-footer .field-link {
    text-align: center; }

.page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey {
  background-color: #9CF7DF;
  margin-top: -60px; }
  .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a {
    background: #ef2528;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7383C', endColorstr='#FFE71315');
    background-image: -owg-linear-gradient(to top, #f7383c 0%, #e71315 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7383c), to(#e71315));
    background-image: linear-gradient(to top, #f7383c 0%, #e71315 100%);
    -webkit-box-shadow: 0 -1px 0 0 #c51011 inset;
    box-shadow: 0 -1px 0 0 #c51011 inset;
    text-shadow: 0 -1px 0 #cf2528;
    border-radius: 30px;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
    height: 40px;
    line-height: 30px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #FFFFFF;
    background: #62615B;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF020202', endColorstr='#FF494949');
    background-image: -owg-linear-gradient(to top, #020202 0%, #494949 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#020202), to(#494949));
    background-image: linear-gradient(to top, #020202 0%, #494949 100%);
    -webkit-box-shadow: 0 -1px 0 0 #020202 inset;
    box-shadow: 0 -1px 0 0 #020202 inset;
    text-shadow: 0 -1px 0 #494949; }
    .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:active, .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:focus {
      outline: none; }
    @media (min-width: 48em) {
      .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon {
        padding-left: 35px; } }
    @media (min-width: 75em) {
      .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon {
        padding-left: 60px; } }
    .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon:before {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px; }
      @media (min-width: 48em) {
        .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon:before {
          left: 15px; } }
      @media (min-width: 75em) {
        .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon:before {
          left: 30px; } }
    @media (min-width: 48em) {
      .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a {
        width: auto; } }
    @media (min-width: 75em) {
      .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a {
        border-radius: 60px;
        font-size: 18px;
        font-weight: 400;
        height: 60px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px; }
        .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon {
          padding-left: 60px; } }
    .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a {
      -webkit-transition: background, background-color, background-image, padding 0.25s ease;
      transition: background, background-color, background-image, padding 0.25s ease; }
      @media (min-width: 48em) {
        .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:hover, .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.active {
          color: #fff;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF5154', endColorstr='#FFFF2A2E');
          background-image: -owg-linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5154), to(#ff2a2e));
          background-image: linear-gradient(to top, #ff5154 0%, #ff2a2e 100%);
          -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
          padding-left: 25px;
          padding-right: 25px; } }
      @media (min-width: 75em) {
        .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:hover, .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.active {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 48em) {
        .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon:hover, .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon.active {
          padding-left: 40px;
          padding-right: 15px; } }
      @media (min-width: 75em) {
        .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon:hover, .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.icon.active {
          padding-left: 65px;
          padding-right: 60px; } }
    .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:visited {
      color: #FFFFFF; }
    .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:focus {
      color: #FFFFFF; }
    .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:hover {
      color: #FFFFFF; }
    .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:active {
      color: #FFFFFF; }
    .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a:hover, .no-touch .page-path--careers .view-sitewide-highlights.view-display-id-block_1 .node-highlight.highlight-size--full-width.rovio-grey div.button a.active {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF020202', endColorstr='#FF494949');
      background-image: -owg-linear-gradient(to top, #020202 0%, #494949 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, from(#020202), to(#494949));
      background-image: linear-gradient(to top, #020202 0%, #494949 100%);
      -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15); }
