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

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

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

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

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

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
  100% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@-o-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
  100% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
  100% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

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

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

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -o-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);
    -o-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);
    -o-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);
    -o-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);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

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

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

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); } }

@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); } }

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); } }

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@-o-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

@-o-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-o-keyframes zoomInDown {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-o-keyframes zoomInLeft {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-o-keyframes zoomInRight {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-o-keyframes zoomInUp {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-o-keyframes zoomOutDown {
  40% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-o-keyframes zoomOutUp {
  40% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg); } }

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

img,
embed,
object,
audio,
video {
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: #FFFFFF;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: none 86ms ease-out;
  -o-transition: none 86ms ease-out;
  transition: none 86ms ease-out; }
  a:hover {
    color: #363636; }

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0; }

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #363636;
  font-weight: 700; }

pre {
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    -webkit-overflow-scrolling: touch;
    background: none;
    color: inherit;
    display: block;
    font-size: 1em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem; }

table {
  width: 100%; }
  table td,
  table th {
    text-align: left;
    vertical-align: top; }
  table th {
    color: #363636; }

.is-block {
  display: block; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1007px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1008px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important; } }

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 1007px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1008px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.is-inline {
  display: inline; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1007px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1008px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important; } }

.is-inline-block {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1007px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1008px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

.is-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (max-width: 1007px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1008px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-clipped {
  overflow: hidden !important; }

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.is-size-1 {
  font-size: 3rem; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem; } }

@media screen and (max-width: 1007px) {
  .is-size-1-touch {
    font-size: 3rem; } }

@media screen and (min-width: 1008px) {
  .is-size-1-desktop {
    font-size: 3rem; } }

@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 3rem; } }

@media screen and (min-width: 1392px) {
  .is-size-1-fullhd {
    font-size: 3rem; } }

.is-size-2 {
  font-size: 2.5rem; }

@media screen and (max-width: 768px) {
  .is-size-2-mobile {
    font-size: 2.5rem; } }

@media screen and (min-width: 769px), print {
  .is-size-2-tablet {
    font-size: 2.5rem; } }

@media screen and (max-width: 1007px) {
  .is-size-2-touch {
    font-size: 2.5rem; } }

@media screen and (min-width: 1008px) {
  .is-size-2-desktop {
    font-size: 2.5rem; } }

@media screen and (min-width: 1200px) {
  .is-size-2-widescreen {
    font-size: 2.5rem; } }

@media screen and (min-width: 1392px) {
  .is-size-2-fullhd {
    font-size: 2.5rem; } }

.is-size-3 {
  font-size: 2rem; }

@media screen and (max-width: 768px) {
  .is-size-3-mobile {
    font-size: 2rem; } }

@media screen and (min-width: 769px), print {
  .is-size-3-tablet {
    font-size: 2rem; } }

@media screen and (max-width: 1007px) {
  .is-size-3-touch {
    font-size: 2rem; } }

@media screen and (min-width: 1008px) {
  .is-size-3-desktop {
    font-size: 2rem; } }

@media screen and (min-width: 1200px) {
  .is-size-3-widescreen {
    font-size: 2rem; } }

@media screen and (min-width: 1392px) {
  .is-size-3-fullhd {
    font-size: 2rem; } }

.is-size-4 {
  font-size: 1.5rem; }

@media screen and (max-width: 768px) {
  .is-size-4-mobile {
    font-size: 1.5rem; } }

@media screen and (min-width: 769px), print {
  .is-size-4-tablet {
    font-size: 1.5rem; } }

@media screen and (max-width: 1007px) {
  .is-size-4-touch {
    font-size: 1.5rem; } }

@media screen and (min-width: 1008px) {
  .is-size-4-desktop {
    font-size: 1.5rem; } }

@media screen and (min-width: 1200px) {
  .is-size-4-widescreen {
    font-size: 1.5rem; } }

@media screen and (min-width: 1392px) {
  .is-size-4-fullhd {
    font-size: 1.5rem; } }

.is-size-5 {
  font-size: 1.25rem; }

@media screen and (max-width: 768px) {
  .is-size-5-mobile {
    font-size: 1.25rem; } }

@media screen and (min-width: 769px), print {
  .is-size-5-tablet {
    font-size: 1.25rem; } }

@media screen and (max-width: 1007px) {
  .is-size-5-touch {
    font-size: 1.25rem; } }

@media screen and (min-width: 1008px) {
  .is-size-5-desktop {
    font-size: 1.25rem; } }

@media screen and (min-width: 1200px) {
  .is-size-5-widescreen {
    font-size: 1.25rem; } }

@media screen and (min-width: 1392px) {
  .is-size-5-fullhd {
    font-size: 1.25rem; } }

.is-size-6 {
  font-size: 1rem; }

@media screen and (max-width: 768px) {
  .is-size-6-mobile {
    font-size: 1rem; } }

@media screen and (min-width: 769px), print {
  .is-size-6-tablet {
    font-size: 1rem; } }

@media screen and (max-width: 1007px) {
  .is-size-6-touch {
    font-size: 1rem; } }

@media screen and (min-width: 1008px) {
  .is-size-6-desktop {
    font-size: 1rem; } }

@media screen and (min-width: 1200px) {
  .is-size-6-widescreen {
    font-size: 1rem; } }

@media screen and (min-width: 1392px) {
  .is-size-6-fullhd {
    font-size: 1rem; } }

.has-text-centered {
  text-align: center !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

.has-text-white {
  color: white; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6; }

.has-text-black {
  color: #0a0a0a; }

a.has-text-black:hover, a.has-text-black:focus {
  color: black; }

.has-text-light {
  color: whitesmoke; }

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb; }

.has-text-dark {
  color: #363636; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c; }

.has-text-primary {
  color: #000000; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: black; }

.has-text-info {
  color: #3273dc; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #205bbc; }

.has-text-success {
  color: #23d160; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c; }

.has-text-warning {
  color: #ffdd57; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324; }

.has-text-danger {
  color: #ff3860; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537; }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1007px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1008px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.box {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem; }
  .box:not(:last-child) {
    margin-bottom: 1.5rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #000000; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #000000; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap; }
  .button:focus, .button.is-focused, .button:active, .button.is-active {
    outline: none; }
  .button[disabled] {
    cursor: not-allowed; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #000000;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
    color: #363636; }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
    color: #363636; }
  .button.is-link {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-link:hover, .button.is-link.is-hovered, .button.is-link:focus, .button.is-link.is-focused, .button.is-link:active, .button.is-link.is-active {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-link[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
      color: #0a0a0a; }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: #0a0a0a; }
    .button.is-white[disabled] {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover {
        background-color: black; }
      .button.is-white.is-inverted[disabled] {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading:after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
      .button.is-white.is-outlined.is-loading:after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #0a0a0a;
        color: white; }
      .button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: #040404;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
      color: white; }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: white; }
    .button.is-black[disabled] {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
      .button.is-black.is-outlined.is-loading:after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
        background-color: white;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: #363636; }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
      color: #363636; }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: #363636; }
    .button.is-light[disabled] {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: #363636;
      color: whitesmoke; }
      .button.is-light.is-inverted:hover {
        background-color: #292929; }
      .button.is-light.is-inverted[disabled] {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading:after {
      border-color: transparent transparent #363636 #363636 !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: #363636; }
      .button.is-light.is-outlined.is-loading:after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined[disabled] {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
        background-color: #363636;
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
      color: whitesmoke; }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: whitesmoke; }
    .button.is-dark[disabled] {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: whitesmoke;
      color: #363636; }
      .button.is-dark.is-inverted:hover {
        background-color: #e8e8e8; }
      .button.is-dark.is-inverted[disabled] {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading:after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
        background-color: #363636;
        border-color: #363636;
        color: whitesmoke; }
      .button.is-dark.is-outlined.is-loading:after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
        background-color: whitesmoke;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
  .button.is-primary {
    background-color: #000000;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: black;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
      color: #fff; }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: black;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: #fff; }
    .button.is-primary[disabled] {
      background-color: #000000;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #000000; }
      .button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #000000; }
    .button.is-primary.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #000000;
        border-color: #000000;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading:after {
        border-color: transparent transparent #000000 #000000 !important; }
      .button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #000000; }
      .button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-info {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #276cda;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
      color: #fff; }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #2366d1;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: #fff; }
    .button.is-info[disabled] {
      background-color: #3273dc;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #3273dc; }
      .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3273dc; }
    .button.is-info.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #3273dc;
        border-color: #3273dc;
        color: #fff; }
      .button.is-info.is-outlined.is-loading:after {
        border-color: transparent transparent #3273dc #3273dc !important; }
      .button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #3273dc;
        box-shadow: none;
        color: #3273dc; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #3273dc; }
      .button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
      color: #fff; }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #20bc56;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: #fff; }
    .button.is-success[disabled] {
      background-color: #23d160;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #23d160; }
      .button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #23d160; }
    .button.is-success.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #23d160;
      color: #23d160; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
        background-color: #23d160;
        border-color: #23d160;
        color: #fff; }
      .button.is-success.is-outlined.is-loading:after {
        border-color: transparent transparent #23d160 #23d160 !important; }
      .button.is-success.is-outlined[disabled] {
        background-color: transparent;
        border-color: #23d160;
        box-shadow: none;
        color: #23d160; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #23d160; }
      .button.is-success.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #ffdb4a;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #ffd83d;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning[disabled] {
      background-color: #ffdd57;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57; }
      .button.is-warning.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted[disabled] {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #ffdd57; }
    .button.is-warning.is-loading:after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      color: #ffdd57; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
        background-color: #ffdd57;
        border-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-outlined.is-loading:after {
        border-color: transparent transparent #ffdd57 #ffdd57 !important; }
      .button.is-warning.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ffdd57;
        box-shadow: none;
        color: #ffdd57; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffdd57; }
      .button.is-warning.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #ff2b56;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
      color: #fff; }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #ff1f4b;
      border-color: transparent;
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
      color: #fff; }
    .button.is-danger[disabled] {
      background-color: #ff3860;
      border-color: transparent;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #ff3860; }
      .button.is-danger.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ff3860; }
    .button.is-danger.is-loading:after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #ff3860;
      color: #ff3860; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
        background-color: #ff3860;
        border-color: #ff3860;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading:after {
        border-color: transparent transparent #ff3860 #ff3860 !important; }
      .button.is-danger.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ff3860;
        box-shadow: none;
        color: #ff3860; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ff3860; }
      .button.is-danger.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading:after {
      -webkit-animation: spinAround 500ms infinite linear;
           -o-animation: spinAround 500ms infinite linear;
              animation: spinAround 500ms infinite linear;
      border: 2px solid #dbdbdb;
      border-radius: 290486px;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 1em;
      position: relative;
      width: 1em;
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }

button.button,
input[type="submit"].button {
  line-height: 1;
  padding-bottom: 0.4em;
  padding-top: 0.35em; }

.content:not(:last-child) {
  margin-bottom: 1.5rem; }

.content li + li {
  margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 400;
  line-height: 1.125; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }

.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em; }

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }

.content dd {
  margin-left: 2em; }

.content figure {
  text-align: center; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sup,
.content sub {
  font-size: 70%; }

.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636;
    text-align: left; }
  .content table tr:hover {
    background-color: whitesmoke; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content.is-small {
  font-size: 0.75rem; }

.content.is-medium {
  font-size: 1.25rem; }

.content.is-large {
  font-size: 1.5rem; }

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    outline: none; }
  .input[disabled],
  .textarea[disabled] {
    cursor: not-allowed; }
  .input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #000000; }
  .input[disabled],
  .textarea[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    .input[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .input[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .input[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .input[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
  .input[type="search"],
  .textarea[type="search"] {
    border-radius: 290486px; }
  .input.is-white,
  .textarea.is-white {
    border-color: white; }
  .input.is-black,
  .textarea.is-black {
    border-color: #0a0a0a; }
  .input.is-light,
  .textarea.is-light {
    border-color: whitesmoke; }
  .input.is-dark,
  .textarea.is-dark {
    border-color: #363636; }
  .input.is-primary,
  .textarea.is-primary {
    border-color: #000000; }
  .input.is-info,
  .textarea.is-info {
    border-color: #3273dc; }
  .input.is-success,
  .textarea.is-success {
    border-color: #23d160; }
  .input.is-warning,
  .textarea.is-warning {
    border-color: #ffdd57; }
  .input.is-danger,
  .textarea.is-danger {
    border-color: #ff3860; }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .input.is-medium,
  .textarea.is-medium {
    font-size: 1.25rem; }
  .input.is-large,
  .textarea.is-large {
    font-size: 1.5rem; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: unset; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #363636; }
  .checkbox[disabled],
  .radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
    .select:not(.is-multiple)::after {
      border: 1px solid #000000;
      border-right: 0;
      border-top: 0;
      content: " ";
      display: block;
      height: 0.5em;
      pointer-events: none;
      position: absolute;
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 0.5em;
      margin-top: -0.375em;
      right: 1.125em;
      top: 50%;
      z-index: 4; }
  .select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      outline: none; }
    .select select[disabled] {
      cursor: not-allowed; }
    .select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #000000; }
    .select select[disabled] {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none;
      color: #7a7a7a; }
      .select select[disabled]::-moz-placeholder {
        color: rgba(54, 54, 54, 0.3); }
      .select select[disabled]::-webkit-input-placeholder {
        color: rgba(54, 54, 54, 0.3); }
      .select select[disabled]:-moz-placeholder {
        color: rgba(54, 54, 54, 0.3); }
      .select select[disabled]:-ms-input-placeholder {
        color: rgba(54, 54, 54, 0.3); }
    .select select:hover {
      border-color: #b5b5b5; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #000000; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: unset;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:hover::after {
    border-color: #363636; }
  .select.is-white select {
    border-color: white; }
  .select.is-black select {
    border-color: #0a0a0a; }
  .select.is-light select {
    border-color: whitesmoke; }
  .select.is-dark select {
    border-color: #363636; }
  .select.is-primary select {
    border-color: #000000; }
  .select.is-info select {
    border-color: #3273dc; }
  .select.is-success select {
    border-color: #23d160; }
  .select.is-warning select {
    border-color: #ffdd57; }
  .select.is-danger select {
    border-color: #ff3860; }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #7a7a7a; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
         -o-animation: spinAround 500ms infinite linear;
            animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
         -o-transform: none;
            transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #000000; }
  .help.is-info {
    color: #3273dc; }
  .help.is-success {
    color: #23d160; }
  .help.is-warning {
    color: #ffdd57; }
  .help.is-danger {
    color: #ff3860; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:first-child .button,
  .field.has-addons .control:first-child .input,
  .field.has-addons .control:first-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control:last-child .button,
  .field.has-addons .control:last-child .input,
  .field.has-addons .control:last-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control .button,
  .field.has-addons .control .input,
  .field.has-addons .control .select select {
    border-radius: 0; }
    .field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
    .field.has-addons .control .input:hover,
    .field.has-addons .control .input.is-hovered,
    .field.has-addons .control .select select:hover,
    .field.has-addons .control .select select.is-hovered {
      z-index: 2; }
    .field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
    .field.has-addons .control .input:focus,
    .field.has-addons .control .input.is-focused,
    .field.has-addons .control .input:active,
    .field.has-addons .control .input.is-active,
    .field.has-addons .control .select select:focus,
    .field.has-addons .control .select select.is-focused,
    .field.has-addons .control .select select:active,
    .field.has-addons .control .select select.is-active {
      z-index: 3; }
      .field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
      .field.has-addons .control .input:focus:hover,
      .field.has-addons .control .input.is-focused:hover,
      .field.has-addons .control .input:active:hover,
      .field.has-addons .control .input.is-active:hover,
      .field.has-addons .control .select select:focus:hover,
      .field.has-addons .control .select select.is-focused:hover,
      .field.has-addons .control .select select:active:hover,
      .field.has-addons .control .select select.is-active:hover {
        z-index: 4; }
  .field.has-addons .control.is-expanded {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .field.has-addons.has-addons-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .field.is-grouped > .control {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .field.is-grouped.is-grouped-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .field-body > .field:not(.is-narrow):not(.posts-navigation [class^="nav-"]) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  font-size: 1rem;
  position: relative;
  text-align: left; }
  .control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icon .input:focus + .icon {
    color: #7a7a7a; }
  .control.has-icon .input.is-small + .icon {
    font-size: 0.75rem; }
  .control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem; }
  .control.has-icon .input.is-large + .icon {
    font-size: 1.5rem; }
  .control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
  .control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em; }
  .control.has-icon.has-icon-right .icon {
    right: 0; }
  .control.has-icon.has-icon-right .input {
    padding-right: 2.25em; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
         -o-animation: spinAround 500ms infinite linear;
            animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute !important;
    right: 0.625em;
    top: 0.625em; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
  .icon .fa {
    font-size: 21px; }
  .icon.is-small {
    height: 1rem;
    width: 1rem; }
    .icon.is-small .fa {
      font-size: 14px; }
  .icon.is-medium {
    height: 2rem;
    width: 2rem; }
    .icon.is-medium .fa {
      font-size: 28px; }
  .icon.is-large {
    height: 3rem;
    width: 3rem; }
    .icon.is-large .fa {
      font-size: 42px; }

.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }
  .notification:not(:last-child) {
    margin-bottom: 1.5rem; }
  .notification a:not(.button) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong {
    color: currentColor; }
  .notification code,
  .notification pre {
    background: white; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
  .notification.is-white {
    background-color: white;
    color: #0a0a0a; }
  .notification.is-black {
    background-color: #0a0a0a;
    color: white; }
  .notification.is-light {
    background-color: whitesmoke;
    color: #363636; }
  .notification.is-dark {
    background-color: #363636;
    color: whitesmoke; }
  .notification.is-primary {
    background-color: #000000;
    color: #fff; }
  .notification.is-info {
    background-color: #3273dc;
    color: #fff; }
  .notification.is-success {
    background-color: #23d160;
    color: #fff; }
  .notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .notification.is-danger {
    background-color: #ff3860;
    color: #fff; }

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress:not(:last-child) {
    margin-bottom: 1.5rem; }
  .progress::-webkit-progress-bar {
    background-color: #dbdbdb; }
  .progress::-webkit-progress-value {
    background-color: #4a4a4a; }
  .progress::-moz-progress-bar {
    background-color: #4a4a4a; }
  .progress.is-white::-webkit-progress-value {
    background-color: white; }
  .progress.is-white::-moz-progress-bar {
    background-color: white; }
  .progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-light::-webkit-progress-value {
    background-color: whitesmoke; }
  .progress.is-light::-moz-progress-bar {
    background-color: whitesmoke; }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-primary::-webkit-progress-value {
    background-color: #000000; }
  .progress.is-primary::-moz-progress-bar {
    background-color: #000000; }
  .progress.is-info::-webkit-progress-value {
    background-color: #3273dc; }
  .progress.is-info::-moz-progress-bar {
    background-color: #3273dc; }
  .progress.is-success::-webkit-progress-value {
    background-color: #23d160; }
  .progress.is-success::-moz-progress-bar {
    background-color: #23d160; }
  .progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57; }
  .progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57; }
  .progress.is-danger::-webkit-progress-value {
    background-color: #ff3860; }
  .progress.is-danger::-moz-progress-bar {
    background-color: #ff3860; }
  .progress.is-small {
    height: 0.75rem; }
  .progress.is-medium {
    height: 1.25rem; }
  .progress.is-large {
    height: 1.5rem; }

.table {
  background-color: white;
  color: #363636;
  margin-bottom: 1.5rem;
  width: 100%; }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-narrow, .table .posts-navigation td[class^="nav-"], .posts-navigation .table td[class^="nav-"],
    .table th.is-narrow,
    .table .posts-navigation th[class^="nav-"], .posts-navigation
    .table th[class^="nav-"] {
      white-space: nowrap;
      width: 1%; }
  .table th {
    color: #363636;
    text-align: left; }
  .table tr:hover {
    background-color: #fafafa; }
  .table tr.is-selected {
    background-color: #000000;
    color: #fff; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #7a7a7a; }
  .table tfoot td,
  .table tfoot th {
    border-width: 2px 0 0;
    color: #7a7a7a; }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-narrow td, .posts-navigation .table[class^="nav-"] td,
  .table.is-narrow th, .posts-navigation .table[class^="nav-"] th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }
    .table.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
      background-color: whitesmoke; }

.title,
.subtitle {
  word-break: break-word; }
  .title:not(:last-child),
  .subtitle:not(:last-child) {
    margin-bottom: 1.5rem; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: 300; }
  .title strong,
  .subtitle strong {
    font-weight: 500; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.125; }
  .title strong {
    color: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.5rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2.5rem; }
  .title.is-3 {
    font-size: 2rem; }
  .title.is-4, body.author .post-container.first .title.thumbnail,
  body.author .content-container .title.thumbnail,
  body.page .post-container.first .title.thumbnail,
  body.page .content-container .title.thumbnail {
    font-size: 1.5rem; }
  .title.is-5 {
    font-size: 1.25rem; }
  .title.is-6 {
    font-size: 1rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25; }
  .subtitle strong {
    color: #363636; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.5rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4, body.author .post-container.first .subtitle.thumbnail,
  body.author .content-container .subtitle.thumbnail,
  body.page .post-container.first .subtitle.thumbnail,
  body.page .content-container .subtitle.thumbnail {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }

.block:not(:last-child) {
  margin-bottom: 1.5rem; }

.container {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1008px) {
    .container {
      max-width: 960px;
      width: 960px; }
      .container.is-fluid {
        margin-left: 24px;
        margin-right: 24px;
        max-width: none;
        width: auto; } }
  @media screen and (max-width: 1199px) {
    .container.is-widescreen {
      max-width: 1152px;
      width: auto; } }
  @media screen and (max-width: 1391px) {
    .container.is-fullhd {
      max-width: 1344px;
      width: auto; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
  @media screen and (min-width: 1392px) {
    .container {
      max-width: 1344px;
      width: 1344px; } }

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete:before, .delete:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
         -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; }
  .delete:before {
    height: 2px;
    width: 50%; }
  .delete:after {
    height: 50%;
    width: 2px; }
  .delete:hover, .delete:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .delete.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .delete.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .delete.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.fa {
  font-size: 21px;
  text-align: center;
  vertical-align: top; }

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight:not(:last-child) {
    margin-bottom: 1.5rem; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.loader {
  -webkit-animation: spinAround 500ms infinite linear;
       -o-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative; }

.card-header {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  padding: 1.5rem; }

.card-footer {
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }

.card .media:not(:last-child) {
  margin-bottom: 0.75rem; }

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .level-item .title,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .level-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .level-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .level:not(:last-child) {
    margin-bottom: 1.5rem; }
  .level code {
    border-radius: 3px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile, .posts-navigation .level.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .level.is-mobile .level-left, .posts-navigation .level.nav-links .level-left,
    .level.is-mobile .level-right, .posts-navigation .level.nav-links .level-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .level.is-mobile .level-left + .level-right, .posts-navigation .level.nav-links .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child), .posts-navigation .level.nav-links .level-item:not(:last-child) {
      margin-bottom: 0; }
    .level.is-mobile .level-item:not(.is-narrow):not(.posts-navigation [class^="nav-"]), .posts-navigation .level.nav-links .level-item:not(.is-narrow):not(.posts-navigation [class^="nav-"]) {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .level > .level-item:not(.is-narrow):not(.posts-navigation [class^="nav-"]) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left; }

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.menu {
  font-size: 1rem; }

.menu-list {
  line-height: 1.25; }
  .menu-list a {
    border-radius: 2px;
    color: #4a4a4a;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: whitesmoke;
      color: #000000; }
    .menu-list a.is-active {
      background-color: #000000;
      color: #fff; }
  .menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: #7a7a7a;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .menu-label:not(:first-child) {
    margin-top: 1em; }
  .menu-label:not(:last-child) {
    margin-bottom: 1em; }

.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem; }
  .message:not(:last-child) {
    margin-bottom: 1.5rem; }
  .message.is-white {
    background-color: white; }
    .message.is-white .message-header {
      background-color: white;
      color: #0a0a0a; }
    .message.is-white .message-body {
      border-color: white;
      color: #4d4d4d; }
  .message.is-black {
    background-color: #fafafa; }
    .message.is-black .message-header {
      background-color: #0a0a0a;
      color: white; }
    .message.is-black .message-body {
      border-color: #0a0a0a;
      color: #090909; }
  .message.is-light {
    background-color: #fafafa; }
    .message.is-light .message-header {
      background-color: whitesmoke;
      color: #363636; }
    .message.is-light .message-body {
      border-color: whitesmoke;
      color: #505050; }
  .message.is-dark {
    background-color: #fafafa; }
    .message.is-dark .message-header {
      background-color: #363636;
      color: whitesmoke; }
    .message.is-dark .message-body {
      border-color: #363636;
      color: #2a2a2a; }
  .message.is-primary {
    background-color: #fafafa; }
    .message.is-primary .message-header {
      background-color: #000000;
      color: #fff; }
    .message.is-primary .message-body {
      border-color: #000000;
      color: black; }
  .message.is-info {
    background-color: #f6f9fe; }
    .message.is-info .message-header {
      background-color: #3273dc;
      color: #fff; }
    .message.is-info .message-body {
      border-color: #3273dc;
      color: #22509a; }
  .message.is-success {
    background-color: #f6fef9; }
    .message.is-success .message-header {
      background-color: #23d160;
      color: #fff; }
    .message.is-success .message-body {
      border-color: #23d160;
      color: #0e301a; }
  .message.is-warning {
    background-color: #fffdf5; }
    .message.is-warning .message-header {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .message.is-warning .message-body {
      border-color: #ffdd57;
      color: #3b3108; }
  .message.is-danger {
    background-color: #fff5f7; }
    .message.is-danger .message-header {
      background-color: #ff3860;
      color: #fff; }
    .message.is-danger .message-body {
      border-color: #ff3860;
      color: #cd0930; }

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative; }
  .message-header a:not(.button),
  .message-header strong {
    color: currentColor; }
  .message-header a:not(.button) {
    text-decoration: underline; }
  .message-header .delete {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.75em; }
  .message-header + .message-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none; }

.message-body {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #4a4a4a;
  padding: 1em 1.25em; }
  .message-body a:not(.button),
  .message-body strong {
    color: currentColor; }
  .message-body a:not(.button) {
    text-decoration: underline; }
  .message-body code,
  .message-body pre {
    background: white; }
  .message-body pre code {
    background: transparent; }

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86); }

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px), print {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px; } }

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }
  .modal-close:before, .modal-close:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
         -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; }
  .modal-close:before {
    height: 2px;
    width: 50%; }
  .modal-close:after {
    height: 50%;
    width: 2px; }
  .modal-close:hover, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .modal-close.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .modal-close.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .modal-close.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden; }

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative; }

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dbdbdb; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px; }

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 20; }
  .modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.75rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center; }
  .pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
  .pagination-next:focus,
  .pagination-next.is-focused,
  .pagination-next:active,
  .pagination-next.is-active,
  .pagination-link:focus,
  .pagination-link.is-focused,
  .pagination-link:active,
  .pagination-link.is-active,
  .pagination-ellipsis:focus,
  .pagination-ellipsis.is-focused,
  .pagination-ellipsis:active,
  .pagination-ellipsis.is-active {
    outline: none; }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled] {
    cursor: not-allowed; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #000000; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #000000;
  border-color: #000000;
  color: #fff; }

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; } }

@media screen and (min-width: 769px), print {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-centered .pagination-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-centered .pagination-next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .pagination.is-right .pagination-previous {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-right .pagination-next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-right .pagination-list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

.panel {
  font-size: 1rem; }
  .panel:not(:last-child) {
    margin-bottom: 1.5rem; }

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }
  .panel-heading:first-child,
  .panel-tabs:first-child,
  .panel-block:first-child {
    border-top: 1px solid #dbdbdb; }

.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em; }

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 0.5em; }
    .panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636; }

.panel-list a {
  color: #4a4a4a; }
  .panel-list a:hover {
    color: #000000; }

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em; }
  .panel-block input[type="checkbox"] {
    margin-right: 0.75em; }
  .panel-block > .control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
  .panel-block.is-wrapped {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .panel-block.is-active {
    border-left-color: #000000;
    color: #363636; }
    .panel-block.is-active .panel-icon {
      color: #000000; }

a.panel-block,
label.panel-block {
  cursor: pointer; }
  a.panel-block:hover,
  label.panel-block:hover {
    background-color: whitesmoke; }

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em; }
  .panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs:not(:last-child) {
    margin-bottom: 1.5rem; }
  .tabs a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dbdbdb;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #000000;
      color: #000000; }
  .tabs ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs.is-right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .tabs.is-toggle a {
    border: 1px solid #dbdbdb;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 3px 0 0 3px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 3px 3px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.column, .posts-navigation, .posts-navigation [class^="nav-"] {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow, .posts-navigation .nav-links > .column.is-narrow, .is-mobile.alm-listing > .column.is-narrow, .columns.is-mobile > .is-narrow.posts-navigation, .posts-navigation .nav-links > .is-narrow.posts-navigation, .is-mobile.alm-listing > .is-narrow.posts-navigation, .posts-navigation .columns.is-mobile > [class^="nav-"], .posts-navigation .nav-links > [class^="nav-"], .posts-navigation .is-mobile.alm-listing > [class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .columns.is-mobile > .column.is-full, .posts-navigation .nav-links > .column.is-full, .is-mobile.alm-listing > .column.is-full, .columns.is-mobile > .is-full.posts-navigation, .posts-navigation .nav-links > .is-full.posts-navigation, .is-mobile.alm-listing > .is-full.posts-navigation, .posts-navigation .columns.is-mobile > .is-full[class^="nav-"], .posts-navigation .nav-links > .is-full[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-full[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters, .posts-navigation .nav-links > .column.is-three-quarters, .is-mobile.alm-listing > .column.is-three-quarters, .columns.is-mobile > .is-three-quarters.posts-navigation, .posts-navigation .nav-links > .is-three-quarters.posts-navigation, .is-mobile.alm-listing > .is-three-quarters.posts-navigation, .posts-navigation .columns.is-mobile > .is-three-quarters[class^="nav-"], .posts-navigation .nav-links > .is-three-quarters[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-three-quarters[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds, .posts-navigation .nav-links > .column.is-two-thirds, .is-mobile.alm-listing > .column.is-two-thirds, .columns.is-mobile > .is-two-thirds.posts-navigation, .posts-navigation .nav-links > .is-two-thirds.posts-navigation, .is-mobile.alm-listing > .is-two-thirds.posts-navigation, .posts-navigation .columns.is-mobile > .is-two-thirds[class^="nav-"], .posts-navigation .nav-links > .is-two-thirds[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-two-thirds[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half, .posts-navigation .nav-links > .column.is-half, .is-mobile.alm-listing > .column.is-half, .columns.is-mobile > .is-half.posts-navigation, .posts-navigation .nav-links > .is-half.posts-navigation, .is-mobile.alm-listing > .is-half.posts-navigation, .posts-navigation .columns.is-mobile > .is-half[class^="nav-"], .posts-navigation .nav-links > .is-half[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-half[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third, .posts-navigation .nav-links > .column.is-one-third, .is-mobile.alm-listing > .column.is-one-third, .columns.is-mobile > .is-one-third.posts-navigation, .posts-navigation .nav-links > .is-one-third.posts-navigation, .is-mobile.alm-listing > .is-one-third.posts-navigation, .posts-navigation .columns.is-mobile > .is-one-third[class^="nav-"], .posts-navigation .nav-links > .is-one-third[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-one-third[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter, .posts-navigation .nav-links > .column.is-one-quarter, .is-mobile.alm-listing > .column.is-one-quarter, .columns.is-mobile > .is-one-quarter.posts-navigation, .posts-navigation .nav-links > .is-one-quarter.posts-navigation, .is-mobile.alm-listing > .is-one-quarter.posts-navigation, .posts-navigation .columns.is-mobile > .is-one-quarter[class^="nav-"], .posts-navigation .nav-links > .is-one-quarter[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-one-quarter[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-three-quarters, .posts-navigation .nav-links > .column.is-offset-three-quarters, .is-mobile.alm-listing > .column.is-offset-three-quarters, .columns.is-mobile > .is-offset-three-quarters.posts-navigation, .posts-navigation .nav-links > .is-offset-three-quarters.posts-navigation, .is-mobile.alm-listing > .is-offset-three-quarters.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-three-quarters[class^="nav-"], .posts-navigation .nav-links > .is-offset-three-quarters[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-three-quarters[class^="nav-"] {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds, .posts-navigation .nav-links > .column.is-offset-two-thirds, .is-mobile.alm-listing > .column.is-offset-two-thirds, .columns.is-mobile > .is-offset-two-thirds.posts-navigation, .posts-navigation .nav-links > .is-offset-two-thirds.posts-navigation, .is-mobile.alm-listing > .is-offset-two-thirds.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-two-thirds[class^="nav-"], .posts-navigation .nav-links > .is-offset-two-thirds[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-two-thirds[class^="nav-"] {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half, .posts-navigation .nav-links > .column.is-offset-half, .is-mobile.alm-listing > .column.is-offset-half, .columns.is-mobile > .is-offset-half.posts-navigation, .posts-navigation .nav-links > .is-offset-half.posts-navigation, .is-mobile.alm-listing > .is-offset-half.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-half[class^="nav-"], .posts-navigation .nav-links > .is-offset-half[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-half[class^="nav-"] {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third, .posts-navigation .nav-links > .column.is-offset-one-third, .is-mobile.alm-listing > .column.is-offset-one-third, .columns.is-mobile > .is-offset-one-third.posts-navigation, .posts-navigation .nav-links > .is-offset-one-third.posts-navigation, .is-mobile.alm-listing > .is-offset-one-third.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-one-third[class^="nav-"], .posts-navigation .nav-links > .is-offset-one-third[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-one-third[class^="nav-"] {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter, .posts-navigation .nav-links > .column.is-offset-one-quarter, .is-mobile.alm-listing > .column.is-offset-one-quarter, .columns.is-mobile > .is-offset-one-quarter.posts-navigation, .posts-navigation .nav-links > .is-offset-one-quarter.posts-navigation, .is-mobile.alm-listing > .is-offset-one-quarter.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-one-quarter[class^="nav-"], .posts-navigation .nav-links > .is-offset-one-quarter[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-one-quarter[class^="nav-"] {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-1, .posts-navigation .nav-links > .column.is-1, .is-mobile.alm-listing > .column.is-1, .columns.is-mobile > .is-1.posts-navigation, .posts-navigation .nav-links > .is-1.posts-navigation, .is-mobile.alm-listing > .is-1.posts-navigation, .posts-navigation .columns.is-mobile > .is-1[class^="nav-"], .posts-navigation .nav-links > .is-1[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-1[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%; }
  .columns.is-mobile > .column.is-offset-1, .posts-navigation .nav-links > .column.is-offset-1, .is-mobile.alm-listing > .column.is-offset-1, .columns.is-mobile > .is-offset-1.posts-navigation, .posts-navigation .nav-links > .is-offset-1.posts-navigation, .is-mobile.alm-listing > .is-offset-1.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-1[class^="nav-"], .posts-navigation .nav-links > .is-offset-1[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-1[class^="nav-"] {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2, .posts-navigation .nav-links > .column.is-2, .is-mobile.alm-listing > .column.is-2, .columns.is-mobile > .is-2.posts-navigation, .posts-navigation .nav-links > .is-2.posts-navigation, .is-mobile.alm-listing > .is-2.posts-navigation, .posts-navigation .columns.is-mobile > .is-2[class^="nav-"], .posts-navigation .nav-links > .is-2[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-2[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2, .posts-navigation .nav-links > .column.is-offset-2, .is-mobile.alm-listing > .column.is-offset-2, .columns.is-mobile > .is-offset-2.posts-navigation, .posts-navigation .nav-links > .is-offset-2.posts-navigation, .is-mobile.alm-listing > .is-offset-2.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-2[class^="nav-"], .posts-navigation .nav-links > .is-offset-2[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-2[class^="nav-"] {
    margin-left: 16.6666666667%; }
  .columns.is-mobile > .column.is-3, .posts-navigation .nav-links > .column.is-3, .is-mobile.alm-listing > .column.is-3, .columns.is-mobile > .is-3.posts-navigation, .posts-navigation .nav-links > .is-3.posts-navigation, .is-mobile.alm-listing > .is-3.posts-navigation, .posts-navigation .columns.is-mobile > .is-3[class^="nav-"], .posts-navigation .nav-links > .is-3[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-3[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3, .posts-navigation .nav-links > .column.is-offset-3, .is-mobile.alm-listing > .column.is-offset-3, .columns.is-mobile > .is-offset-3.posts-navigation, .posts-navigation .nav-links > .is-offset-3.posts-navigation, .is-mobile.alm-listing > .is-offset-3.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-3[class^="nav-"], .posts-navigation .nav-links > .is-offset-3[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-3[class^="nav-"] {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4, .posts-navigation .nav-links > .column.is-4, .is-mobile.alm-listing > .column.is-4, body.author .post-container.first .columns.is-mobile > .column.thumbnail, .posts-navigation body.author .post-container.first .nav-links > .column.thumbnail, body.author .post-container.first .posts-navigation .nav-links > .column.thumbnail, body.author .post-container.first .is-mobile.alm-listing > .column.thumbnail, body.author .post-container.first .columns.is-mobile > .thumbnail.posts-navigation, .posts-navigation body.author .post-container.first .nav-links > .thumbnail.posts-navigation, body.author .post-container.first .posts-navigation .nav-links > .thumbnail.posts-navigation, body.author .post-container.first .is-mobile.alm-listing > .thumbnail.posts-navigation, body.author .post-container.first .posts-navigation .columns.is-mobile > .thumbnail[class^="nav-"], body.author .post-container.first .posts-navigation .nav-links > .thumbnail[class^="nav-"], body.author .post-container.first .posts-navigation .is-mobile.alm-listing > .thumbnail[class^="nav-"], .posts-navigation body.author .post-container.first .columns.is-mobile > .thumbnail[class^="nav-"], .posts-navigation body.author .post-container.first .nav-links > .thumbnail[class^="nav-"], .posts-navigation body.author .post-container.first .is-mobile.alm-listing > .thumbnail[class^="nav-"],
  body.author .content-container .columns.is-mobile > .column.thumbnail, .posts-navigation
  body.author .content-container .nav-links > .column.thumbnail,
  body.author .content-container .posts-navigation .nav-links > .column.thumbnail,
  body.author .content-container .is-mobile.alm-listing > .column.thumbnail,
  body.author .content-container .columns.is-mobile > .thumbnail.posts-navigation, .posts-navigation
  body.author .content-container .nav-links > .thumbnail.posts-navigation,
  body.author .content-container .posts-navigation .nav-links > .thumbnail.posts-navigation,
  body.author .content-container .is-mobile.alm-listing > .thumbnail.posts-navigation,
  body.author .content-container .posts-navigation .columns.is-mobile > .thumbnail[class^="nav-"],
  body.author .content-container .posts-navigation .nav-links > .thumbnail[class^="nav-"],
  body.author .content-container .posts-navigation .is-mobile.alm-listing > .thumbnail[class^="nav-"], .posts-navigation
  body.author .content-container .columns.is-mobile > .thumbnail[class^="nav-"], .posts-navigation
  body.author .content-container .nav-links > .thumbnail[class^="nav-"], .posts-navigation
  body.author .content-container .is-mobile.alm-listing > .thumbnail[class^="nav-"],
  body.page .post-container.first .columns.is-mobile > .column.thumbnail, .posts-navigation
  body.page .post-container.first .nav-links > .column.thumbnail,
  body.page .post-container.first .posts-navigation .nav-links > .column.thumbnail,
  body.page .post-container.first .is-mobile.alm-listing > .column.thumbnail,
  body.page .post-container.first .columns.is-mobile > .thumbnail.posts-navigation, .posts-navigation
  body.page .post-container.first .nav-links > .thumbnail.posts-navigation,
  body.page .post-container.first .posts-navigation .nav-links > .thumbnail.posts-navigation,
  body.page .post-container.first .is-mobile.alm-listing > .thumbnail.posts-navigation,
  body.page .post-container.first .posts-navigation .columns.is-mobile > .thumbnail[class^="nav-"],
  body.page .post-container.first .posts-navigation .nav-links > .thumbnail[class^="nav-"],
  body.page .post-container.first .posts-navigation .is-mobile.alm-listing > .thumbnail[class^="nav-"], .posts-navigation
  body.page .post-container.first .columns.is-mobile > .thumbnail[class^="nav-"], .posts-navigation
  body.page .post-container.first .nav-links > .thumbnail[class^="nav-"], .posts-navigation
  body.page .post-container.first .is-mobile.alm-listing > .thumbnail[class^="nav-"],
  body.page .content-container .columns.is-mobile > .column.thumbnail, .posts-navigation
  body.page .content-container .nav-links > .column.thumbnail,
  body.page .content-container .posts-navigation .nav-links > .column.thumbnail,
  body.page .content-container .is-mobile.alm-listing > .column.thumbnail,
  body.page .content-container .columns.is-mobile > .thumbnail.posts-navigation, .posts-navigation
  body.page .content-container .nav-links > .thumbnail.posts-navigation,
  body.page .content-container .posts-navigation .nav-links > .thumbnail.posts-navigation,
  body.page .content-container .is-mobile.alm-listing > .thumbnail.posts-navigation,
  body.page .content-container .posts-navigation .columns.is-mobile > .thumbnail[class^="nav-"],
  body.page .content-container .posts-navigation .nav-links > .thumbnail[class^="nav-"],
  body.page .content-container .posts-navigation .is-mobile.alm-listing > .thumbnail[class^="nav-"], .posts-navigation
  body.page .content-container .columns.is-mobile > .thumbnail[class^="nav-"], .posts-navigation
  body.page .content-container .nav-links > .thumbnail[class^="nav-"], .posts-navigation
  body.page .content-container .is-mobile.alm-listing > .thumbnail[class^="nav-"], .columns.is-mobile > .is-4.posts-navigation, .posts-navigation .nav-links > .is-4.posts-navigation, .is-mobile.alm-listing > .is-4.posts-navigation, .posts-navigation .columns.is-mobile > .is-4[class^="nav-"], .posts-navigation .nav-links > .is-4[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-4[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%; }
  .columns.is-mobile > .column.is-offset-4, .posts-navigation .nav-links > .column.is-offset-4, .is-mobile.alm-listing > .column.is-offset-4, .columns.is-mobile > .is-offset-4.posts-navigation, .posts-navigation .nav-links > .is-offset-4.posts-navigation, .is-mobile.alm-listing > .is-offset-4.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-4[class^="nav-"], .posts-navigation .nav-links > .is-offset-4[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-4[class^="nav-"] {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5, .posts-navigation .nav-links > .column.is-5, .is-mobile.alm-listing > .column.is-5, .columns.is-mobile > .is-5.posts-navigation, .posts-navigation .nav-links > .is-5.posts-navigation, .is-mobile.alm-listing > .is-5.posts-navigation, .posts-navigation .columns.is-mobile > .is-5[class^="nav-"], .posts-navigation .nav-links > .is-5[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-5[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5, .posts-navigation .nav-links > .column.is-offset-5, .is-mobile.alm-listing > .column.is-offset-5, .columns.is-mobile > .is-offset-5.posts-navigation, .posts-navigation .nav-links > .is-offset-5.posts-navigation, .is-mobile.alm-listing > .is-offset-5.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-5[class^="nav-"], .posts-navigation .nav-links > .is-offset-5[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-5[class^="nav-"] {
    margin-left: 41.6666666667%; }
  .columns.is-mobile > .column.is-6, .posts-navigation .nav-links > .column.is-6, .is-mobile.alm-listing > .column.is-6, .columns.is-mobile > .is-6.posts-navigation, .posts-navigation .nav-links > .is-6.posts-navigation, .is-mobile.alm-listing > .is-6.posts-navigation, .posts-navigation .columns.is-mobile > .is-6[class^="nav-"], .posts-navigation .nav-links > .is-6[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-6[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6, .posts-navigation .nav-links > .column.is-offset-6, .is-mobile.alm-listing > .column.is-offset-6, .columns.is-mobile > .is-offset-6.posts-navigation, .posts-navigation .nav-links > .is-offset-6.posts-navigation, .is-mobile.alm-listing > .is-offset-6.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-6[class^="nav-"], .posts-navigation .nav-links > .is-offset-6[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-6[class^="nav-"] {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7, .posts-navigation .nav-links > .column.is-7, .is-mobile.alm-listing > .column.is-7, .columns.is-mobile > .is-7.posts-navigation, .posts-navigation .nav-links > .is-7.posts-navigation, .is-mobile.alm-listing > .is-7.posts-navigation, .posts-navigation .columns.is-mobile > .is-7[class^="nav-"], .posts-navigation .nav-links > .is-7[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-7[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%; }
  .columns.is-mobile > .column.is-offset-7, .posts-navigation .nav-links > .column.is-offset-7, .is-mobile.alm-listing > .column.is-offset-7, .columns.is-mobile > .is-offset-7.posts-navigation, .posts-navigation .nav-links > .is-offset-7.posts-navigation, .is-mobile.alm-listing > .is-offset-7.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-7[class^="nav-"], .posts-navigation .nav-links > .is-offset-7[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-7[class^="nav-"] {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8, .posts-navigation .nav-links > .column.is-8, .is-mobile.alm-listing > .column.is-8, .columns.is-mobile > .is-8.posts-navigation, .posts-navigation .nav-links > .is-8.posts-navigation, .is-mobile.alm-listing > .is-8.posts-navigation, .posts-navigation .columns.is-mobile > .is-8[class^="nav-"], .posts-navigation .nav-links > .is-8[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-8[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8, .posts-navigation .nav-links > .column.is-offset-8, .is-mobile.alm-listing > .column.is-offset-8, .columns.is-mobile > .is-offset-8.posts-navigation, .posts-navigation .nav-links > .is-offset-8.posts-navigation, .is-mobile.alm-listing > .is-offset-8.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-8[class^="nav-"], .posts-navigation .nav-links > .is-offset-8[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-8[class^="nav-"] {
    margin-left: 66.6666666667%; }
  .columns.is-mobile > .column.is-9, .posts-navigation .nav-links > .column.is-9, .is-mobile.alm-listing > .column.is-9, .columns.is-mobile > .is-9.posts-navigation, .posts-navigation .nav-links > .is-9.posts-navigation, .is-mobile.alm-listing > .is-9.posts-navigation, .posts-navigation .columns.is-mobile > .is-9[class^="nav-"], .posts-navigation .nav-links > .is-9[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-9[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9, .posts-navigation .nav-links > .column.is-offset-9, .is-mobile.alm-listing > .column.is-offset-9, .columns.is-mobile > .is-offset-9.posts-navigation, .posts-navigation .nav-links > .is-offset-9.posts-navigation, .is-mobile.alm-listing > .is-offset-9.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-9[class^="nav-"], .posts-navigation .nav-links > .is-offset-9[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-9[class^="nav-"] {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10, .posts-navigation .nav-links > .column.is-10, .is-mobile.alm-listing > .column.is-10, .columns.is-mobile > .posts-navigation, .posts-navigation .nav-links > .posts-navigation, .is-mobile.alm-listing > .posts-navigation, .posts-navigation .columns.is-mobile > .is-10[class^="nav-"], .posts-navigation .nav-links > .is-10[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-10[class^="nav-"], .posts-navigation .columns.is-mobile > [class^="nav-"].posts-navigation, .posts-navigation .is-mobile.alm-listing > [class^="nav-"].posts-navigation {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%; }
  .columns.is-mobile > .column.is-offset-10, .posts-navigation .nav-links > .column.is-offset-10, .is-mobile.alm-listing > .column.is-offset-10, .columns.is-mobile > .is-offset-10.posts-navigation, .posts-navigation .nav-links > .is-offset-10.posts-navigation, .is-mobile.alm-listing > .is-offset-10.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-10[class^="nav-"], .posts-navigation .nav-links > .is-offset-10[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-10[class^="nav-"] {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11, .posts-navigation .nav-links > .column.is-11, .is-mobile.alm-listing > .column.is-11, .columns.is-mobile > .is-11.posts-navigation, .posts-navigation .nav-links > .is-11.posts-navigation, .is-mobile.alm-listing > .is-11.posts-navigation, .posts-navigation .columns.is-mobile > .is-11[class^="nav-"], .posts-navigation .nav-links > .is-11[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-11[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11, .posts-navigation .nav-links > .column.is-offset-11, .is-mobile.alm-listing > .column.is-offset-11, .columns.is-mobile > .is-offset-11.posts-navigation, .posts-navigation .nav-links > .is-offset-11.posts-navigation, .is-mobile.alm-listing > .is-offset-11.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-11[class^="nav-"], .posts-navigation .nav-links > .is-offset-11[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-11[class^="nav-"] {
    margin-left: 91.6666666667%; }
  .columns.is-mobile > .column.is-12, .posts-navigation .nav-links > .column.is-12, .is-mobile.alm-listing > .column.is-12, .columns.is-mobile > .is-12.posts-navigation, .posts-navigation .nav-links > .is-12.posts-navigation, .is-mobile.alm-listing > .is-12.posts-navigation, .posts-navigation .columns.is-mobile > .is-12[class^="nav-"], .posts-navigation .nav-links > .is-12[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-12[class^="nav-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12, .posts-navigation .nav-links > .column.is-offset-12, .is-mobile.alm-listing > .column.is-offset-12, .columns.is-mobile > .is-offset-12.posts-navigation, .posts-navigation .nav-links > .is-offset-12.posts-navigation, .is-mobile.alm-listing > .is-offset-12.posts-navigation, .posts-navigation .columns.is-mobile > .is-offset-12[class^="nav-"], .posts-navigation .nav-links > .is-offset-12[class^="nav-"], .posts-navigation .is-mobile.alm-listing > .is-offset-12[class^="nav-"] {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile, .is-narrow-mobile.posts-navigation, .posts-navigation .is-narrow-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-mobile, .is-full-mobile.posts-navigation, .posts-navigation .is-full-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile, .is-three-quarters-mobile.posts-navigation, .posts-navigation .is-three-quarters-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile, .is-two-thirds-mobile.posts-navigation, .posts-navigation .is-two-thirds-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-mobile, .is-half-mobile.posts-navigation, .posts-navigation .is-half-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-mobile, .is-one-third-mobile.posts-navigation, .posts-navigation .is-one-third-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile, .is-one-quarter-mobile.posts-navigation, .posts-navigation .is-one-quarter-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-mobile, .is-offset-three-quarters-mobile.posts-navigation, .posts-navigation .is-offset-three-quarters-mobile[class^="nav-"] {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile, .is-offset-two-thirds-mobile.posts-navigation, .posts-navigation .is-offset-two-thirds-mobile[class^="nav-"] {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile, .is-offset-half-mobile.posts-navigation, .posts-navigation .is-offset-half-mobile[class^="nav-"] {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile, .is-offset-one-third-mobile.posts-navigation, .posts-navigation .is-offset-one-third-mobile[class^="nav-"] {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile, .is-offset-one-quarter-mobile.posts-navigation, .posts-navigation .is-offset-one-quarter-mobile[class^="nav-"] {
      margin-left: 25%; }
    .column.is-1-mobile, .is-1-mobile.posts-navigation, .posts-navigation .is-1-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile, .is-offset-1-mobile.posts-navigation, .posts-navigation .is-offset-1-mobile[class^="nav-"] {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile, .is-2-mobile.posts-navigation, .posts-navigation .is-2-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile, .is-offset-2-mobile.posts-navigation, .posts-navigation .is-offset-2-mobile[class^="nav-"] {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile, .is-3-mobile.posts-navigation, .posts-navigation .is-3-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-mobile, .is-offset-3-mobile.posts-navigation, .posts-navigation .is-offset-3-mobile[class^="nav-"] {
      margin-left: 25%; }
    .column.is-4-mobile, .is-4-mobile.posts-navigation, .posts-navigation .is-4-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile, .is-offset-4-mobile.posts-navigation, .posts-navigation .is-offset-4-mobile[class^="nav-"] {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile, .is-5-mobile.posts-navigation, .posts-navigation .is-5-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile, .is-offset-5-mobile.posts-navigation, .posts-navigation .is-offset-5-mobile[class^="nav-"] {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile, .is-6-mobile.posts-navigation, .posts-navigation .is-6-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-mobile, .is-offset-6-mobile.posts-navigation, .posts-navigation .is-offset-6-mobile[class^="nav-"] {
      margin-left: 50%; }
    .column.is-7-mobile, .is-7-mobile.posts-navigation, .posts-navigation .is-7-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile, .is-offset-7-mobile.posts-navigation, .posts-navigation .is-offset-7-mobile[class^="nav-"] {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile, .is-8-mobile.posts-navigation, .posts-navigation .is-8-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile, .is-offset-8-mobile.posts-navigation, .posts-navigation .is-offset-8-mobile[class^="nav-"] {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile, .is-9-mobile.posts-navigation, .posts-navigation .is-9-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-mobile, .is-offset-9-mobile.posts-navigation, .posts-navigation .is-offset-9-mobile[class^="nav-"] {
      margin-left: 75%; }
    .column.is-10-mobile, .posts-navigation, .posts-navigation .is-10-mobile[class^="nav-"], .posts-navigation [class^="nav-"].posts-navigation {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile, .is-offset-10-mobile.posts-navigation, .posts-navigation .is-offset-10-mobile[class^="nav-"] {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile, .is-11-mobile.posts-navigation, .posts-navigation .is-11-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile, .is-offset-11-mobile.posts-navigation, .posts-navigation .is-offset-11-mobile[class^="nav-"] {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile, .is-12-mobile.posts-navigation, .posts-navigation .is-12-mobile[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-mobile, .is-offset-12-mobile.posts-navigation, .posts-navigation .is-offset-12-mobile[class^="nav-"] {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .is-narrow.posts-navigation, .posts-navigation [class^="nav-"], .column.is-narrow-tablet, .is-narrow-tablet.posts-navigation, .posts-navigation .is-narrow-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full, .is-full.posts-navigation, .posts-navigation .is-full[class^="nav-"], .column.is-full-tablet, .is-full-tablet.posts-navigation, .posts-navigation .is-full-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters, .is-three-quarters.posts-navigation, .posts-navigation .is-three-quarters[class^="nav-"], .column.is-three-quarters-tablet, .is-three-quarters-tablet.posts-navigation, .posts-navigation .is-three-quarters-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds, .is-two-thirds.posts-navigation, .posts-navigation .is-two-thirds[class^="nav-"], .column.is-two-thirds-tablet, .is-two-thirds-tablet.posts-navigation, .posts-navigation .is-two-thirds-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half, .is-half.posts-navigation, .posts-navigation .is-half[class^="nav-"], .column.is-half-tablet, .is-half-tablet.posts-navigation, .posts-navigation .is-half-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third, .is-one-third.posts-navigation, .posts-navigation .is-one-third[class^="nav-"], .column.is-one-third-tablet, .is-one-third-tablet.posts-navigation, .posts-navigation .is-one-third-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .is-one-quarter.posts-navigation, .posts-navigation .is-one-quarter[class^="nav-"], .column.is-one-quarter-tablet, .is-one-quarter-tablet.posts-navigation, .posts-navigation .is-one-quarter-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-three-quarters, .is-offset-three-quarters.posts-navigation, .posts-navigation .is-offset-three-quarters[class^="nav-"], .column.is-offset-three-quarters-tablet, .is-offset-three-quarters-tablet.posts-navigation, .posts-navigation .is-offset-three-quarters-tablet[class^="nav-"] {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .is-offset-two-thirds.posts-navigation, .posts-navigation .is-offset-two-thirds[class^="nav-"], .column.is-offset-two-thirds-tablet, .is-offset-two-thirds-tablet.posts-navigation, .posts-navigation .is-offset-two-thirds-tablet[class^="nav-"] {
      margin-left: 66.6666%; }
    .column.is-offset-half, .is-offset-half.posts-navigation, .posts-navigation .is-offset-half[class^="nav-"], .column.is-offset-half-tablet, .is-offset-half-tablet.posts-navigation, .posts-navigation .is-offset-half-tablet[class^="nav-"] {
      margin-left: 50%; }
    .column.is-offset-one-third, .is-offset-one-third.posts-navigation, .posts-navigation .is-offset-one-third[class^="nav-"], .column.is-offset-one-third-tablet, .is-offset-one-third-tablet.posts-navigation, .posts-navigation .is-offset-one-third-tablet[class^="nav-"] {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .is-offset-one-quarter.posts-navigation, .posts-navigation .is-offset-one-quarter[class^="nav-"], .column.is-offset-one-quarter-tablet, .is-offset-one-quarter-tablet.posts-navigation, .posts-navigation .is-offset-one-quarter-tablet[class^="nav-"] {
      margin-left: 25%; }
    .column.is-1, .is-1.posts-navigation, .posts-navigation .is-1[class^="nav-"], .column.is-1-tablet, .is-1-tablet.posts-navigation, .posts-navigation .is-1-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1, .is-offset-1.posts-navigation, .posts-navigation .is-offset-1[class^="nav-"], .column.is-offset-1-tablet, .is-offset-1-tablet.posts-navigation, .posts-navigation .is-offset-1-tablet[class^="nav-"] {
      margin-left: 8.3333333333%; }
    .column.is-2, .is-2.posts-navigation, .posts-navigation .is-2[class^="nav-"], .column.is-2-tablet, .is-2-tablet.posts-navigation, .posts-navigation .is-2-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .is-offset-2.posts-navigation, .posts-navigation .is-offset-2[class^="nav-"], .column.is-offset-2-tablet, .is-offset-2-tablet.posts-navigation, .posts-navigation .is-offset-2-tablet[class^="nav-"] {
      margin-left: 16.6666666667%; }
    .column.is-3, .is-3.posts-navigation, .posts-navigation .is-3[class^="nav-"], .column.is-3-tablet, .is-3-tablet.posts-navigation, .posts-navigation .is-3-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3, .is-offset-3.posts-navigation, .posts-navigation .is-offset-3[class^="nav-"], .column.is-offset-3-tablet, .is-offset-3-tablet.posts-navigation, .posts-navigation .is-offset-3-tablet[class^="nav-"] {
      margin-left: 25%; }
    .column.is-4, body.author .post-container.first .column.thumbnail, body.author .post-container.first .thumbnail.posts-navigation, body.author .post-container.first .posts-navigation .thumbnail[class^="nav-"], .posts-navigation body.author .post-container.first .thumbnail[class^="nav-"],
    body.author .content-container .column.thumbnail,
    body.author .content-container .thumbnail.posts-navigation,
    body.author .content-container .posts-navigation .thumbnail[class^="nav-"], .posts-navigation
    body.author .content-container .thumbnail[class^="nav-"],
    body.page .post-container.first .column.thumbnail,
    body.page .post-container.first .thumbnail.posts-navigation,
    body.page .post-container.first .posts-navigation .thumbnail[class^="nav-"], .posts-navigation
    body.page .post-container.first .thumbnail[class^="nav-"],
    body.page .content-container .column.thumbnail,
    body.page .content-container .thumbnail.posts-navigation,
    body.page .content-container .posts-navigation .thumbnail[class^="nav-"], .posts-navigation
    body.page .content-container .thumbnail[class^="nav-"], .is-4.posts-navigation, .posts-navigation .is-4[class^="nav-"], .column.is-4-tablet, .is-4-tablet.posts-navigation, .posts-navigation .is-4-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4, .is-offset-4.posts-navigation, .posts-navigation .is-offset-4[class^="nav-"], .column.is-offset-4-tablet, .is-offset-4-tablet.posts-navigation, .posts-navigation .is-offset-4-tablet[class^="nav-"] {
      margin-left: 33.3333333333%; }
    .column.is-5, .is-5.posts-navigation, .posts-navigation .is-5[class^="nav-"], .column.is-5-tablet, .is-5-tablet.posts-navigation, .posts-navigation .is-5-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .is-offset-5.posts-navigation, .posts-navigation .is-offset-5[class^="nav-"], .column.is-offset-5-tablet, .is-offset-5-tablet.posts-navigation, .posts-navigation .is-offset-5-tablet[class^="nav-"] {
      margin-left: 41.6666666667%; }
    .column.is-6, .is-6.posts-navigation, .posts-navigation .is-6[class^="nav-"], .column.is-6-tablet, .is-6-tablet.posts-navigation, .posts-navigation .is-6-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6, .is-offset-6.posts-navigation, .posts-navigation .is-offset-6[class^="nav-"], .column.is-offset-6-tablet, .is-offset-6-tablet.posts-navigation, .posts-navigation .is-offset-6-tablet[class^="nav-"] {
      margin-left: 50%; }
    .column.is-7, .is-7.posts-navigation, .posts-navigation .is-7[class^="nav-"], .column.is-7-tablet, .is-7-tablet.posts-navigation, .posts-navigation .is-7-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7, .is-offset-7.posts-navigation, .posts-navigation .is-offset-7[class^="nav-"], .column.is-offset-7-tablet, .is-offset-7-tablet.posts-navigation, .posts-navigation .is-offset-7-tablet[class^="nav-"] {
      margin-left: 58.3333333333%; }
    .column.is-8, .is-8.posts-navigation, .posts-navigation .is-8[class^="nav-"], .column.is-8-tablet, .is-8-tablet.posts-navigation, .posts-navigation .is-8-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .is-offset-8.posts-navigation, .posts-navigation .is-offset-8[class^="nav-"], .column.is-offset-8-tablet, .is-offset-8-tablet.posts-navigation, .posts-navigation .is-offset-8-tablet[class^="nav-"] {
      margin-left: 66.6666666667%; }
    .column.is-9, .is-9.posts-navigation, .posts-navigation .is-9[class^="nav-"], .column.is-9-tablet, .is-9-tablet.posts-navigation, .posts-navigation .is-9-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9, .is-offset-9.posts-navigation, .posts-navigation .is-offset-9[class^="nav-"], .column.is-offset-9-tablet, .is-offset-9-tablet.posts-navigation, .posts-navigation .is-offset-9-tablet[class^="nav-"] {
      margin-left: 75%; }
    .column.is-10, .posts-navigation, .posts-navigation .is-10[class^="nav-"], .posts-navigation [class^="nav-"].posts-navigation, .column.is-10-tablet, .is-10-tablet.posts-navigation, .posts-navigation .is-10-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10, .is-offset-10.posts-navigation, .posts-navigation .is-offset-10[class^="nav-"], .column.is-offset-10-tablet, .is-offset-10-tablet.posts-navigation, .posts-navigation .is-offset-10-tablet[class^="nav-"] {
      margin-left: 83.3333333333%; }
    .column.is-11, .is-11.posts-navigation, .posts-navigation .is-11[class^="nav-"], .column.is-11-tablet, .is-11-tablet.posts-navigation, .posts-navigation .is-11-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .is-offset-11.posts-navigation, .posts-navigation .is-offset-11[class^="nav-"], .column.is-offset-11-tablet, .is-offset-11-tablet.posts-navigation, .posts-navigation .is-offset-11-tablet[class^="nav-"] {
      margin-left: 91.6666666667%; }
    .column.is-12, .is-12.posts-navigation, .posts-navigation .is-12[class^="nav-"], .column.is-12-tablet, .is-12-tablet.posts-navigation, .posts-navigation .is-12-tablet[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12, .is-offset-12.posts-navigation, .posts-navigation .is-offset-12[class^="nav-"], .column.is-offset-12-tablet, .is-offset-12-tablet.posts-navigation, .posts-navigation .is-offset-12-tablet[class^="nav-"] {
      margin-left: 100%; } }
  @media screen and (max-width: 1007px) {
    .column.is-narrow-touch, .is-narrow-touch.posts-navigation, .posts-navigation .is-narrow-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-touch, .is-full-touch.posts-navigation, .posts-navigation .is-full-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-touch, .is-three-quarters-touch.posts-navigation, .posts-navigation .is-three-quarters-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-touch, .is-two-thirds-touch.posts-navigation, .posts-navigation .is-two-thirds-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-touch, .is-half-touch.posts-navigation, .posts-navigation .is-half-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-touch, .is-one-third-touch.posts-navigation, .posts-navigation .is-one-third-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch, .is-one-quarter-touch.posts-navigation, .posts-navigation .is-one-quarter-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-touch, .is-offset-three-quarters-touch.posts-navigation, .posts-navigation .is-offset-three-quarters-touch[class^="nav-"] {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch, .is-offset-two-thirds-touch.posts-navigation, .posts-navigation .is-offset-two-thirds-touch[class^="nav-"] {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch, .is-offset-half-touch.posts-navigation, .posts-navigation .is-offset-half-touch[class^="nav-"] {
      margin-left: 50%; }
    .column.is-offset-one-third-touch, .is-offset-one-third-touch.posts-navigation, .posts-navigation .is-offset-one-third-touch[class^="nav-"] {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch, .is-offset-one-quarter-touch.posts-navigation, .posts-navigation .is-offset-one-quarter-touch[class^="nav-"] {
      margin-left: 25%; }
    .column.is-1-touch, .is-1-touch.posts-navigation, .posts-navigation .is-1-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-touch, .is-offset-1-touch.posts-navigation, .posts-navigation .is-offset-1-touch[class^="nav-"] {
      margin-left: 8.3333333333%; }
    .column.is-2-touch, .is-2-touch.posts-navigation, .posts-navigation .is-2-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-touch, .is-offset-2-touch.posts-navigation, .posts-navigation .is-offset-2-touch[class^="nav-"] {
      margin-left: 16.6666666667%; }
    .column.is-3-touch, .is-3-touch.posts-navigation, .posts-navigation .is-3-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-touch, .is-offset-3-touch.posts-navigation, .posts-navigation .is-offset-3-touch[class^="nav-"] {
      margin-left: 25%; }
    .column.is-4-touch, .is-4-touch.posts-navigation, .posts-navigation .is-4-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-touch, .is-offset-4-touch.posts-navigation, .posts-navigation .is-offset-4-touch[class^="nav-"] {
      margin-left: 33.3333333333%; }
    .column.is-5-touch, .is-5-touch.posts-navigation, .posts-navigation .is-5-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-touch, .is-offset-5-touch.posts-navigation, .posts-navigation .is-offset-5-touch[class^="nav-"] {
      margin-left: 41.6666666667%; }
    .column.is-6-touch, .is-6-touch.posts-navigation, .posts-navigation .is-6-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-touch, .is-offset-6-touch.posts-navigation, .posts-navigation .is-offset-6-touch[class^="nav-"] {
      margin-left: 50%; }
    .column.is-7-touch, .is-7-touch.posts-navigation, .posts-navigation .is-7-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-touch, .is-offset-7-touch.posts-navigation, .posts-navigation .is-offset-7-touch[class^="nav-"] {
      margin-left: 58.3333333333%; }
    .column.is-8-touch, .is-8-touch.posts-navigation, .posts-navigation .is-8-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-touch, .is-offset-8-touch.posts-navigation, .posts-navigation .is-offset-8-touch[class^="nav-"] {
      margin-left: 66.6666666667%; }
    .column.is-9-touch, .is-9-touch.posts-navigation, .posts-navigation .is-9-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-touch, .is-offset-9-touch.posts-navigation, .posts-navigation .is-offset-9-touch[class^="nav-"] {
      margin-left: 75%; }
    .column.is-10-touch, .is-10-touch.posts-navigation, .posts-navigation .is-10-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-touch, .is-offset-10-touch.posts-navigation, .posts-navigation .is-offset-10-touch[class^="nav-"] {
      margin-left: 83.3333333333%; }
    .column.is-11-touch, .is-11-touch.posts-navigation, .posts-navigation .is-11-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-touch, .is-offset-11-touch.posts-navigation, .posts-navigation .is-offset-11-touch[class^="nav-"] {
      margin-left: 91.6666666667%; }
    .column.is-12-touch, .is-12-touch.posts-navigation, .posts-navigation .is-12-touch[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-touch, .is-offset-12-touch.posts-navigation, .posts-navigation .is-offset-12-touch[class^="nav-"] {
      margin-left: 100%; } }
  @media screen and (min-width: 1008px) {
    .column.is-narrow-desktop, .is-narrow-desktop.posts-navigation, .posts-navigation .is-narrow-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-desktop, .is-full-desktop.posts-navigation, .posts-navigation .is-full-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop, .is-three-quarters-desktop.posts-navigation, .posts-navigation .is-three-quarters-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop, .is-two-thirds-desktop.posts-navigation, .posts-navigation .is-two-thirds-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-desktop, .is-half-desktop.posts-navigation, .posts-navigation .is-half-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-desktop, .is-one-third-desktop.posts-navigation, .posts-navigation .is-one-third-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop, .is-one-quarter-desktop.posts-navigation, .posts-navigation .is-one-quarter-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-desktop, .is-offset-three-quarters-desktop.posts-navigation, .posts-navigation .is-offset-three-quarters-desktop[class^="nav-"] {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop, .is-offset-two-thirds-desktop.posts-navigation, .posts-navigation .is-offset-two-thirds-desktop[class^="nav-"] {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop, .is-offset-half-desktop.posts-navigation, .posts-navigation .is-offset-half-desktop[class^="nav-"] {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop, .is-offset-one-third-desktop.posts-navigation, .posts-navigation .is-offset-one-third-desktop[class^="nav-"] {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop, .is-offset-one-quarter-desktop.posts-navigation, .posts-navigation .is-offset-one-quarter-desktop[class^="nav-"] {
      margin-left: 25%; }
    .column.is-1-desktop, .is-1-desktop.posts-navigation, .posts-navigation .is-1-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop, .is-offset-1-desktop.posts-navigation, .posts-navigation .is-offset-1-desktop[class^="nav-"] {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop, .is-2-desktop.posts-navigation, .posts-navigation .is-2-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop, .is-offset-2-desktop.posts-navigation, .posts-navigation .is-offset-2-desktop[class^="nav-"] {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop, .is-3-desktop.posts-navigation, .posts-navigation .is-3-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-desktop, .is-offset-3-desktop.posts-navigation, .posts-navigation .is-offset-3-desktop[class^="nav-"] {
      margin-left: 25%; }
    .column.is-4-desktop, .is-4-desktop.posts-navigation, .posts-navigation .is-4-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop, .is-offset-4-desktop.posts-navigation, .posts-navigation .is-offset-4-desktop[class^="nav-"] {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop, .is-5-desktop.posts-navigation, .posts-navigation .is-5-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop, .is-offset-5-desktop.posts-navigation, .posts-navigation .is-offset-5-desktop[class^="nav-"] {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop, .is-6-desktop.posts-navigation, .posts-navigation .is-6-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-desktop, .is-offset-6-desktop.posts-navigation, .posts-navigation .is-offset-6-desktop[class^="nav-"] {
      margin-left: 50%; }
    .column.is-7-desktop, .is-7-desktop.posts-navigation, .posts-navigation .is-7-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop, .is-offset-7-desktop.posts-navigation, .posts-navigation .is-offset-7-desktop[class^="nav-"] {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop, .is-8-desktop.posts-navigation, .posts-navigation .is-8-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop, .is-offset-8-desktop.posts-navigation, .posts-navigation .is-offset-8-desktop[class^="nav-"] {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop, .is-9-desktop.posts-navigation, .posts-navigation .is-9-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-desktop, .is-offset-9-desktop.posts-navigation, .posts-navigation .is-offset-9-desktop[class^="nav-"] {
      margin-left: 75%; }
    .column.is-10-desktop, .is-10-desktop.posts-navigation, .posts-navigation .is-10-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop, .is-offset-10-desktop.posts-navigation, .posts-navigation .is-offset-10-desktop[class^="nav-"] {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop, .is-11-desktop.posts-navigation, .posts-navigation .is-11-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop, .is-offset-11-desktop.posts-navigation, .posts-navigation .is-offset-11-desktop[class^="nav-"] {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop, .is-12-desktop.posts-navigation, .posts-navigation .is-12-desktop[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-desktop, .is-offset-12-desktop.posts-navigation, .posts-navigation .is-offset-12-desktop[class^="nav-"] {
      margin-left: 100%; } }
  @media screen and (min-width: 1200px) {
    .column.is-narrow-widescreen, .is-narrow-widescreen.posts-navigation, .posts-navigation .is-narrow-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-widescreen, .is-full-widescreen.posts-navigation, .posts-navigation .is-full-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen, .is-three-quarters-widescreen.posts-navigation, .posts-navigation .is-three-quarters-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen, .is-two-thirds-widescreen.posts-navigation, .posts-navigation .is-two-thirds-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen, .is-half-widescreen.posts-navigation, .posts-navigation .is-half-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-widescreen, .is-one-third-widescreen.posts-navigation, .posts-navigation .is-one-third-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen, .is-one-quarter-widescreen.posts-navigation, .posts-navigation .is-one-quarter-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-widescreen, .is-offset-three-quarters-widescreen.posts-navigation, .posts-navigation .is-offset-three-quarters-widescreen[class^="nav-"] {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen, .is-offset-two-thirds-widescreen.posts-navigation, .posts-navigation .is-offset-two-thirds-widescreen[class^="nav-"] {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen, .is-offset-half-widescreen.posts-navigation, .posts-navigation .is-offset-half-widescreen[class^="nav-"] {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen, .is-offset-one-third-widescreen.posts-navigation, .posts-navigation .is-offset-one-third-widescreen[class^="nav-"] {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen, .is-offset-one-quarter-widescreen.posts-navigation, .posts-navigation .is-offset-one-quarter-widescreen[class^="nav-"] {
      margin-left: 25%; }
    .column.is-1-widescreen, .is-1-widescreen.posts-navigation, .posts-navigation .is-1-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-widescreen, .is-offset-1-widescreen.posts-navigation, .posts-navigation .is-offset-1-widescreen[class^="nav-"] {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen, .is-2-widescreen.posts-navigation, .posts-navigation .is-2-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen, .is-offset-2-widescreen.posts-navigation, .posts-navigation .is-offset-2-widescreen[class^="nav-"] {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen, .is-3-widescreen.posts-navigation, .posts-navigation .is-3-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen, .is-offset-3-widescreen.posts-navigation, .posts-navigation .is-offset-3-widescreen[class^="nav-"] {
      margin-left: 25%; }
    .column.is-4-widescreen, .is-4-widescreen.posts-navigation, .posts-navigation .is-4-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen, .is-offset-4-widescreen.posts-navigation, .posts-navigation .is-offset-4-widescreen[class^="nav-"] {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen, .is-5-widescreen.posts-navigation, .posts-navigation .is-5-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen, .is-offset-5-widescreen.posts-navigation, .posts-navigation .is-offset-5-widescreen[class^="nav-"] {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen, .is-6-widescreen.posts-navigation, .posts-navigation .is-6-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen, .is-offset-6-widescreen.posts-navigation, .posts-navigation .is-offset-6-widescreen[class^="nav-"] {
      margin-left: 50%; }
    .column.is-7-widescreen, .is-7-widescreen.posts-navigation, .posts-navigation .is-7-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen, .is-offset-7-widescreen.posts-navigation, .posts-navigation .is-offset-7-widescreen[class^="nav-"] {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen, .is-8-widescreen.posts-navigation, .posts-navigation .is-8-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen, .is-offset-8-widescreen.posts-navigation, .posts-navigation .is-offset-8-widescreen[class^="nav-"] {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen, .is-9-widescreen.posts-navigation, .posts-navigation .is-9-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen, .is-offset-9-widescreen.posts-navigation, .posts-navigation .is-offset-9-widescreen[class^="nav-"] {
      margin-left: 75%; }
    .column.is-10-widescreen, .is-10-widescreen.posts-navigation, .posts-navigation .is-10-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen, .is-offset-10-widescreen.posts-navigation, .posts-navigation .is-offset-10-widescreen[class^="nav-"] {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen, .is-11-widescreen.posts-navigation, .posts-navigation .is-11-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen, .is-offset-11-widescreen.posts-navigation, .posts-navigation .is-offset-11-widescreen[class^="nav-"] {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen, .is-12-widescreen.posts-navigation, .posts-navigation .is-12-widescreen[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen, .is-offset-12-widescreen.posts-navigation, .posts-navigation .is-offset-12-widescreen[class^="nav-"] {
      margin-left: 100%; } }
  @media screen and (min-width: 1392px) {
    .column.is-narrow-fullhd, .is-narrow-fullhd.posts-navigation, .posts-navigation .is-narrow-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-fullhd, .is-full-fullhd.posts-navigation, .posts-navigation .is-full-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd, .is-three-quarters-fullhd.posts-navigation, .posts-navigation .is-three-quarters-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd, .is-two-thirds-fullhd.posts-navigation, .posts-navigation .is-two-thirds-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd, .is-half-fullhd.posts-navigation, .posts-navigation .is-half-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-fullhd, .is-one-third-fullhd.posts-navigation, .posts-navigation .is-one-third-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd, .is-one-quarter-fullhd.posts-navigation, .posts-navigation .is-one-quarter-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-fullhd, .is-offset-three-quarters-fullhd.posts-navigation, .posts-navigation .is-offset-three-quarters-fullhd[class^="nav-"] {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd, .is-offset-two-thirds-fullhd.posts-navigation, .posts-navigation .is-offset-two-thirds-fullhd[class^="nav-"] {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd, .is-offset-half-fullhd.posts-navigation, .posts-navigation .is-offset-half-fullhd[class^="nav-"] {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd, .is-offset-one-third-fullhd.posts-navigation, .posts-navigation .is-offset-one-third-fullhd[class^="nav-"] {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd, .is-offset-one-quarter-fullhd.posts-navigation, .posts-navigation .is-offset-one-quarter-fullhd[class^="nav-"] {
      margin-left: 25%; }
    .column.is-1-fullhd, .is-1-fullhd.posts-navigation, .posts-navigation .is-1-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-fullhd, .is-offset-1-fullhd.posts-navigation, .posts-navigation .is-offset-1-fullhd[class^="nav-"] {
      margin-left: 8.3333333333%; }
    .column.is-2-fullhd, .is-2-fullhd.posts-navigation, .posts-navigation .is-2-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-fullhd, .is-offset-2-fullhd.posts-navigation, .posts-navigation .is-offset-2-fullhd[class^="nav-"] {
      margin-left: 16.6666666667%; }
    .column.is-3-fullhd, .is-3-fullhd.posts-navigation, .posts-navigation .is-3-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd, .is-offset-3-fullhd.posts-navigation, .posts-navigation .is-offset-3-fullhd[class^="nav-"] {
      margin-left: 25%; }
    .column.is-4-fullhd, .is-4-fullhd.posts-navigation, .posts-navigation .is-4-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-fullhd, .is-offset-4-fullhd.posts-navigation, .posts-navigation .is-offset-4-fullhd[class^="nav-"] {
      margin-left: 33.3333333333%; }
    .column.is-5-fullhd, .is-5-fullhd.posts-navigation, .posts-navigation .is-5-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-fullhd, .is-offset-5-fullhd.posts-navigation, .posts-navigation .is-offset-5-fullhd[class^="nav-"] {
      margin-left: 41.6666666667%; }
    .column.is-6-fullhd, .is-6-fullhd.posts-navigation, .posts-navigation .is-6-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd, .is-offset-6-fullhd.posts-navigation, .posts-navigation .is-offset-6-fullhd[class^="nav-"] {
      margin-left: 50%; }
    .column.is-7-fullhd, .is-7-fullhd.posts-navigation, .posts-navigation .is-7-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-fullhd, .is-offset-7-fullhd.posts-navigation, .posts-navigation .is-offset-7-fullhd[class^="nav-"] {
      margin-left: 58.3333333333%; }
    .column.is-8-fullhd, .is-8-fullhd.posts-navigation, .posts-navigation .is-8-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-fullhd, .is-offset-8-fullhd.posts-navigation, .posts-navigation .is-offset-8-fullhd[class^="nav-"] {
      margin-left: 66.6666666667%; }
    .column.is-9-fullhd, .is-9-fullhd.posts-navigation, .posts-navigation .is-9-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd, .is-offset-9-fullhd.posts-navigation, .posts-navigation .is-offset-9-fullhd[class^="nav-"] {
      margin-left: 75%; }
    .column.is-10-fullhd, .is-10-fullhd.posts-navigation, .posts-navigation .is-10-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-fullhd, .is-offset-10-fullhd.posts-navigation, .posts-navigation .is-offset-10-fullhd[class^="nav-"] {
      margin-left: 83.3333333333%; }
    .column.is-11-fullhd, .is-11-fullhd.posts-navigation, .posts-navigation .is-11-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-fullhd, .is-offset-11-fullhd.posts-navigation, .posts-navigation .is-offset-11-fullhd[class^="nav-"] {
      margin-left: 91.6666666667%; }
    .column.is-12-fullhd, .is-12-fullhd.posts-navigation, .posts-navigation .is-12-fullhd[class^="nav-"] {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd, .is-offset-12-fullhd.posts-navigation, .posts-navigation .is-offset-12-fullhd[class^="nav-"] {
      margin-left: 100%; } }

.columns, .posts-navigation .nav-links, .alm-listing {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child, .posts-navigation .nav-links:last-child, .alm-listing:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child), .posts-navigation .nav-links:not(:last-child), .alm-listing:not(:last-child) {
    margin-bottom: 0.75rem; }
  .columns.is-centered, .posts-navigation .is-centered.nav-links, .is-centered.alm-listing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .columns.is-gapless, .posts-navigation .is-gapless.nav-links, .is-gapless.alm-listing {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless:last-child, .posts-navigation .is-gapless.nav-links:last-child, .is-gapless.alm-listing:last-child {
      margin-bottom: 0; }
    .columns.is-gapless:not(:last-child), .posts-navigation .is-gapless.nav-links:not(:last-child), .is-gapless.alm-listing:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless > .column, .posts-navigation .is-gapless.nav-links > .column, .is-gapless.alm-listing > .column, .columns.is-gapless > .posts-navigation, .posts-navigation .is-gapless.nav-links > .posts-navigation, .is-gapless.alm-listing > .posts-navigation, .posts-navigation .columns.is-gapless > [class^="nav-"], .posts-navigation .is-gapless.nav-links > [class^="nav-"], .posts-navigation .is-gapless.alm-listing > [class^="nav-"] {
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 769px), print {
    .columns.is-grid, .posts-navigation .is-grid.nav-links, .is-grid.alm-listing {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .columns.is-grid > .column, .posts-navigation .is-grid.nav-links > .column, .is-grid.alm-listing > .column, .columns.is-grid > .posts-navigation, .posts-navigation .is-grid.nav-links > .posts-navigation, .is-grid.alm-listing > .posts-navigation, .posts-navigation .columns.is-grid > [class^="nav-"], .posts-navigation .is-grid.nav-links > [class^="nav-"], .posts-navigation .is-grid.alm-listing > [class^="nav-"] {
        max-width: 33.3333%;
        padding: 0.75rem;
        width: 33.3333%; }
        .columns.is-grid > .column + .column, .posts-navigation .is-grid.nav-links > .column + .column, .is-grid.alm-listing > .column + .column, .columns.is-grid > .posts-navigation + .column, .posts-navigation .is-grid.nav-links > .posts-navigation + .column, .is-grid.alm-listing > .posts-navigation + .column, .posts-navigation .columns.is-grid > [class^="nav-"] + .column, .posts-navigation .is-grid.nav-links > [class^="nav-"] + .column, .posts-navigation .is-grid.alm-listing > [class^="nav-"] + .column, .columns.is-grid > .column + .posts-navigation, .posts-navigation .is-grid.nav-links > .column + .posts-navigation, .is-grid.alm-listing > .column + .posts-navigation, .columns.is-grid > .posts-navigation + .posts-navigation, .posts-navigation .is-grid.nav-links > .posts-navigation + .posts-navigation, .is-grid.alm-listing > .posts-navigation + .posts-navigation, .posts-navigation .columns.is-grid > [class^="nav-"] + .posts-navigation, .posts-navigation .is-grid.nav-links > [class^="nav-"] + .posts-navigation, .posts-navigation .is-grid.alm-listing > [class^="nav-"] + .posts-navigation, .posts-navigation .columns.is-grid > .column + [class^="nav-"], .posts-navigation .is-grid.nav-links > .column + [class^="nav-"], .posts-navigation .is-grid.alm-listing > .column + [class^="nav-"], .posts-navigation .columns.is-grid > .posts-navigation + [class^="nav-"], .posts-navigation .is-grid.nav-links > .posts-navigation + [class^="nav-"], .posts-navigation .is-grid.alm-listing > .posts-navigation + [class^="nav-"], .posts-navigation .columns.is-grid > [class^="nav-"] + [class^="nav-"], .posts-navigation .is-grid.nav-links > [class^="nav-"] + [class^="nav-"], .posts-navigation .is-grid.alm-listing > [class^="nav-"] + [class^="nav-"] {
          margin-left: 0; } }
  .columns.is-mobile, .posts-navigation .nav-links, .is-mobile.alm-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .columns.is-multiline, .posts-navigation .is-multiline.nav-links, .posts-navigation .nav-links.alm-listing, .alm-listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns.is-vcentered, .posts-navigation .is-vcentered.nav-links, .is-vcentered.alm-listing {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop), .posts-navigation .nav-links:not(.is-desktop), .alm-listing:not(.is-desktop) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1008px) {
    .columns.is-desktop, .posts-navigation .is-desktop.nav-links, .is-desktop.alm-listing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tile.is-1 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .tile.is-4, body.author .post-container.first .tile.thumbnail,
    body.author .content-container .tile.thumbnail,
    body.page .post-container.first .tile.thumbnail,
    body.page .content-container .tile.thumbnail {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .tile.is-7 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .tile.is-10, .tile.posts-navigation {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; } }

.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .hero-video.is-transparent {
    opacity: 0.3; }
  @media screen and (max-width: 768px) {
    .hero-video {
      display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .hero-buttons .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .hero-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem; }

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: white;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .hero .nav {
    background: none;
    box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3); }
  .hero .tabs ul {
    border-bottom: none; }
  .hero.is-white {
    background-color: white;
    color: #0a0a0a; }
    .hero.is-white a:not(.button),
    .hero.is-white strong {
      color: inherit; }
    .hero.is-white .title {
      color: #0a0a0a; }
    .hero.is-white .subtitle {
      color: rgba(10, 10, 10, 0.9); }
      .hero.is-white .subtitle a:not(.button),
      .hero.is-white .subtitle strong {
        color: #0a0a0a; }
    .hero.is-white .nav {
      box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-white .nav-menu {
        background-color: white; } }
    .hero.is-white a.nav-item,
    .hero.is-white .nav-item a:not(.button) {
      color: rgba(10, 10, 10, 0.7); }
      .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active,
      .hero.is-white .nav-item a:not(.button):hover,
      .hero.is-white .nav-item a:not(.button).is-active {
        color: #0a0a0a; }
    .hero.is-white .tabs a {
      color: #0a0a0a;
      opacity: 0.9; }
      .hero.is-white .tabs a:hover {
        opacity: 1; }
    .hero.is-white .tabs li.is-active a {
      opacity: 1; }
    .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
      color: #0a0a0a; }
      .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
    .hero.is-white.is-bold {
      background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
      background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
      background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-white.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
          background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
          background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-white .nav-toggle span {
        background-color: #0a0a0a; }
      .hero.is-white .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-white .nav-toggle.is-active span {
        background-color: #0a0a0a; }
      .hero.is-white .nav-menu .nav-item {
        border-top-color: rgba(10, 10, 10, 0.2); } }
  .hero.is-black {
    background-color: #0a0a0a;
    color: white; }
    .hero.is-black a:not(.button),
    .hero.is-black strong {
      color: inherit; }
    .hero.is-black .title {
      color: white; }
    .hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-black .subtitle a:not(.button),
      .hero.is-black .subtitle strong {
        color: white; }
    .hero.is-black .nav {
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-black .nav-menu {
        background-color: #0a0a0a; } }
    .hero.is-black a.nav-item,
    .hero.is-black .nav-item a:not(.button) {
      color: rgba(255, 255, 255, 0.7); }
      .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active,
      .hero.is-black .nav-item a:not(.button):hover,
      .hero.is-black .nav-item a:not(.button).is-active {
        color: white; }
    .hero.is-black .tabs a {
      color: white;
      opacity: 0.9; }
      .hero.is-black .tabs a:hover {
        opacity: 1; }
    .hero.is-black .tabs li.is-active a {
      opacity: 1; }
    .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
      color: white; }
      .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
    .hero.is-black.is-bold {
      background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
      background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-black.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
          background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-black .nav-toggle span {
        background-color: white; }
      .hero.is-black .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-black .nav-toggle.is-active span {
        background-color: white; }
      .hero.is-black .nav-menu .nav-item {
        border-top-color: rgba(255, 255, 255, 0.2); } }
  .hero.is-light {
    background-color: whitesmoke;
    color: #363636; }
    .hero.is-light a:not(.button),
    .hero.is-light strong {
      color: inherit; }
    .hero.is-light .title {
      color: #363636; }
    .hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9); }
      .hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #363636; }
    .hero.is-light .nav {
      box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-light .nav-menu {
        background-color: whitesmoke; } }
    .hero.is-light a.nav-item,
    .hero.is-light .nav-item a:not(.button) {
      color: rgba(54, 54, 54, 0.7); }
      .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active,
      .hero.is-light .nav-item a:not(.button):hover,
      .hero.is-light .nav-item a:not(.button).is-active {
        color: #363636; }
    .hero.is-light .tabs a {
      color: #363636;
      opacity: 0.9; }
      .hero.is-light .tabs a:hover {
        opacity: 1; }
    .hero.is-light .tabs li.is-active a {
      opacity: 1; }
    .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: #363636; }
      .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
    .hero.is-light.is-bold {
      background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
      background-image: -o-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
      background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-light.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
          background-image: -o-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
          background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-light .nav-toggle span {
        background-color: #363636; }
      .hero.is-light .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-light .nav-toggle.is-active span {
        background-color: #363636; }
      .hero.is-light .nav-menu .nav-item {
        border-top-color: rgba(54, 54, 54, 0.2); } }
  .hero.is-dark {
    background-color: #363636;
    color: whitesmoke; }
    .hero.is-dark a:not(.button),
    .hero.is-dark strong {
      color: inherit; }
    .hero.is-dark .title {
      color: whitesmoke; }
    .hero.is-dark .subtitle {
      color: rgba(245, 245, 245, 0.9); }
      .hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: whitesmoke; }
    .hero.is-dark .nav {
      box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-dark .nav-menu {
        background-color: #363636; } }
    .hero.is-dark a.nav-item,
    .hero.is-dark .nav-item a:not(.button) {
      color: rgba(245, 245, 245, 0.7); }
      .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active,
      .hero.is-dark .nav-item a:not(.button):hover,
      .hero.is-dark .nav-item a:not(.button).is-active {
        color: whitesmoke; }
    .hero.is-dark .tabs a {
      color: whitesmoke;
      opacity: 0.9; }
      .hero.is-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-dark .tabs li.is-active a {
      opacity: 1; }
    .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: whitesmoke; }
      .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
    .hero.is-dark.is-bold {
      background-image: -webkit-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%);
      background-image: -o-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%);
      background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-dark.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%);
          background-image: -o-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%);
          background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-dark .nav-toggle span {
        background-color: whitesmoke; }
      .hero.is-dark .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-dark .nav-toggle.is-active span {
        background-color: whitesmoke; }
      .hero.is-dark .nav-menu .nav-item {
        border-top-color: rgba(245, 245, 245, 0.2); } }
  .hero.is-primary {
    background-color: #000000;
    color: #fff; }
    .hero.is-primary a:not(.button),
    .hero.is-primary strong {
      color: inherit; }
    .hero.is-primary .title {
      color: #fff; }
    .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button),
      .hero.is-primary .subtitle strong {
        color: #fff; }
    .hero.is-primary .nav {
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-primary .nav-menu {
        background-color: #000000; } }
    .hero.is-primary a.nav-item,
    .hero.is-primary .nav-item a:not(.button) {
      color: rgba(255, 255, 255, 0.7); }
      .hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active,
      .hero.is-primary .nav-item a:not(.button):hover,
      .hero.is-primary .nav-item a:not(.button).is-active {
        color: #fff; }
    .hero.is-primary .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-primary .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a {
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000000; }
    .hero.is-primary.is-bold {
      background-image: -webkit-linear-gradient(309deg, black 0%, #000000 71%, #0d0d0d 100%);
      background-image: -o-linear-gradient(309deg, black 0%, #000000 71%, #0d0d0d 100%);
      background-image: linear-gradient(141deg, black 0%, #000000 71%, #0d0d0d 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-primary.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, black 0%, #000000 71%, #0d0d0d 100%);
          background-image: -o-linear-gradient(309deg, black 0%, #000000 71%, #0d0d0d 100%);
          background-image: linear-gradient(141deg, black 0%, #000000 71%, #0d0d0d 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-primary .nav-toggle span {
        background-color: #fff; }
      .hero.is-primary .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-primary .nav-toggle.is-active span {
        background-color: #fff; }
      .hero.is-primary .nav-menu .nav-item {
        border-top-color: rgba(255, 255, 255, 0.2); } }
  .hero.is-info {
    background-color: #3273dc;
    color: #fff; }
    .hero.is-info a:not(.button),
    .hero.is-info strong {
      color: inherit; }
    .hero.is-info .title {
      color: #fff; }
    .hero.is-info .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-info .subtitle a:not(.button),
      .hero.is-info .subtitle strong {
        color: #fff; }
    .hero.is-info .nav {
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-info .nav-menu {
        background-color: #3273dc; } }
    .hero.is-info a.nav-item,
    .hero.is-info .nav-item a:not(.button) {
      color: rgba(255, 255, 255, 0.7); }
      .hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active,
      .hero.is-info .nav-item a:not(.button):hover,
      .hero.is-info .nav-item a:not(.button).is-active {
        color: #fff; }
    .hero.is-info .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info .tabs a:hover {
        opacity: 1; }
    .hero.is-info .tabs li.is-active a {
      opacity: 1; }
    .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3273dc; }
    .hero.is-info.is-bold {
      background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
      background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
      background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-info.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
          background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
          background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-info .nav-toggle span {
        background-color: #fff; }
      .hero.is-info .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-info .nav-toggle.is-active span {
        background-color: #fff; }
      .hero.is-info .nav-menu .nav-item {
        border-top-color: rgba(255, 255, 255, 0.2); } }
  .hero.is-success {
    background-color: #23d160;
    color: #fff; }
    .hero.is-success a:not(.button),
    .hero.is-success strong {
      color: inherit; }
    .hero.is-success .title {
      color: #fff; }
    .hero.is-success .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-success .subtitle a:not(.button),
      .hero.is-success .subtitle strong {
        color: #fff; }
    .hero.is-success .nav {
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-success .nav-menu {
        background-color: #23d160; } }
    .hero.is-success a.nav-item,
    .hero.is-success .nav-item a:not(.button) {
      color: rgba(255, 255, 255, 0.7); }
      .hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active,
      .hero.is-success .nav-item a:not(.button):hover,
      .hero.is-success .nav-item a:not(.button).is-active {
        color: #fff; }
    .hero.is-success .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-success .tabs a:hover {
        opacity: 1; }
    .hero.is-success .tabs li.is-active a {
      opacity: 1; }
    .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
      color: #fff; }
      .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #23d160; }
    .hero.is-success.is-bold {
      background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
      background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
      background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-success.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
          background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
          background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-success .nav-toggle span {
        background-color: #fff; }
      .hero.is-success .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-success .nav-toggle.is-active span {
        background-color: #fff; }
      .hero.is-success .nav-menu .nav-item {
        border-top-color: rgba(255, 255, 255, 0.2); } }
  .hero.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a:not(.button),
    .hero.is-warning strong {
      color: inherit; }
    .hero.is-warning .title {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .subtitle {
      color: rgba(0, 0, 0, 0.9); }
      .hero.is-warning .subtitle a:not(.button),
      .hero.is-warning .subtitle strong {
        color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .nav {
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-warning .nav-menu {
        background-color: #ffdd57; } }
    .hero.is-warning a.nav-item,
    .hero.is-warning .nav-item a:not(.button) {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active,
      .hero.is-warning .nav-item a:not(.button):hover,
      .hero.is-warning .nav-item a:not(.button).is-active {
        color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
      .hero.is-warning .tabs a:hover {
        opacity: 1; }
    .hero.is-warning .tabs li.is-active a {
      opacity: 1; }
    .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57; }
    .hero.is-warning.is-bold {
      background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
      background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
      background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-warning.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
          background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
          background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-warning .nav-toggle span {
        background-color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-warning .nav-toggle.is-active span {
        background-color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .nav-menu .nav-item {
        border-top-color: rgba(0, 0, 0, 0.2); } }
  .hero.is-danger {
    background-color: #ff3860;
    color: #fff; }
    .hero.is-danger a:not(.button),
    .hero.is-danger strong {
      color: inherit; }
    .hero.is-danger .title {
      color: #fff; }
    .hero.is-danger .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-danger .subtitle a:not(.button),
      .hero.is-danger .subtitle strong {
        color: #fff; }
    .hero.is-danger .nav {
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 768px) {
      .hero.is-danger .nav-menu {
        background-color: #ff3860; } }
    .hero.is-danger a.nav-item,
    .hero.is-danger .nav-item a:not(.button) {
      color: rgba(255, 255, 255, 0.7); }
      .hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active,
      .hero.is-danger .nav-item a:not(.button):hover,
      .hero.is-danger .nav-item a:not(.button).is-active {
        color: #fff; }
    .hero.is-danger .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-danger .tabs a:hover {
        opacity: 1; }
    .hero.is-danger .tabs li.is-active a {
      opacity: 1; }
    .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
      color: #fff; }
      .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #ff3860; }
    .hero.is-danger.is-bold {
      background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
      background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
      background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-danger.is-bold .nav-menu {
          background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
          background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
          background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); } }
    @media screen and (max-width: 768px) {
      .hero.is-danger .nav-toggle span {
        background-color: #fff; }
      .hero.is-danger .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1); }
      .hero.is-danger .nav-toggle.is-active span {
        background-color: #fff; }
      .hero.is-danger .nav-menu .nav-item {
        border-top-color: rgba(255, 255, 255, 0.2); } }
  @media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
  @media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
      padding-bottom: 18rem;
      padding-top: 18rem; } }
  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }

.section {
  background-color: white;
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1008px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }

.footer {
  background-color: whitesmoke;
  padding: 3rem 1.5rem 6rem; }

.is-sr, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.is-sr-focusable:active, .screen-reader-text:active, .is-sr-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Akkurat Pro */
@font-face {
  font-family: "Akkurat Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/AkkuratLightPro-Regular.eot") format("eot"), url("../fonts/AkkuratLightPro-Regular.woff") format("woff"), url("../fonts/AkkuratLightPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Akkurat Pro";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/AkkuratPro-Bold.eot") format("eot"), url("../fonts/AkkuratPro-Bold.woff") format("woff"), url("../fonts/AkkuratPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Akkurat Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/AkkuratLightPro-Italic.eot") format("eot"), url("../fonts/AkkuratLightPro-Italic.woff") format("woff"), url("../fonts/AkkuratLightPro-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Akkurat Pro";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/AkkuratPro-Italic.eot") format("eot"), url("../fonts/AkkuratPro-Italic.woff") format("woff"), url("../fonts/AkkuratPro-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Akkurat Pro";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/AkkuratPro-BoldItalic.eot") format("eot"), url("../fonts/AkkuratPro-BoldItalic.woff") format("woff"), url("../fonts/AkkuratPro-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Akkurat Pro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AkkuratPro-Regular.eot") format("eot"), url("../fonts/AkkuratPro-Regular.woff") format("woff"), url("../fonts/AkkuratPro-Regular.ttf") format("truetype"); }

/* Noe Display */
@font-face {
  font-family: "Noe Display";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/NoeDisplay-BlackItalic.eot") format("eot"), url("../fonts/NoeDisplay-BlackItalic.woff") format("woff"), url("../fonts/NoeDisplay-BlackItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NoeDisplay-Medium.eot") format("eot"), url("../fonts/NoeDisplay-Medium.woff") format("woff"), url("../fonts/NoeDisplay-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NoeDisplay-Black.eot") format("eot"), url("../fonts/NoeDisplay-Black.woff") format("woff"), url("../fonts/NoeDisplay-Black.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/NoeDisplay-RegularItalic.eot") format("eot"), url("../fonts/NoeDisplay-RegularItalic.woff") format("woff"), url("../fonts/NoeDisplay-RegularItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NoeDisplay-Bold.eot") format("eot"), url("../fonts/NoeDisplay-Bold.woff") format("woff"), url("../fonts/NoeDisplay-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/NoeDisplay-BoldItalic.eot") format("eot"), url("../fonts/NoeDisplay-BoldItalic.woff") format("woff"), url("../fonts/NoeDisplay-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/NoeDisplay-MediumItalic.eot") format("eot"), url("../fonts/NoeDisplay-MediumItalic.woff") format("woff"), url("../fonts/NoeDisplay-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Noe Display";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NoeDisplay-Regular.eot") format("eot"), url("../fonts/NoeDisplay-Regular.woff") format("woff"), url("../fonts/NoeDisplay-Regular.ttf") format("truetype"); }

html {
  height: 100%; }

body {
  min-height: 100%; }

body {
  background-color: #FFFFFF; }

.title {
  font-family: "Noe Display", Georgia, serif; }

.subtitle {
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 700;
  color: #000000; }

.button {
  font-weight: 700;
  border-radius: 0; }

.img-bg-default, .post-container .post .thumbnail, .post-container .alm-listing article .thumbnail, .alm-listing .post-container article .thumbnail {
  background-color: #fafafa; }

.title-underline, .sticky-container .featured .meta .entry-title a:hover, .sticky-container .featured .meta .entry-title a:focus, .post-container .columns.is-hrl.large .entry-summary h2 a:hover, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary h2 a:hover, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary h2 a:hover, .post-container .is-hrl.large.alm-listing .entry-summary h2 a:hover, .post-container .columns.is-hrl.large .entry-summary h2 a:focus, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary h2 a:focus, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary h2 a:focus, .post-container .is-hrl.large.alm-listing .entry-summary h2 a:focus {
  box-shadow: inset 0 0 0 transparent, inset 0 -6px 0 #E90C0C; }

.placement-topbar {
  width: 100%;
  text-align: center;
  padding: 0 16px; }
  @media screen and (min-width: 769px), print {
    .placement-topbar {
      margin-bottom: 75px; } }
  @media screen and (min-width: 1008px) {
    .placement-topbar {
      padding: 0; } }
  .placement-topbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .placement-topbar .container img {
      display: block; }
  .placement-topbar.dark .container {
    background-color: #000000; }

.fb_iframe_widget iframe,
.fb_iframe_widget span,
.fb_iframe_widget {
  width: 100% !important; }

#newsletter {
  padding: 16px;
  text-align: left; }
  @media screen and (min-width: 769px), print {
    #newsletter {
      text-align: center; } }
  #newsletter .container {
    background-color: #f6f6f6;
    border-top: 4px solid #E90C0C;
    padding: 75px 16px;
    margin-bottom: 60px; }
  #newsletter .title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.3px;
    margin-bottom: 16px; }
  #newsletter .subtitle {
    font-weight: 300;
    margin-bottom: 8px;
    letter-spacing: 2.3px;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    #newsletter .subscribe-form {
      padding: 0 16px; } }
  #newsletter .input {
    box-shadow: none;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    color: #555;
    background-color: white;
    border-color: #000000;
    height: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  #newsletter .control {
    margin-bottom: 0; }
  #newsletter button {
    min-width: 80px;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    border: none;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    display: block; }
    @media screen and (min-width: 769px), print {
      #newsletter button {
        min-width: 150px;
        font-size: 16px; } }
    #newsletter button:hover {
      cursor: pointer; }
    #newsletter button:focus {
      outline: none; }
    #newsletter button .disabled {
      cursor: not-allowed !important; }
  #newsletter .form-section.ml-error label {
    color: red; }
  #newsletter .form-group.ml-error label {
    color: red; }
  #newsletter .form-group.ml-error .form-control {
    border-color: red; }

body:not(.home) #newsletter {
  padding: 0; }
  body:not(.home) #newsletter .container {
    background: white;
    margin-bottom: 0; }

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-right .fph-social.top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .header-right .fph-social.top {
        display: none; } }
    .header-right .fph-social.top li {
      margin-right: 10px; }
      .header-right .fph-social.top li a {
        padding: 5px;
        background-color: #292929;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .header-right .fph-social.top li a:hover, .header-right .fph-social.top li a:focus {
          -webkit-transform: scale(1.1);
               -o-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: ease-in-out;
          -o-transition: ease-in-out;
          transition: ease-in-out; }

.social-share {
  position: fixed;
  top: 100px;
  margin-left: 0.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media screen and (max-width: 768px) {
    .social-share {
      opacity: 0;
      visibility: hidden; } }
  .social-share.is-fixed {
    opacity: 1; }
  .social-share.is-bottom {
    opacity: 0; }
  .social-share p {
    margin: 0 auto 16px;
    text-align: center;
    color: #AFAFAF;
    text-transform: uppercase;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-size: 12px; }
  .social-share a {
    display: block; }
  .social-share .icon {
    margin: 0 auto 12px;
    display: block; }
  .social-share .heart-this,
  .social-share .icon.comment {
    background-position: 50% 0%;
    height: 46px;
    margin: 0 auto 12px;
    display: block;
    color: #555;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif; }
    .social-share .heart-this > span,
    .social-share .icon.comment > span {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      text-align: center; }

.icon {
  width: 45px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.heart-this {
  background-repeat: no-repeat;
  background-image: url("../../assets/images/icon-favorite.svg");
  position: relative;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  .heart-this.active {
    background-image: url("../../assets/images/icon-favorite-active.svg"); }

.facebook {
  background-image: url("../../assets/images/icon-facebook.svg"); }

.twitter {
  background-image: url("../../assets/images/icon-twitter.svg"); }

.reddit {
  background-image: url("../../assets/images/icon-reddit.svg"); }

.comment {
  position: relative;
  background-image: url("../../assets/images/icon-comment.svg"); }

.circle {
  width: 36px;
  height: 36px;
  border: 1px solid #AFAFAF;
  border-radius: 50% 50%;
  background-size: 50% 50%;
  margin-left: 10px; }

.social {
  border-bottom: 1px solid #ECECEC;
  padding: 0 0 1em; }
  .social .heart-this,
  .social .icon.comment {
    display: inline-block;
    background-position: 0% 50%;
    width: 45px;
    height: 22px;
    color: #555;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-size: 16px; }
    .social .heart-this > span,
    .social .icon.comment > span {
      position: absolute;
      right: 0; }
  .social .icon.comment {
    margin-right: 16px; }

.follow {
  color: #555;
  font-size: 16px;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  padding: 8px 16px;
  font-weight: 300;
  border: 1px solid #AFAFAF;
  border-radius: 50% 50%;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px; }

.slider {
  position: relative; }
  .slider .frame {
    position: relative;
    font-size: 0;
    overflow: hidden; }
  .slider .slides {
    margin: 0;
    width: auto; }
    .slider .slides .js_slide {
      padding-left: 0;
      padding-right: 20px; }
  .slider .prev, .slider .next {
    position: absolute;
    top: 0.75em;
    bottom: 0.75em;
    display: block;
    cursor: pointer;
    background: #000000;
    width: 35px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media screen and (max-width: 768px) {
      .slider .prev, .slider .next {
        display: none; } }
  .slider .next {
    right: 0; }
    @media screen and (max-width: 768px) {
      .slider .next {
        right: -2em; } }
  .slider .prev {
    left: 0; }
    @media screen and (max-width: 768px) {
      .slider .prev {
        left: -2em; } }
  .slider .next svg, .slider .prev svg {
    width: 16px;
    position: absolute;
    top: 50%;
    margin-top: -25%;
    margin-left: 8px; }
    .slider .next svg path, .slider .prev svg path {
      fill: white; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media screen and (mobile) {
  .alignleft {
    float: left;
    margin-right: 0.5rem; }
  .alignright {
    float: right;
    margin-left: 0.5rem; } }

/** when loader is active the loader will show */
.loaded .loader-wrapper {
  opacity: 0;
  z-index: -1; }

.loader-wrapper .loader {
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
  border: none; }

.loader-wrapper {
  background-color: #FFFFFF;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed; }
  .loader-wrapper .loader {
    background: url(../../assets/images/logo-animated.gif) 0 0 no-repeat;
    background-size: 100%;
    width: 57px;
    height: 25px;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
    border: none;
    border-radius: 0;
    display: block;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .loader-wrapper .loader span {
      display: none; }

.loaded > :not(.loader-wrapper) {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.infinite-scroll-request {
  padding: 20px 0; }

.sticky {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear, -o-transform 200ms linear; }

.sticky--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%); }

.sticky--unpinned {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }

.fph-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: #000000;
  padding: 16px;
  width: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
  right: 0;
  left: 0;
  top: 0; }
  .fph-header.sticky--not-top {
    background: white;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); }
  .fph-header .logo {
    width: 90px;
    height: 40.5px; }
    .fph-header .logo svg path {
      fill: white; }
      .sticky--not-top.fph-header .logo svg path {
        fill: black; }
  .fph-header .btn-trigger {
    cursor: pointer; }
    .fph-header .btn-trigger.hover, .fph-header .btn-triggerfocus {
      opacity: 0.8; }
    .fph-header .btn-trigger svg {
      width: 28px; }
      .fph-header .btn-trigger svg path {
        fill: white; }
        .sticky--not-top.fph-header .btn-trigger svg path {
          fill: black; }
  .fph-header + .nav-primary {
    z-index: 9999;
    background-color: black;
    padding: 80px 20px;
    position: fixed;
    width: 300px;
    height: 100%;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 100ms all ease-in-out;
    -o-transition: 100ms all ease-in-out;
    transition: 100ms all ease-in-out;
    visibility: hidden;
    -webkit-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .fph-header + .nav-primary .btn-close {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      padding: 23px 20px; }
    .fph-header + .nav-primary.open {
      visibility: visible;
      height: 100vh;
      -webkit-animation-name: slideInRight;
      -o-animation-name: slideInRight;
      animation-name: slideInRight;
      -webkit-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.5s;
      -o-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .fph-header + .nav-primary.open form {
        -webkit-animation-name: fadeInRight;
        -o-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .fph-header + .nav-primary.open .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 700;
        padding: 20px 20px 20px 0;
        padding:  1.25rem 1.25rem 1.25rem 0;
        -webkit-animation-name: fadeInRight;
        -o-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .fph-header + .nav-primary.open .nav li a {
          padding: 0;
          color: white;
          font-size: 1.5em;
          text-transform: uppercase; }
      .fph-header + .nav-primary.open .fph-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        color: white;
        -webkit-animation-name: fadeInRight;
        -o-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .fph-header + .nav-primary.open .fph-social a {
          margin-right: 24px;
          margin-right: 1.5rem; }
      .fph-header + .nav-primary.open .nav-secondary {
        padding: 20px 20px 20px 0;
        padding:  1.25rem 1.25rem 1.25rem 0;
        -webkit-animation-name: fadeInRight;
        -o-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.7s;
        -o-animation-delay: 0.7s;
        animation-delay: 0.7s;
        -webkit-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .fph-header + .nav-primary.open .nav-secondary a {
          color: white; }

.field.has-addons form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .field.has-addons form label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .field.has-addons form input.button[type="submit"] {
    background-color: #363636;
    background-image: url(../../assets/svg/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    width: 50px;
    text-indent: -99999px; }

.sidebar {
  background-color: #F6F6F6; }

footer {
  background: #F6F6F6;
  padding: 20px 16px;
  text-align: center;
  color: gray; }

.paged .sticky-container {
  display: none; }

.logged-in .fph-header {
  margin-top: 32px; }
  @media screen and (max-width: 782px) {
    .logged-in .fph-header {
      margin-top: 46px; } }

#wpadminbar {
  position: fixed; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.parent-wrap {
  margin-top: 72px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.section-title {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  position: relative; }
  .section-title span {
    position: relative;
    width: 14px;
    height: 3px;
    background-color: #E90C0C;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: -3px; }

.post .post-categories, .alm-listing article .post-categories {
  list-style: none;
  font-weight: 600;
  margin: 0;
  width: auto;
  text-transform: uppercase;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 14px; }
  .post .post-categories li, .alm-listing article .post-categories li {
    display: inline; }
  .post .post-categories li:not(:first-child), .alm-listing article .post-categories li:not(:first-child) {
    display: none; }
  .post .post-categories a, .alm-listing article .post-categories a {
    color: #E90C0C;
    position: relative;
    z-index: 999; }

.sticky-container {
  background-color: white;
  padding-bottom: calc(32px - 0.75rem);
  position: relative;
  overflow: hidden;
  margin-bottom: 48px; }
  @media screen and (min-width: 769px), print {
    .sticky-container {
      padding: 45px 16px; } }
  .sticky-container .post .entry-title, .sticky-container .alm-listing article .entry-title, .alm-listing .sticky-container article .entry-title {
    position: relative;
    margin-top: 30px;
    font-weight: 600;
    font-family: "Noe Display", Georgia, serif; }
    .sticky-container .post .entry-title::before, .sticky-container .alm-listing article .entry-title::before, .alm-listing .sticky-container article .entry-title::before {
      height: 2px;
      width: 35px;
      background: #E90C0C;
      content: '';
      display: block;
      position: absolute;
      top: -30px;
      left: 0; }
  .sticky-container .post .post-categories a, .sticky-container .alm-listing article .post-categories a, .alm-listing .sticky-container article .post-categories a {
    color: #E90C0C; }
  .sticky-container .post .meta, .sticky-container .alm-listing article .meta, .alm-listing .sticky-container article .meta {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .sticky-container .post .author, .sticky-container .alm-listing article .author, .alm-listing .sticky-container article .author {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    color: #4D4D4D;
    width: auto; }
    .sticky-container .post .author a, .sticky-container .alm-listing article .author a, .alm-listing .sticky-container article .author a {
      color: inherit; }
  .sticky-container .featured {
    margin-bottom: 32px; }
    .sticky-container .featured .banner {
      background-color: #cccccc;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      height: 55vh;
      max-height: 55%; }
      @media screen and (min-width: 769px), print {
        .sticky-container .featured .banner {
          height: 420px;
          max-height: 100%; } }
    .sticky-container .featured .meta {
      padding: 16px 30px; }
      .sticky-container .featured .meta .entry-title {
        font-size: 2rem; }
        @media screen and (min-width: 769px), print {
          .sticky-container .featured .meta .entry-title {
            font-size: 2.625rem; } }
        .sticky-container .featured .meta .entry-title a {
          color: #000000; }
      .sticky-container .featured .meta .entry-summary {
        margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .sticky-container .not-featured {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (min-width: 769px), print {
    .sticky-container .not-featured .column:first-child, .sticky-container .not-featured .posts-navigation:first-child, .sticky-container .not-featured .posts-navigation [class^="nav-"]:first-child, .posts-navigation .sticky-container .not-featured [class^="nav-"]:first-child {
      padding-left: 0; } }
  .sticky-container .not-featured .post, .sticky-container .not-featured .alm-listing article, .alm-listing .sticky-container .not-featured article {
    overflow: hidden;
    background: #f7f7f7;
    height: 240px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sticky-container .not-featured .post, .sticky-container .not-featured .alm-listing article, .alm-listing .sticky-container .not-featured article {
        height: 340px; } }
    .sticky-container .not-featured .post .entry-title, .sticky-container .not-featured .alm-listing article .entry-title, .alm-listing .sticky-container .not-featured article .entry-title {
      font-size: 20px;
      margin-top: 16px; }
      @media screen and (max-width: 768px) {
        .sticky-container .not-featured .post .entry-title::before, .sticky-container .not-featured .alm-listing article .entry-title::before, .alm-listing .sticky-container .not-featured article .entry-title::before {
          display: none; } }
    .sticky-container .not-featured .post .thumbnail, .sticky-container .not-featured .alm-listing article .thumbnail, .alm-listing .sticky-container .not-featured article .thumbnail {
      height: 240px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      @media screen and (max-width: 768px) {
        .sticky-container .not-featured .post .thumbnail, .sticky-container .not-featured .alm-listing article .thumbnail, .alm-listing .sticky-container .not-featured article .thumbnail {
          height: 160px; } }
    .sticky-container .not-featured .post .meta, .sticky-container .not-featured .alm-listing article .meta, .alm-listing .sticky-container .not-featured article .meta {
      padding: 20px;
      font-size: 14px;
      height: 190px; }
      @media screen and (max-width: 768px) {
        .sticky-container .not-featured .post .meta, .sticky-container .not-featured .alm-listing article .meta, .alm-listing .sticky-container .not-featured article .meta {
          border-top: 4px solid #E90C0C;
          z-index: 1; } }
    .sticky-container .not-featured .post .post-categories a, .sticky-container .not-featured .alm-listing article .post-categories a, .alm-listing .sticky-container .not-featured article .post-categories a {
      color: black; }

.post-container {
  clear: both;
  padding: 0 0 45px;
  overflow: hidden; }
  @media screen and (max-width: 1007px) {
    .post-container {
      padding: 32px 16px; } }
  .post-container .columns.is-hrl article, .post-container .posts-navigation .is-hrl.nav-links article, .posts-navigation .post-container .is-hrl.nav-links article, .post-container .is-hrl.alm-listing article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .post-container .columns.is-hrl article header, .post-container .posts-navigation .is-hrl.nav-links article header, .posts-navigation .post-container .is-hrl.nav-links article header, .post-container .is-hrl.alm-listing article header {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 40%;
              flex: 1 0 40%; }
    .post-container .columns.is-hrl article .entry-summary, .post-container .posts-navigation .is-hrl.nav-links article .entry-summary, .posts-navigation .post-container .is-hrl.nav-links article .entry-summary, .post-container .is-hrl.alm-listing article .entry-summary {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 60%;
              flex: 1 1 60%;
      padding: 16px; }
      @media screen and (max-width: 768px) {
        .post-container .columns.is-hrl article .entry-summary, .post-container .posts-navigation .is-hrl.nav-links article .entry-summary, .posts-navigation .post-container .is-hrl.nav-links article .entry-summary, .post-container .is-hrl.alm-listing article .entry-summary {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; } }
  .post-container .columns.is-hrl.large article, .post-container .posts-navigation .is-hrl.large.nav-links article, .posts-navigation .post-container .is-hrl.large.nav-links article, .post-container .is-hrl.large.alm-listing article {
    min-height: 400px; }
  @media screen and (min-width: 769px), print {
    .post-container .columns.is-hrl.large header, .post-container .posts-navigation .is-hrl.large.nav-links header, .posts-navigation .post-container .is-hrl.large.nav-links header, .post-container .is-hrl.large.alm-listing header {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      padding-right: 16px; } }
  .post-container .columns.is-hrl.large header .thumbnail, .post-container .posts-navigation .is-hrl.large.nav-links header .thumbnail, .posts-navigation .post-container .is-hrl.large.nav-links header .thumbnail, .post-container .is-hrl.large.alm-listing header .thumbnail {
    height: 260px;
    margin-bottom: 0; }
    @media screen and (min-width: 769px), print {
      .post-container .columns.is-hrl.large header .thumbnail, .post-container .posts-navigation .is-hrl.large.nav-links header .thumbnail, .posts-navigation .post-container .is-hrl.large.nav-links header .thumbnail, .post-container .is-hrl.large.alm-listing header .thumbnail {
        min-height: 380px; } }
  .post-container .columns.is-hrl.large .entry-summary, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary, .post-container .is-hrl.large.alm-listing .entry-summary {
    padding: 2.50em 1.750em;
    border: 8px inset;
    border-style: solid;
    border-color: #000000; }
    @media screen and (min-width: 769px), print {
      .post-container .columns.is-hrl.large .entry-summary, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary, .post-container .is-hrl.large.alm-listing .entry-summary {
        border: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        padding: 3.750em 1.750em; } }
    .post-container .columns.is-hrl.large .entry-summary h2, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary h2, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary h2, .post-container .is-hrl.large.alm-listing .entry-summary h2 {
      font-size: 2.250rem; }
      @media screen and (min-width: 769px), print {
        .post-container .columns.is-hrl.large .entry-summary h2, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary h2, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary h2, .post-container .is-hrl.large.alm-listing .entry-summary h2 {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          font-size: 2.625rem; } }
    .post-container .columns.is-hrl.large .entry-summary .author, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary .author, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary .author, .post-container .is-hrl.large.alm-listing .entry-summary .author {
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 300;
      font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
      color: #4D4D4D;
      width: auto; }
      .post-container .columns.is-hrl.large .entry-summary .author a, .post-container .posts-navigation .is-hrl.large.nav-links .entry-summary .author a, .posts-navigation .post-container .is-hrl.large.nav-links .entry-summary .author a, .post-container .is-hrl.large.alm-listing .entry-summary .author a {
        color: inherit; }
  .post-container .post, .post-container .alm-listing article, .alm-listing .post-container article {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .post-container .post, .post-container .alm-listing article, .alm-listing .post-container article {
        height: 100%; } }
    .post-container .post .thumbnail, .post-container .alm-listing article .thumbnail, .alm-listing .post-container article .thumbnail {
      height: 260px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative;
      margin-bottom: 16px; }
      .post-container .post .thumbnail a, .post-container .alm-listing article .thumbnail a, .alm-listing .post-container article .thumbnail a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%; }
        .post-container .post .thumbnail a:focus, .post-container .alm-listing article .thumbnail a:focus, .alm-listing .post-container article .thumbnail a:focus {
          outline: none; }
  .post-container .post .entry-title, .post-container .alm-listing article .entry-title, .alm-listing .post-container article .entry-title {
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noe Display", Georgia, serif;
    position: relative;
    z-index: 999;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.25; }
  .post-container .post .meta, .post-container .alm-listing article .meta, .alm-listing .post-container article .meta {
    font-size: 14px;
    text-transform: uppercase; }
  .post-container .post .entry-summary, .post-container .alm-listing article .entry-summary, .alm-listing .post-container article .entry-summary {
    color: #333;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .post-container.video .thumbnail {
    height: 342px; }
  .post-container.art .columns, .post-container.art .posts-navigation .nav-links, .posts-navigation .post-container.art .nav-links, .post-container.art .alm-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .post-container.art .post .thumbnail, .post-container.art .alm-listing article .thumbnail, .alm-listing .post-container.art article .thumbnail {
    height: 200px; }
  .post-container.art .post .entry-title a:hover, .post-container.art .alm-listing article .entry-title a:hover, .alm-listing .post-container.art article .entry-title a:hover, .post-container.art .post .entry-title a:focus, .post-container.art .alm-listing article .entry-title a:focus, .alm-listing .post-container.art article .entry-title a:focus {
    box-shadow: inset 0 0 0 transparent, inset 0 -2px 0 #E90C0C; }

.featured-image.boxed {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: 336px;
  margin-bottom: 45px; }

.post-container.card-view .column, .post-container.card-view .posts-navigation, .post-container.card-view .posts-navigation [class^="nav-"], .posts-navigation .post-container.card-view [class^="nav-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.post-container.card-view article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border: inset 1px #f2f2f2;
  border-style: solid; }
  .post-container.card-view article .thumbnail {
    margin-bottom: 0; }
  .post-container.card-view article .entry-summary {
    padding: 1em; }

body.author,
body.page {
  background: #F6F6F6; }
  body.author .author,
  body.author .page-header,
  body.page .author,
  body.page .page-header {
    margin-top: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.author .author,
  body.page .author {
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      body.author .author,
      body.page .author {
        text-align: center; } }
  body.author .avatar,
  body.page .avatar {
    border-radius: 50%; }
    @media screen and (max-width: 768px) {
      body.author .avatar img,
      body.page .avatar img {
        display: block;
        margin: 0 auto; } }
  body.author .name,
  body.page .name {
    font-size: 42px;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-weight: bold; }
    body.author .name.columns, body.author .posts-navigation .name.nav-links, .posts-navigation body.author .name.nav-links, body.author .name.alm-listing,
    body.page .name.columns,
    body.page .posts-navigation .name.nav-links, .posts-navigation
    body.page .name.nav-links,
    body.page .name.alm-listing {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body.author .name.columns > .column, body.author .posts-navigation .name.nav-links > .column, .posts-navigation body.author .name.nav-links > .column, body.author .name.alm-listing > .column, body.author .name.columns > .posts-navigation, body.author .posts-navigation .name.nav-links > .posts-navigation, .posts-navigation body.author .name.nav-links > .posts-navigation, body.author .name.alm-listing > .posts-navigation, body.author .posts-navigation .name.columns > [class^="nav-"], .posts-navigation body.author .name.columns > [class^="nav-"], body.author .posts-navigation .name.nav-links > [class^="nav-"], .posts-navigation body.author .name.nav-links > [class^="nav-"], body.author .posts-navigation .name.alm-listing > [class^="nav-"], .posts-navigation body.author .name.alm-listing > [class^="nav-"],
      body.page .name.columns > .column,
      body.page .posts-navigation .name.nav-links > .column, .posts-navigation
      body.page .name.nav-links > .column,
      body.page .name.alm-listing > .column,
      body.page .name.columns > .posts-navigation,
      body.page .posts-navigation .name.nav-links > .posts-navigation, .posts-navigation
      body.page .name.nav-links > .posts-navigation,
      body.page .name.alm-listing > .posts-navigation,
      body.page .posts-navigation .name.columns > [class^="nav-"], .posts-navigation
      body.page .name.columns > [class^="nav-"],
      body.page .posts-navigation .name.nav-links > [class^="nav-"], .posts-navigation
      body.page .name.nav-links > [class^="nav-"],
      body.page .posts-navigation .name.alm-listing > [class^="nav-"], .posts-navigation
      body.page .name.alm-listing > [class^="nav-"] {
        margin: 0 auto; }
    body.author .name h1,
    body.page .name h1 {
      font-size: 60px; }
  body.author .description,
  body.page .description {
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: black;
    margin-top: -0.5em;
    letter-spacing: -0.2px;
    font-weight: 300;
    margin-bottom: 0.5em; }
  body.author .email,
  body.page .email {
    line-height: 36px;
    vertical-align: top;
    font-size: 16px;
    font-family: "Noe Display", Georgia, serif; }
  body.author .icon.twitter,
  body.page .icon.twitter {
    margin-left: 0;
    margin-right: 16px; }
  body.author .post-container.first,
  body.author .content-container,
  body.page .post-container.first,
  body.page .content-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      body.author .post-container.first,
      body.author .content-container,
      body.page .post-container.first,
      body.page .content-container {
        padding-left: 0;
        padding-right: 0; } }
    body.author .post-container.first .posts,
    body.author .post-container.first .content,
    body.author .content-container .posts,
    body.author .content-container .content,
    body.page .post-container.first .posts,
    body.page .post-container.first .content,
    body.page .content-container .posts,
    body.page .content-container .content {
      padding: 75px 0;
      background: white;
      border-top: 4px solid #E90C0C;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 768px) {
        body.author .post-container.first .posts > .column, body.author .post-container.first .posts > .posts-navigation, body.author .post-container.first .posts-navigation .posts > [class^="nav-"], .posts-navigation body.author .post-container.first .posts > [class^="nav-"],
        body.author .post-container.first .content > .column,
        body.author .post-container.first .content > .posts-navigation,
        body.author .post-container.first .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.author .post-container.first .content > [class^="nav-"],
        body.author .content-container .posts > .column,
        body.author .content-container .posts > .posts-navigation,
        body.author .content-container .posts-navigation .posts > [class^="nav-"], .posts-navigation
        body.author .content-container .posts > [class^="nav-"],
        body.author .content-container .content > .column,
        body.author .content-container .content > .posts-navigation,
        body.author .content-container .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.author .content-container .content > [class^="nav-"],
        body.page .post-container.first .posts > .column,
        body.page .post-container.first .posts > .posts-navigation,
        body.page .post-container.first .posts-navigation .posts > [class^="nav-"], .posts-navigation
        body.page .post-container.first .posts > [class^="nav-"],
        body.page .post-container.first .content > .column,
        body.page .post-container.first .content > .posts-navigation,
        body.page .post-container.first .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.page .post-container.first .content > [class^="nav-"],
        body.page .content-container .posts > .column,
        body.page .content-container .posts > .posts-navigation,
        body.page .content-container .posts-navigation .posts > [class^="nav-"], .posts-navigation
        body.page .content-container .posts > [class^="nav-"],
        body.page .content-container .content > .column,
        body.page .content-container .content > .posts-navigation,
        body.page .content-container .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.page .content-container .content > [class^="nav-"] {
          margin: 0 auto; } }
    body.author .post-container.first .attachment-post-thumbnail,
    body.author .content-container .attachment-post-thumbnail,
    body.page .post-container.first .attachment-post-thumbnail,
    body.page .content-container .attachment-post-thumbnail {
      margin-bottom: 1.875em; }
    body.author .post-container.first .thumbnail,
    body.author .content-container .thumbnail,
    body.page .post-container.first .thumbnail,
    body.page .content-container .thumbnail {
      height: 152px;
      margin: 0; }
      @media screen and (max-width: 768px) {
        body.author .post-container.first .thumbnail,
        body.author .content-container .thumbnail,
        body.page .post-container.first .thumbnail,
        body.page .content-container .thumbnail {
          height: 262px;
          width: 100%; } }
    body.author .post-container.first .meta,
    body.author .content-container .meta,
    body.page .post-container.first .meta,
    body.page .content-container .meta {
      margin-top: 0; }
    body.author .post-container.first .entry-title,
    body.author .content-container .entry-title,
    body.page .post-container.first .entry-title,
    body.page .content-container .entry-title {
      font-size: 24px;
      font-weight: bold; }

body.search,
body.tag,
body.error404 {
  background: #F6F6F6; }
  body.search .page-header,
  body.tag .page-header,
  body.error404 .page-header {
    margin-top: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.search .name,
  body.tag .name,
  body.error404 .name {
    font-size: 42px;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-weight: bold; }
    body.search .name.columns, body.search .posts-navigation .name.nav-links, .posts-navigation body.search .name.nav-links, body.search .name.alm-listing,
    body.tag .name.columns,
    body.tag .posts-navigation .name.nav-links, .posts-navigation
    body.tag .name.nav-links,
    body.tag .name.alm-listing,
    body.error404 .name.columns,
    body.error404 .posts-navigation .name.nav-links, .posts-navigation
    body.error404 .name.nav-links,
    body.error404 .name.alm-listing {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body.search .name.columns > .column, body.search .posts-navigation .name.nav-links > .column, .posts-navigation body.search .name.nav-links > .column, body.search .name.alm-listing > .column, body.search .name.columns > .posts-navigation, body.search .posts-navigation .name.nav-links > .posts-navigation, .posts-navigation body.search .name.nav-links > .posts-navigation, body.search .name.alm-listing > .posts-navigation, body.search .posts-navigation .name.columns > [class^="nav-"], .posts-navigation body.search .name.columns > [class^="nav-"], body.search .posts-navigation .name.nav-links > [class^="nav-"], .posts-navigation body.search .name.nav-links > [class^="nav-"], body.search .posts-navigation .name.alm-listing > [class^="nav-"], .posts-navigation body.search .name.alm-listing > [class^="nav-"],
      body.tag .name.columns > .column,
      body.tag .posts-navigation .name.nav-links > .column, .posts-navigation
      body.tag .name.nav-links > .column,
      body.tag .name.alm-listing > .column,
      body.tag .name.columns > .posts-navigation,
      body.tag .posts-navigation .name.nav-links > .posts-navigation, .posts-navigation
      body.tag .name.nav-links > .posts-navigation,
      body.tag .name.alm-listing > .posts-navigation,
      body.tag .posts-navigation .name.columns > [class^="nav-"], .posts-navigation
      body.tag .name.columns > [class^="nav-"],
      body.tag .posts-navigation .name.nav-links > [class^="nav-"], .posts-navigation
      body.tag .name.nav-links > [class^="nav-"],
      body.tag .posts-navigation .name.alm-listing > [class^="nav-"], .posts-navigation
      body.tag .name.alm-listing > [class^="nav-"],
      body.error404 .name.columns > .column,
      body.error404 .posts-navigation .name.nav-links > .column, .posts-navigation
      body.error404 .name.nav-links > .column,
      body.error404 .name.alm-listing > .column,
      body.error404 .name.columns > .posts-navigation,
      body.error404 .posts-navigation .name.nav-links > .posts-navigation, .posts-navigation
      body.error404 .name.nav-links > .posts-navigation,
      body.error404 .name.alm-listing > .posts-navigation,
      body.error404 .posts-navigation .name.columns > [class^="nav-"], .posts-navigation
      body.error404 .name.columns > [class^="nav-"],
      body.error404 .posts-navigation .name.nav-links > [class^="nav-"], .posts-navigation
      body.error404 .name.nav-links > [class^="nav-"],
      body.error404 .posts-navigation .name.alm-listing > [class^="nav-"], .posts-navigation
      body.error404 .name.alm-listing > [class^="nav-"] {
        margin: 0 auto; }
    body.search .name h1,
    body.tag .name h1,
    body.error404 .name h1 {
      font-size: 60px; }
      body.search .name h1 small,
      body.tag .name h1 small,
      body.error404 .name h1 small {
        color: #292929;
        font-size: 1.250rem;
        margin-left: 4px;
        font-weight: 400; }
  body.search .post-container.first,
  body.search .content-container,
  body.tag .post-container.first,
  body.tag .content-container,
  body.error404 .post-container.first,
  body.error404 .content-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      body.search .post-container.first,
      body.search .content-container,
      body.tag .post-container.first,
      body.tag .content-container,
      body.error404 .post-container.first,
      body.error404 .content-container {
        padding-left: 0;
        padding-right: 0; } }
    body.search .post-container.first .content,
    body.search .content-container .content,
    body.tag .post-container.first .content,
    body.tag .content-container .content,
    body.error404 .post-container.first .content,
    body.error404 .content-container .content {
      padding: 75px 0;
      background: white;
      border-top: 4px solid #E90C0C;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        body.search .post-container.first .content > .column, body.search .post-container.first .content > .posts-navigation, body.search .post-container.first .posts-navigation .content > [class^="nav-"], .posts-navigation body.search .post-container.first .content > [class^="nav-"],
        body.search .content-container .content > .column,
        body.search .content-container .content > .posts-navigation,
        body.search .content-container .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.search .content-container .content > [class^="nav-"],
        body.tag .post-container.first .content > .column,
        body.tag .post-container.first .content > .posts-navigation,
        body.tag .post-container.first .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.tag .post-container.first .content > [class^="nav-"],
        body.tag .content-container .content > .column,
        body.tag .content-container .content > .posts-navigation,
        body.tag .content-container .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.tag .content-container .content > [class^="nav-"],
        body.error404 .post-container.first .content > .column,
        body.error404 .post-container.first .content > .posts-navigation,
        body.error404 .post-container.first .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.error404 .post-container.first .content > [class^="nav-"],
        body.error404 .content-container .content > .column,
        body.error404 .content-container .content > .posts-navigation,
        body.error404 .content-container .posts-navigation .content > [class^="nav-"], .posts-navigation
        body.error404 .content-container .content > [class^="nav-"] {
          margin: 0 auto; } }
      body.search .post-container.first .content > .column article, body.search .post-container.first .content > .posts-navigation article, body.search .post-container.first .posts-navigation .content > [class^="nav-"] article, .posts-navigation body.search .post-container.first .content > [class^="nav-"] article,
      body.search .content-container .content > .column article,
      body.search .content-container .content > .posts-navigation article,
      body.search .content-container .posts-navigation .content > [class^="nav-"] article, .posts-navigation
      body.search .content-container .content > [class^="nav-"] article,
      body.tag .post-container.first .content > .column article,
      body.tag .post-container.first .content > .posts-navigation article,
      body.tag .post-container.first .posts-navigation .content > [class^="nav-"] article, .posts-navigation
      body.tag .post-container.first .content > [class^="nav-"] article,
      body.tag .content-container .content > .column article,
      body.tag .content-container .content > .posts-navigation article,
      body.tag .content-container .posts-navigation .content > [class^="nav-"] article, .posts-navigation
      body.tag .content-container .content > [class^="nav-"] article,
      body.error404 .post-container.first .content > .column article,
      body.error404 .post-container.first .content > .posts-navigation article,
      body.error404 .post-container.first .posts-navigation .content > [class^="nav-"] article, .posts-navigation
      body.error404 .post-container.first .content > [class^="nav-"] article,
      body.error404 .content-container .content > .column article,
      body.error404 .content-container .content > .posts-navigation article,
      body.error404 .content-container .posts-navigation .content > [class^="nav-"] article, .posts-navigation
      body.error404 .content-container .content > [class^="nav-"] article {
        margin-bottom: 30px; }
    body.search .post-container.first .meta,
    body.search .content-container .meta,
    body.tag .post-container.first .meta,
    body.tag .content-container .meta,
    body.error404 .post-container.first .meta,
    body.error404 .content-container .meta {
      margin-top: 0; }
    body.search .post-container.first .entry-title,
    body.search .content-container .entry-title,
    body.tag .post-container.first .entry-title,
    body.tag .content-container .entry-title,
    body.error404 .post-container.first .entry-title,
    body.error404 .content-container .entry-title {
      font-size: 24px;
      font-weight: bold; }

.posts-navigation .nav-links {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.posts-navigation [class^="nav-"] {
  padding: 0; }

.posts-navigation .nav-previous a:before {
  content: "\000AB";
  display: inline-block;
  margin-right: 0.5em; }

.posts-navigation .nav-next a:after {
  content: "\000BB";
  display: inline-block;
  margin-left: 0.5em; }

body.page .content a {
  color: inherit;
  box-shadow: inset 0 0 0 transparent, inset 0 -2px 0 #000000; }
  body.page .content a:hover {
    color: #000;
    box-shadow: inset 0 -2px 0 #E90C0C, inset 0 24px 0 #f2f2f2; }

body.category .featured {
  position: relative;
  height: 500px;
  margin-bottom: 48px; }

body.category .featured-image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50% 50%; }

body.category .category-sticky {
  border: none; }

body.category .page-header {
  position: absolute;
  bottom: 32px;
  width: 100%; }
  @media screen and (max-width: 1007px) {
    body.category .page-header {
      padding: 0 16px; } }
  body.category .page-header .title .entry-title {
    font-weight: 700;
    font-family: "Noe Display", Georgia, serif;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 42px; }
    @media screen and (min-width: 769px), print {
      body.category .page-header .title .entry-title {
        font-size: 42px;
        line-height: 54px; } }
    body.category .page-header .title .entry-title a {
      background: black;
      color: #fff;
      position: relative;
      box-shadow: 0.5em 0 0 0 black, -0.5em 0 0 0 black;
      left: 0.5em;
      padding: 0.25em 0;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone; }
      body.category .page-header .title .entry-title a:hover {
        text-decoration: underline; }

body.category .post-container .column:first-child, body.category .post-container .posts-navigation:first-child, body.category .post-container .posts-navigation [class^="nav-"]:first-child, .posts-navigation body.category .post-container [class^="nav-"]:first-child {
  display: none; }

body.category #load-more {
  background: transparent;
  border: 4px solid black;
  color: black;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  height: 59px;
  text-transform: uppercase; }
  body.category #load-more::before {
    display: none; }
  body.category #load-more.loading {
    padding-left: 20px; }
  @media screen and (min-width: 769px), print {
    body.category #load-more {
      max-width: 225px; } }

.single .featured-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%; }
  @media screen and (min-width: 769px), print {
    .single .featured-image {
      height: 750px; } }

.single .post .container, .single .alm-listing article .container, .alm-listing .single article .container {
  background-color: white;
  margin-top: -70px;
  border-top: 4px solid #E90C0C; }
  .single .post .container > .columns, .single .alm-listing article .container > .columns, .alm-listing .single article .container > .columns, .single .post .posts-navigation .container > .nav-links, .posts-navigation .single .post .container > .nav-links, .single .alm-listing article .posts-navigation .container > .nav-links, .posts-navigation .single .alm-listing article .container > .nav-links, .alm-listing .single article .posts-navigation .container > .nav-links, .posts-navigation .alm-listing .single article .container > .nav-links, .single .post .container > .alm-listing, .single .alm-listing article .container > .alm-listing, .alm-listing .single article .container > .alm-listing {
    margin-bottom: 0.75rem; }

.single .post .content, .single .alm-listing article .content, .alm-listing .single article .content {
  padding: 16px; }

.single .post .post-header, .single .alm-listing article .post-header, .alm-listing .single article .post-header {
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  margin-bottom: 48px; }

.single .post .author .avatar, .single .alm-listing article .author .avatar, .alm-listing .single article .author .avatar {
  border-radius: 50%; }
  .single .post .author .avatar img, .single .alm-listing article .author .avatar img, .alm-listing .single article .author .avatar img {
    border: 1px solid #F6F6F6; }

.single .post .author .byline, .single .alm-listing article .author .byline, .alm-listing .single article .author .byline,
.single .post .author .updated,
.single .alm-listing article .author .updated, .alm-listing
.single article .author .updated {
  font-size: 14px;
  margin-bottom: 0;
  color: #555; }
  .single .post .author .byline a, .single .alm-listing article .author .byline a, .alm-listing .single article .author .byline a,
  .single .post .author .updated a,
  .single .alm-listing article .author .updated a, .alm-listing
  .single article .author .updated a {
    color: inherit; }

.single .post .author.bottom .byline, .single .alm-listing article .author.bottom .byline, .alm-listing .single article .author.bottom .byline {
  font-size: 16px; }

.single .post .author .updated, .single .alm-listing article .author .updated, .alm-listing .single article .author .updated {
  color: #AFAFAF; }

.single .post .author .description, .single .alm-listing article .author .description, .alm-listing .single article .author .description {
  font-size: 14px;
  color: #555;
  font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.single .post .entry-title, .single .alm-listing article .entry-title, .alm-listing .single article .entry-title {
  font-size: 32px;
  color: black;
  margin-top: 0;
  font-weight: 800; }
  @media screen and (min-width: 769px), print {
    .single .post .entry-title, .single .alm-listing article .entry-title, .alm-listing .single article .entry-title {
      font-size: 42px; } }

.single .post .post-categories, .single .alm-listing article .post-categories, .alm-listing .single article .post-categories {
  margin-bottom: 0; }

.single .post .post-content, .single .alm-listing article .post-content, .alm-listing .single article .post-content {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  font-family: "Noe Display", Georgia, serif;
  letter-spacing: 0.5px; }
  .single .post .post-content p, .single .alm-listing article .post-content p, .alm-listing .single article .post-content p {
    margin-bottom: 32px; }
    .single .post .post-content p > img, .single .alm-listing article .post-content p > img, .alm-listing .single article .post-content p > img {
      margin-top: 32px; }
  .single .post .post-content a, .single .alm-listing article .post-content a, .alm-listing .single article .post-content a {
    color: inherit;
    box-shadow: inset 0 0 0 transparent, inset 0 -2px 0 #000000; }
    .single .post .post-content a:hover, .single .alm-listing article .post-content a:hover, .alm-listing .single article .post-content a:hover {
      color: #000;
      box-shadow: inset 0 -2px 0 #E90C0C, inset 0 24px 0 #f2f2f2; }
  .single .post .post-content blockquote, .single .alm-listing article .post-content blockquote, .alm-listing .single article .post-content blockquote {
    font-size: 20px;
    font-weight: 700;
    border-color: #E6141E;
    background: transparent;
    margin-bottom: 32px;
    padding: 0 0 0 1.5em; }
    .single .post .post-content blockquote p, .single .alm-listing article .post-content blockquote p, .alm-listing .single article .post-content blockquote p {
      margin-bottom: 0; }
  .single .post .post-content .entry-content-asset, .single .alm-listing article .post-content .entry-content-asset, .alm-listing .single article .post-content .entry-content-asset {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 32px; }
    .single .post .post-content .entry-content-asset iframe, .single .alm-listing article .post-content .entry-content-asset iframe, .alm-listing .single article .post-content .entry-content-asset iframe,
    .single .post .post-content .entry-content-asset object,
    .single .alm-listing article .post-content .entry-content-asset object, .alm-listing
    .single article .post-content .entry-content-asset object,
    .single .post .post-content .entry-content-asset embed,
    .single .alm-listing article .post-content .entry-content-asset embed, .alm-listing
    .single article .post-content .entry-content-asset embed,
    .single .post .post-content .entry-content-asset video,
    .single .alm-listing article .post-content .entry-content-asset video, .alm-listing
    .single article .post-content .entry-content-asset video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 768px) {
      .single .post .post-content .entry-content-asset, .single .alm-listing article .post-content .entry-content-asset, .alm-listing .single article .post-content .entry-content-asset {
        margin-left: -16px;
        margin-right: -16px;
        width: 100vw; } }
    .single .post .post-content .entry-content-asset iframe, .single .alm-listing article .post-content .entry-content-asset iframe, .alm-listing .single article .post-content .entry-content-asset iframe {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .single .post .post-content .entry-content-asset iframe, .single .alm-listing article .post-content .entry-content-asset iframe, .alm-listing .single article .post-content .entry-content-asset iframe {
          width: 100vw; } }
  @media screen and (max-width: 768px) {
    .single .post .post-content img, .single .alm-listing article .post-content img, .alm-listing .single article .post-content img {
      margin-left: -16px;
      max-width: 100vw;
      width: 100vw; } }
  .single .post .post-content .wp-caption-text, .single .alm-listing article .post-content .wp-caption-text, .alm-listing .single article .post-content .wp-caption-text {
    color: black;
    font-size: 13px;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .single .post .post-content .wp-caption-text, .single .alm-listing article .post-content .wp-caption-text, .alm-listing .single article .post-content .wp-caption-text {
        padding: 0 16px; } }

.single .post .post-tags, .single .alm-listing article .post-tags, .alm-listing .single article .post-tags {
  margin-bottom: calc(24px + 0.75rem); }
  .single .post .post-tags ul, .single .alm-listing article .post-tags ul, .alm-listing .single article .post-tags ul {
    list-style: none;
    margin: 0; }
  .single .post .post-tags li, .single .alm-listing article .post-tags li, .alm-listing .single article .post-tags li {
    display: inline-block;
    margin: 4px 2px; }
  .single .post .post-tags a, .single .alm-listing article .post-tags a, .alm-listing .single article .post-tags a {
    display: block;
    padding: 4px 16px;
    background-color: #F6F6F6;
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
    color: #555555; }
    .single .post .post-tags a:first-child, .single .alm-listing article .post-tags a:first-child, .alm-listing .single article .post-tags a:first-child {
      margin-left: 0; }
    .single .post .post-tags a:last-child, .single .alm-listing article .post-tags a:last-child, .alm-listing .single article .post-tags a:last-child {
      margin-right: 0; }
    .single .post .post-tags a:hover, .single .alm-listing article .post-tags a:hover, .alm-listing .single article .post-tags a:hover {
      color: #000; }

.single .columns.comments, .single .posts-navigation .comments.nav-links, .posts-navigation .single .comments.nav-links, .single .comments.alm-listing {
  background: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  position: fixed;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  padding: 75px 16px 32px;
  visibility: hidden;
  z-index: 99999999;
  margin: 0;
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 768px) {
    .single .columns.comments, .single .posts-navigation .comments.nav-links, .posts-navigation .single .comments.nav-links, .single .comments.alm-listing {
      width: 100%; } }
  @media screen and (min-width: 1392px) {
    .single .columns.comments, .single .posts-navigation .comments.nav-links, .posts-navigation .single .comments.nav-links, .single .comments.alm-listing {
      width: 35%; } }
  .single .columns.comments.open, .single .posts-navigation .comments.open.nav-links, .posts-navigation .single .comments.open.nav-links, .single .comments.open.alm-listing {
    visibility: visible;
    -webkit-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .single .columns.comments .fb-comments, .single .posts-navigation .comments.nav-links .fb-comments, .posts-navigation .single .comments.nav-links .fb-comments, .single .comments.alm-listing .fb-comments {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .single .columns.comments .fb-comments::before, .single .posts-navigation .comments.nav-links .fb-comments::before, .posts-navigation .single .comments.nav-links .fb-comments::before, .single .comments.alm-listing .fb-comments::before {
      opacity: 1;
      -webkit-transition: opacity 0.2s 0.2s;
      -o-transition: opacity 0.2s 0.2s;
      transition: opacity 0.2s 0.2s;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      top: 45px;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-image: url("../../assets/images/fph-loader.gif");
      background-size: 25px 25px;
      width: 25px;
      height: 25px; }
    .single .columns.comments .fb-comments[fb-xfbml-state="rendered"]::before, .single .posts-navigation .comments.nav-links .fb-comments[fb-xfbml-state="rendered"]::before, .posts-navigation .single .comments.nav-links .fb-comments[fb-xfbml-state="rendered"]::before, .single .comments.alm-listing .fb-comments[fb-xfbml-state="rendered"]::before {
      opacity: 0; }
    .single .columns.comments .fb-comments[fb-xfbml-state="rendered"] > span, .single .posts-navigation .comments.nav-links .fb-comments[fb-xfbml-state="rendered"] > span, .posts-navigation .single .comments.nav-links .fb-comments[fb-xfbml-state="rendered"] > span, .single .comments.alm-listing .fb-comments[fb-xfbml-state="rendered"] > span {
      opacity: 1; }
    .single .columns.comments .fb-comments > span, .single .posts-navigation .comments.nav-links .fb-comments > span, .posts-navigation .single .comments.nav-links .fb-comments > span, .single .comments.alm-listing .fb-comments > span {
      opacity: 0;
      -webkit-transition: opacity 0.2s 0.2s;
      -o-transition: opacity 0.2s 0.2s;
      transition: opacity 0.2s 0.2s; }
  .single .columns.comments .comment--btn-close, .single .posts-navigation .comments.nav-links .comment--btn-close, .posts-navigation .single .comments.nav-links .comment--btn-close, .single .comments.alm-listing .comment--btn-close {
    position: absolute;
    right: 32px;
    top: 32px; }
    .single .columns.comments .comment--btn-close svg polygon, .single .posts-navigation .comments.nav-links .comment--btn-close svg polygon, .posts-navigation .single .comments.nav-links .comment--btn-close svg polygon, .single .comments.alm-listing .comment--btn-close svg polygon {
      fill: black; }

.single .post-navigation {
  display: none; }

.infinite-scroll-request img {
  display: block;
  margin: 16px auto; }

.caption-over-image .post header, .caption-over-image .alm-listing article header, .alm-listing .caption-over-image article header {
  position: relative; }
  .caption-over-image .post header:hover .entry-title a, .caption-over-image .alm-listing article header:hover .entry-title a, .alm-listing .caption-over-image article header:hover .entry-title a {
    text-decoration: underline solid white; }

@media screen and (min-width: 769px), print {
  .caption-over-image .post .thumbnail, .caption-over-image .alm-listing article .thumbnail, .alm-listing .caption-over-image article .thumbnail {
    height: 400px; } }

.caption-over-image .post .meta, .caption-over-image .alm-listing article .meta, .alm-listing .caption-over-image article .meta {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px; }
  @media screen and (min-width: 769px), print {
    .caption-over-image .post .meta, .caption-over-image .alm-listing article .meta, .alm-listing .caption-over-image article .meta {
      padding-left: 16px; } }
  .caption-over-image .post .meta .post-categories, .caption-over-image .alm-listing article .meta .post-categories, .alm-listing .caption-over-image article .meta .post-categories {
    padding: 0 6px; }
    .caption-over-image .post .meta .post-categories a, .caption-over-image .alm-listing article .meta .post-categories a, .alm-listing .caption-over-image article .meta .post-categories a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0.3rem 0.8rem;
      background: white;
      color: #000000;
      height: 26px; }

.caption-over-image .post .entry-title, .caption-over-image .alm-listing article .entry-title, .alm-listing .caption-over-image article .entry-title {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noe Display", Georgia, serif;
  position: relative;
  z-index: 999;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.25;
  max-width: 80%; }
  .caption-over-image .post .entry-title a, .caption-over-image .alm-listing article .entry-title a, .alm-listing .caption-over-image article .entry-title a {
    background: black;
    color: #fff;
    position: relative;
    box-shadow: -8px 0px 0px 0px #000000, -12px 0px 0 0 #E90C0C;
    left: 0.5em;
    padding: 0.25em 0;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone; }

.caption-over-image .entry-summary {
  color: #333;
  font-family: "Noe Display", Georgia, serif;
  font-weight: normal; }

.caption-over-image.video .thumbnail {
  height: 342px; }

.caption-over-image.art .columns, .caption-over-image.art .posts-navigation .nav-links, .posts-navigation .caption-over-image.art .nav-links, .caption-over-image.art .alm-listing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.dfn.hero {
  background-color: #000000;
  font-size: 18px;
  margin-bottom: 75px; }
  .dfn.hero .hero-body {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  @media screen and (min-width: 769px), print {
    .dfn.hero .columns .column:last-child, .dfn.hero .posts-navigation .nav-links .column:last-child, .posts-navigation .dfn.hero .nav-links .column:last-child, .dfn.hero .alm-listing .column:last-child, .dfn.hero .columns .posts-navigation:last-child, .dfn.hero .posts-navigation .nav-links .posts-navigation:last-child, .posts-navigation .dfn.hero .nav-links .posts-navigation:last-child, .dfn.hero .alm-listing .posts-navigation:last-child, .dfn.hero .columns .posts-navigation [class^="nav-"]:last-child, .posts-navigation .dfn.hero .columns [class^="nav-"]:last-child, .dfn.hero .posts-navigation .nav-links [class^="nav-"]:last-child, .posts-navigation .dfn.hero .nav-links [class^="nav-"]:last-child, .dfn.hero .alm-listing .posts-navigation [class^="nav-"]:last-child, .posts-navigation .dfn.hero .alm-listing [class^="nav-"]:last-child {
      z-index: 1; } }
  .dfn.hero .title {
    font-family: "Akkurat Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 3.750rem;
    text-transform: uppercase;
    margin-bottom: 0.25em; }
  .dfn.hero .video {
    width: 100%; }
  .dfn.hero .button {
    text-transform: uppercase; }

.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 769px), print {
    .flex-video {
      position: relative;
      height: 0;
      margin-bottom: 1rem;
      padding-bottom: 75%;
      overflow: hidden;
      margin-bottom: 0; }
      .flex-video iframe,
      .flex-video object,
      .flex-video embed,
      .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media screen and (min-width: 1008px) {
    .flex-video {
      position: relative;
      height: 0;
      margin-bottom: 1rem;
      padding-bottom: 56.25%;
      overflow: hidden;
      margin-bottom: 0; }
      .flex-video iframe,
      .flex-video object,
      .flex-video embed,
      .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.flex-video {
  width: 95%;
  background-image: url(../../../../uploads/2016/07/DFN_01-1024x576.jpg); }

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0%);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.video-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../dfn/images/play.svg) 50% 50%/36px 36px no-repeat;
  z-index: 2; }

/* Tooltip container */
.tooltip-wrap {
  padding: 10px;
  text-align: right;
  padding: 10px;
  position: absolute;
  width: 100%;
  margin-top: -154px;
  -webkit-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
  z-index: 1; }
  @media screen and (min-width: 1008px) {
    .tooltip-wrap {
      max-width: 60.000em; } }
  @media screen and (min-width: 1200px) {
    .tooltip-wrap {
      max-width: 72.000em; } }
  @media screen and (min-width: 1392px) {
    .tooltip-wrap {
      max-width: 84.000em; } }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip i {
    background-image: url(../../assets/svg/icon-camera.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    z-index: 2; }
  .tooltip .tooltiptext {
    visibility: hidden;
    min-width: 160px;
    background-color: black;
    color: #fff;
    font-size: 90%;
    padding: 8px;
    border-radius: 3px;
    position: absolute;
    z-index: 1; }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .tooltip .tooltiptext.left {
    top: -5px;
    right: 105%; }

.related-posts {
  padding: 80px 16px; }
  .related-posts .post, .related-posts .alm-listing article, .alm-listing .related-posts article {
    position: relative; }
    .related-posts .post .thumbnail, .related-posts .alm-listing article .thumbnail, .alm-listing .related-posts article .thumbnail {
      margin: 0;
      width: 100%; }
    .related-posts .post .meta, .related-posts .alm-listing article .meta, .alm-listing .related-posts article .meta {
      padding: 16px;
      min-height: 155px;
      margin-top: 0;
      background: white; }
    .related-posts .post .post-categories, .related-posts .alm-listing article .post-categories, .alm-listing .related-posts article .post-categories {
      margin-bottom: 16px; }
    .related-posts .post .entry-title, .related-posts .alm-listing article .entry-title, .alm-listing .related-posts article .entry-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px; }
    .related-posts .post .social, .related-posts .alm-listing article .social, .alm-listing .related-posts article .social {
      border: none; }
    .related-posts .post .heart-this, .related-posts .alm-listing article .heart-this, .alm-listing .related-posts article .heart-this {
      position: absolute;
      bottom: 16px;
      left: 16px; }