@charset "UTF-8";
.shake, .shake-little, .shake-slow, .shake-hard, .shake-horizontal, .shake-vertical, .shake-rotate, .shake-opacity, .shake-crazy, .shake-chunk {
  display: inline-block;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake:hover,
.shake-trigger:hover .shake, .shake-little:hover,
.shake-trigger:hover .shake-little, .shake-slow:hover,
.shake-trigger:hover .shake-slow, .shake-hard:hover,
.shake-trigger:hover .shake-hard, .shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal, .shake-vertical:hover,
.shake-trigger:hover .shake-vertical, .shake-rotate:hover,
.shake-trigger:hover .shake-rotate, .shake-opacity:hover,
.shake-trigger:hover .shake-opacity, .shake-crazy:hover,
.shake-trigger:hover .shake-crazy, .shake-chunk:hover,
.shake-trigger:hover .shake-chunk {
  animation-play-state: running; }

@keyframes shake {
  2% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg); }
  4% {
    transform: translate(1.5px, -1.5px) rotate(0.5deg); }
  6% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg); }
  8% {
    transform: translate(0.5px, 2.5px) rotate(0.5deg); }
  10% {
    transform: translate(-0.5px, -0.5px) rotate(1.5deg); }
  12% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg); }
  14% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  16% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  18% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  20% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  22% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg); }
  24% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  26% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  28% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  30% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg); }
  32% {
    transform: translate(0.5px, 2.5px) rotate(-0.5deg); }
  34% {
    transform: translate(-0.5px, 1.5px) rotate(1.5deg); }
  36% {
    transform: translate(0.5px, 1.5px) rotate(1.5deg); }
  38% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg); }
  40% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg); }
  42% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg); }
  44% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg); }
  46% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  48% {
    transform: translate(-0.5px, 1.5px) rotate(-0.5deg); }
  50% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg); }
  52% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg); }
  54% {
    transform: translate(2.5px, -1.5px) rotate(0.5deg); }
  56% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  58% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg); }
  60% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg); }
  62% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg); }
  64% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
  66% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg); }
  68% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  70% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg); }
  72% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg); }
  74% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg); }
  76% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  78% {
    transform: translate(2.5px, -1.5px) rotate(0.5deg); }
  80% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  82% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg); }
  84% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  86% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  88% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  90% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  92% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg); }
  94% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  96% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  98% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake:hover,
.shake-trigger:hover .shake,
.shake.shake-freeze,
.shake.shake-constant {
  animation: shake 100ms ease-in-out infinite; }

@keyframes shake-little {
  2% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  4% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  6% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  8% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  10% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  12% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  14% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  16% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  18% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  20% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  22% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  24% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  26% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  28% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  32% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  34% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  36% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  38% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  40% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  42% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  44% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  46% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  48% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  50% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  52% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  54% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  56% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  58% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  60% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  62% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  64% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  66% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  68% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  70% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  72% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  74% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  76% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  78% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  80% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  82% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  84% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  86% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  88% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  90% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  92% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  94% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  98% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-little:hover,
.shake-trigger:hover .shake-little,
.shake-little.shake-freeze,
.shake-little.shake-constant {
  animation: shake-little 100ms ease-in-out infinite; }

@keyframes shake-slow {
  2% {
    transform: translate(6px, -5px) rotate(2.5deg); }
  4% {
    transform: translate(10px, -6px) rotate(2.5deg); }
  6% {
    transform: translate(-2px, -2px) rotate(-2.5deg); }
  8% {
    transform: translate(6px, -3px) rotate(-1.5deg); }
  10% {
    transform: translate(8px, 1px) rotate(-2.5deg); }
  12% {
    transform: translate(2px, -2px) rotate(-1.5deg); }
  14% {
    transform: translate(-4px, 7px) rotate(-1.5deg); }
  16% {
    transform: translate(-9px, 9px) rotate(-0.5deg); }
  18% {
    transform: translate(8px, 9px) rotate(-0.5deg); }
  20% {
    transform: translate(9px, -8px) rotate(-0.5deg); }
  22% {
    transform: translate(3px, -8px) rotate(3.5deg); }
  24% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  26% {
    transform: translate(10px, -7px) rotate(1.5deg); }
  28% {
    transform: translate(3px, 6px) rotate(2.5deg); }
  30% {
    transform: translate(-3px, 3px) rotate(0.5deg); }
  32% {
    transform: translate(-4px, 9px) rotate(0.5deg); }
  34% {
    transform: translate(10px, 0px) rotate(1.5deg); }
  36% {
    transform: translate(-4px, 9px) rotate(0.5deg); }
  38% {
    transform: translate(-1px, 10px) rotate(-0.5deg); }
  40% {
    transform: translate(3px, -3px) rotate(2.5deg); }
  42% {
    transform: translate(-2px, 5px) rotate(3.5deg); }
  44% {
    transform: translate(7px, -2px) rotate(-0.5deg); }
  46% {
    transform: translate(5px, 4px) rotate(-2.5deg); }
  48% {
    transform: translate(-9px, 8px) rotate(2.5deg); }
  50% {
    transform: translate(-3px, -7px) rotate(-1.5deg); }
  52% {
    transform: translate(-1px, 1px) rotate(-2.5deg); }
  54% {
    transform: translate(-3px, -7px) rotate(-2.5deg); }
  56% {
    transform: translate(9px, -5px) rotate(3.5deg); }
  58% {
    transform: translate(-6px, 4px) rotate(-2.5deg); }
  60% {
    transform: translate(4px, 5px) rotate(-0.5deg); }
  62% {
    transform: translate(5px, -9px) rotate(0.5deg); }
  64% {
    transform: translate(-4px, -4px) rotate(1.5deg); }
  66% {
    transform: translate(1px, -8px) rotate(0.5deg); }
  68% {
    transform: translate(-6px, -7px) rotate(1.5deg); }
  70% {
    transform: translate(-5px, 4px) rotate(-2.5deg); }
  72% {
    transform: translate(5px, -3px) rotate(0.5deg); }
  74% {
    transform: translate(7px, 6px) rotate(1.5deg); }
  76% {
    transform: translate(-5px, 6px) rotate(-1.5deg); }
  78% {
    transform: translate(10px, 6px) rotate(3.5deg); }
  80% {
    transform: translate(3px, 10px) rotate(-1.5deg); }
  82% {
    transform: translate(-2px, 5px) rotate(3.5deg); }
  84% {
    transform: translate(8px, -1px) rotate(-0.5deg); }
  86% {
    transform: translate(-6px, 5px) rotate(3.5deg); }
  88% {
    transform: translate(5px, 5px) rotate(0.5deg); }
  90% {
    transform: translate(2px, -3px) rotate(-0.5deg); }
  92% {
    transform: translate(-6px, 1px) rotate(-1.5deg); }
  94% {
    transform: translate(10px, 4px) rotate(1.5deg); }
  96% {
    transform: translate(3px, 5px) rotate(1.5deg); }
  98% {
    transform: translate(7px, 1px) rotate(-2.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-slow:hover,
.shake-trigger:hover .shake-slow,
.shake-slow.shake-freeze,
.shake-slow.shake-constant {
  animation: shake-slow 5s ease-in-out infinite; }

@keyframes shake-hard {
  2% {
    transform: translate(9px, 8px) rotate(-1.5deg); }
  4% {
    transform: translate(-4px, 7px) rotate(1.5deg); }
  6% {
    transform: translate(-3px, -5px) rotate(2.5deg); }
  8% {
    transform: translate(7px, -7px) rotate(1.5deg); }
  10% {
    transform: translate(8px, 6px) rotate(1.5deg); }
  12% {
    transform: translate(9px, -2px) rotate(1.5deg); }
  14% {
    transform: translate(8px, 4px) rotate(-2.5deg); }
  16% {
    transform: translate(1px, 7px) rotate(1.5deg); }
  18% {
    transform: translate(-9px, 6px) rotate(-1.5deg); }
  20% {
    transform: translate(-6px, -8px) rotate(1.5deg); }
  22% {
    transform: translate(-3px, 7px) rotate(0.5deg); }
  24% {
    transform: translate(8px, -4px) rotate(2.5deg); }
  26% {
    transform: translate(-5px, -9px) rotate(1.5deg); }
  28% {
    transform: translate(10px, 3px) rotate(2.5deg); }
  30% {
    transform: translate(0px, 8px) rotate(0.5deg); }
  32% {
    transform: translate(-9px, -2px) rotate(0.5deg); }
  34% {
    transform: translate(-4px, -1px) rotate(-1.5deg); }
  36% {
    transform: translate(-2px, -2px) rotate(-0.5deg); }
  38% {
    transform: translate(6px, 8px) rotate(3.5deg); }
  40% {
    transform: translate(6px, 0px) rotate(0.5deg); }
  42% {
    transform: translate(-8px, 8px) rotate(0.5deg); }
  44% {
    transform: translate(9px, -9px) rotate(-1.5deg); }
  46% {
    transform: translate(-8px, -9px) rotate(-2.5deg); }
  48% {
    transform: translate(5px, 4px) rotate(1.5deg); }
  50% {
    transform: translate(-7px, -8px) rotate(1.5deg); }
  52% {
    transform: translate(1px, 8px) rotate(0.5deg); }
  54% {
    transform: translate(9px, 3px) rotate(-1.5deg); }
  56% {
    transform: translate(6px, -5px) rotate(3.5deg); }
  58% {
    transform: translate(1px, 7px) rotate(-1.5deg); }
  60% {
    transform: translate(-1px, 7px) rotate(1.5deg); }
  62% {
    transform: translate(8px, -6px) rotate(-1.5deg); }
  64% {
    transform: translate(5px, 4px) rotate(-0.5deg); }
  66% {
    transform: translate(6px, 2px) rotate(-0.5deg); }
  68% {
    transform: translate(2px, -3px) rotate(1.5deg); }
  70% {
    transform: translate(-2px, 8px) rotate(-2.5deg); }
  72% {
    transform: translate(10px, -1px) rotate(-1.5deg); }
  74% {
    transform: translate(4px, -2px) rotate(1.5deg); }
  76% {
    transform: translate(10px, -5px) rotate(1.5deg); }
  78% {
    transform: translate(0px, 9px) rotate(0.5deg); }
  80% {
    transform: translate(-9px, 1px) rotate(-0.5deg); }
  82% {
    transform: translate(-6px, -7px) rotate(1.5deg); }
  84% {
    transform: translate(-2px, -7px) rotate(3.5deg); }
  86% {
    transform: translate(4px, -4px) rotate(-1.5deg); }
  88% {
    transform: translate(5px, 4px) rotate(0.5deg); }
  90% {
    transform: translate(-1px, -1px) rotate(-0.5deg); }
  92% {
    transform: translate(-4px, -7px) rotate(0.5deg); }
  94% {
    transform: translate(1px, 7px) rotate(2.5deg); }
  96% {
    transform: translate(8px, 9px) rotate(-2.5deg); }
  98% {
    transform: translate(6px, -5px) rotate(3.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-hard:hover,
.shake-trigger:hover .shake-hard,
.shake-hard.shake-freeze,
.shake-hard.shake-constant {
  animation: shake-hard 100ms ease-in-out infinite; }

@keyframes shake-horizontal {
  2% {
    transform: translate(-1px, 0) rotate(0); }
  4% {
    transform: translate(6px, 0) rotate(0); }
  6% {
    transform: translate(-8px, 0) rotate(0); }
  8% {
    transform: translate(8px, 0) rotate(0); }
  10% {
    transform: translate(5px, 0) rotate(0); }
  12% {
    transform: translate(0px, 0) rotate(0); }
  14% {
    transform: translate(7px, 0) rotate(0); }
  16% {
    transform: translate(-6px, 0) rotate(0); }
  18% {
    transform: translate(2px, 0) rotate(0); }
  20% {
    transform: translate(-1px, 0) rotate(0); }
  22% {
    transform: translate(3px, 0) rotate(0); }
  24% {
    transform: translate(-9px, 0) rotate(0); }
  26% {
    transform: translate(-8px, 0) rotate(0); }
  28% {
    transform: translate(8px, 0) rotate(0); }
  30% {
    transform: translate(-2px, 0) rotate(0); }
  32% {
    transform: translate(0px, 0) rotate(0); }
  34% {
    transform: translate(0px, 0) rotate(0); }
  36% {
    transform: translate(9px, 0) rotate(0); }
  38% {
    transform: translate(4px, 0) rotate(0); }
  40% {
    transform: translate(0px, 0) rotate(0); }
  42% {
    transform: translate(-3px, 0) rotate(0); }
  44% {
    transform: translate(3px, 0) rotate(0); }
  46% {
    transform: translate(-7px, 0) rotate(0); }
  48% {
    transform: translate(3px, 0) rotate(0); }
  50% {
    transform: translate(10px, 0) rotate(0); }
  52% {
    transform: translate(7px, 0) rotate(0); }
  54% {
    transform: translate(4px, 0) rotate(0); }
  56% {
    transform: translate(-4px, 0) rotate(0); }
  58% {
    transform: translate(-4px, 0) rotate(0); }
  60% {
    transform: translate(10px, 0) rotate(0); }
  62% {
    transform: translate(-6px, 0) rotate(0); }
  64% {
    transform: translate(-9px, 0) rotate(0); }
  66% {
    transform: translate(1px, 0) rotate(0); }
  68% {
    transform: translate(-7px, 0) rotate(0); }
  70% {
    transform: translate(-4px, 0) rotate(0); }
  72% {
    transform: translate(6px, 0) rotate(0); }
  74% {
    transform: translate(0px, 0) rotate(0); }
  76% {
    transform: translate(6px, 0) rotate(0); }
  78% {
    transform: translate(10px, 0) rotate(0); }
  80% {
    transform: translate(6px, 0) rotate(0); }
  82% {
    transform: translate(0px, 0) rotate(0); }
  84% {
    transform: translate(-3px, 0) rotate(0); }
  86% {
    transform: translate(-4px, 0) rotate(0); }
  88% {
    transform: translate(-3px, 0) rotate(0); }
  90% {
    transform: translate(-6px, 0) rotate(0); }
  92% {
    transform: translate(-5px, 0) rotate(0); }
  94% {
    transform: translate(0px, 0) rotate(0); }
  96% {
    transform: translate(9px, 0) rotate(0); }
  98% {
    transform: translate(4px, 0) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal,
.shake-horizontal.shake-freeze,
.shake-horizontal.shake-constant {
  animation: shake-horizontal 100ms ease-in-out infinite; }

@keyframes shake-vertical {
  2% {
    transform: translate(0, 5px) rotate(0); }
  4% {
    transform: translate(0, 1px) rotate(0); }
  6% {
    transform: translate(0, 5px) rotate(0); }
  8% {
    transform: translate(0, 2px) rotate(0); }
  10% {
    transform: translate(0, 8px) rotate(0); }
  12% {
    transform: translate(0, 6px) rotate(0); }
  14% {
    transform: translate(0, 3px) rotate(0); }
  16% {
    transform: translate(0, -4px) rotate(0); }
  18% {
    transform: translate(0, 9px) rotate(0); }
  20% {
    transform: translate(0, -6px) rotate(0); }
  22% {
    transform: translate(0, -5px) rotate(0); }
  24% {
    transform: translate(0, -8px) rotate(0); }
  26% {
    transform: translate(0, -7px) rotate(0); }
  28% {
    transform: translate(0, 1px) rotate(0); }
  30% {
    transform: translate(0, 7px) rotate(0); }
  32% {
    transform: translate(0, 1px) rotate(0); }
  34% {
    transform: translate(0, -7px) rotate(0); }
  36% {
    transform: translate(0, 6px) rotate(0); }
  38% {
    transform: translate(0, 8px) rotate(0); }
  40% {
    transform: translate(0, 4px) rotate(0); }
  42% {
    transform: translate(0, -5px) rotate(0); }
  44% {
    transform: translate(0, 2px) rotate(0); }
  46% {
    transform: translate(0, -6px) rotate(0); }
  48% {
    transform: translate(0, -5px) rotate(0); }
  50% {
    transform: translate(0, -1px) rotate(0); }
  52% {
    transform: translate(0, -4px) rotate(0); }
  54% {
    transform: translate(0, 6px) rotate(0); }
  56% {
    transform: translate(0, -6px) rotate(0); }
  58% {
    transform: translate(0, 6px) rotate(0); }
  60% {
    transform: translate(0, -4px) rotate(0); }
  62% {
    transform: translate(0, -9px) rotate(0); }
  64% {
    transform: translate(0, -2px) rotate(0); }
  66% {
    transform: translate(0, 3px) rotate(0); }
  68% {
    transform: translate(0, 3px) rotate(0); }
  70% {
    transform: translate(0, 8px) rotate(0); }
  72% {
    transform: translate(0, -7px) rotate(0); }
  74% {
    transform: translate(0, 0px) rotate(0); }
  76% {
    transform: translate(0, -7px) rotate(0); }
  78% {
    transform: translate(0, 2px) rotate(0); }
  80% {
    transform: translate(0, 9px) rotate(0); }
  82% {
    transform: translate(0, -6px) rotate(0); }
  84% {
    transform: translate(0, 1px) rotate(0); }
  86% {
    transform: translate(0, -3px) rotate(0); }
  88% {
    transform: translate(0, 1px) rotate(0); }
  90% {
    transform: translate(0, 4px) rotate(0); }
  92% {
    transform: translate(0, -2px) rotate(0); }
  94% {
    transform: translate(0, 5px) rotate(0); }
  96% {
    transform: translate(0, 2px) rotate(0); }
  98% {
    transform: translate(0, 7px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-vertical:hover,
.shake-trigger:hover .shake-vertical,
.shake-vertical.shake-freeze,
.shake-vertical.shake-constant {
  animation: shake-vertical 100ms ease-in-out infinite; }

@keyframes shake-rotate {
  2% {
    transform: translate(0, 0) rotate(-1.5deg); }
  4% {
    transform: translate(0, 0) rotate(-2.5deg); }
  6% {
    transform: translate(0, 0) rotate(-6.5deg); }
  8% {
    transform: translate(0, 0) rotate(-6.5deg); }
  10% {
    transform: translate(0, 0) rotate(5.5deg); }
  12% {
    transform: translate(0, 0) rotate(-2.5deg); }
  14% {
    transform: translate(0, 0) rotate(-1.5deg); }
  16% {
    transform: translate(0, 0) rotate(-2.5deg); }
  18% {
    transform: translate(0, 0) rotate(5.5deg); }
  20% {
    transform: translate(0, 0) rotate(1.5deg); }
  22% {
    transform: translate(0, 0) rotate(-6.5deg); }
  24% {
    transform: translate(0, 0) rotate(-6.5deg); }
  26% {
    transform: translate(0, 0) rotate(4.5deg); }
  28% {
    transform: translate(0, 0) rotate(0.5deg); }
  30% {
    transform: translate(0, 0) rotate(7.5deg); }
  32% {
    transform: translate(0, 0) rotate(7.5deg); }
  34% {
    transform: translate(0, 0) rotate(3.5deg); }
  36% {
    transform: translate(0, 0) rotate(6.5deg); }
  38% {
    transform: translate(0, 0) rotate(7.5deg); }
  40% {
    transform: translate(0, 0) rotate(-5.5deg); }
  42% {
    transform: translate(0, 0) rotate(-6.5deg); }
  44% {
    transform: translate(0, 0) rotate(1.5deg); }
  46% {
    transform: translate(0, 0) rotate(-4.5deg); }
  48% {
    transform: translate(0, 0) rotate(1.5deg); }
  50% {
    transform: translate(0, 0) rotate(3.5deg); }
  52% {
    transform: translate(0, 0) rotate(-0.5deg); }
  54% {
    transform: translate(0, 0) rotate(-1.5deg); }
  56% {
    transform: translate(0, 0) rotate(-5.5deg); }
  58% {
    transform: translate(0, 0) rotate(-5.5deg); }
  60% {
    transform: translate(0, 0) rotate(5.5deg); }
  62% {
    transform: translate(0, 0) rotate(-5.5deg); }
  64% {
    transform: translate(0, 0) rotate(1.5deg); }
  66% {
    transform: translate(0, 0) rotate(6.5deg); }
  68% {
    transform: translate(0, 0) rotate(-2.5deg); }
  70% {
    transform: translate(0, 0) rotate(6.5deg); }
  72% {
    transform: translate(0, 0) rotate(4.5deg); }
  74% {
    transform: translate(0, 0) rotate(-4.5deg); }
  76% {
    transform: translate(0, 0) rotate(-0.5deg); }
  78% {
    transform: translate(0, 0) rotate(0.5deg); }
  80% {
    transform: translate(0, 0) rotate(-2.5deg); }
  82% {
    transform: translate(0, 0) rotate(6.5deg); }
  84% {
    transform: translate(0, 0) rotate(-3.5deg); }
  86% {
    transform: translate(0, 0) rotate(6.5deg); }
  88% {
    transform: translate(0, 0) rotate(5.5deg); }
  90% {
    transform: translate(0, 0) rotate(-6.5deg); }
  92% {
    transform: translate(0, 0) rotate(-6.5deg); }
  94% {
    transform: translate(0, 0) rotate(-4.5deg); }
  96% {
    transform: translate(0, 0) rotate(4.5deg); }
  98% {
    transform: translate(0, 0) rotate(-2.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-rotate:hover,
.shake-trigger:hover .shake-rotate,
.shake-rotate.shake-freeze,
.shake-rotate.shake-constant {
  animation: shake-rotate 100ms ease-in-out infinite; }

@keyframes shake-opacity {
  10% {
    transform: translate(-1px, 5px) rotate(-1.5deg);
    opacity: 0.99; }
  20% {
    transform: translate(-2px, -1px) rotate(0.5deg);
    opacity: 0.38; }
  30% {
    transform: translate(1px, -4px) rotate(0.5deg);
    opacity: 0.34; }
  40% {
    transform: translate(1px, -4px) rotate(2.5deg);
    opacity: 0.24; }
  50% {
    transform: translate(1px, -2px) rotate(0.5deg);
    opacity: 0.55; }
  60% {
    transform: translate(2px, 1px) rotate(-0.5deg);
    opacity: 0.72; }
  70% {
    transform: translate(-3px, 5px) rotate(0.5deg);
    opacity: 0.26; }
  80% {
    transform: translate(4px, 3px) rotate(2.5deg);
    opacity: 0.7; }
  90% {
    transform: translate(0px, 3px) rotate(-1.5deg);
    opacity: 0.32; }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-opacity:hover,
.shake-trigger:hover .shake-opacity,
.shake-opacity.shake-freeze,
.shake-opacity.shake-constant {
  animation: shake-opacity 0.5s ease-in-out infinite; }

@keyframes shake-crazy {
  10% {
    transform: translate(-19px, -10px) rotate(-2deg); }
  20% {
    transform: translate(-13px, 5px) rotate(-5deg); }
  30% {
    transform: translate(-17px, 9px) rotate(-1deg); }
  40% {
    transform: translate(-17px, 17px) rotate(7deg); }
  50% {
    transform: translate(-10px, -9px) rotate(-5deg); }
  60% {
    transform: translate(-9px, -8px) rotate(-3deg); }
  70% {
    transform: translate(-10px, 7px) rotate(-5deg); }
  80% {
    transform: translate(14px, 3px) rotate(2deg); }
  90% {
    transform: translate(9px, -6px) rotate(-7deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-crazy:hover,
.shake-trigger:hover .shake-crazy,
.shake-crazy.shake-freeze,
.shake-crazy.shake-constant {
  animation: shake-crazy 100ms ease-in-out infinite; }

@keyframes shake-chunk {
  2% {
    transform: translate(5px, -8px) rotate(-2deg); }
  4% {
    transform: translate(14px, -2px) rotate(10deg); }
  6% {
    transform: translate(-14px, -4px) rotate(-4deg); }
  8% {
    transform: translate(12px, 8px) rotate(0deg); }
  10% {
    transform: translate(-8px, 12px) rotate(-6deg); }
  12% {
    transform: translate(13px, -12px) rotate(2deg); }
  14% {
    transform: translate(-4px, 0px) rotate(9deg); }
  16% {
    transform: translate(-11px, -4px) rotate(-14deg); }
  18% {
    transform: translate(2px, -7px) rotate(-11deg); }
  20% {
    transform: translate(-8px, -14px) rotate(7deg); }
  22% {
    transform: translate(15px, -11px) rotate(-2deg); }
  24% {
    transform: translate(13px, -9px) rotate(-4deg); }
  26% {
    transform: translate(-2px, -6px) rotate(-3deg); }
  28% {
    transform: translate(-5px, 6px) rotate(13deg); }
  30% {
    transform: translate(-7px, -8px) rotate(6deg); }
  32% {
    transform: translate(10px, 3px) rotate(0deg); }
  34% {
    transform: translate(-9px, -13px) rotate(-3deg); }
  36% {
    transform: translate(-10px, 1px) rotate(1deg); }
  38% {
    transform: translate(0px, -10px) rotate(13deg); }
  0%, 40%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-chunk:hover,
.shake-trigger:hover .shake-chunk,
.shake-chunk.shake-freeze,
.shake-chunk.shake-constant {
  animation: shake-chunk 4s ease-in-out infinite; }

.shake-quick:hover,
.shake-trigger:hover .shake-quick,
.shake-quick.shake-freeze,
.shake-quick.shake-constant {
  animation: shake-crazy .2s ease-in-out 1; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Bold-Web.eot");
  src: url("../fonts/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Bold-Web.woff2") format("woff2"), url("../fonts/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Medium-Web.eot");
  src: url("../fonts/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Super-Web.eot");
  src: url("../fonts/Graphik-Super-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Super-Web.woff2") format("woff2"), url("../fonts/Graphik-Super-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* ------------------------------------------------------- */
/* Float */
/* ------------------------------------------------------- */
@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px); } }

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 15px); }
  to {
    -moz-transform: translate(0, 0px); } }

@keyframes Floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 15px); }
  to {
    -moz-transform: translate(0, 0px); } }

/* ------------------------------------------------------- */
/* Bounce */
/* ------------------------------------------------------- */
@-webkit-keyframes pulse_animation {
  0%, 25% {
    -webkit-transform: scale(0.9); }
  55% {
    -webkit-transform: scale(1); }
  75%, 100% {
    -webkit-transform: scale(0.9); } }

@-moz-keyframes pulse_animation {
  0%, 20% {
    -moz-transform: scale(0.9); }
  55% {
    -moz-transform: scale(1); }
  75%, 100% {
    -moz-transform: scale(0.9); } }

@keyframes pulse_animation {
  0%, 20% {
    transform: scale(0.9); }
  55% {
    transform: scale(1); }
  75%, 100% {
    transform: scale(0.9); } }

/* ------------------------------------------------------- */
/* Bounce */
/* ------------------------------------------------------- */
@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0); }
  27% {
    -webkit-transform: translateY(-17%); }
  77% {
    -webkit-transform: translateY(-12%); } }

@-moz-keyframes bounce {
  0%, 50%, 100% {
    -moz-transform: translateY(0); }
  27% {
    -moz-transform: translateY(-17%); }
  77% {
    -moz-transform: translateY(-12%); } }

@keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0); }
  27% {
    transform: translateY(-17%); }
  77% {
    transform: translateY(-12%); } }

/* ------------------------------------------------------- */
/* Bounce PUG */
/* ------------------------------------------------------- */
@-webkit-keyframes bounce-pug {
  0%, 50%, 100% {
    -webkit-transform: translateY(0); }
  27% {
    -webkit-transform: translateY(-17%); }
  77% {
    -webkit-transform: translateY(-12%); } }

@-moz-keyframes bounce-pug {
  0%, 50%, 100% {
    -moz-transform: translateY(0); }
  27% {
    -moz-transform: translateY(-17%); }
  77% {
    -moz-transform: translateY(-12%); } }

@keyframes bounce-pug {
  0%, 50%, 100% {
    transform: translateY(0); }
  27% {
    transform: translateY(-17%); }
  77% {
    transform: translateY(-12%); } }

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

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

html, body {
  font-size: 110%; }

body {
  background: #fff;
  color: #363535;
  cursor: auto;
  font-family: "Antapani", helvetica, arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -1.875rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #363535;
      display: block;
      font-family: "Antapani", helvetica, arial;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 1.875rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #ffffff;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #4b3474;
  border-color: #412d64;
  color: #ffffff; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #ffffff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #ffffff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #ffffff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #4b3474;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #4b3474; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button, #subForm input[type="submit"], .segment a.back, .cta-button, .cta-button.cta-row a {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Antapani", helvetica, arial;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #4b3474;
  border-color: #3c2a5d;
  color: #faf7d4;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, #subForm input:hover[type="submit"], .segment a.back:hover, .cta-button:hover, .cta-button.cta-row a:hover, .button:focus, #subForm input:focus[type="submit"], .segment a.back:focus, .cta-button:focus, .cta-button.cta-row a:focus {
    background-color: #3c2a5d; }
  button:hover, button:focus, .button:hover, #subForm input:hover[type="submit"], .segment a.back:hover, .cta-button:hover, .cta-button.cta-row a:hover, .button:focus, #subForm input:focus[type="submit"], .segment a.back:focus, .cta-button:focus, .cta-button.cta-row a:focus {
    color: #faf7d4; }
  button.secondary, .button.secondary, #subForm input.secondary[type="submit"], .segment a.secondary.back, .secondary.cta-button, .cta-button.cta-row a.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, #subForm input.secondary:hover[type="submit"], .segment a.secondary.back:hover, .secondary.cta-button:hover, .cta-button.cta-row a.secondary:hover, .button.secondary:focus, #subForm input.secondary:focus[type="submit"], .segment a.secondary.back:focus, .secondary.cta-button:focus, .cta-button.cta-row a.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, #subForm input.secondary:hover[type="submit"], .segment a.secondary.back:hover, .secondary.cta-button:hover, .cta-button.cta-row a.secondary:hover, .button.secondary:focus, #subForm input.secondary:focus[type="submit"], .segment a.secondary.back:focus, .secondary.cta-button:focus, .cta-button.cta-row a.secondary:focus {
      color: #333333; }
  button.success, .button.success, #subForm input.success[type="submit"], .segment a.success.back, .success.cta-button, .cta-button.cta-row a.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #faf7d4; }
    button.success:hover, button.success:focus, .button.success:hover, #subForm input.success:hover[type="submit"], .segment a.success.back:hover, .success.cta-button:hover, .cta-button.cta-row a.success:hover, .button.success:focus, #subForm input.success:focus[type="submit"], .segment a.success.back:focus, .success.cta-button:focus, .cta-button.cta-row a.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, #subForm input.success:hover[type="submit"], .segment a.success.back:hover, .success.cta-button:hover, .cta-button.cta-row a.success:hover, .button.success:focus, #subForm input.success:focus[type="submit"], .segment a.success.back:focus, .success.cta-button:focus, .cta-button.cta-row a.success:focus {
      color: #faf7d4; }
  button.alert, .button.alert, #subForm input.alert[type="submit"], .segment a.alert.back, .alert.cta-button, .cta-button.cta-row a.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #faf7d4; }
    button.alert:hover, button.alert:focus, .button.alert:hover, #subForm input.alert:hover[type="submit"], .segment a.alert.back:hover, .alert.cta-button:hover, .cta-button.cta-row a.alert:hover, .button.alert:focus, #subForm input.alert:focus[type="submit"], .segment a.alert.back:focus, .alert.cta-button:focus, .cta-button.cta-row a.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, #subForm input.alert:hover[type="submit"], .segment a.alert.back:hover, .alert.cta-button:hover, .cta-button.cta-row a.alert:hover, .button.alert:focus, #subForm input.alert:focus[type="submit"], .segment a.alert.back:focus, .alert.cta-button:focus, .cta-button.cta-row a.alert:focus {
      color: #faf7d4; }
  button.warning, .button.warning, #subForm input.warning[type="submit"], .segment a.warning.back, .warning.cta-button, .cta-button.cta-row a.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #faf7d4; }
    button.warning:hover, button.warning:focus, .button.warning:hover, #subForm input.warning:hover[type="submit"], .segment a.warning.back:hover, .warning.cta-button:hover, .cta-button.cta-row a.warning:hover, .button.warning:focus, #subForm input.warning:focus[type="submit"], .segment a.warning.back:focus, .warning.cta-button:focus, .cta-button.cta-row a.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, #subForm input.warning:hover[type="submit"], .segment a.warning.back:hover, .warning.cta-button:hover, .cta-button.cta-row a.warning:hover, .button.warning:focus, #subForm input.warning:focus[type="submit"], .segment a.warning.back:focus, .warning.cta-button:focus, .cta-button.cta-row a.warning:focus {
      color: #faf7d4; }
  button.info, .button.info, #subForm input.info[type="submit"], .segment a.info.back, .info.cta-button, .cta-button.cta-row a.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, #subForm input.info:hover[type="submit"], .segment a.info.back:hover, .info.cta-button:hover, .cta-button.cta-row a.info:hover, .button.info:focus, #subForm input.info:focus[type="submit"], .segment a.info.back:focus, .info.cta-button:focus, .cta-button.cta-row a.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, #subForm input.info:hover[type="submit"], .segment a.info.back:hover, .info.cta-button:hover, .cta-button.cta-row a.info:hover, .button.info:focus, #subForm input.info:focus[type="submit"], .segment a.info.back:focus, .info.cta-button:focus, .cta-button.cta-row a.info:focus {
      color: #faf7d4; }
  button.large, .button.large, #subForm input.large[type="submit"], .segment a.large.back, .large.cta-button, .cta-button.cta-row a.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small, #subForm input.small[type="submit"], .segment a.small.back, .small.cta-button, .cta-button.cta-row a.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny, #subForm input.tiny[type="submit"], .segment a.tiny.back, .tiny.cta-button, .cta-button.cta-row a.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand, #subForm input.expand[type="submit"], .segment a.expand.back, .expand.cta-button, .cta-button.cta-row a.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  button.left-align, .button.left-align, #subForm input.left-align[type="submit"], .segment a.left-align.back, .left-align.cta-button, .cta-button.cta-row a.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align, #subForm input.right-align[type="submit"], .segment a.right-align.back, .right-align.cta-button, .cta-button.cta-row a.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius, #subForm input.radius[type="submit"], .segment a.radius.back, .radius.cta-button, .cta-button.cta-row a.radius {
    border-radius: 3px; }
  button.round, .button.round, #subForm input.round[type="submit"], .segment a.round.back, .round.cta-button, .cta-button.cta-row a.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, #subForm input.disabled[type="submit"], .segment a.disabled.back, .disabled.cta-button, .cta-button.cta-row a.disabled, .button[disabled], #subForm input[disabled][type="submit"], .segment a.back[disabled], .cta-button[disabled], .cta-button.cta-row a[disabled] {
    background-color: #4b3474;
    border-color: #3c2a5d;
    color: #faf7d4;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, #subForm input.disabled:hover[type="submit"], .segment a.disabled.back:hover, .disabled.cta-button:hover, .cta-button.cta-row a.disabled:hover, .button.disabled:focus, #subForm input.disabled:focus[type="submit"], .segment a.disabled.back:focus, .disabled.cta-button:focus, .cta-button.cta-row a.disabled:focus, .button[disabled]:hover, #subForm input[disabled]:hover[type="submit"], .segment a.back[disabled]:hover, .cta-button[disabled]:hover, .cta-button.cta-row a[disabled]:hover, .button[disabled]:focus, #subForm input[disabled]:focus[type="submit"], .segment a.back[disabled]:focus, .cta-button[disabled]:focus, .cta-button.cta-row a[disabled]:focus {
      background-color: #3c2a5d; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, #subForm input.disabled:hover[type="submit"], .segment a.disabled.back:hover, .disabled.cta-button:hover, .cta-button.cta-row a.disabled:hover, .button.disabled:focus, #subForm input.disabled:focus[type="submit"], .segment a.disabled.back:focus, .disabled.cta-button:focus, .cta-button.cta-row a.disabled:focus, .button[disabled]:hover, #subForm input[disabled]:hover[type="submit"], .segment a.back[disabled]:hover, .cta-button[disabled]:hover, .cta-button.cta-row a[disabled]:hover, .button[disabled]:focus, #subForm input[disabled]:focus[type="submit"], .segment a.back[disabled]:focus, .cta-button[disabled]:focus, .cta-button.cta-row a[disabled]:focus {
      color: #faf7d4; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, #subForm input.disabled:hover[type="submit"], .segment a.disabled.back:hover, .disabled.cta-button:hover, .cta-button.cta-row a.disabled:hover, .button.disabled:focus, #subForm input.disabled:focus[type="submit"], .segment a.disabled.back:focus, .disabled.cta-button:focus, .cta-button.cta-row a.disabled:focus, .button[disabled]:hover, #subForm input[disabled]:hover[type="submit"], .segment a.back[disabled]:hover, .cta-button[disabled]:hover, .cta-button.cta-row a[disabled]:hover, .button[disabled]:focus, #subForm input[disabled]:focus[type="submit"], .segment a.back[disabled]:focus, .cta-button[disabled]:focus, .cta-button.cta-row a[disabled]:focus {
      background-color: #4b3474; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, #subForm input.disabled.secondary[type="submit"], .segment a.disabled.secondary.back, .disabled.secondary.cta-button, .cta-button.cta-row a.disabled.secondary, .button[disabled].secondary, #subForm input[disabled].secondary[type="submit"], .segment a.back[disabled].secondary, .cta-button[disabled].secondary, .cta-button.cta-row a[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, #subForm input.disabled.secondary:hover[type="submit"], .segment a.disabled.secondary.back:hover, .disabled.secondary.cta-button:hover, .cta-button.cta-row a.disabled.secondary:hover, .button.disabled.secondary:focus, #subForm input.disabled.secondary:focus[type="submit"], .segment a.disabled.secondary.back:focus, .disabled.secondary.cta-button:focus, .cta-button.cta-row a.disabled.secondary:focus, .button[disabled].secondary:hover, #subForm input[disabled].secondary:hover[type="submit"], .segment a.back[disabled].secondary:hover, .cta-button[disabled].secondary:hover, .cta-button.cta-row a[disabled].secondary:hover, .button[disabled].secondary:focus, #subForm input[disabled].secondary:focus[type="submit"], .segment a.back[disabled].secondary:focus, .cta-button[disabled].secondary:focus, .cta-button.cta-row a[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, #subForm input.disabled.secondary:hover[type="submit"], .segment a.disabled.secondary.back:hover, .disabled.secondary.cta-button:hover, .cta-button.cta-row a.disabled.secondary:hover, .button.disabled.secondary:focus, #subForm input.disabled.secondary:focus[type="submit"], .segment a.disabled.secondary.back:focus, .disabled.secondary.cta-button:focus, .cta-button.cta-row a.disabled.secondary:focus, .button[disabled].secondary:hover, #subForm input[disabled].secondary:hover[type="submit"], .segment a.back[disabled].secondary:hover, .cta-button[disabled].secondary:hover, .cta-button.cta-row a[disabled].secondary:hover, .button[disabled].secondary:focus, #subForm input[disabled].secondary:focus[type="submit"], .segment a.back[disabled].secondary:focus, .cta-button[disabled].secondary:focus, .cta-button.cta-row a[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, #subForm input.disabled.secondary:hover[type="submit"], .segment a.disabled.secondary.back:hover, .disabled.secondary.cta-button:hover, .cta-button.cta-row a.disabled.secondary:hover, .button.disabled.secondary:focus, #subForm input.disabled.secondary:focus[type="submit"], .segment a.disabled.secondary.back:focus, .disabled.secondary.cta-button:focus, .cta-button.cta-row a.disabled.secondary:focus, .button[disabled].secondary:hover, #subForm input[disabled].secondary:hover[type="submit"], .segment a.back[disabled].secondary:hover, .cta-button[disabled].secondary:hover, .cta-button.cta-row a[disabled].secondary:hover, .button[disabled].secondary:focus, #subForm input[disabled].secondary:focus[type="submit"], .segment a.back[disabled].secondary:focus, .cta-button[disabled].secondary:focus, .cta-button.cta-row a[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, #subForm input.disabled.success[type="submit"], .segment a.disabled.success.back, .disabled.success.cta-button, .cta-button.cta-row a.disabled.success, .button[disabled].success, #subForm input[disabled].success[type="submit"], .segment a.back[disabled].success, .cta-button[disabled].success, .cta-button.cta-row a[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #faf7d4;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, #subForm input.disabled.success:hover[type="submit"], .segment a.disabled.success.back:hover, .disabled.success.cta-button:hover, .cta-button.cta-row a.disabled.success:hover, .button.disabled.success:focus, #subForm input.disabled.success:focus[type="submit"], .segment a.disabled.success.back:focus, .disabled.success.cta-button:focus, .cta-button.cta-row a.disabled.success:focus, .button[disabled].success:hover, #subForm input[disabled].success:hover[type="submit"], .segment a.back[disabled].success:hover, .cta-button[disabled].success:hover, .cta-button.cta-row a[disabled].success:hover, .button[disabled].success:focus, #subForm input[disabled].success:focus[type="submit"], .segment a.back[disabled].success:focus, .cta-button[disabled].success:focus, .cta-button.cta-row a[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, #subForm input.disabled.success:hover[type="submit"], .segment a.disabled.success.back:hover, .disabled.success.cta-button:hover, .cta-button.cta-row a.disabled.success:hover, .button.disabled.success:focus, #subForm input.disabled.success:focus[type="submit"], .segment a.disabled.success.back:focus, .disabled.success.cta-button:focus, .cta-button.cta-row a.disabled.success:focus, .button[disabled].success:hover, #subForm input[disabled].success:hover[type="submit"], .segment a.back[disabled].success:hover, .cta-button[disabled].success:hover, .cta-button.cta-row a[disabled].success:hover, .button[disabled].success:focus, #subForm input[disabled].success:focus[type="submit"], .segment a.back[disabled].success:focus, .cta-button[disabled].success:focus, .cta-button.cta-row a[disabled].success:focus {
        color: #faf7d4; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, #subForm input.disabled.success:hover[type="submit"], .segment a.disabled.success.back:hover, .disabled.success.cta-button:hover, .cta-button.cta-row a.disabled.success:hover, .button.disabled.success:focus, #subForm input.disabled.success:focus[type="submit"], .segment a.disabled.success.back:focus, .disabled.success.cta-button:focus, .cta-button.cta-row a.disabled.success:focus, .button[disabled].success:hover, #subForm input[disabled].success:hover[type="submit"], .segment a.back[disabled].success:hover, .cta-button[disabled].success:hover, .cta-button.cta-row a[disabled].success:hover, .button[disabled].success:focus, #subForm input[disabled].success:focus[type="submit"], .segment a.back[disabled].success:focus, .cta-button[disabled].success:focus, .cta-button.cta-row a[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, #subForm input.disabled.alert[type="submit"], .segment a.disabled.alert.back, .disabled.alert.cta-button, .cta-button.cta-row a.disabled.alert, .button[disabled].alert, #subForm input[disabled].alert[type="submit"], .segment a.back[disabled].alert, .cta-button[disabled].alert, .cta-button.cta-row a[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #faf7d4;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, #subForm input.disabled.alert:hover[type="submit"], .segment a.disabled.alert.back:hover, .disabled.alert.cta-button:hover, .cta-button.cta-row a.disabled.alert:hover, .button.disabled.alert:focus, #subForm input.disabled.alert:focus[type="submit"], .segment a.disabled.alert.back:focus, .disabled.alert.cta-button:focus, .cta-button.cta-row a.disabled.alert:focus, .button[disabled].alert:hover, #subForm input[disabled].alert:hover[type="submit"], .segment a.back[disabled].alert:hover, .cta-button[disabled].alert:hover, .cta-button.cta-row a[disabled].alert:hover, .button[disabled].alert:focus, #subForm input[disabled].alert:focus[type="submit"], .segment a.back[disabled].alert:focus, .cta-button[disabled].alert:focus, .cta-button.cta-row a[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, #subForm input.disabled.alert:hover[type="submit"], .segment a.disabled.alert.back:hover, .disabled.alert.cta-button:hover, .cta-button.cta-row a.disabled.alert:hover, .button.disabled.alert:focus, #subForm input.disabled.alert:focus[type="submit"], .segment a.disabled.alert.back:focus, .disabled.alert.cta-button:focus, .cta-button.cta-row a.disabled.alert:focus, .button[disabled].alert:hover, #subForm input[disabled].alert:hover[type="submit"], .segment a.back[disabled].alert:hover, .cta-button[disabled].alert:hover, .cta-button.cta-row a[disabled].alert:hover, .button[disabled].alert:focus, #subForm input[disabled].alert:focus[type="submit"], .segment a.back[disabled].alert:focus, .cta-button[disabled].alert:focus, .cta-button.cta-row a[disabled].alert:focus {
        color: #faf7d4; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, #subForm input.disabled.alert:hover[type="submit"], .segment a.disabled.alert.back:hover, .disabled.alert.cta-button:hover, .cta-button.cta-row a.disabled.alert:hover, .button.disabled.alert:focus, #subForm input.disabled.alert:focus[type="submit"], .segment a.disabled.alert.back:focus, .disabled.alert.cta-button:focus, .cta-button.cta-row a.disabled.alert:focus, .button[disabled].alert:hover, #subForm input[disabled].alert:hover[type="submit"], .segment a.back[disabled].alert:hover, .cta-button[disabled].alert:hover, .cta-button.cta-row a[disabled].alert:hover, .button[disabled].alert:focus, #subForm input[disabled].alert:focus[type="submit"], .segment a.back[disabled].alert:focus, .cta-button[disabled].alert:focus, .cta-button.cta-row a[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, #subForm input.disabled.warning[type="submit"], .segment a.disabled.warning.back, .disabled.warning.cta-button, .cta-button.cta-row a.disabled.warning, .button[disabled].warning, #subForm input[disabled].warning[type="submit"], .segment a.back[disabled].warning, .cta-button[disabled].warning, .cta-button.cta-row a[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #faf7d4;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, #subForm input.disabled.warning:hover[type="submit"], .segment a.disabled.warning.back:hover, .disabled.warning.cta-button:hover, .cta-button.cta-row a.disabled.warning:hover, .button.disabled.warning:focus, #subForm input.disabled.warning:focus[type="submit"], .segment a.disabled.warning.back:focus, .disabled.warning.cta-button:focus, .cta-button.cta-row a.disabled.warning:focus, .button[disabled].warning:hover, #subForm input[disabled].warning:hover[type="submit"], .segment a.back[disabled].warning:hover, .cta-button[disabled].warning:hover, .cta-button.cta-row a[disabled].warning:hover, .button[disabled].warning:focus, #subForm input[disabled].warning:focus[type="submit"], .segment a.back[disabled].warning:focus, .cta-button[disabled].warning:focus, .cta-button.cta-row a[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, #subForm input.disabled.warning:hover[type="submit"], .segment a.disabled.warning.back:hover, .disabled.warning.cta-button:hover, .cta-button.cta-row a.disabled.warning:hover, .button.disabled.warning:focus, #subForm input.disabled.warning:focus[type="submit"], .segment a.disabled.warning.back:focus, .disabled.warning.cta-button:focus, .cta-button.cta-row a.disabled.warning:focus, .button[disabled].warning:hover, #subForm input[disabled].warning:hover[type="submit"], .segment a.back[disabled].warning:hover, .cta-button[disabled].warning:hover, .cta-button.cta-row a[disabled].warning:hover, .button[disabled].warning:focus, #subForm input[disabled].warning:focus[type="submit"], .segment a.back[disabled].warning:focus, .cta-button[disabled].warning:focus, .cta-button.cta-row a[disabled].warning:focus {
        color: #faf7d4; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, #subForm input.disabled.warning:hover[type="submit"], .segment a.disabled.warning.back:hover, .disabled.warning.cta-button:hover, .cta-button.cta-row a.disabled.warning:hover, .button.disabled.warning:focus, #subForm input.disabled.warning:focus[type="submit"], .segment a.disabled.warning.back:focus, .disabled.warning.cta-button:focus, .cta-button.cta-row a.disabled.warning:focus, .button[disabled].warning:hover, #subForm input[disabled].warning:hover[type="submit"], .segment a.back[disabled].warning:hover, .cta-button[disabled].warning:hover, .cta-button.cta-row a[disabled].warning:hover, .button[disabled].warning:focus, #subForm input[disabled].warning:focus[type="submit"], .segment a.back[disabled].warning:focus, .cta-button[disabled].warning:focus, .cta-button.cta-row a[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, #subForm input.disabled.info[type="submit"], .segment a.disabled.info.back, .disabled.info.cta-button, .cta-button.cta-row a.disabled.info, .button[disabled].info, #subForm input[disabled].info[type="submit"], .segment a.back[disabled].info, .cta-button[disabled].info, .cta-button.cta-row a[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, #subForm input.disabled.info:hover[type="submit"], .segment a.disabled.info.back:hover, .disabled.info.cta-button:hover, .cta-button.cta-row a.disabled.info:hover, .button.disabled.info:focus, #subForm input.disabled.info:focus[type="submit"], .segment a.disabled.info.back:focus, .disabled.info.cta-button:focus, .cta-button.cta-row a.disabled.info:focus, .button[disabled].info:hover, #subForm input[disabled].info:hover[type="submit"], .segment a.back[disabled].info:hover, .cta-button[disabled].info:hover, .cta-button.cta-row a[disabled].info:hover, .button[disabled].info:focus, #subForm input[disabled].info:focus[type="submit"], .segment a.back[disabled].info:focus, .cta-button[disabled].info:focus, .cta-button.cta-row a[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, #subForm input.disabled.info:hover[type="submit"], .segment a.disabled.info.back:hover, .disabled.info.cta-button:hover, .cta-button.cta-row a.disabled.info:hover, .button.disabled.info:focus, #subForm input.disabled.info:focus[type="submit"], .segment a.disabled.info.back:focus, .disabled.info.cta-button:focus, .cta-button.cta-row a.disabled.info:focus, .button[disabled].info:hover, #subForm input[disabled].info:hover[type="submit"], .segment a.back[disabled].info:hover, .cta-button[disabled].info:hover, .cta-button.cta-row a[disabled].info:hover, .button[disabled].info:focus, #subForm input[disabled].info:focus[type="submit"], .segment a.back[disabled].info:focus, .cta-button[disabled].info:focus, .cta-button.cta-row a[disabled].info:focus {
        color: #faf7d4; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, #subForm input.disabled.info:hover[type="submit"], .segment a.disabled.info.back:hover, .disabled.info.cta-button:hover, .cta-button.cta-row a.disabled.info:hover, .button.disabled.info:focus, #subForm input.disabled.info:focus[type="submit"], .segment a.disabled.info.back:focus, .disabled.info.cta-button:focus, .cta-button.cta-row a.disabled.info:focus, .button[disabled].info:hover, #subForm input[disabled].info:hover[type="submit"], .segment a.back[disabled].info:hover, .cta-button[disabled].info:hover, .cta-button.cta-row a[disabled].info:hover, .button[disabled].info:focus, #subForm input[disabled].info:focus[type="submit"], .segment a.back[disabled].info:focus, .cta-button[disabled].info:focus, .cta-button.cta-row a[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 40.0625em) {
  button, .button, #subForm input[type="submit"], .segment a.back, .cta-button, .cta-button.cta-row a {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li #subForm input[type="submit"], #subForm .button-group.even-2 li input[type="submit"], .button-group.even-2 li .segment a.back, .segment .button-group.even-2 li a.back, .button-group.even-2 li .cta-button, .button-group.even-2 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-2 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child #subForm input[type="submit"], #subForm .button-group.even-2 li:first-child input[type="submit"], .button-group.even-2 li:first-child .segment a.back, .segment .button-group.even-2 li:first-child a.back, .button-group.even-2 li:first-child .cta-button, .button-group.even-2 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-2 li:first-child a {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li #subForm input[type="submit"], #subForm .button-group.even-2 li input[type="submit"], .button-group.even-2 li .segment a.back, .segment .button-group.even-2 li a.back, .button-group.even-2 li .cta-button, .button-group.even-2 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-2 li a {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li #subForm input[type="submit"], #subForm .button-group.even-3 li input[type="submit"], .button-group.even-3 li .segment a.back, .segment .button-group.even-3 li a.back, .button-group.even-3 li .cta-button, .button-group.even-3 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-3 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child #subForm input[type="submit"], #subForm .button-group.even-3 li:first-child input[type="submit"], .button-group.even-3 li:first-child .segment a.back, .segment .button-group.even-3 li:first-child a.back, .button-group.even-3 li:first-child .cta-button, .button-group.even-3 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-3 li:first-child a {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li #subForm input[type="submit"], #subForm .button-group.even-3 li input[type="submit"], .button-group.even-3 li .segment a.back, .segment .button-group.even-3 li a.back, .button-group.even-3 li .cta-button, .button-group.even-3 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-3 li a {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li #subForm input[type="submit"], #subForm .button-group.even-4 li input[type="submit"], .button-group.even-4 li .segment a.back, .segment .button-group.even-4 li a.back, .button-group.even-4 li .cta-button, .button-group.even-4 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-4 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child #subForm input[type="submit"], #subForm .button-group.even-4 li:first-child input[type="submit"], .button-group.even-4 li:first-child .segment a.back, .segment .button-group.even-4 li:first-child a.back, .button-group.even-4 li:first-child .cta-button, .button-group.even-4 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-4 li:first-child a {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li #subForm input[type="submit"], #subForm .button-group.even-4 li input[type="submit"], .button-group.even-4 li .segment a.back, .segment .button-group.even-4 li a.back, .button-group.even-4 li .cta-button, .button-group.even-4 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-4 li a {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li #subForm input[type="submit"], #subForm .button-group.even-5 li input[type="submit"], .button-group.even-5 li .segment a.back, .segment .button-group.even-5 li a.back, .button-group.even-5 li .cta-button, .button-group.even-5 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-5 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child #subForm input[type="submit"], #subForm .button-group.even-5 li:first-child input[type="submit"], .button-group.even-5 li:first-child .segment a.back, .segment .button-group.even-5 li:first-child a.back, .button-group.even-5 li:first-child .cta-button, .button-group.even-5 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-5 li:first-child a {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li #subForm input[type="submit"], #subForm .button-group.even-5 li input[type="submit"], .button-group.even-5 li .segment a.back, .segment .button-group.even-5 li a.back, .button-group.even-5 li .cta-button, .button-group.even-5 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-5 li a {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li #subForm input[type="submit"], #subForm .button-group.even-6 li input[type="submit"], .button-group.even-6 li .segment a.back, .segment .button-group.even-6 li a.back, .button-group.even-6 li .cta-button, .button-group.even-6 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-6 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child #subForm input[type="submit"], #subForm .button-group.even-6 li:first-child input[type="submit"], .button-group.even-6 li:first-child .segment a.back, .segment .button-group.even-6 li:first-child a.back, .button-group.even-6 li:first-child .cta-button, .button-group.even-6 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-6 li:first-child a {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li #subForm input[type="submit"], #subForm .button-group.even-6 li input[type="submit"], .button-group.even-6 li .segment a.back, .segment .button-group.even-6 li a.back, .button-group.even-6 li .cta-button, .button-group.even-6 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-6 li a {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li #subForm input[type="submit"], #subForm .button-group.even-7 li input[type="submit"], .button-group.even-7 li .segment a.back, .segment .button-group.even-7 li a.back, .button-group.even-7 li .cta-button, .button-group.even-7 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-7 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child #subForm input[type="submit"], #subForm .button-group.even-7 li:first-child input[type="submit"], .button-group.even-7 li:first-child .segment a.back, .segment .button-group.even-7 li:first-child a.back, .button-group.even-7 li:first-child .cta-button, .button-group.even-7 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-7 li:first-child a {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li #subForm input[type="submit"], #subForm .button-group.even-7 li input[type="submit"], .button-group.even-7 li .segment a.back, .segment .button-group.even-7 li a.back, .button-group.even-7 li .cta-button, .button-group.even-7 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-7 li a {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li #subForm input[type="submit"], #subForm .button-group.even-8 li input[type="submit"], .button-group.even-8 li .segment a.back, .segment .button-group.even-8 li a.back, .button-group.even-8 li .cta-button, .button-group.even-8 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-8 li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child #subForm input[type="submit"], #subForm .button-group.even-8 li:first-child input[type="submit"], .button-group.even-8 li:first-child .segment a.back, .segment .button-group.even-8 li:first-child a.back, .button-group.even-8 li:first-child .cta-button, .button-group.even-8 li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.even-8 li:first-child a {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li #subForm input[type="submit"], #subForm .button-group.even-8 li input[type="submit"], .button-group.even-8 li .segment a.back, .segment .button-group.even-8 li a.back, .button-group.even-8 li .cta-button, .button-group.even-8 li .cta-button.cta-row a, .cta-button.cta-row .button-group.even-8 li a {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button, .button-group > li #subForm input[type="submit"], #subForm .button-group > li input[type="submit"], .button-group > li .segment a.back, .segment .button-group > li a.back, .button-group > li .cta-button, .button-group > li .cta-button.cta-row a, .cta-button.cta-row .button-group > li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child #subForm input[type="submit"], #subForm .button-group > li:first-child input[type="submit"], .button-group > li:first-child .segment a.back, .segment .button-group > li:first-child a.back, .button-group > li:first-child .cta-button, .button-group > li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group > li:first-child a {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li #subForm input[type="submit"], #subForm .button-group.stack > li input[type="submit"], .button-group.stack > li .segment a.back, .segment .button-group.stack > li a.back, .button-group.stack > li .cta-button, .button-group.stack > li .cta-button.cta-row a, .cta-button.cta-row .button-group.stack > li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child #subForm input[type="submit"], #subForm .button-group.stack > li:first-child input[type="submit"], .button-group.stack > li:first-child .segment a.back, .segment .button-group.stack > li:first-child a.back, .button-group.stack > li:first-child .cta-button, .button-group.stack > li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.stack > li:first-child a {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li #subForm input[type="submit"], #subForm .button-group.stack > li input[type="submit"], .button-group.stack > li .segment a.back, .segment .button-group.stack > li a.back, .button-group.stack > li .cta-button, .button-group.stack > li .cta-button.cta-row a, .cta-button.cta-row .button-group.stack > li a {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child #subForm input[type="submit"], #subForm .button-group.stack > li:first-child input[type="submit"], .button-group.stack > li:first-child .segment a.back, .segment .button-group.stack > li:first-child a.back, .button-group.stack > li:first-child .cta-button, .button-group.stack > li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.stack > li:first-child a {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li #subForm input[type="submit"], #subForm .button-group.stack-for-small > li input[type="submit"], .button-group.stack-for-small > li .segment a.back, .segment .button-group.stack-for-small > li a.back, .button-group.stack-for-small > li .cta-button, .button-group.stack-for-small > li .cta-button.cta-row a, .cta-button.cta-row .button-group.stack-for-small > li a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child #subForm input[type="submit"], #subForm .button-group.stack-for-small > li:first-child input[type="submit"], .button-group.stack-for-small > li:first-child .segment a.back, .segment .button-group.stack-for-small > li:first-child a.back, .button-group.stack-for-small > li:first-child .cta-button, .button-group.stack-for-small > li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.stack-for-small > li:first-child a {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li #subForm input[type="submit"], #subForm .button-group.stack-for-small > li input[type="submit"], .button-group.stack-for-small > li .segment a.back, .segment .button-group.stack-for-small > li a.back, .button-group.stack-for-small > li .cta-button, .button-group.stack-for-small > li .cta-button.cta-row a, .cta-button.cta-row .button-group.stack-for-small > li a {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child #subForm input[type="submit"], #subForm .button-group.stack-for-small > li:first-child input[type="submit"], .button-group.stack-for-small > li:first-child .segment a.back, .segment .button-group.stack-for-small > li:first-child a.back, .button-group.stack-for-small > li:first-child .cta-button, .button-group.stack-for-small > li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.stack-for-small > li:first-child a {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li #subForm input[type="submit"], #subForm .button-group.stack-for-small > li input[type="submit"], .button-group.stack-for-small > li .segment a.back, .segment .button-group.stack-for-small > li a.back, .button-group.stack-for-small > li .cta-button, .button-group.stack-for-small > li .cta-button.cta-row a, .cta-button.cta-row .button-group.stack-for-small > li a {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child #subForm input[type="submit"], #subForm .button-group.stack-for-small > li:first-child input[type="submit"], .button-group.stack-for-small > li:first-child .segment a.back, .segment .button-group.stack-for-small > li:first-child a.back, .button-group.stack-for-small > li:first-child .cta-button, .button-group.stack-for-small > li:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.stack-for-small > li:first-child a {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * #subForm input[type="submit"], #subForm .button-group.radius > * input[type="submit"], .button-group.radius > * .segment a.back, .segment .button-group.radius > * a.back, .button-group.radius > * .cta-button, .button-group.radius > * .cta-button.cta-row a, .cta-button.cta-row .button-group.radius > * a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child #subForm input[type="submit"], #subForm .button-group.radius > *:first-child input[type="submit"], .button-group.radius > *:first-child .segment a.back, .segment .button-group.radius > *:first-child a.back, .button-group.radius > *:first-child .cta-button, .button-group.radius > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.radius > *:first-child a {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button,
    #subForm .button-group.radius > * > input[type="submit"],
    .segment .button-group.radius > * > a.back,
    .button-group.radius > * > .cta-button,
    .cta-button.cta-row .button-group.radius > * > a {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button,
    #subForm .button-group.radius > *:first-child > input[type="submit"],
    .segment .button-group.radius > *:first-child > a.back,
    .button-group.radius > *:first-child > .cta-button,
    .cta-button.cta-row .button-group.radius > *:first-child > a {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button,
    #subForm .button-group.radius > *:last-child > input[type="submit"],
    .segment .button-group.radius > *:last-child > a.back,
    .button-group.radius > *:last-child > .cta-button,
    .cta-button.cta-row .button-group.radius > *:last-child > a {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * #subForm input[type="submit"], #subForm .button-group.radius.stack > * input[type="submit"], .button-group.radius.stack > * .segment a.back, .segment .button-group.radius.stack > * a.back, .button-group.radius.stack > * .cta-button, .button-group.radius.stack > * .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack > * a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child #subForm input[type="submit"], #subForm .button-group.radius.stack > *:first-child input[type="submit"], .button-group.radius.stack > *:first-child .segment a.back, .segment .button-group.radius.stack > *:first-child a.back, .button-group.radius.stack > *:first-child .cta-button, .button-group.radius.stack > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack > *:first-child a {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * #subForm input[type="submit"], #subForm .button-group.radius.stack > * input[type="submit"], .button-group.radius.stack > * .segment a.back, .segment .button-group.radius.stack > * a.back, .button-group.radius.stack > * .cta-button, .button-group.radius.stack > * .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack > * a {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child #subForm input[type="submit"], #subForm .button-group.radius.stack > *:first-child input[type="submit"], .button-group.radius.stack > *:first-child .segment a.back, .segment .button-group.radius.stack > *:first-child a.back, .button-group.radius.stack > *:first-child .cta-button, .button-group.radius.stack > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack > *:first-child a {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button,
    #subForm .button-group.radius.stack > * > input[type="submit"],
    .segment .button-group.radius.stack > * > a.back,
    .button-group.radius.stack > * > .cta-button,
    .cta-button.cta-row .button-group.radius.stack > * > a {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button,
    #subForm .button-group.radius.stack > *:first-child > input[type="submit"],
    .segment .button-group.radius.stack > *:first-child > a.back,
    .button-group.radius.stack > *:first-child > .cta-button,
    .cta-button.cta-row .button-group.radius.stack > *:first-child > a {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button,
    #subForm .button-group.radius.stack > *:last-child > input[type="submit"],
    .segment .button-group.radius.stack > *:last-child > a.back,
    .button-group.radius.stack > *:last-child > .cta-button,
    .cta-button.cta-row .button-group.radius.stack > *:last-child > a {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #subForm input[type="submit"], #subForm .button-group.radius.stack-for-small > * input[type="submit"], .button-group.radius.stack-for-small > * .segment a.back, .segment .button-group.radius.stack-for-small > * a.back, .button-group.radius.stack-for-small > * .cta-button, .button-group.radius.stack-for-small > * .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack-for-small > * a {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child #subForm input[type="submit"], #subForm .button-group.radius.stack-for-small > *:first-child input[type="submit"], .button-group.radius.stack-for-small > *:first-child .segment a.back, .segment .button-group.radius.stack-for-small > *:first-child a.back, .button-group.radius.stack-for-small > *:first-child .cta-button, .button-group.radius.stack-for-small > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack-for-small > *:first-child a {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button,
      #subForm .button-group.radius.stack-for-small > * > input[type="submit"],
      .segment .button-group.radius.stack-for-small > * > a.back,
      .button-group.radius.stack-for-small > * > .cta-button,
      .cta-button.cta-row .button-group.radius.stack-for-small > * > a {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button,
      #subForm .button-group.radius.stack-for-small > *:first-child > input[type="submit"],
      .segment .button-group.radius.stack-for-small > *:first-child > a.back,
      .button-group.radius.stack-for-small > *:first-child > .cta-button,
      .cta-button.cta-row .button-group.radius.stack-for-small > *:first-child > a {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button,
      #subForm .button-group.radius.stack-for-small > *:last-child > input[type="submit"],
      .segment .button-group.radius.stack-for-small > *:last-child > a.back,
      .button-group.radius.stack-for-small > *:last-child > .cta-button,
      .cta-button.cta-row .button-group.radius.stack-for-small > *:last-child > a {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #subForm input[type="submit"], #subForm .button-group.radius.stack-for-small > * input[type="submit"], .button-group.radius.stack-for-small > * .segment a.back, .segment .button-group.radius.stack-for-small > * a.back, .button-group.radius.stack-for-small > * .cta-button, .button-group.radius.stack-for-small > * .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack-for-small > * a {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child #subForm input[type="submit"], #subForm .button-group.radius.stack-for-small > *:first-child input[type="submit"], .button-group.radius.stack-for-small > *:first-child .segment a.back, .segment .button-group.radius.stack-for-small > *:first-child a.back, .button-group.radius.stack-for-small > *:first-child .cta-button, .button-group.radius.stack-for-small > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack-for-small > *:first-child a {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #subForm input[type="submit"], #subForm .button-group.radius.stack-for-small > * input[type="submit"], .button-group.radius.stack-for-small > * .segment a.back, .segment .button-group.radius.stack-for-small > * a.back, .button-group.radius.stack-for-small > * .cta-button, .button-group.radius.stack-for-small > * .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack-for-small > * a {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child #subForm input[type="submit"], #subForm .button-group.radius.stack-for-small > *:first-child input[type="submit"], .button-group.radius.stack-for-small > *:first-child .segment a.back, .segment .button-group.radius.stack-for-small > *:first-child a.back, .button-group.radius.stack-for-small > *:first-child .cta-button, .button-group.radius.stack-for-small > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.radius.stack-for-small > *:first-child a {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button,
      #subForm .button-group.radius.stack-for-small > * > input[type="submit"],
      .segment .button-group.radius.stack-for-small > * > a.back,
      .button-group.radius.stack-for-small > * > .cta-button,
      .cta-button.cta-row .button-group.radius.stack-for-small > * > a {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button,
      #subForm .button-group.radius.stack-for-small > *:first-child > input[type="submit"],
      .segment .button-group.radius.stack-for-small > *:first-child > a.back,
      .button-group.radius.stack-for-small > *:first-child > .cta-button,
      .cta-button.cta-row .button-group.radius.stack-for-small > *:first-child > a {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button,
      #subForm .button-group.radius.stack-for-small > *:last-child > input[type="submit"],
      .segment .button-group.radius.stack-for-small > *:last-child > a.back,
      .button-group.radius.stack-for-small > *:last-child > .cta-button,
      .cta-button.cta-row .button-group.radius.stack-for-small > *:last-child > a {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button, .button-group.round > * #subForm input[type="submit"], #subForm .button-group.round > * input[type="submit"], .button-group.round > * .segment a.back, .segment .button-group.round > * a.back, .button-group.round > * .cta-button, .button-group.round > * .cta-button.cta-row a, .cta-button.cta-row .button-group.round > * a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child #subForm input[type="submit"], #subForm .button-group.round > *:first-child input[type="submit"], .button-group.round > *:first-child .segment a.back, .segment .button-group.round > *:first-child a.back, .button-group.round > *:first-child .cta-button, .button-group.round > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.round > *:first-child a {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button,
    #subForm .button-group.round > * > input[type="submit"],
    .segment .button-group.round > * > a.back,
    .button-group.round > * > .cta-button,
    .cta-button.cta-row .button-group.round > * > a {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button,
    #subForm .button-group.round > *:first-child > input[type="submit"],
    .segment .button-group.round > *:first-child > a.back,
    .button-group.round > *:first-child > .cta-button,
    .cta-button.cta-row .button-group.round > *:first-child > a {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button,
    #subForm .button-group.round > *:last-child > input[type="submit"],
    .segment .button-group.round > *:last-child > a.back,
    .button-group.round > *:last-child > .cta-button,
    .cta-button.cta-row .button-group.round > *:last-child > a {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * #subForm input[type="submit"], #subForm .button-group.round.stack > * input[type="submit"], .button-group.round.stack > * .segment a.back, .segment .button-group.round.stack > * a.back, .button-group.round.stack > * .cta-button, .button-group.round.stack > * .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack > * a {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child #subForm input[type="submit"], #subForm .button-group.round.stack > *:first-child input[type="submit"], .button-group.round.stack > *:first-child .segment a.back, .segment .button-group.round.stack > *:first-child a.back, .button-group.round.stack > *:first-child .cta-button, .button-group.round.stack > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack > *:first-child a {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * #subForm input[type="submit"], #subForm .button-group.round.stack > * input[type="submit"], .button-group.round.stack > * .segment a.back, .segment .button-group.round.stack > * a.back, .button-group.round.stack > * .cta-button, .button-group.round.stack > * .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack > * a {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child #subForm input[type="submit"], #subForm .button-group.round.stack > *:first-child input[type="submit"], .button-group.round.stack > *:first-child .segment a.back, .segment .button-group.round.stack > *:first-child a.back, .button-group.round.stack > *:first-child .cta-button, .button-group.round.stack > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack > *:first-child a {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button,
    #subForm .button-group.round.stack > * > input[type="submit"],
    .segment .button-group.round.stack > * > a.back,
    .button-group.round.stack > * > .cta-button,
    .cta-button.cta-row .button-group.round.stack > * > a {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button,
    #subForm .button-group.round.stack > *:first-child > input[type="submit"],
    .segment .button-group.round.stack > *:first-child > a.back,
    .button-group.round.stack > *:first-child > .cta-button,
    .cta-button.cta-row .button-group.round.stack > *:first-child > a {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button,
    #subForm .button-group.round.stack > *:last-child > input[type="submit"],
    .segment .button-group.round.stack > *:last-child > a.back,
    .button-group.round.stack > *:last-child > .cta-button,
    .cta-button.cta-row .button-group.round.stack > *:last-child > a {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * #subForm input[type="submit"], #subForm .button-group.round.stack-for-small > * input[type="submit"], .button-group.round.stack-for-small > * .segment a.back, .segment .button-group.round.stack-for-small > * a.back, .button-group.round.stack-for-small > * .cta-button, .button-group.round.stack-for-small > * .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack-for-small > * a {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child #subForm input[type="submit"], #subForm .button-group.round.stack-for-small > *:first-child input[type="submit"], .button-group.round.stack-for-small > *:first-child .segment a.back, .segment .button-group.round.stack-for-small > *:first-child a.back, .button-group.round.stack-for-small > *:first-child .cta-button, .button-group.round.stack-for-small > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack-for-small > *:first-child a {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button,
      #subForm .button-group.round.stack-for-small > * > input[type="submit"],
      .segment .button-group.round.stack-for-small > * > a.back,
      .button-group.round.stack-for-small > * > .cta-button,
      .cta-button.cta-row .button-group.round.stack-for-small > * > a {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button,
      #subForm .button-group.round.stack-for-small > *:first-child > input[type="submit"],
      .segment .button-group.round.stack-for-small > *:first-child > a.back,
      .button-group.round.stack-for-small > *:first-child > .cta-button,
      .cta-button.cta-row .button-group.round.stack-for-small > *:first-child > a {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button,
      #subForm .button-group.round.stack-for-small > *:last-child > input[type="submit"],
      .segment .button-group.round.stack-for-small > *:last-child > a.back,
      .button-group.round.stack-for-small > *:last-child > .cta-button,
      .cta-button.cta-row .button-group.round.stack-for-small > *:last-child > a {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * #subForm input[type="submit"], #subForm .button-group.round.stack-for-small > * input[type="submit"], .button-group.round.stack-for-small > * .segment a.back, .segment .button-group.round.stack-for-small > * a.back, .button-group.round.stack-for-small > * .cta-button, .button-group.round.stack-for-small > * .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack-for-small > * a {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child #subForm input[type="submit"], #subForm .button-group.round.stack-for-small > *:first-child input[type="submit"], .button-group.round.stack-for-small > *:first-child .segment a.back, .segment .button-group.round.stack-for-small > *:first-child a.back, .button-group.round.stack-for-small > *:first-child .cta-button, .button-group.round.stack-for-small > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack-for-small > *:first-child a {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * #subForm input[type="submit"], #subForm .button-group.round.stack-for-small > * input[type="submit"], .button-group.round.stack-for-small > * .segment a.back, .segment .button-group.round.stack-for-small > * a.back, .button-group.round.stack-for-small > * .cta-button, .button-group.round.stack-for-small > * .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack-for-small > * a {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child #subForm input[type="submit"], #subForm .button-group.round.stack-for-small > *:first-child input[type="submit"], .button-group.round.stack-for-small > *:first-child .segment a.back, .segment .button-group.round.stack-for-small > *:first-child a.back, .button-group.round.stack-for-small > *:first-child .cta-button, .button-group.round.stack-for-small > *:first-child .cta-button.cta-row a, .cta-button.cta-row .button-group.round.stack-for-small > *:first-child a {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button,
      #subForm .button-group.round.stack-for-small > * > input[type="submit"],
      .segment .button-group.round.stack-for-small > * > a.back,
      .button-group.round.stack-for-small > * > .cta-button,
      .cta-button.cta-row .button-group.round.stack-for-small > * > a {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button,
      #subForm .button-group.round.stack-for-small > *:first-child > input[type="submit"],
      .segment .button-group.round.stack-for-small > *:first-child > a.back,
      .button-group.round.stack-for-small > *:first-child > .cta-button,
      .cta-button.cta-row .button-group.round.stack-for-small > *:first-child > a {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button,
      #subForm .button-group.round.stack-for-small > *:last-child > input[type="submit"],
      .segment .button-group.round.stack-for-small > *:last-child > a.back,
      .button-group.round.stack-for-small > *:last-child > .cta-button,
      .cta-button.cta-row .button-group.round.stack-for-small > *:last-child > a {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ffffff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #ffffff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #ffffff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #ffffff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #ffffff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #ffffff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #ffffff transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #ffffff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, #subForm input.dropdown[type="submit"], .segment a.dropdown.back, .dropdown.cta-button, .cta-button.cta-row a.dropdown, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, #subForm input.dropdown[type="submit"]::after, .segment a.dropdown.back::after, .dropdown.cta-button::after, .cta-button.cta-row a.dropdown::after, button.dropdown::after {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, #subForm input.dropdown[type="submit"]::after, .segment a.dropdown.back::after, .dropdown.cta-button::after, .cta-button.cta-row a.dropdown::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, #subForm input.dropdown[type="submit"]::after, .segment a.dropdown.back::after, .dropdown.cta-button::after, .cta-button.cta-row a.dropdown::after, button.dropdown::after {
    border-color: #ffffff transparent transparent transparent; }
  .dropdown.button.tiny, #subForm input.dropdown.tiny[type="submit"], .segment a.dropdown.tiny.back, .dropdown.tiny.cta-button, .cta-button.cta-row a.dropdown.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, #subForm input.dropdown.tiny[type="submit"]:after, .segment a.dropdown.tiny.back:after, .dropdown.tiny.cta-button:after, .cta-button.cta-row a.dropdown.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, #subForm input.dropdown.tiny[type="submit"]::after, .segment a.dropdown.tiny.back::after, .dropdown.tiny.cta-button::after, .cta-button.cta-row a.dropdown.tiny::after, button.dropdown.tiny::after {
      border-color: #ffffff transparent transparent transparent; }
  .dropdown.button.small, #subForm input.dropdown.small[type="submit"], .segment a.dropdown.small.back, .dropdown.small.cta-button, .cta-button.cta-row a.dropdown.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, #subForm input.dropdown.small[type="submit"]::after, .segment a.dropdown.small.back::after, .dropdown.small.cta-button::after, .cta-button.cta-row a.dropdown.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, #subForm input.dropdown.small[type="submit"]::after, .segment a.dropdown.small.back::after, .dropdown.small.cta-button::after, .cta-button.cta-row a.dropdown.small::after, button.dropdown.small::after {
      border-color: #ffffff transparent transparent transparent; }
  .dropdown.button.large, #subForm input.dropdown.large[type="submit"], .segment a.dropdown.large.back, .dropdown.large.cta-button, .cta-button.cta-row a.dropdown.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, #subForm input.dropdown.large[type="submit"]::after, .segment a.dropdown.large.back::after, .dropdown.large.cta-button::after, .cta-button.cta-row a.dropdown.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, #subForm input.dropdown.large[type="submit"]::after, .segment a.dropdown.large.back::after, .dropdown.large.cta-button::after, .cta-button.cta-row a.dropdown.large::after, button.dropdown.large::after {
      border-color: #ffffff transparent transparent transparent; }
  .dropdown.button.secondary:after, #subForm input.dropdown.secondary[type="submit"]:after, .segment a.dropdown.secondary.back:after, .dropdown.secondary.cta-button:after, .cta-button.cta-row a.dropdown.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, #subForm input.postfix[type="submit"], .segment a.postfix.back, .postfix.cta-button, .cta-button.cta-row a.postfix {
  border-color: true; }

.prefix.button, #subForm input.prefix[type="submit"], .segment a.prefix.back, .prefix.cta-button, .cta-button.cta-row a.prefix {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius, #subForm input.prefix.radius[type="submit"], .segment a.prefix.radius.back, .prefix.radius.cta-button, .cta-button.cta-row a.prefix.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius, #subForm input.postfix.radius[type="submit"], .segment a.postfix.radius.back, .postfix.radius.cta-button, .cta-button.cta-row a.postfix.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round, #subForm input.prefix.round[type="submit"], .segment a.prefix.round.back, .prefix.round.cta-button, .cta-button.cta-row a.prefix.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round, #subForm input.postfix.round[type="submit"], .segment a.postfix.round.back, .postfix.round.cta-button, .cta-button.cta-row a.postfix.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #ffffff;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #ffffff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #ffffff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #ffffff; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #ffffff; }
  .icon-bar > * i {
    color: #ffffff; }
  .icon-bar > a:hover {
    background: #4b3474; }
    .icon-bar > a:hover label {
      color: #ffffff; }
    .icon-bar > a:hover i {
      color: #ffffff; }
  .icon-bar > a.active {
    background: #4b3474; }
    .icon-bar > a.active label {
      color: #ffffff; }
    .icon-bar > a.active i {
      color: #ffffff; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-left: -1.375rem;
  margin-right: 0;
  margin: 0 auto 1.0625rem auto;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  background: #333333;
  color: #ffffff;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 101;
  left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%; }
  .joyride-content-wrapper .button, .joyride-content-wrapper #subForm input[type="submit"], #subForm .joyride-content-wrapper input[type="submit"], .joyride-content-wrapper .segment a.back, .segment .joyride-content-wrapper a.back, .joyride-content-wrapper .cta-button, .joyride-content-wrapper .cta-button.cta-row a, .cta-button.cta-row .joyride-content-wrapper a {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }
  .joyride-tip-guide .joyride-nub.top {
    border-color: #333333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.25;
  margin: 0; }

.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0; }

.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem; }

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0; }

.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 15px #ffffff;
  position: absolute;
  z-index: 102; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.0625em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #363535;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: "Antapani", helvetica, arial;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #4b3474;
  color: #ffffff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #ffffff; }
  .label.warning {
    background-color: #f08a24;
    color: #ffffff; }
  .label.success {
    background-color: #43AC6A;
    color: #ffffff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #ffffff;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

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

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #ffffff;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #ffffff;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #ffffff;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #ffffff;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #ffffff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ffffff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #ffffff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ffffff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.0625em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #363535;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #4b3474;
      color: #ffffff;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #4b3474; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f4f1f9;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button):not(.cta-button) {
      color: #4b3474; }
      .panel.callout a:not(.button):not(.cta-button):hover, .panel.callout a:not(.button):not(.cta-button):focus {
        color: #412d64; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Antapani", helvetica, arial;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "Antapani", helvetica, arial;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #ffffff;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #ffffff;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #ffffff;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #4b3474;
    display: block;
    height: 100%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
    .range-slider.vertical-range .range-slider-handle {
      bottom: -10.5rem;
      margin-left: -0.5rem;
      margin-top: 0;
      position: absolute; }
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.875rem; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #4b3474;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #422e66; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #4b3474;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #422e66; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #4b3474;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #422e66; }

.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #4b3474; }
  .range-slider-handle:hover {
    background: #422e66; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #ffffff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.side-nav {
  display: block;
  font-family: "Antapani", helvetica, arial;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button):not(.cta-button) {
      color: #4b3474;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):not(.cta-button):hover, .side-nav li a:not(.button):not(.cta-button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #7a5ab5; }
      .side-nav li a:not(.button):not(.cta-button):active {
        color: #7a5ab5; }
    .side-nav li.active > a:first-child:not(.button):not(.cta-button) {
      color: #7a5ab5;
      font-family: "Antapani", helvetica, arial;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #4b3474;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button, #subForm input.split[type="submit"], .segment a.split.back, .split.cta-button, .cta-button.cta-row a.split {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span, #subForm input.split[type="submit"] span, .segment a.split.back span, .split.cta-button span, .cta-button.cta-row a.split span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after, #subForm input.split[type="submit"] span:after, .segment a.split.back span:after, .split.cta-button span:after, .cta-button.cta-row a.split span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active, #subForm input.split[type="submit"] span:active, .segment a.split.back span:active, .split.cta-button span:active, .cta-button.cta-row a.split span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span, #subForm input.split[type="submit"] span, .segment a.split.back span, .split.cta-button span, .cta-button.cta-row a.split span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span, #subForm input.split[type="submit"] span, .segment a.split.back span, .split.cta-button span, .cta-button.cta-row a.split span {
    width: 3.09375rem; }
    .split.button span:after, #subForm input.split[type="submit"] span:after, .segment a.split.back span:after, .split.cta-button span:after, .cta-button.cta-row a.split span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  .split.button span:after, #subForm input.split[type="submit"] span:after, .segment a.split.back span:after, .split.cta-button span:after, .cta-button.cta-row a.split span:after {
    border-color: #ffffff transparent transparent transparent; }
  .split.button.secondary span, #subForm input.split.secondary[type="submit"] span, .segment a.split.secondary.back span, .split.secondary.cta-button span, .cta-button.cta-row a.split.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after, #subForm input.split.secondary[type="submit"] span:after, .segment a.split.secondary.back span:after, .split.secondary.cta-button span:after, .cta-button.cta-row a.split.secondary span:after {
    border-color: #ffffff transparent transparent transparent; }
  .split.button.alert span, #subForm input.split.alert[type="submit"] span, .segment a.split.alert.back span, .split.alert.cta-button span, .cta-button.cta-row a.split.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span, #subForm input.split.success[type="submit"] span, .segment a.split.success.back span, .split.success.cta-button span, .cta-button.cta-row a.split.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny, #subForm input.split.tiny[type="submit"], .segment a.split.tiny.back, .split.tiny.cta-button, .cta-button.cta-row a.split.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span, #subForm input.split.tiny[type="submit"] span, .segment a.split.tiny.back span, .split.tiny.cta-button span, .cta-button.cta-row a.split.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after, #subForm input.split.tiny[type="submit"] span:after, .segment a.split.tiny.back span:after, .split.tiny.cta-button span:after, .cta-button.cta-row a.split.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.small, #subForm input.split.small[type="submit"], .segment a.split.small.back, .split.small.cta-button, .cta-button.cta-row a.split.small {
    padding-right: 4.375rem; }
    .split.button.small span, #subForm input.split.small[type="submit"] span, .segment a.split.small.back span, .split.small.cta-button span, .cta-button.cta-row a.split.small span {
      width: 2.625rem; }
      .split.button.small span:after, #subForm input.split.small[type="submit"] span:after, .segment a.split.small.back span:after, .split.small.cta-button span:after, .cta-button.cta-row a.split.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.large, #subForm input.split.large[type="submit"], .segment a.split.large.back, .split.large.cta-button, .cta-button.cta-row a.split.large {
    padding-right: 5.5rem; }
    .split.button.large span, #subForm input.split.large[type="submit"] span, .segment a.split.large.back span, .split.large.cta-button span, .cta-button.cta-row a.split.large span {
      width: 3.4375rem; }
      .split.button.large span:after, #subForm input.split.large[type="submit"] span:after, .segment a.split.large.back span:after, .split.large.cta-button span:after, .cta-button.cta-row a.split.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.expand, #subForm input.split.expand[type="submit"], .segment a.split.expand.back, .split.expand.cta-button, .cta-button.cta-row a.split.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after, #subForm input.split.secondary[type="submit"] span:after, .segment a.split.secondary.back span:after, .split.secondary.cta-button span:after, .cta-button.cta-row a.split.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span, #subForm input.split.radius[type="submit"] span, .segment a.split.radius.back span, .split.radius.cta-button span, .cta-button.cta-row a.split.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span, #subForm input.split.round[type="submit"] span, .segment a.split.round.back span, .split.round.cta-button span, .cta-button.cta-row a.split.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before, #subForm input.split.no-pip[type="submit"] span:before, .segment a.split.no-pip.back span:before, .split.no-pip.cta-button span:before, .cta-button.cta-row a.split.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after, #subForm input.split.no-pip[type="submit"] span:after, .segment a.split.no-pip.back span:after, .split.no-pip.cta-button span:after, .cta-button.cta-row a.split.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i, #subForm input.split.no-pip[type="submit"] span > i, .segment a.split.no-pip.back span > i, .split.no-pip.cta-button span > i, .cta-button.cta-row a.split.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Antapani", helvetica, arial;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #4b3474;
      color: #ffffff;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #412d64; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #ffffff;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #4b3474; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #ffffff; }
  .switch input:checked + label {
    background: #4b3474; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #ffffff;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #363535;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #363535;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #363535;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #363535;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #363535;
      font-family: "Antapani", helvetica, arial;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #ffffff;
      color: #363535; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 1.875rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 1.875rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1.875rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(75, 52, 116, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #221734;
    color: #4b3474; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #ffffff;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    border: solid 5px;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #221734 !important;
    color: #4b3474 !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen and (min-width: 40.0625em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: transparent;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar #subForm input[type="submit"], #subForm .top-bar input[type="submit"], .top-bar .segment a.back, .segment .top-bar a.back, .top-bar .cta-button, .top-bar .cta-button.cta-row a, .cta-button.cta-row .top-bar a, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar #subForm input[type="submit"], #subForm .top-bar input[type="submit"], .top-bar .segment a.back, .segment .top-bar a.back, .top-bar .cta-button, .top-bar .cta-button.cta-row a, .cta-button.cta-row .top-bar a, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #df91ae;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #df91ae;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #ffffff;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: transparent; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px rgba(0, 0, 0, 0);
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: transparent; }
    .top-bar-section ul li > a {
      color: #df91ae;
      display: block;
      font-family: "Antapani", helvetica, arial;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button, .top-bar-section ul .segment li > a.back, .segment .top-bar-section ul li > a.back, .top-bar-section ul li > a.cta-button, .top-bar-section ul .cta-button.cta-row li > a, .cta-button.cta-row .top-bar-section ul li > a {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #4b3474;
        border-color: #3c2a5d;
        color: #faf7d4; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul .segment li > a.back:hover, .segment .top-bar-section ul li > a.back:hover, .top-bar-section ul li > a.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a:hover, .cta-button.cta-row .top-bar-section ul li > a:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .segment li > a.back:focus, .segment .top-bar-section ul li > a.back:focus, .top-bar-section ul li > a.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a:focus, .cta-button.cta-row .top-bar-section ul li > a:focus {
          background-color: #3c2a5d; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul .segment li > a.back:hover, .segment .top-bar-section ul li > a.back:hover, .top-bar-section ul li > a.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a:hover, .cta-button.cta-row .top-bar-section ul li > a:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .segment li > a.back:focus, .segment .top-bar-section ul li > a.back:focus, .top-bar-section ul li > a.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a:focus, .cta-button.cta-row .top-bar-section ul li > a:focus {
          color: #faf7d4; }
      .top-bar-section ul li > a.button.secondary, .top-bar-section ul .segment li > a.secondary.back, .segment .top-bar-section ul li > a.secondary.back, .top-bar-section ul li > a.secondary.cta-button, .top-bar-section ul .cta-button.cta-row li > a.secondary, .cta-button.cta-row .top-bar-section ul li > a.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .segment li > a.secondary.back:hover, .segment .top-bar-section ul li > a.secondary.back:hover, .top-bar-section ul li > a.secondary.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.secondary:hover, .cta-button.cta-row .top-bar-section ul li > a.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .segment li > a.secondary.back:focus, .segment .top-bar-section ul li > a.secondary.back:focus, .top-bar-section ul li > a.secondary.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.secondary:focus, .cta-button.cta-row .top-bar-section ul li > a.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .segment li > a.secondary.back:hover, .segment .top-bar-section ul li > a.secondary.back:hover, .top-bar-section ul li > a.secondary.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.secondary:hover, .cta-button.cta-row .top-bar-section ul li > a.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .segment li > a.secondary.back:focus, .segment .top-bar-section ul li > a.secondary.back:focus, .top-bar-section ul li > a.secondary.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.secondary:focus, .cta-button.cta-row .top-bar-section ul li > a.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success, .top-bar-section ul .segment li > a.success.back, .segment .top-bar-section ul li > a.success.back, .top-bar-section ul li > a.success.cta-button, .top-bar-section ul .cta-button.cta-row li > a.success, .cta-button.cta-row .top-bar-section ul li > a.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #faf7d4; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul .segment li > a.success.back:hover, .segment .top-bar-section ul li > a.success.back:hover, .top-bar-section ul li > a.success.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.success:hover, .cta-button.cta-row .top-bar-section ul li > a.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .segment li > a.success.back:focus, .segment .top-bar-section ul li > a.success.back:focus, .top-bar-section ul li > a.success.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.success:focus, .cta-button.cta-row .top-bar-section ul li > a.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul .segment li > a.success.back:hover, .segment .top-bar-section ul li > a.success.back:hover, .top-bar-section ul li > a.success.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.success:hover, .cta-button.cta-row .top-bar-section ul li > a.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .segment li > a.success.back:focus, .segment .top-bar-section ul li > a.success.back:focus, .top-bar-section ul li > a.success.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.success:focus, .cta-button.cta-row .top-bar-section ul li > a.success:focus {
          color: #faf7d4; }
      .top-bar-section ul li > a.button.alert, .top-bar-section ul .segment li > a.alert.back, .segment .top-bar-section ul li > a.alert.back, .top-bar-section ul li > a.alert.cta-button, .top-bar-section ul .cta-button.cta-row li > a.alert, .cta-button.cta-row .top-bar-section ul li > a.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #faf7d4; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .segment li > a.alert.back:hover, .segment .top-bar-section ul li > a.alert.back:hover, .top-bar-section ul li > a.alert.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.alert:hover, .cta-button.cta-row .top-bar-section ul li > a.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .segment li > a.alert.back:focus, .segment .top-bar-section ul li > a.alert.back:focus, .top-bar-section ul li > a.alert.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.alert:focus, .cta-button.cta-row .top-bar-section ul li > a.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .segment li > a.alert.back:hover, .segment .top-bar-section ul li > a.alert.back:hover, .top-bar-section ul li > a.alert.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.alert:hover, .cta-button.cta-row .top-bar-section ul li > a.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .segment li > a.alert.back:focus, .segment .top-bar-section ul li > a.alert.back:focus, .top-bar-section ul li > a.alert.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.alert:focus, .cta-button.cta-row .top-bar-section ul li > a.alert:focus {
          color: #faf7d4; }
      .top-bar-section ul li > a.button.warning, .top-bar-section ul .segment li > a.warning.back, .segment .top-bar-section ul li > a.warning.back, .top-bar-section ul li > a.warning.cta-button, .top-bar-section ul .cta-button.cta-row li > a.warning, .cta-button.cta-row .top-bar-section ul li > a.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #faf7d4; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .segment li > a.warning.back:hover, .segment .top-bar-section ul li > a.warning.back:hover, .top-bar-section ul li > a.warning.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.warning:hover, .cta-button.cta-row .top-bar-section ul li > a.warning:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .segment li > a.warning.back:focus, .segment .top-bar-section ul li > a.warning.back:focus, .top-bar-section ul li > a.warning.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.warning:focus, .cta-button.cta-row .top-bar-section ul li > a.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .segment li > a.warning.back:hover, .segment .top-bar-section ul li > a.warning.back:hover, .top-bar-section ul li > a.warning.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.warning:hover, .cta-button.cta-row .top-bar-section ul li > a.warning:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .segment li > a.warning.back:focus, .segment .top-bar-section ul li > a.warning.back:focus, .top-bar-section ul li > a.warning.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.warning:focus, .cta-button.cta-row .top-bar-section ul li > a.warning:focus {
          color: #faf7d4; }
      .top-bar-section ul li > a.button.info, .top-bar-section ul .segment li > a.info.back, .segment .top-bar-section ul li > a.info.back, .top-bar-section ul li > a.info.cta-button, .top-bar-section ul .cta-button.cta-row li > a.info, .cta-button.cta-row .top-bar-section ul li > a.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul .segment li > a.info.back:hover, .segment .top-bar-section ul li > a.info.back:hover, .top-bar-section ul li > a.info.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.info:hover, .cta-button.cta-row .top-bar-section ul li > a.info:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul .segment li > a.info.back:focus, .segment .top-bar-section ul li > a.info.back:focus, .top-bar-section ul li > a.info.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.info:focus, .cta-button.cta-row .top-bar-section ul li > a.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul .segment li > a.info.back:hover, .segment .top-bar-section ul li > a.info.back:hover, .top-bar-section ul li > a.info.cta-button:hover, .top-bar-section ul .cta-button.cta-row li > a.info:hover, .cta-button.cta-row .top-bar-section ul li > a.info:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul .segment li > a.info.back:focus, .segment .top-bar-section ul li > a.info.back:focus, .top-bar-section ul li > a.info.cta-button:focus, .top-bar-section ul .cta-button.cta-row li > a.info:focus, .cta-button.cta-row .top-bar-section ul li > a.info:focus {
          color: #faf7d4; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #4b3474;
      border-color: #3c2a5d;
      color: #faf7d4; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #3c2a5d; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #faf7d4; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #faf7d4; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #faf7d4; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #faf7d4; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #faf7d4; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #faf7d4; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #faf7d4; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #faf7d4; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #ffffff;
      background: transparent; }
    .top-bar-section ul li.active > a {
      background: transparent;
      color: #ffffff; }
      .top-bar-section ul li.active > a:hover {
        background: transparent;
        color: #ffffff; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #df91ae;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li #subForm input[type="submit"], #subForm .top-bar-section .dropdown li input[type="submit"], .top-bar-section .dropdown li .segment a.back, .segment .top-bar-section .dropdown li a.back, .top-bar-section .dropdown li .cta-button, .top-bar-section .dropdown li .cta-button.cta-row a, .cta-button.cta-row .top-bar-section .dropdown li a,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: transparent;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select, .top-bar .button, .top-bar #subForm input[type="submit"], #subForm .top-bar input[type="submit"], .top-bar .segment a.back, .segment .top-bar a.back, .top-bar .cta-button, .top-bar .cta-button.cta-row a, .cta-button.cta-row .top-bar a,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: transparent; }
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 62.5rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button):not(.cta-button) {
      background-color: #555555;
      background: transparent;
      color: #ffffff; }
    .top-bar-section li:not(.has-form) a:not(.button):not(.cta-button) {
      background: transparent;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):not(.cta-button):hover {
        background-color: #555555;
        background: transparent; }
    .top-bar-section li.active:not(.has-form) a:not(.button):not(.cta-button) {
      background: transparent;
      color: #ffffff;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):not(.cta-button):hover {
        background: transparent;
        color: #ffffff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #ffffff;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):not(.cta-button) {
        background: #333333;
        color: #ffffff; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button):not(.cta-button) {
        background-color: #555555;
        color: #ffffff;
        background: #363535; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px rgba(33, 33, 33, 0);
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: transparent;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: transparent;
    color: #ffffff; }
  .no-js .top-bar-section ul li:active > a {
    background: transparent;
    color: #ffffff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

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

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #363535;
  font-family: "Antapani", helvetica, arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.2;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #363535;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.2;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #ffffff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #ffffff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #ffffff;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media not print {
  .show-for-print {
    display: none !important; } }

/* ------------------------------------------------------- */
/* Navigation */
/* ------------------------------------------------------- */
.header {
  background-color: #faf7d4; }
  @media only screen and (max-width: 40em) {
    .header {
      height: 110px; } }
  .header .top-bar {
    height: auto; }
    .header .top-bar .logo a {
      width: 80%;
      height: 110px;
      margin: 20px 0 25px 0;
      display: block;
      background-image: url(../images/logo.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      text-indent: -999px;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 40em) {
        .header .top-bar .logo a {
          height: 60px;
          margin: 20px 0; } }
    .header .top-bar .toggle {
      margin-right: 10px;
      display: block;
      position: absolute;
      top: 65%;
      transform: translate(0%, -65%);
      -webkit-transform: translate(0%, -65%);
      -moz-transform: translate(0%, -65%);
      -ms-transform: translate(0%, -65%);
      -o-transform: translate(0%, -65%);
      z-index: 800; }
      .header .top-bar .toggle a {
        padding: 0; }
        .header .top-bar .toggle a .toggle-label {
          color: #4b3474;
          font-size: 96%;
          font-weight: 300;
          letter-spacing: 10%;
          line-height: 110%;
          padding: 0;
          width: 51px !important;
          margin: 0 10px 0 0;
          text-align: center; }
        .header .top-bar .toggle a .toggle-icon {
          position: relative; }
  .header .top-bar a {
    font-weight: 600; }
  .header .top-bar .toggle-topbar a :after {
    box-shadow: 0 0px 0 2px #4b3474, 0 11px 0 2px #4b3474, 0 22px 0 2px #4b3474 !important;
    width: 36px !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

/* ------------------------------------------------------- */
/* Mobile navigation */
/* ------------------------------------------------------- */
body.mobile-open {
  height: 100%;
  left: -25%; }
  body.mobile-open .mob-nav {
    width: 25%;
    left: 75%; }
    @media only screen and (max-width: 40em) {
      body.mobile-open .mob-nav {
        width: 75%;
        left: 25%; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      body.mobile-open .mob-nav {
        width: 50%;
        left: 50%; } }

.mobile-nav-overlay {
  top: 0;
  height: 200%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  display: none;
  z-index: 800; }

.mobile-nav-close {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1rem;
  cursor: pointer; }

.mob-nav {
  position: fixed;
  left: 100%;
  width: 25%;
  height: 100%;

  overflow-y: auto;
  z-index: 1000;
  display: block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  
  .mob-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mob-nav ul a {
      display: block; }
  .mob-nav ul.mob-main {
    margin-bottom: 60px; }
    .mob-nav ul.mob-main a, .mob-nav ul.mob-main button {
      font-size: 18px;
      margin: 0;
      padding: 10px 14px;
      color: #fff;
      border-radius: 3px; }
      
      .mob-nav ul.mob-main a.section, .mob-nav ul.mob-main a.current, .mob-nav ul.mob-main button.section, .mob-nav ul.mob-main button.current {
        border-radius: 0;
        color: #f3efce; }
    .mob-nav ul.mob-main li.current a, .mob-nav ul.mob-main a.current a, .mob-nav ul.mob-main button.current a {
      border-radius: 0;
      color: #f3efce; }
    .mob-nav ul.mob-main button {
      width: 100%;
      text-align: left; }
      .mob-nav ul.mob-main button:hover {
        background-color: initial; }
    .mob-nav ul.mob-main li:not(:last-child) a, .mob-nav ul.mob-main li:not(:last-child) button {
      border-bottom: 1px solid #fff; }
  .mob-nav ul.mob-policy {
    margin-left: 10px; }
    .mob-nav ul.mob-policy a, .mob-nav ul.mob-policy p {
      color: #ffffff;
      font-size: 70%;
      font-weight: 300;
      margin: 0 0 5px 0; }

ul.secondary {
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s;
  padding-left: 15px; }
  ul.secondary[data-active="true"] {
    max-height: 300px; }

/* ------------------------------------------------------- */
/* Misc Elements */
/* ------------------------------------------------------- */
h3.master-h {
  padding-right: 40%; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    h3.master-h {
      padding-right: 30%; } }
  @media only screen and (max-width: 40em) {
    h3.master-h {
      padding-right: 20%; } }


#MemberLoginForm_LoginForm_Remember_Holder {
  display: none; }

#ForgotPassword {
  font-size: 70%;
  float: right;
  font-style: italic; }

#subForm {
  margin-top: 15px; }
  #subForm input[type="email"], #subForm input[type="text"] {
    border: 3px solid #4b3474;
    margin-top: 0px;
    padding: 10px;
    font-size: 160%;
    height: auto; }
  #subForm .terms {
    float: left;
    text-decoration: underline; }
  #subForm italic {
    font-size: 80%; }

.form-wrapper p {
  margin-bottom: 0; }

.segment a.back {
  background-image: url("../images/button-back.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 35px auto;
  padding: 12px 25px 12px 38px;
  font-weight: 400;
  font-size: 120%;
  color: #faf7d4; }

.subscribe-button {
  background-image: url("../images/button-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px auto;
  padding: 15px 70px 15px 25px;
  font-weight: 400;
  font-size: 180%; }
  @media only screen and (max-width: 40em) {
    .subscribe-button {
      font-size: 120%;
      padding: 15px 38px 15px 15px;
      background-size: 30px auto;
      margin-top: 4px; } }

.clear {
  clear: both; }

.cta-button {
  font-size: 230%;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px 110px 5px; }
  .cta-button a {
    display: inline-block;
    z-index: 900;
    padding: 10px; }
  .cta-button.cta-row {
    background-color: transparent !important;
    margin-bottom: 60px;
    margin-top: 40px; }
    .cta-button.cta-row a {
      margin: 0 15px 15px 15px;
      padding: 10px 30px !important;
      font-size: 90%;
      font-weight: 700;
      display: inline-block; }

/* ------------------------------------------------------- */
/* Pug & Cat Default */
/* ------------------------------------------------------- */
.stage-default {
  position: relative;
  height: 260px !important; }
  .stage-default img.sprite {
    width: 90%; }
  .stage-default .bubble {
    position: relative;
    text-align: center;
    width: 50%; }
    .stage-default .bubble p {
      position: absolute;
      top: 30%;
      transform: translate(0%, -30%);
      -webkit-transform: translate(0%, -30%);
      -moz-transform: translate(0%, -30%);
      -ms-transform: translate(0%, -30%);
      -o-transform: translate(0%, -30%);
      width: 96%;
      padding: 2%;
      margin-bottom: 0; }

/* ------------------------------------------------------- */
/* Homepage */
/* ------------------------------------------------------- */
.demo-segment {
  margin-top: 0; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .demo-segment .row > div:last-of-type {
      /*            padding-left: 0;*/ } }
  .demo-segment .burning img {
    margin-bottom: 15px; }
  .demo-segment .register-link img {
    width: 70%;
    max-width: 275px; }

#burning-technique .flex {
  flex-wrap: nowrap;
  flex-direction: row-reverse; }

#burning-technique .illustration {
  flex: 1 1 150px;
  padding: 0 15px; }
  #burning-technique .illustration img {
    width: 100%; }

#burning-technique .pug {
  position: relative;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 280px;
  padding-top: 20px; }
  @media only screen and (min-width: 40.0625em) {
    #burning-technique .pug {
      margin: -30% auto 0;
      max-width: 400px; } }
  #burning-technique .pug .bubble {
    position: absolute;
    top: 5%;
    left: -5%;
    width: 45%;
    max-width: 180px; }

@media only screen and (max-width: 40em) {
  .segment.email-segment {
    padding-bottom: 40px; } }

.sprite {
  position: absolute;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.stage {
  height: 450px; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .stage {
      height: 250px; } }
  @media only screen and (max-width: 40em) {
    .stage {
      height: 250px; } }

.bubble-down {
  cursor: pointer; }

#wood-burner {
  top: -20%;
  right: 0;
  width: 50%; }
  @media only screen and (max-width: 40em) {
    #wood-burner {
      display: none; } }

#grumpy-cat-home {
  position: relative; }
  #grumpy-cat-home #grumpy-cat {
    width: 80%;
    top: 15%;
    left: 20%; }
    @media only screen and (max-width: 40em) {
      #grumpy-cat-home #grumpy-cat {
        top: -6%;
        width: 200%;
        max-width: 200%;
        left: 35%; } }
    #grumpy-cat-home #grumpy-cat.active {
      width: 80%;
      max-width: 80%;
      top: 28%;
      left: 0%; }
      @media only screen and (max-width: 40em) {
        #grumpy-cat-home #grumpy-cat.active {
          top: 0%;
          width: 200%;
          max-width: 200%;
          left: -10%; } }
  #grumpy-cat-home #fine-bubble {
    width: 1%;
    left: 49%;
    top: 60%;
    opacity: 0;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px; }
    #grumpy-cat-home #fine-bubble.floating-fast {
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s; }
    @media only screen and (max-width: 40em) {
      #grumpy-cat-home #fine-bubble {
        top: 10%;
        left: 100%; } }
    #grumpy-cat-home #fine-bubble.active {
      width: 37%;
      top: 0%;
      left: 28%;
      opacity: 1; }
      @media only screen and (max-width: 40em) {
        #grumpy-cat-home #fine-bubble.active {
          top: -30%;
          width: 75%;
          left: 30%; } }

.Home .pug-segment article {
  position: relative; }

.Home .pug-segment .flex {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .Home .pug-segment .flex > * {
    width: 22%;
    padding-left: 15px;
    padding-right: 15px; }
  .Home .pug-segment .flex > :first-child {
    padding-left: 0px; }
  .Home .pug-segment .flex > :last-child {
    padding-right: 0px;
    width: 34%; }

@media only screen and (min-width: 64.0625em) {
  .Home .pug-segment .sub-text {
    font-size: 1.2rem; } }

#prizes-home {
  position: relative; }
  #prizes-home #prizes {
    top: 10%;
    width: 60%;
    left: 20%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      #prizes-home #prizes {
        top: 2%;
        width: 76%;
        left: 10%; } }
    @media only screen and (max-width: 40em) {
      #prizes-home #prizes {
        top: 10%;
        width: 75%;
        left: 12%; } }
    #prizes-home #prizes.active {
      top: -2%;
      width: 75%;
      left: 14%; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        #prizes-home #prizes.active {
          width: 80%;
          top: -6%;
          left: 11%; } }
      @media only screen and (max-width: 40em) {
        #prizes-home #prizes.active {
          top: 5%;
          width: 90%;
          left: 3%; } }

.tick {
  display: none; }

.check {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 12px 0;
  position: relative;
  min-height: 35px; }
  .check > * {
    vertical-align: middle; }
  .check .box {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-top: 3px;
    border: 3px solid #4b3474;
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*        background-image: url('../images/checked.png');
                background-repeat: no-repeat;
                background-position: -100px center;*/
    background-size: contain;
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }
    .check .box.checked {
      /*            background-position: center center;*/ }
      .check .box.checked .tick {
        display: inline-block;
        position: absolute;
        top: -87%;
        font-size: 2.7rem;
        color: #4b3474; }
    .check .box.warning {
      border: 3px solid #f00; }
  .check .warning-label {
    background-color: #fff;
    position: absolute;
    top: 45px;
    left: 20px;
    font-family: arial;
    font-size: 70%;
    line-height: 1.2;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #363535;
    padding: 10px 10px;
    width: 320px;
    display: none;
    z-index: 800; }
  .check .box-label {
    width: calc(100% - 60px);
    display: inline-block; }
    .check .box-label p {
      font-size: 80%;
      margin-top: 5px; }
      @media only screen and (min-width: 64.0625em) {
        .check .box-label p {
          font-size: 90%;
          margin-top: 0px; } }

.subby {
  width: 40%;
  text-align: right;
  float: right; }

.subform-thanks {
  display: none; }

#pug-home {
  position: relative; }
  #pug-home.stage {
    height: 350px; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      #pug-home.stage {
        height: 200px; } }
    @media only screen and (max-width: 40em) {
      #pug-home.stage {
        height: 180px; } }
  #pug-home #pug {
    width: 60%;
    top: -10%;
    left: 0%; }
    #pug-home #pug.active {
      animation: bounce-pug 1s 3;
      -webkit-animation: bounce-pug 1s 3;
      -moz-animation: bounce-pug 1s 3;
      width: 80%;
      top: -10%;
      left: 12%; }
  #pug-home #cosy-bubble {
    width: 1%;
    left: 20%;
    top: 15%;
    opacity: 0;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px; }
    #pug-home #cosy-bubble.floating-fast {
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s; }
    #pug-home #cosy-bubble.active {
      width: 55%;
      top: -40%;
      left: -8%;
      opacity: 1; }

/* ------------------------------------------------------- */
/* Burning Technique */
/* ------------------------------------------------------- */
.burn-segment-wrap {
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
  background-color: #faf7d4;
  height: 210px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .burn-segment-wrap.close {
    height: 0;
    padding-top: 30px; }
    .burn-segment-wrap.close .burn-banner .prize {
      margin-top: -20px; }
  .burn-segment-wrap .burn-banner {
    padding: 30px 0 0 0; }
    .burn-segment-wrap .burn-banner .register-link img {
      max-width: 180px; }
    .burn-segment-wrap .burn-banner .prize {
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      margin-top: -60px;
      text-align: center; }
      .burn-segment-wrap .burn-banner .prize img {
        width: 70%;
        margin-bottom: 5px; }
      .burn-segment-wrap .burn-banner .prize p {
        font-size: 67%; }
    .burn-segment-wrap .burn-banner .intro-title {
      padding: 0; }
      .burn-segment-wrap .burn-banner .intro-title p {
        font-size: 125%;
        text-align: center; }
        @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
          .burn-segment-wrap .burn-banner .intro-title p {
            font-size: 130%; } }
        @media only screen and (max-width: 40em) {
          .burn-segment-wrap .burn-banner .intro-title p {
            font-size: 140%; } }

.Burning .form-wrapper {
  padding-top: 40px; }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .Burning h1 {
    padding-right: 40%; } }

@media only screen and (max-width: 40em) {
  .Burning h1 {
    padding-right: 40%; } }

.Burning .grumpy-cat-burn {
  margin-top: 95px;
  position: relative; }
  @media only screen and (max-width: 40em) {
    .Burning .grumpy-cat-burn {
      margin-top: 0;
      max-width: 400px;
      margin: auto; } }
  .Burning .grumpy-cat-burn .grumpy-cat {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    max-width: 100%; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .Burning .grumpy-cat-burn .grumpy-cat {
        margin-top: 80px;
        width: 150%;
        max-width: 400px;
        margin-left: -80px; } }

.Burning .burning-cat-bubble {
  height: 200px;
  width: 45%;
  left: 20%;
  top: -25%;
  max-width: 170px;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-top: 5px; }
  .Burning .burning-cat-bubble.floating-fast {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .Burning .burning-cat-bubble {
      width: 100% !important;
      max-width: 160px; } }
  @media only screen and (max-width: 40em) {
    .Burning .burning-cat-bubble {
      margin-top: 0;
      left: 15%;
      top: -35%; } }
  .Burning .burning-cat-bubble img {
    position: absolute !important; }
  .Burning .burning-cat-bubble p {
    text-align: center;
    position: relative;
    font-size: 115%;
    line-height: 100%;
    padding: 0px 20px 0 20px;
    margin-bottom: 0;
    position: absolute;
    top: 30%;
    transform: translate(0%, -30%);
    -webkit-transform: translate(0%, -30%);
    -moz-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
    -o-transform: translate(0%, -30%); }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .Burning .burning-cat-bubble p {
        font-size: 105%; } }

.Burning .label-desc {
  font-size: 80%;
  font-style: italic; }

.Burning #pug-burn {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: absolute;
  z-index: 500;
  width: 100px;
  right: -100%; }
  .Burning #pug-burn #pug {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: relative; }
  .Burning #pug-burn.pug-right {
    width: 5%;
    right: 0%;
    max-width: 300px;
    top: 200px; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .Burning #pug-burn.pug-right {
        top: -150px;
        min-width: 100px; } }
    @media only screen and (max-width: 40em) {
      .Burning #pug-burn.pug-right {
        top: 0px; } }
    .Burning #pug-burn.pug-right #pug {
      position: absolute;
      -webkit-transform: rotate(-105deg);
      -ms-transform: rotate(-105deg);
      -o-transform: rotate(-105deg);
      transform: translateZ(0px) rotate(-105deg);
      width: 450%;
      max-width: 400px;
      left: -100%;
      top: -100px; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .Burning #pug-burn.pug-right #pug {
          top: -20px;
          max-width: 200%;
          width: 200%;
          left: -10px; } }
      @media only screen and (max-width: 40em) {
        .Burning #pug-burn.pug-right #pug {
          width: 200px;
          max-width: 200px;
          left: -55px;
          top: -170px; } }
    .Burning #pug-burn.pug-right #burning-pug-bubble {
      width: 220%;
      min-width: 140px;
      max-width: 180px;
      margin-top: -210px;
      margin-left: -200%; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .Burning #pug-burn.pug-right #burning-pug-bubble {
          top: 95px;
          max-width: 130px;
          margin-left: -140px; } }
      @media only screen and (max-width: 40em) {
        .Burning #pug-burn.pug-right #burning-pug-bubble {
          top: 50px;
          max-width: 90px;
          left: -120px; } }
  .Burning #pug-burn #burning-pug-bubble {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px;
    position: relative;
    top: 0; }
    .Burning #pug-burn #burning-pug-bubble.floating-fast {
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s; }
    .Burning #pug-burn #burning-pug-bubble img {
      position: relative; }
    .Burning #pug-burn #burning-pug-bubble p {
      text-align: center;
      position: absolute;
      font-size: 85%;
      line-height: 100%;
      padding: 0px 20px 0 20px;
      position: absolute;
      top: 30%;
      transform: translate(0%, -30%);
      -webkit-transform: translate(0%, -30%);
      -moz-transform: translate(0%, -30%);
      -ms-transform: translate(0%, -30%);
      -o-transform: translate(0%, -30%);
      margin-bottom: 0; }

.Burning .step-segment {
  padding-top: 0; }
  .Burning .step-segment .next-step {
    cursor: pointer;
    display: block;
    background-color: #faf7d4; }
  .Burning .step-segment .step {
    width: 100%;
    position: absolute;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
    z-index: 0; }
    .Burning .step-segment .step.active {
      opacity: 1;
      z-index: 100; }
    .Burning .step-segment .step h2 {
      margin-bottom: 0;
      font-weight: 600; }
    .Burning .step-segment .step h3 {
      font-size: 130%;
      margin-bottom: 0px; }
    .Burning .step-segment .step .hand {
      cursor: pointer;
      position: absolute;
      -webkit-animation-name: pulse_animation;
      -webkit-animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-name: pulse_animation;
      -moz-animation-duration: 1.5s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: ease-in-out;
      transform-origin: 50% 50%; }
    .Burning .step-segment .step .canvas-container {
      position: relative;
      width: 100%;
      height: 600px; }
    .Burning .step-segment .step .canvas-fill {
      width: 100%;
      height: 100%; }
  .Burning .step-segment #step-0 {
    text-align: center;
    cursor: pointer; }
    .Burning .step-segment #step-0 .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .Burning .step-segment #step-0 .flex > * {
        flex: 1 1 190px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 230px; }
    .Burning .step-segment #step-0 h3 {
      text-align: left; }
    .Burning .step-segment #step-0 h4 {
      font-size: 90%; }
    .Burning .step-segment #step-0 p {
      font-size: 70%; }
  .Burning .step-segment #step-1 .hand {
    right: 0%;
    top: 0%; }
  .Burning .step-segment #step-1 p {
    font-size: 100%; }

.Burning a.terms {
  display: block; }

/* ------------------------------------------------------- */
/* Burning Technique - Controls */
/* ------------------------------------------------------- */
#step-container {
  padding-bottom: 10px;
  z-index: 5000; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    #step-container {
      /*        margin-bottom:300px;*/ } }

#controls {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: relative;
  opacity: 0;
  margin-top: 40px; }
  #controls h4 {
    font-size: 160%;
    font-weight: 600;
    margin-bottom: 4px; }
  #controls .next-step img {
    width: 40%;
    float: right; }
  #controls .next-step p {
    width: 55%;
    float: left;
    text-align: right;
    margin-bottom: 0;
    padding-right: 15px;
    padding-bottom: 4px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%); }

/* ------------------------------------------------------- */
/*                                        Demonstrations   */
/* ------------------------------------------------------- */


.Demos .cat {
  padding-top: 15%;
  position: relative;
  max-width: 400px;
  margin: auto; }
  .Demos .cat .bubble {
    width: 40%;
    position: absolute;
    top: 0;
    right: 20%; }

.Demos #videos .flex {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -15px; }

.Demos #videos article {
  flex: 0 1 270px;
  margin: 15px;
  order: 2;
  transition: width .5s; }
  @media only screen and (min-width: 40.0625em) {
    .Demos #videos article[data-playing="true"] {
      order: 1;
      min-width: calc(100% - 30px);
      margin-bottom: 50px; }
      .Demos #videos article[data-playing="true"] header > div {
        width: 50px; }
        .Demos #videos article[data-playing="true"] header > div img {
          min-width: 40px; }
      .Demos #videos article[data-playing="true"] h3 {
        font-size: 1.8rem; } }
  .Demos #videos article header {
    display: flex;
    align-items: center; }
    .Demos #videos article header > div {
      width: 35px;
      margin-right: 10px; }
  .Demos #videos article h3 {
    font-size: 1.2rem;
    margin: 0;
    padding-top: 5px; }
  .Demos #videos article .embed-container {
    margin-bottom: 10px; }

.Demos .video-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 1.5em;
  list-style: none; }
  .Demos .video-nav li {
    font-weight: bold;
    font-size: .7rem;
    padding: .9em .6em;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 3px #4b3474 solid;
    border-left: none; }
    @media only screen and (min-width: 40.0625em) {
      .Demos .video-nav li {
        font-size: .9rem;
        padding: .5em .7em; } }
    @media only screen and (min-width: 64.0625em) {
      .Demos .video-nav li {
        font-size: 1.2rem; } }
    .Demos .video-nav li span {
      white-space: nowrap; }
    .Demos .video-nav li svg, .Demos .video-nav li span {
      vertical-align: middle; }
    .Demos .video-nav li svg {
      margin-right: 5px;
      max-width: 30px;
      max-height: 30px;
      margin-bottom: 5px;
      display: none; }
      @media only screen and (min-width: 40.0625em) {
        .Demos .video-nav li svg {
          display: inline-block; } }
    .Demos .video-nav li:hover, .Demos .video-nav li.active {
      background: #4b3474; }
      .Demos .video-nav li:hover span, .Demos .video-nav li.active span {
        color: #faf7d4; }
      .Demos .video-nav li:hover svg path, .Demos .video-nav li.active svg path {
        fill: #faf7d4; }
    .Demos .video-nav li:first-child {
      border-left: 3px #4b3474 solid; }

.Demos .training-support {
  padding: 40px 1000%;
  width: 2100%;
  margin: 0 -1000% 40px;
  background-color: #f3efce; }

.Demos .demo-dates {
  padding-bottom: 45px; }
  @media only screen and (min-width: 40.0625em) {
    .Demos .demo-dates {
      padding-bottom: 80px; } }
  .Demos .demo-dates article:not(:last-child) {
    margin-bottom: 20px; }
  .Demos .demo-dates .content :last-child {
    margin-bottom: 0; }
  .Demos .demo-dates h3 {
    font-size: 1.4rem; }
  .Demos .demo-dates .flex {
    display: flex;
    flex-wrap: wrap; }
    .Demos .demo-dates .flex:not(:last-child) {
      margin-bottom: 10px; }
    .Demos .demo-dates .flex h4 {
      font-size: 1.1rem; }
    .Demos .demo-dates .flex > :first-child {
      width: 110px; }
      @media only screen and (min-width: 40.0625em) {
        .Demos .demo-dates .flex > :first-child {
          width: 150px; } }
    .Demos .demo-dates .flex > :not(:first-child) {
      flex: 1 1 100px;
      padding-top: 6px; }

#cat-default {
  margin-top: 175px;
  display: none; }
  @media only screen and (min-width: 64.0625em) {
    #cat-default {
      display: block; } }
  #cat-default img.sprite {
    width: 90%;
    min-width: 400px; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      #cat-default img.sprite {
        width: 200%;
        max-width: 500px;
        min-width: 300px;
        margin-left: 0%;
        margin-top: -25%; } }
    @media only screen and (max-width: 40em) {
      #cat-default img.sprite {
        width: 180%; } }
  #cat-default .bubble {
    width: 50%;
    min-width: 150px;
    float: right;
    margin-top: -25%; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      #cat-default .bubble {
        margin-top: -50%;
        margin-right: -10%; } }
    @media only screen and (max-width: 40em) {
      #cat-default .bubble {
        margin-top: -100%;
        margin-right: -25%; } }
    #cat-default .bubble img.bg {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }
    #cat-default .bubble p {
      position: absolute;
      top: 30%;
      transform: translate(0%, -30%);
      -webkit-transform: translate(0%, -30%);
      -moz-transform: translate(0%, -30%);
      -ms-transform: translate(0%, -30%);
      -o-transform: translate(0%, -30%);
      width: 100%;
      padding: 0 8%;
      font-size: 80%; }

#pug-default {
  margin-top: 100px; }
  @media only screen and (max-width: 40em) {
    #pug-default {
      margin-top: 200px; } }
  #pug-default img.sprite {
    width: 75%;
    min-width: 250px;
    margin-left: 15%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      #pug-default img.sprite {
        width: 160%;
        max-width: 400px;
        min-width: 300px;
        left: 34%;
        margin-top: 0%;
        margin-right: 0%;
        margin-left: -20%; } }
  #pug-default .bubble {
    width: 35%;
    min-width: 120px;
    margin-top: -25%;
    margin-left: -5%;
    float: left; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      #pug-default .bubble {
        margin-top: -15%;
        margin-left: 15%;
        min-width: 120px; } }
    @media only screen and (max-width: 40em) {
      #pug-default .bubble {
        margin-top: -50%; } }
    #pug-default .bubble p {
      position: absolute;
      top: 30%;
      transform: translate(0%, -30%);
      -webkit-transform: translate(0%, -30%);
      -moz-transform: translate(0%, -30%);
      -ms-transform: translate(0%, -30%);
      -o-transform: translate(0%, -30%);
      width: 96%;
      padding: 2%; }

.FAQ #cat-default p {
  font-size: 1.1rem; }

.Fundraiser .kindling-code p {
  font-size: 90%; }

.Fundraiser .kindling-code .terms {
  display: inline-block;
  font-size: 100%; }

.Fundraiser .kindling-code button {
  background-color: #faf7d4;
  color: #4b3474;
  background-image: url(../images/button-arrow-alt.png);
  font-size: 120%; }
  .Fundraiser .kindling-code button:hover {
    background-color: #f3efce; }

.Fundraiser .subform-thanks p {
  font-size: 145%;
  font-weight: 700; }

.Fundraiser .subform-thanks h3 {
  font-size: 4.5rem;
  margin-bottom: 30px;
  margin-top: 20px; }

.Fundraiser .form-wrapper {
  margin-top: 15px;
  margin-bottom: 20px; }
  .Fundraiser .form-wrapper label {
    color: #faf7d4;
    font-size: 100%;
    margin-bottom: 5px; }
  .Fundraiser .form-wrapper .warning-label {
    background-color: #faf7d4;
    color: #4b3474;
    position: static;
    border-radius: 4px;
    padding: 15px;
    display: none;
    font-size: 75%;
    max-width: 450px; }
  .Fundraiser .form-wrapper input {
    border-color: #faf7d4;
    /* background-color: #593e88; */
    background-color: #4b3474;
    color: #faf7d4;
    border-width: 3px;
    font-size: 130%;
    padding: 10px;
    height: 50px; }
    .Fundraiser .form-wrapper input[name="code"] {
      text-transform: uppercase; }
  .Fundraiser .form-wrapper .subby {
    width: auto;
    float: right; }
  .Fundraiser .form-wrapper .check {
    font-size: 90%; }
    .Fundraiser .form-wrapper .check .box-label {
      width: 80%; }
      .Fundraiser .form-wrapper .check .box-label p {
        font-size: 90%; }
    .Fundraiser .form-wrapper .check .box {
      position: relative;
      border-color: #faf7d4;
      background-color: #4b3474;
      margin-bottom: 20px;
      font-size: 280%; }
      .Fundraiser .form-wrapper .check .box .tick {
        position: absolute;
        display: none;
        top: -28px;
        left: 0px; }
      .Fundraiser .form-wrapper .check .box.checked {
        background-image: none; }
        .Fundraiser .form-wrapper .check .box.checked .tick {
          display: inline; }
    @media (max-width: 970px) {
      .Fundraiser .form-wrapper .check {
        width: 100%; } }

.Fundraiser .community-segment h2 {
  margin-bottom: 20px; }

.Fundraiser .community-segment #cat-kindling > img {
  margin-top: 60px; }

.Fundraiser .community-segment #cat-kindling img {
  margin-left: 0;
  position: static; }

.Fundraiser .community-segment #cat-kindling .bubble {
  transform: scaleX(-1);
  position: absolute;
  width: 160px;
  top: -10%;
  left: 30%; }
  .Fundraiser .community-segment #cat-kindling .bubble p {
    transform: scaleX(-1);
    position: absolute;
    top: 19%;
    left: 26%;
    text-align: center; }

.Fundraiser .burn-segment-wrap {
  height: auto; }

.Fundraiser article.kindling-code > div:nth-of-type(2) .support-image {
  text-align: center; }
  .Fundraiser article.kindling-code > div:nth-of-type(2) .support-image img {
    margin-bottom: 20px; }
  .Fundraiser article.kindling-code > div:nth-of-type(2) .support-image p {
    text-align: left;
    max-width: 320px;
    display: inline-block;
    line-height: 1.8rem;
    font-size: 90%; }

.Fundraiser .pug-segment #pug-kindling img {
  margin-left: 0;
  position: static;
  margin-bottom: 20px; }

.Fundraiser .pug-segment #pug-kindling .bubble {
  position: absolute;
  width: 120px;
  top: -10%;
  left: 5%; }
  .Fundraiser .pug-segment #pug-kindling .bubble p {
    position: absolute;
    top: 19%;
    left: 16%;
    text-align: center; }

.Fundraiser .pug-segment article > div:last-child {
  padding-right: 20px; }

@media (min-width: 640px) {
  .Fundraiser .pug-segment article > div:not(:first-child) {
    padding-left: 20px; } }

.Fundraiser .pug-segment .goodWood-cta p {
  font-size: 110%; }

.Fundraiser .pug-segment .goodWood {
  margin-bottom: 30px; }
  .Fundraiser .pug-segment .goodWood img {
    width: 200px; }

.Fundraiser .pug-segment .subscribe-button {
  font-size: 110%; }
  @media only screen and (max-width: 40em) {
    .Fundraiser .pug-segment .subscribe-button {
      width: 100%;
      background-position: 95% 50%; } }

ol li {
  margin-bottom: 15px; }

.FindAMerchant .good-wood-logo {
  margin-bottom: 20px;
  max-width: 200px; }
  .FindAMerchant .good-wood-logo img {
    width: 100%;
    max-width: 160px; }

.FindAMerchant .intro .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  width: calc(100% + 30px); }
  @media only screen and (max-width: 40em) {
    .FindAMerchant .intro .flex {
      justify-content: center; } }
  .FindAMerchant .intro .flex > * {
    padding: 15px;
    flex: 1 1 300px; }

.FindAMerchant .cat {
  position: relative;
  max-width: 400px; }
  .FindAMerchant .cat .bubble {
    position: absolute;
    top: -25%;
    right: 20%;
    width: 45%; }

.FindAMerchant .merchants .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 15px);
  align-items: flex-start; }
  .FindAMerchant .merchants .flex > * {
    flex: 1 1 300px; }

.FindAMerchant .city:not(:first-child) {
  margin-top: 50px; }

.FindAMerchant .city h2 {
  font-size: 2rem; }

.FindAMerchant .trusted-merchant {
  margin-bottom: 30px;
  padding: 0 15px; }
  .FindAMerchant .trusted-merchant h3 {
    font-size: 1.1rem; }
  .FindAMerchant .trusted-merchant .location p {
    margin: 0; }
  .FindAMerchant .trusted-merchant ul {
    list-style: none;
    margin: 0; }
    .FindAMerchant .trusted-merchant ul li {
      font-size: 1.1rem; }
      .FindAMerchant .trusted-merchant ul li:not(:last-child) {
        margin-bottom: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

body {
  background-color: #4b3474;
  overflow-x: hidden;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media only screen and (max-width: 40em) {
    body {
      font-size: 90%; } }

main {
  background-color: #faf7d4;
  overflow-x: hidden; }

h2 {
  margin-bottom: 0.6em; }
  h2:not(:first-child) {
    margin-top: 1.4em; }

.cover-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 53%; }
  @media only screen and (min-width: 40.0625em) {
    .cover-background {
      min-height: 280px; } }

@media only screen and (max-width: 40em) {
  body:not(.Fundraiser) .column,
  body:not(.Fundraiser) .columns {
    padding-left: 1rem;
    padding-right: 1rem; } }

a.full-panel-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Home .align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.embed-container {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------------- */
/* Segments */
/* ------------------------------------------------------- */
.segment {
  position: relative;
  z-index: 400;
  padding: 60px 0; }
  @media only screen and (max-width: 40em) {
    .segment {
      padding: 35px 0; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .segment {
      padding: 40px 0; } }
  .segment a,
  .segment h1,
  .segment h2,
  .segment h3,
  .segment h4,
  .segment h5,
  .segment li,
  .segment p {
    color: #4b3474; }
  .segment a.button, .segment a.back, .segment a.cta-button, .segment .cta-button.cta-row a, .cta-button.cta-row .segment a,
  .segment p.button a,
  .segment p.cta-button a {
    color: #faf7d4; }
  .segment h1 {
    font-weight: 600;
    margin: 0;
    font-size: 2.2rem; }
    .segment h1:not(:last-child) {
      margin-bottom: 20px; }
    @media only screen and (min-width: 40.0625em) {
      .segment h1 {
        font-size: 2.6rem; } }
    @media only screen and (min-width: 64.0625em) {
      .segment h1 {
        font-size: 3.5rem; } }
  .segment h2,
  .segment h3 {
    font-weight: 500; }
    .segment h2 em,
    .segment h2 strong,
    .segment h3 em,
    .segment h3 strong {
      font-weight: 600; }
  .segment h2 {
    font-size: 1.6rem;
    margin-bottom: 15px; }
    @media only screen and (min-width: 40.0625em) {
      .segment h2 {
        margin-bottom: 25px;
        font-size: 2rem; } }
  .segment h3 {
    line-height: 120%; }
    @media only screen and (max-width: 40em) {
      .segment h3 {
        font-size: 115%; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .segment h3 {
        font-size: 120%; } }
  .segment a {
    text-decoration: underline; }
  .segment.beige-light {
    background-color: #faf7d4; }
  .segment.beige-medium {
    background-color: #f3efce; }
  .segment .row {
    max-width: 1180px !important;
    position: relative; }
    .segment .row.pad-row {
      padding-top: 20px;
      padding-bottom: 20px; }
  .segment.no-v-padd {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

/* ------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------- */
.footer {
  padding-bottom: 40px;
  color: #faf7d4; }
  .footer a,
  .footer h2,
  .footer h3,
  .footer li,
  .footer p,
  .footer ul {
    font-weight: 300;
    color: #faf7d4; }
  .footer p {
    font-size: 110%;
    margin-bottom: 10px; }
  .footer h2 {
    font-size: 230%;
    margin-bottom: 15px; }
  .footer h3 {
    font-weight: 700; }
  .footer a {
    color: #faf7d4;
    display: inline-block; }
    .footer a.ecan {
      float: right;
      min-width: 100px; }
      @media only screen and (min-width: 64.0625em) {
        .footer a.ecan img {
          max-width: 180px; } }
    .footer a.how {
      text-decoration: none;
      background-image: url("../images/footer-how.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      padding-left: 33px;
      padding-top: 2px; }
      @media only screen and (max-width: 40em) {
        .footer a.how {
          padding-left: 25px; } }
      .footer a.how:hover {
        text-decoration: underline; }
    .footer a.paw {
      background-image: url("../images/footer-paw.png");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 50%;
      padding-top: 85px;
      width: 115px;
      text-align: center;
      margin-top: 15px;
      font-size: 80%;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      z-index: 500; }
      .footer a.paw:hover {
        text-decoration: underline; }
      @media only screen and (min-width: 64.0625em) {
        .footer a.paw {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .footer a.paw {
          padding-top: 70px;
          width: 110px;
          font-size: 75%;
          margin-top: 5px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 40em) {
        .footer a.paw {
          padding-top: 70px;
          width: 75px;
          font-size: 70%;
          margin-top: 5px;
          background-size: 70%; } }
  .footer .bag {
    background-image: url("../images/footer-bag.png");
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media only screen and (min-width: 64.0625em) {
      .footer .bag a,
      .footer .bag h2 {
        padding-right: 20%;
        margin-left: 115px; }
      .footer .bag a {
        padding-right: 0; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .footer .bag {
        background-position: 30px center;
        margin-bottom: 40px; }
        .footer .bag h2,
        .footer .bag p {
          margin-left: 80px; } }
    @media only screen and (max-width: 40em) {
      .footer .bag {
        background-position: 25px center;
        margin-bottom: 25px; }
        .footer .bag h2,
        .footer .bag p {
          margin-left: 60px; }
        .footer .bag h2 {
          font-size: 170%;
          margin-bottom: 5px; } }
  .footer .border {
    border: 3px solid #faf7d4;
    padding: 10px 30px;
    text-align: right; }
    @media only screen and (max-width: 40em) {
      .footer .border {
        padding: 10px 20px; } }
    .footer .border .inner {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      width: 60%;
      text-align: left; }
      .footer .border .inner p {
        margin-bottom: 0; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .footer .border .inner {
          width: 55%; } }
      @media only screen and (max-width: 40em) {
        .footer .border .inner {
          width: 50%; } }
    @media only screen and (min-width: 64.0625em) {
      .footer .border h3 {
        font-size: 130%; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .footer .border h3 {
        font-size: 115%; } }
    @media only screen and (max-width: 40em) {
      .footer .border h3 {
        margin-bottom: 5px; } }
    @media only screen and (min-width: 64.0625em) {
      .footer .border p {
        font-size: 90%; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .footer .border p {
        font-size: 90%; } }
    @media only screen and (max-width: 40em) {
      .footer .border p {
        font-size: 80%; } }
  .footer .imagic-logo {
    width: 210px;
    fill: rgba(250, 247, 212, 0.6); }
    @media only screen and (max-width: 40em) {
      .footer .imagic-logo {
        width: 150px; } }

p.copyright {
  font-size: 60%;
  color: #faf7d4; }
  p.copyright a {
    text-decoration: underline;
    margin-right: 15px; }

.footer-close {
  padding-bottom: 60px; }

.flex-group-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex-group-between > * {
    margin: 10px 0; }

.footer > .row .columns {
  padding: 0 30px; }

.share-holder {
  display: inline-flex;
  align-items: center; }
  @media only screen and (max-width: 40em) {
    .share-holder {
      flex-wrap: wrap; } }
  .share-holder p {
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 0; }
  .share-holder > div {
    display: flex;
    align-items: center; }
  .share-holder a {
    background-color: #faf7d4;
    display: inline-block;
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px; }
    .share-holder a img {
      width: 60% !important; }
    .share-holder a svg {
      width: 26px;
      fill: #4b3474; }
  .share-holder .shareaholic-share-buttons-container.wrapped.right-align ul.shareaholic-share-buttons {
    margin-bottom: 0 !important;
    margin-left: 0 !important; }

form .box {
  background-color: #fcfae4;
  position: relative;
  transition: 0.2s;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }
  form .box.checked {
    background: #4b3474; }
    form .box.checked:after {
      content: "✓";
      color: #faf7d4;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  form .box fieldset {
    border: none;
    padding: 0; }

/* ------------------------------------------------------- */
/* Segments */
/* ------------------------------------------------------- */
.newsletter {
  padding: 0 30px;
  max-width: 1180px;
  margin: auto auto 40px; }
  @media only screen and (min-width: 790px) {
    .newsletter {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .newsletter a.button, .newsletter .segment a.back, .segment .newsletter a.back, .newsletter a.cta-button, .newsletter .cta-button.cta-row a, .cta-button.cta-row .newsletter a {
    background-color: #faf7d4;
    color: #4b3474;
    text-decoration: none; }
  .newsletter p {
    width: 100%;
    padding-right: 10px;
    margin-bottom: 0;
    max-width: 450px; }
    @media only screen and (max-width: 790px) {
      .newsletter p {
        margin-bottom: 20px;
        max-width: 500px; } }
  .newsletter input {
    background: #4b3474;
    border: 3px solid #faf7d4;
    color: #faf7d4; }
    .newsletter input[type="text"]:focus {
      background: #4b3474;
      border-color: #faf7d4; }
  @media only screen and (min-width: 40.0625em) {
    .newsletter form {
      min-width: 481px; } }
  .newsletter .inputs {
    display: flex;
    flex-wrap: wrap; }
    .newsletter .inputs input:first-of-type {
      width: 150px;
      margin-right: 10px; }
    .newsletter .inputs input:last-of-type {
      display: block;
      width: 210px;
      margin-right: 10px; }
    @media only screen and (max-width: 630px) {
      .newsletter .inputs input:first-of-type,
      .newsletter .inputs input:last-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .newsletter .inputs > * {
      margin-bottom: 0; }
  .newsletter button {
    background-color: #faf7d4;
    color: #4b3474;
    padding: 11px 18px; }
    .newsletter button:hover {
      background-color: #f3efce;
      color: #4b3474; }

.burning-deadline {
  background-color: #b1d8b9; }
  .burning-deadline p.intro {
    color: #363535; }
    @media only screen and (min-width: 64.0625em) {
      .burning-deadline p.intro {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 64.0625em) {
      .burning-deadline p.intro {
        padding-right: 4rem; } }
  .burning-deadline h2 {
    display: inline-block;
    color: #363535;
    font-weight: 800; }
    @media only screen and (min-width: 40.0625em) {
      .burning-deadline h2 {
        font-size: 2rem;
        max-width: 500px; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 640px) {
    .burning-deadline h2 {
      font-size: 1.6rem;
      max-width: 400px; } }
    @media only screen and (min-width: 64.0625em) {
      .burning-deadline h2 {
        font-size: 3rem;
        max-width: 680px; } }
  .burning-deadline a,
  .burning-deadline p {
    color: #363535; }
  .burning-deadline p.summary {
    display: inline-block; }
    @media only screen and (min-width: 40.0625em) {
      .burning-deadline p.summary {
        max-width: 500px; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 640px) {
    .burning-deadline p.summary {
      max-width: 400px; } }
    @media only screen and (min-width: 64.0625em) {
      .burning-deadline p.summary {
        max-width: 680px; } }
  .burning-deadline .flex {
    display: flex; }
    @media (max-width: 520px) {
      .burning-deadline .flex {
        flex-wrap: wrap; } }
    .burning-deadline .flex a.button, .burning-deadline .flex .segment a.back, .segment .burning-deadline .flex a.back, .burning-deadline .flex a.cta-button, .burning-deadline .flex .cta-button.cta-row a, .cta-button.cta-row .burning-deadline .flex a {
      background-color: transparent;
      border: 4px solid #363535;
      color: #363535;
      text-decoration: none;
      font-size: 1rem;
      padding: 15px 10px;
      float: left;
      transition: 0.2s; }
      @media only screen and (min-width: 64.0625em) {
        .burning-deadline .flex a.button, .burning-deadline .flex .segment a.back, .segment .burning-deadline .flex a.back, .burning-deadline .flex a.cta-button, .burning-deadline .flex .cta-button.cta-row a, .cta-button.cta-row .burning-deadline .flex a {
          font-size: 1.4rem;
          padding: 25px 18px; } }
      .burning-deadline .flex a.button:hover, .burning-deadline .flex .segment a.back:hover, .segment .burning-deadline .flex a.back:hover, .burning-deadline .flex a.cta-button:hover, .burning-deadline .flex .cta-button.cta-row a:hover, .cta-button.cta-row .burning-deadline .flex a:hover {
        background: #363535;
        color: #b1d8b9; }
    .burning-deadline .flex > * {
      flex: 1 1 25%; }
      @media (max-width: 520px) {
        .burning-deadline .flex > *:first-child {
          flex: 1 1 100%; }
        .burning-deadline .flex > *:not(:first-child) {
          flex: 1 1 33%; } }
  .burning-deadline .burner {
    position: relative;
    padding-bottom: 40px;
    align-self: flex-end;
    padding: 0 15px 15px; }
    .burning-deadline .burner img {
      margin-bottom: 0.75rem; }
    .burning-deadline .burner:not(.tall) {
      /*            @media (max-width: 520px){
                                margin-top: -120px;

                            }*/ }
    @media (max-width: 520px) {
      .burning-deadline .burner.tall {
        margin-top: -22vw; } }
    @media only screen and (min-width: 40.0625em) {
      .burning-deadline .burner.tall {
        margin-top: -17vw; } }
    @media only screen and (min-width: 64.0625em) {
      .burning-deadline .burner.tall {
        margin-top: -18vw; } }
    @media (min-width: 1180px) {
      .burning-deadline .burner.tall {
        margin-top: -230px; } }
    .burning-deadline .burner p {
      position: absolute;
      width: 90%;
      font-size: 1rem;
      text-align: center;
      left: 50%;
      color: #363535;
      transform: translateX(-50%); }
      @media (max-width: 520px) {
        .burning-deadline .burner p {
          font-size: 0.8rem; } }

/* ------------------------------------------------------- */
/* Nominate a Friend */
/* ------------------------------------------------------- */
.NominateAFriend {
  position: relative; }
  .NominateAFriend h1 {
    font-weight: 400;
    font-size: 2rem;
    padding-right: 60px; }
  .NominateAFriend .intro * {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .NominateAFriend .grumpy-cat-burn {
    margin-top: 95px; }
    .NominateAFriend .grumpy-cat-burn .grumpy-cat {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";
      margin-left: -60px; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .NominateAFriend .grumpy-cat-burn .grumpy-cat {
          margin-top: 80px;
          width: 150%;
          max-width: 400px;
          margin-left: -120px; } }
  .NominateAFriend .segment > .row {
    position: static; }
  .NominateAFriend .burning-cat-bubble {
    min-width: 170px;
    width: 170px;
    left: 10%;
    top: -15%;
    position: relative;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px; }
    .NominateAFriend .burning-cat-bubble.floating-fast {
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .NominateAFriend .burning-cat-bubble {
        width: 100% !important;
        max-width: 160px; } }
    .NominateAFriend .burning-cat-bubble img {
      position: absolute !important;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -54%); }
    .NominateAFriend .burning-cat-bubble p {
      text-align: center;
      position: relative;
      font-size: 115%;
      line-height: 100%;
      padding: 0 10px;
      margin-bottom: 0;
      /*            display: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);*/ }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .NominateAFriend .burning-cat-bubble p {
          font-size: 105%; } }
  .NominateAFriend #pug-default {
    display: none;
    width: 500px;
    right: -350px;
    position: absolute; }
    @media only screen and (min-width: 64.0625em) {
      .NominateAFriend #pug-default {
        display: block; } }
    .NominateAFriend #pug-default .sprite {
      transform: rotate(-90deg);
      margin-left: 0; }
    .NominateAFriend #pug-default .bubble {
      left: -5%;
      position: absolute; }
      .NominateAFriend #pug-default .bubble p {
        font-size: 105%; }
  .NominateAFriend .terms {
    display: block; }
  .NominateAFriend .form-actions {
    margin-top: 25px; }
    .NominateAFriend .form-actions button {
      font-size: 100%; }
  .NominateAFriend .fieldset {
    background-color: #f3efce;
    padding: 0 20px; }
    .NominateAFriend .fieldset h3 {
      position: relative;
      padding: 23px 0 20px;
      margin: 0;
      font-size: 1.7rem;
      line-height: 1.6rem;
      cursor: pointer; }
      .NominateAFriend .fieldset h3 span {
        font-size: 1.1rem;
        margin-left: 15px; }
      .NominateAFriend .fieldset h3 svg {
        fill: #4b3474;
        width: 40px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    .NominateAFriend .fieldset .input-group {
      padding-bottom: 20px;
      display: flex;
      justify-content: space-between; }
      .NominateAFriend .fieldset .input-group .input-wrap:first-child {
        width: 38%; }
      .NominateAFriend .fieldset .input-group .input-wrap:last-child {
        width: 58%; }
      .NominateAFriend .fieldset .input-group label {
        color: #4b3474;
        margin-bottom: 8px; }
      .NominateAFriend .fieldset .input-group input {
        border: 3px solid #4b3474;
        width: 100%; }
    .NominateAFriend .fieldset:not(:first-child) {
      margin-top: 20px; }
  .NominateAFriend .warning-label {
    background-color: #4b3474;
    color: #faf7d4;
    font-size: 70%;
    line-height: 1.2;
    border-radius: 3px;
    padding: 10px;
    width: 320px;
    display: none;
    z-index: 800; }

.wood-segment .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px; }

.wood-segment .logo {
  width: 180px; }

.wood-segment h3 {
  width: 40%;
  padding: 0 30px;
  margin-right: -60px; }
  @media (max-width: 68.125em) {
    .wood-segment h3 {
      font-size: 1.4rem; } }
  @media (max-width: 59.375em) {
    .wood-segment h3 {
      font-size: 1.1rem;
      margin-right: -30px; } }

.wood-segment .logs {
  width: 35%;
  max-width: 200px; }

.wood-segment .link {
  width: 200px; }

@media (max-width: 53.125em) {
  .wood-segment .row {
    flex-wrap: wrap; }
  .wood-segment h3 {
    width: calc(95% - 180px);
    font-size: 1.5rem;
    margin-right: 0; }
  .wood-segment .logo {
    margin-bottom: 30px; } }

@media (max-width: 37.5em) {
  .wood-segment h3 {
    font-size: 1.2rem;
    padding-right: 0; } }

@media (max-width: 31.25em) {
  .wood-segment .row {
    display: block; }
  .wood-segment h3 {
    width: 100%;
    padding: 0; }
  .wood-segment .logs {
    text-align: center;
    width: 150px; } }

.competition-segment .row {
  display: flex; }

.competition-segment h2 {
  margin-bottom: 30px; }

.competition-segment .subtitle {
  font-size: 1.1rem; }

.competition-segment .images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .competition-segment .images > * {
    width: 48%;
    text-align: center; }
  .competition-segment .images .caption {
    margin-top: 15px;
    text-align: center;
    font-size: 1.1rem; }

.competition-segment .terms {
  font-size: 0.8rem;
  margin-top: 10px; }

.competition-segment .animals {
  position: relative; }
  .competition-segment .animals #cat-wrap {
    position: absolute;
    width: 50%;
    right: 0;
    height: auto;
    min-width: 150px; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .competition-segment .animals #cat-wrap {
        right: -40px;
        top: 70px; } }
    .competition-segment .animals #cat-wrap .bubble {
      position: absolute;
      width: 120px;
      top: -70px;
      left: -80px; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .competition-segment .animals #cat-wrap .bubble {
          width: 90px;
          top: -60px;
          left: -70px; } }
      .competition-segment .animals #cat-wrap .bubble p {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 120px;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size: 1rem;
        text-align: center; }
  .competition-segment .animals #pug-home {
    margin-top: 200px;
    min-width: 250px;
    width: 90%; }
    .competition-segment .animals #pug-home .bubble {
      transition: opacity 0.3s, width 0.3s;
      position: absolute;
      opacity: 0;
      width: 0;
      top: -100px;
      left: 0;
      z-index: 9999; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .competition-segment .animals #pug-home .bubble {
          left: -50px; } }
      .competition-segment .animals #pug-home .bubble p {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 120px;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size: 1rem;
        text-align: center; }
    .competition-segment .animals #pug-home #pug.active + .bubble {
      width: 190px;
      opacity: 1; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .competition-segment .animals #pug-home #pug.active + .bubble {
          width: 150px;
          top: -90px; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .competition-segment .animals #pug-home {
        margin-top: 180px;
        margin-right: 20px; } }

.burning-segment #cat-wrap {
  min-width: 220px;
  height: auto; }
  .burning-segment #cat-wrap .bubble {
    position: absolute;
    width: 180px;
    top: -80px;
    left: 60px; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .burning-segment #cat-wrap .bubble {
        max-width: 120px;
        width: 60%;
        top: -50px;
        left: 40px; } }
    .burning-segment #cat-wrap .bubble p {
      position: absolute;
      top: 40%;
      left: 50%;
      width: 120px;
      transform: translate(-50%, -50%);
      margin: 0;
      font-size: 1rem;
      text-align: center; }

.burning-segment #cat {
  transform: scaleX(-1); }

.burning-segment .flex {
  display: flex; }

.beige-light {
  background-color: #faf7d4; }


.helpful-link {
  margin-bottom: 30px; }
  .helpful-link.cracker .image {
    text-align: center; }
    .helpful-link.cracker .image img {
      width: 160px;
      border: 0; }
  @media only screen and (min-width: 64.0625em) {
    .helpful-link {
      display: flex;
      align-items: center; } }
  .helpful-link .image {
    min-width: 250px;
    display: inline-block;
    margin-right: 15px; }
    .helpful-link .image img {
      width: 100%;
      border: 1px solid #4b3474; }
  .helpful-link h5 {
    margin-top: 10px;
    font-weight: 600; }

.nomination-confirmation {
  display: none; }
  .nomination-confirmation h3 {
    font-size: 2rem;
    font-weight: 700; }
  .nomination-confirmation p {
    font-size: 1.3rem; }

.Burning .step-segment {
  padding-top: 60px; }

@media only screen and (max-width: 40em) {
  .Burning .newsletter {
    padding-top: 10%; } }

.popup {
  visibility: hidden;
  font-size: 80%;
  opacity: 0;
  width: 100vw;
  max-width: 400px;
  background-color: #4b3474;
  color: #faf7d4;
  padding: 15px;
  z-index: 999;
  transition: opacity 0.5s;
  position: absolute;
  top: 40px;
  left: -40px;
  border-radius: 5px;
  border: 1px solid #f3efce; }

.popup-trigger {
  text-decoration: underline;
  position: relative; }
  .popup-trigger:focus .popup, .popup-trigger:hover .popup {
    visibility: visible;
    opacity: 1; }

:focus {
  outline: 0; }

.prezzy-card img {
  max-width: 61%; }

/*GOOD WOOD RECCOMENDATIONS*/
.good-wood-recommendations {
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  border: 2px solid #4b3474; }
  .good-wood-recommendations .subtitle {
    color: #ffffff;
    background-color: #4b3474;
    display: inline-block;
    padding: 6px 8px;
    font-size: 0.8rem; }
  .good-wood-recommendations .image {
    width: 30%;
    display: inline-block;
    margin-right: 4%;
    position: relative;
    vertical-align: middle; }
    .good-wood-recommendations .image a:after {
      content: url("../images/magnify.png");
      position: absolute;
      bottom: 6%;
      right: 6%; }
    .good-wood-recommendations .image img {
      border-radius: 50%; }
  .good-wood-recommendations .text {
    width: 65%;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 435px) {
    .good-wood-recommendations .image,
    .good-wood-recommendations .text {
      width: 100%; }
    .good-wood-recommendations .image {
      text-align: center;
      margin-bottom: 15px; }
      .good-wood-recommendations .image a:after {
        bottom: 10%;
        right: 10%; }
      .good-wood-recommendations .image img {
        max-width: 250px; } }
  .good-wood-recommendations thead tr {
    background-color: #4b3474; }
    .good-wood-recommendations thead tr th {
      color: #ffffff;
      font-size: 1rem;
      padding: 20px 10px; }
  .good-wood-recommendations tbody tr {
    counter-increment: row; }
  .good-wood-recommendations tr,
  .good-wood-recommendations tr:nth-child(2n) {
    background-color: #faf7d4; }
  .good-wood-recommendations thead {
    display: none; }
    @media only screen and (min-width: 64.0625em) {
      .good-wood-recommendations thead {
        display: table-row-group; } }
  .good-wood-recommendations td {
    display: block;
    padding: 20px 10px;
    border: 2px solid #4b3474; }
    @media only screen and (min-width: 64.0625em) {
      .good-wood-recommendations td {
        display: table-cell; } }
    .good-wood-recommendations td p:not(:last-child) {
      margin-bottom: 10px; }
    .good-wood-recommendations td p:last-child {
      margin-bottom: 0; }
  .good-wood-recommendations .cross,
  .good-wood-recommendations .tick {
    font-size: 2rem;
    display: block;
    color: #4b3474;
    text-align: center; }
    .good-wood-recommendations .cross:not(:only-child),
    .good-wood-recommendations .tick:not(:only-child) {
      margin-bottom: 1rem; }
  .good-wood-recommendations h3 {
    font-size: 1.4rem;
    font-weight: 600; }
    .good-wood-recommendations h3:before {
      content: counter(row) ".";
      margin-right: 10px; }

.firewood-intro {
  margin-bottom: 1.5rem; }
  .firewood-intro > div {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 40em) {
      .firewood-intro > div {
        flex-wrap: wrap; }
        .firewood-intro > div h2 {
          text-align: center; }
        .firewood-intro > div .image {
          margin: auto; } }
  .firewood-intro .image {
    margin-right: 20px;
    width: 193px; }
  .firewood-intro .content {
    max-width: 640px; }
    .firewood-intro .content * {
      margin-bottom: 1rem; }
  .firewood-intro .content,
  .firewood-intro .image {
    display: inline-block; }

.mfp-close:hover {
  background-color: transparent; }

@media only screen and (min-width: 64.0625em) {
  .BurnerDeadline h1 {
    padding-right: 250px;
    font-size: 2rem; } }

p.error {
  background: #4b3474;
  color: #faf7d4;
  padding: 0.25rem;
  display: inline-block;
  margin-bottom: 1rem; }
  p.error:empty {
    display: none; }

a.arrow-button {
  margin-top: 1rem;
  transition: background 0.2s, color 0.2s;
  border: 4px #4b3474 solid;
  padding: 1rem;
  text-decoration: none;
  display: inline-flex; }
  a.arrow-button:hover {
    background: #4b3474;
    color: #faf7d4; }
    a.arrow-button:hover:after {
      background-image: url("../images/arrow-only-beige.png"); }
  a.arrow-button:after {
    content: "";
    margin-left: 0.5rem;
    width: 28px;
    height: 28px;
    display: inline-block;
    transition: 0.2s;
    background: url("../images/arrow-only.png") center center no-repeat;
    background-size: contain; }

.burning-deadline-app {
  overflow: hidden;
  position: relative;
  height: 1px;
  min-height: 551px;
  transition: all 1s ease-in-out; }
  .burning-deadline-app > * {
    width: 100%;
    position: absolute; }
  .burning-deadline-app.started .begin {
    transform: translateX(-100vw);
    opacity: 0; }
  .burning-deadline-app.started .questions {
    z-index: 99;
    transform: translateX(0); }
  .burning-deadline-app .burners {
    display: flex;
    text-align: center;
    align-items: flex-end; }
    .burning-deadline-app .burners > * {
      margin: 1rem; }
    .burning-deadline-app .burners p {
      font-size: 0.8rem; }
    .burning-deadline-app .burners img {
      margin-bottom: 1rem;
      width: 150px; }
  .burning-deadline-app .questions {
    transform: translateX(100vw); }
    .burning-deadline-app .questions h2 {
      font-weight: bold;
      margin-bottom: 30px; }
      @media only screen and (min-width: 64.0625em) {
        .burning-deadline-app .questions h2 {
          font-size: 2.5rem; } }
    .burning-deadline-app .questions .question {
      position: relative;
      margin-bottom: 5rem;
      opacity: 0;
      overflow: hidden; }
      .burning-deadline-app .questions .question p:first-child {
        font-size: 0.9rem; }
      .burning-deadline-app .questions .question.active-page {
        height: auto;
        opacity: 1; }
  .burning-deadline-app input.googleaddress {
    background: none;
    border: 4px #4b3474 solid;
    width: 100%;
    padding: 1.75rem 1.5rem;
    font-size: 1.25rem;
    margin-bottom: 2rem; }
  .burning-deadline-app .app-sidebar {
    margin-bottom: 3rem; }
    .burning-deadline-app .app-sidebar p {
      font-size: 0.9rem; }
    .burning-deadline-app .app-sidebar .answer {
      margin-bottom: 1.5rem;
      display: none;
      text-transform: capitalize;
      cursor: pointer; }
      .burning-deadline-app .app-sidebar .answer:empty:after {
        display: none; }
      .burning-deadline-app .app-sidebar .answer:after {
        content: "edit";
        padding-left: 28px;
        font-size: 0.7rem;
        color: #4b3474;
        text-decoration: underline;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../images/icon-edit.png") center center no-repeat;
        background-size: contain; }
    .burning-deadline-app .app-sidebar .QuestionSnippet {
      border-bottom: 3px #4b3474 solid;
      display: inline-block; }
    .burning-deadline-app .app-sidebar p {
      margin-top: 0;
      margin-bottom: 0.5rem; }
    .burning-deadline-app .app-sidebar #administrative_area_level_1,
    .burning-deadline-app .app-sidebar #country {
      display: none; }
  .burning-deadline-app #locality {
    background: #4b3474;
    color: #faf7d4;
    display: inline-block;
    padding: 0.25em; }
    .burning-deadline-app #locality:empty {
      display: none; }
  .burning-deadline-app .choice {
    display: inline-flex;
    margin: 0 -0.5rem; }
    .burning-deadline-app .choice a {
      border: 4px #4b3474 solid;
      text-decoration: none;
      transition: all 0.2s;
      display: inline-block;
      padding: 0.85rem 1.75rem;
      margin: 0.5rem; }
      .burning-deadline-app .choice a:hover {
        color: #faf7d4;
        background: #4b3474; }
    .burning-deadline-app .choice.multi {
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (min-width: 64.0625em) {
        .burning-deadline-app .choice.multi {
          flex-wrap: nowrap; } }
      .burning-deadline-app .choice.multi > a {
        text-align: center;
        font-size: 1rem; }
        @media only screen and (min-width: 64.0625em) {
          .burning-deadline-app .choice.multi > a {
            width: 33.33%; } }
        @media only screen and (min-width: 64.0625em) {
          .burning-deadline-app .choice.multi > a {
            width: 33.33%; } }
  .burning-deadline-app #question-1 .choice.multi {
    flex-wrap: wrap; }
    .burning-deadline-app #question-1 .choice.multi > * {
      width: 42%; }
      @media only screen and (min-width: 64.0625em) {
        .burning-deadline-app #question-1 .choice.multi > * {
          width: 30%; } }
      @media only screen and (min-width: 90.0625em) {
        .burning-deadline-app #question-1 .choice.multi > * {
          width: 22.5%;
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }

.begin,
.questions {
  background: #faf7d4;
  z-index: -2;
  transition: all 1s ease-in-out;
  padding-bottom: 60px; }
  .begin.active-page,
  .questions.active-page {
    z-index: 2;
    transform: translateX(0) !important; }

#result {
  width: calc(100% - 2rem);
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 99;
  padding-right: 1.875rem; }
  #result .thanks {
    margin-top: 3rem; }
  #result .leb-rule,
  #result .no-leb-rule {
    display: none; }
  #result h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold; }
    @media only screen and (min-width: 64.0625em) {
      #result h3.what-you-need-to-know {
        width: 38%;
        margin-bottom: -124px; } }
  #result h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 2rem;
    -webkit-font-smoothing: antilaliased; }
  #result ul {
    margin-top: 1rem; }
    #result ul li {
      margin-top: 0.5rem; }
  #result .required-actions.equal,
  #result .your-options.equal {
    display: none; }
  #result .required-actions img,
  #result .your-options img {
    width: 250px; }
  @media only screen and (min-width: 64.0625em) {
    #result .required-actions,
    #result .your-options {
      display: flex;
      justify-content: space-between; }
      #result .required-actions > *,
      #result .your-options > * {
        width: 46%; }
      #result .required-actions.equal,
      #result .your-options.equal {
        display: none;
        align-items: flex-end; } }
    @media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
      #result .required-actions.equal,
      #result .your-options.equal {
        display: flex; } }
  @media only screen and (min-width: 64.0625em) {
        #result .required-actions.equal > *,
        #result .your-options.equal > * {
          flex: 1; } }

.notsure {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem; }

#result > div {
  display: none; }

.begin-content p {
  font-size: 1.09rem; }

.app-sidebar {
  opacity: 0;
  transition: 0.5s; }

.BurnerDeadline .header-title-in-body h1 {
  font-weight: normal;
  font-size: 1.6rem;
  opacity: 0;
  transition: 0.5s; }
  @media only screen and (min-width: 64.0625em) {
    .BurnerDeadline .header-title-in-body h1 {
      max-width: 80%; } }

.BurnerDeadline b {
  -webkit-font-smoothing: antialiased; }

.app-started .app-sidebar,
.app-started .header-title h1,
.app-started .header-title-in-body h1 {
  opacity: 1; }

.BurnerDeadline .questions ::placeholder {
  opacity: 0.5;
  color: #4b3474; }

.BurnerDeadline .segment {
  padding-bottom: 0; }

.consent-from {
  text-transform: capitalize; }

/*-------------------------------------------------  NEXT STEPS  */
.next-steps {
  list-style: none; }
  .next-steps li a {
    display: inline-flex;
    flex-wrap: no wrap;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none; }
    .next-steps li a h3 {
      margin: 0;
      font-size: 1.25rem;
      border-bottom: 3px #4b3474 solid; }
    .next-steps li a img {
      width: 40px;
      margin-right: 15px; }
    .next-steps li a:hover img {
      animation: right-left 0.3s; }

#modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  transition: opacity 0.5s; }
  #modal-wrapper[data-active="false"] {
    opacity: 0;
    pointer-events: none; }
  #modal-wrapper #modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: #faf7d4;
    padding: 30px;
    width: 95%;
    max-width: 700px;
    max-height: 95%;
    overflow-y: scroll; }
    #modal-wrapper #modal h2 {
      max-width: 475px; }
  #modal-wrapper #modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  #modal-wrapper .close {
    float: right;
    display: inline-block;
    cursor: pointer; }
    #modal-wrapper .close span {
      font-size: 2.2rem;
      vertical-align: middle;
      line-height: 1; }

.TimaruTerms .segment h2 {
  margin-bottom: 40px;
  max-width: 850px; }

.TimaruTerms .segment a {
  font-weight: 600; }

.Timaru a.button, .Timaru .segment a.back, .segment .Timaru a.back, .Timaru a.cta-button, .Timaru .cta-button.cta-row a, .cta-button.cta-row .Timaru a,
.TimaruTerms a.button,
.TimaruTerms .segment a.back,
.segment .TimaruTerms a.back,
.TimaruTerms a.cta-button,
.TimaruTerms .cta-button.cta-row a,
.cta-button.cta-row .TimaruTerms a {
  background-color: transparent;
  border: 4px solid black;
  padding: 15px 20px; }
  .Timaru a.button h3, .Timaru .segment a.back h3, .segment .Timaru a.back h3, .Timaru a.cta-button h3, .Timaru .cta-button.cta-row a h3, .cta-button.cta-row .Timaru a h3,
  .TimaruTerms a.button h3,
  .TimaruTerms .segment a.back h3,
  .segment .TimaruTerms a.back h3,
  .TimaruTerms a.cta-button h3,
  .TimaruTerms .cta-button.cta-row a h3,
  .cta-button.cta-row .TimaruTerms a h3 {
    color: black; }
  .Timaru a.button:hover, .Timaru .segment a.back:hover, .segment .Timaru a.back:hover, .Timaru a.cta-button:hover, .Timaru .cta-button.cta-row a:hover, .cta-button.cta-row .Timaru a:hover,
  .TimaruTerms a.button:hover,
  .TimaruTerms .segment a.back:hover,
  .segment .TimaruTerms a.back:hover,
  .TimaruTerms a.cta-button:hover,
  .TimaruTerms .cta-button.cta-row a:hover,
  .cta-button.cta-row .TimaruTerms a:hover {
    background-color: black; }
    .Timaru a.button:hover h3, .Timaru .segment a.back:hover h3, .segment .Timaru a.back:hover h3, .Timaru a.cta-button:hover h3, .Timaru .cta-button.cta-row a:hover h3, .cta-button.cta-row .Timaru a:hover h3,
    .TimaruTerms a.button:hover h3,
    .TimaruTerms .segment a.back:hover h3,
    .segment .TimaruTerms a.back:hover h3,
    .TimaruTerms a.cta-button:hover h3,
    .TimaruTerms .cta-button.cta-row a:hover h3,
    .cta-button.cta-row .TimaruTerms a:hover h3 {
      color: #b1d8b9; }

.Timaru .addthis_toolbox svg,
.TimaruTerms .addthis_toolbox svg {
  fill: #39ae6e; }

.Timaru li,
.TimaruTerms li {
  color: black; }

.Timaru .ecan,
.TimaruTerms .ecan {
  filter: grayscale(100%) contrast(100%) brightness(0%); }

.Timaru .header[role="banner"],
.Timaru main,
.TimaruTerms .header[role="banner"],
.TimaruTerms main {
  background-color: #b1d8b9; }
  .Timaru .header[role="banner"] .logo,
  .Timaru main .logo,
  .TimaruTerms .header[role="banner"] .logo,
  .TimaruTerms main .logo {
    filter: grayscale(100%) contrast(100%) brightness(0%); }
  .Timaru .header[role="banner"] .menu-icon .toggle-label,
  .Timaru main .menu-icon .toggle-label,
  .TimaruTerms .header[role="banner"] .menu-icon .toggle-label,
  .TimaruTerms main .menu-icon .toggle-label {
    color: black; }
  .Timaru .header[role="banner"] .menu-icon *:after,
  .Timaru main .menu-icon *:after,
  .TimaruTerms .header[role="banner"] .menu-icon *:after,
  .TimaruTerms main .menu-icon *:after {
    box-shadow: 0 0 0 2px black, 0 11px 0 2px black, 0 22px 0 2px black !important; }

.Timaru .footer,
.TimaruTerms .footer {
  background-color: #39ae6e; }
  .Timaru .footer *,
  .TimaruTerms .footer * {
    color: black; }
  .Timaru .footer .addthis_toolbox a,
  .TimaruTerms .footer .addthis_toolbox a {
    background-color: black; }
  .Timaru .footer form input,
  .TimaruTerms .footer form input {
    border-color: black;
    background-color: #39ae6e; }
    .Timaru .footer form input::placeholder,
    .TimaruTerms .footer form input::placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .Timaru .footer form input:focus,
    .TimaruTerms .footer form input:focus {
      border-color: black;
      background-color: #39ae6e; }
  .Timaru .footer form button,
  .TimaruTerms .footer form button {
    background-color: #000000;
    color: #39ae6e; }

.Timaru .imagic-logo svg,
.TimaruTerms .imagic-logo svg {
  fill: rgba(0, 0, 0, 0.5); }

.Timaru a.back,
.TimaruTerms a.back {
  background-color: transparent;
  border: 4px solid black;
  color: black;
  background-image: none;
  padding: 10px 15px; }
  .Timaru a.back:hover,
  .TimaruTerms a.back:hover {
    background-color: black;
    color: #b1d8b9; }

.Timaru main .heading,
.TimaruTerms main .heading {
  margin-bottom: 0;
  padding-bottom: 45px; }
  .Timaru main .heading .flex,
  .TimaruTerms main .heading .flex {
    align-items: center; }
  .Timaru main .heading .words,
  .TimaruTerms main .heading .words {
    flex: 1 1 500px;
    margin-bottom: 30px; }

.Timaru main .talking-fire,
.TimaruTerms main .talking-fire {
  flex: 1 1 300px;
  margin-bottom: 20px; }
  .Timaru main .talking-fire img,
  .TimaruTerms main .talking-fire img {
    margin-right: -100%;
    width: 200%;
    max-width: 1000px; }

.Timaru main .form-image,
.TimaruTerms main .form-image {
  text-align: center;
  margin-bottom: 50px; }
  .Timaru main .form-image img,
  .TimaruTerms main .form-image img {
    max-width: 300px; }

.Timaru main .segment .flex,
.TimaruTerms main .segment .flex {
  max-width: 1180px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  .Timaru main .segment .flex > *,
  .TimaruTerms main .segment .flex > * {
    padding: 0 30px; }

.Timaru main .phone,
.TimaruTerms main .phone {
  font-size: 1.8rem;
  font-weight: 400; }

.Timaru main .lead,
.TimaruTerms main .lead {
  font-size: 1.4rem; }
  @media only screen and (max-width: 40em) {
    .Timaru main .lead,
    .TimaruTerms main .lead {
      font-size: 1rem;
      line-height: 1.3; } }

.Timaru main .segment.content,
.TimaruTerms main .segment.content {
  padding-top: 0; }
  .Timaru main .segment.content .flex > *,
  .TimaruTerms main .segment.content .flex > * {
    flex: 1 1 400px; }
  .Timaru main .segment.content .timaru-cta h2,
  .TimaruTerms main .segment.content .timaru-cta h2 {
    margin-bottom: 20px; }
  .Timaru main .segment.content .timaru-cta .button, .Timaru main .segment.content .timaru-cta #subForm input[type="submit"], #subForm .Timaru main .segment.content .timaru-cta input[type="submit"], .Timaru main .segment.content .timaru-cta a.back, .Timaru main .segment.content .timaru-cta .cta-button, .Timaru main .segment.content .timaru-cta .cta-button.cta-row a, .cta-button.cta-row .Timaru main .segment.content .timaru-cta a,
  .TimaruTerms main .segment.content .timaru-cta .button,
  .TimaruTerms main .segment.content .timaru-cta #subForm input[type="submit"],
  #subForm .TimaruTerms main .segment.content .timaru-cta input[type="submit"],
  .TimaruTerms main .segment.content .timaru-cta a.back,
  .TimaruTerms main .segment.content .timaru-cta .cta-button,
  .TimaruTerms main .segment.content .timaru-cta .cta-button.cta-row a,
  .cta-button.cta-row .TimaruTerms main .segment.content .timaru-cta a {
    background-color: transparent;
    border: 4px solid black;
    color: black;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .Timaru main .segment.content .timaru-cta .button:hover, .Timaru main .segment.content .timaru-cta #subForm input:hover[type="submit"], #subForm .Timaru main .segment.content .timaru-cta input:hover[type="submit"], .Timaru main .segment.content .timaru-cta a.back:hover, .Timaru main .segment.content .timaru-cta .cta-button:hover, .Timaru main .segment.content .timaru-cta .cta-button.cta-row a:hover, .cta-button.cta-row .Timaru main .segment.content .timaru-cta a:hover,
    .TimaruTerms main .segment.content .timaru-cta .button:hover,
    .TimaruTerms main .segment.content .timaru-cta #subForm input:hover[type="submit"],
    #subForm .TimaruTerms main .segment.content .timaru-cta input:hover[type="submit"],
    .TimaruTerms main .segment.content .timaru-cta a.back:hover,
    .TimaruTerms main .segment.content .timaru-cta .cta-button:hover,
    .TimaruTerms main .segment.content .timaru-cta .cta-button.cta-row a:hover,
    .cta-button.cta-row .TimaruTerms main .segment.content .timaru-cta a:hover {
      background-color: black;
      color: #b1d8b9; }
  .Timaru main .segment.content .timaru-cta .flex,
  .TimaruTerms main .segment.content .timaru-cta .flex {
    margin: 0 -30px;
    justify-content: center; }
    .Timaru main .segment.content .timaru-cta .flex > *,
    .TimaruTerms main .segment.content .timaru-cta .flex > * {
      display: inline-block;
      flex: 1 1 80px; }

.Timaru main h1,
.TimaruTerms main h1 {
  color: black;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 40em) {
    .Timaru main h1,
    .TimaruTerms main h1 {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 40.0625em) {
    .Timaru main h1,
    .TimaruTerms main h1 {
      font-size: 3rem; } }

.Timaru main p.talk-big,
.TimaruTerms main p.talk-big {
  color: #39ae6e;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 3rem; }
  @media only screen and (min-width: 40.0625em) {
    .Timaru main p.talk-big,
    .TimaruTerms main p.talk-big {
      font-size: 4.5rem; } }
  @media only screen and (min-width: 64.0625em) {
    .Timaru main p.talk-big,
    .TimaruTerms main p.talk-big {
      font-size: 6.1rem; } }

.Timaru main h2,
.Timaru main p,
.TimaruTerms main h2,
.TimaruTerms main p {
  color: black; }

.Timaru main .faqs article,
.TimaruTerms main .faqs article {
  margin-bottom: 20px; }

.Timaru main h2,
.TimaruTerms main h2 {
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (min-width: 40.0625em) {
    .Timaru main h2,
    .TimaruTerms main h2 {
      font-size: 2.1rem; } }

.Timaru main h3,
.TimaruTerms main h3 {
  color: #39ae6e;
  font-weight: 600; }
  @media only screen and (min-width: 40.0625em) {
    .Timaru main h3,
    .TimaruTerms main h3 {
      font-size: 1.4rem; } }

.Timaru main section,
.TimaruTerms main section {
  margin-bottom: 60px; }

.Timaru main a,
.TimaruTerms main a {
  color: black;
  font-weight: 500;
  text-decoration: none; }

.Timaru main p > a,
.TimaruTerms main p > a {
  font-weight: 600; }

.Timaru main p,
.TimaruTerms main p {
  line-height: 1.3; }

.Timaru main .input-wrap,
.TimaruTerms main .input-wrap {
  display: flex;
  flex-wrap: wrap; }
  .Timaru main .input-wrap label,
  .TimaruTerms main .input-wrap label {
    flex: 1 1 50px;
    font-size: 1.4rem;
    color: black; }
  .Timaru main .input-wrap input,
  .TimaruTerms main .input-wrap input {
    flex: 1 1 300px; }

.Timaru main #talk-to-someone > div,
.TimaruTerms main #talk-to-someone > div {
  margin-bottom: 15px; }
  .Timaru main #talk-to-someone > div article,
  .TimaruTerms main #talk-to-someone > div article {
    margin-bottom: 10px; }
    .Timaru main #talk-to-someone > div article h3,
    .TimaruTerms main #talk-to-someone > div article h3 {
      margin-bottom: 0; }

.Timaru main .next-steps h4,
.TimaruTerms main .next-steps h4 {
  color: black;
  margin: 0; }

.Timaru main .next-steps img,
.TimaruTerms main .next-steps img {
  filter: grayscale(100%) contrast(100%) brightness(0%); }

.Timaru main #help-timaru-competition input,
.TimaruTerms main #help-timaru-competition input {
  border: 2px solid black; }

.Timaru main #help-timaru-competition .form-actions,
.TimaruTerms main #help-timaru-competition .form-actions {
  text-align: right; }

.Timaru main #help-timaru-competition button,
.TimaruTerms main #help-timaru-competition button {
  background-color: transparent;
  color: black;
  border: 4px solid black;
  font-size: 1.2rem;
  margin-left: 15px;
  margin-bottom: 0; }
  .Timaru main #help-timaru-competition button:hover,
  .TimaruTerms main #help-timaru-competition button:hover {
    background-color: black;
    color: #b1d8b9; }

.Timaru main #help-timaru-competition .terms,
.TimaruTerms main #help-timaru-competition .terms {
  font-size: 0.9rem;
  max-width: 300px;
  display: inline-block; }

.lets-talk-banner {
  display: none;
  margin-top: 30px;
  transition: border 0.2s;
  border: 4px solid transparent; }
  .lets-talk-banner:hover {
    border: 4px solid black; }

.question-set h4 {
  font-weight: bold;
  font-size: 1.3rem; }

.boxed-content {
  border: 2px #4b3474 solid;
  margin-bottom: 4rem;
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
  display: flex; }
  .boxed-content img {
    width: 70px;
    min-width: 70px;
    margin-right: 1.5rem;
    align-self: flex-start; }
  .boxed-content div * {
    margin: 0.5rem 0 0; }
  .boxed-content h3 {
    font-size: 1.3rem;
    margin: 0; }

#help-form-thanks {
  display: none; }

@keyframes right-left {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(15px); }
  100% {
    transform: translateX(0px); } }

.LookingAfter .intro p:first-child {
  font-size: 1.1rem; }

.LookingAfter p {
  max-width: 100%; }

.LookingAfter .main-content li {
  font-size: 0.95rem;
  margin-bottom: 0.75rem; }

.flex-question {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #4b3474;
  display: none; }
  .flex-question:first-child {
    display: block; }
  .flex-question h3 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.2rem;
    padding-bottom: 0.5rem; }
  .flex-question .decision {
    display: flex;
    font-weight: bold;
    min-width: 160px; }
    .flex-question .decision > * {
      margin-left: 1.35rem;
      text-decoration: none; }
      .flex-question .decision > *:hover {
        text-decoration: underline; }
    .flex-question .decision img {
      width: 0.8em;
      align-self: flex-start;
      opacity: 0;
      transition: 0.25s; }

.no-content *,
.yes-content * {
  opacity: 0;
  transition: 0.5s; }

[data-answered] .decision img {
  opacity: 1; }

[data-answered=answer-yes] .yes {
  text-decoration: underline; }

[data-answered=answer-yes] .yes-content {
  display: flex;
  max-height: auto; }
  [data-answered=answer-yes] .yes-content * {
    opacity: 1; }

[data-answered=answer-no] .no {
  text-decoration: underline; }

[data-answered=answer-no] .no-content {
  display: flex;
  max-height: auto; }
  [data-answered=answer-no] .no-content * {
    opacity: 1; }

.flex-answer {
  color: #4b3474;
  background: white;
  display: none;
  padding: 1.25rem; }
  .flex-answer h5,
  .flex-answer p {
    margin: 0; }
  .flex-answer h5 {
    font-weight: bold;
    margin-right: 1rem;
    text-decoration: underline;
    font-size: 1rem; }

.bottom-content {
  margin-bottom: 2rem; }
  .bottom-content h3 {
    margin-bottom: 1rem; }

.LookingAfter .cat {
  position: relative; }
  .LookingAfter .cat .bubble {
    position: absolute;
    top: -15%;
    right: 5%;
    width: 50%; }

p.credits {
  padding: 0 30px;
  font-size: 0.7rem;
  opacity: 0.4; }
  p.credits,
  p.credits a {
    color: #fff; }
