@charset "UTF-8";
/*!
 Theme Name: Lansing
 Author: circle S studio
 Author URI: https://circlesstudio.com/
 Description: The theme for Lansing Patio
 */
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/* Shrink */
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-ms-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-ms-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Bounce In */
/* Bounce Out */
/* Rotate */
/* Grow Rotate */
/* Float */
/* Sink */
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-ms-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-ms-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-ms-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-ms-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
}
/* Skew */
/* Skew Forward */
/* Skew Backward */
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    -ms-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    -ms-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    -ms-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    -ms-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    -ms-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    -ms-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
@-ms-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
@-ms-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
@-ms-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-ms-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-ms-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* BACKGROUND TRANSITIONS */
/* Fade */
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75);
  }
}
@-ms-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75);
  }
}
/* Sweep To Right */
/* Sweep To Left */
/* Sweep To Bottom */
/* Sweep To Top */
/* Bounce To Right */
/* Bounce To Left */
/* Bounce To Bottom */
/* Bounce To Top */
/* Radial Out */
/* Radial In */
/* Rectangle In */
/* Rectangle Out */
/* Shutter In Horizontal */
/* Shutter Out Horizontal */
/* Shutter In Vertical */
/* Shutter Out Vertical */
/* BORDER TRANSITIONS */
/* Border Fade */
/* Hollow */
/* Trim */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-ms-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@-ms-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
/* Outline Out */
/* Outline In */
/* Round Corners */
/* Underline From Left */
/* Underline From Center */
/* Underline From Right */
/* Overline From Left */
/* Overline From Center */
/* Overline From Right */
/* Reveal */
/* Underline Reveal */
/* Overline Reveal */
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/* Shadow */
/* Grow Shadow */
/* Box Shadow Outset */
/* Box Shadow Inset */
/* Float Shadow */
/* Shadow Radial */
/* SPEECH BUBBLES */
/* Bubble Top */
/* Bubble Right */
/* Bubble Bottom */
/* Bubble Left */
/* Bubble Float Top */
/* Bubble Float Right */
/* Bubble Float Bottom */
/* Bubble Float Left */
/* ICONS */
/* Icon Back */
/* Icon Forward */
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-ms-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-ms-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
/* Icon Spin */
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@-ms-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
/* Icon Fade */
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@-ms-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@-ms-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
/* Icon Grow */
/* Icon Shrink */
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-ms-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-ms-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-ms-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-ms-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-ms-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* Icon Bounce */
/* Icon Rotate */
/* Icon Grow Rotate */
/* Icon Float */
/* Icon Sink */
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-ms-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-ms-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-ms-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-ms-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@-ms-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-ms-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* CURLS */
/* Curl Top Left */
/* Curl Top Right */
/* Curl Bottom Right */
/* Curl Bottom Left */
@font-face {
  font-family: 'droid';
  src: url('sass/fonts/DroidSerif-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'droid-bold';
  src: url('sass/fonts/DroidSerif-Bold.ttf');
}
@font-face {
  font-family: 'droid-italic';
  src: url('sass/fonts/DroidSerif-Italic-webfont.eot') format('embedded-opentype'), url('sass/fonts/DroidSerif-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'droid-bold-italic';
  src: url('sass/fonts/DroidSerif-BoldItalic.ttf');
}
@font-face {
  font-family: 'montserrat';
  src: url('sass/fonts/Montserrat-Regular.otf') format('opentype'), url('sass/fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'noto-serif';
  src: url('sass/fonts/noto-serif/NotoSerif-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('sass/fonts/Montserrat-Bold.otf');
}
/*@font-face {font-family: 'Montserrat-Black';src: url('sass/fonts/Montserrat-Black.otf') format('opentype');}*/
@font-face {
  font-family: 'montserrat-light';
  src: url('sass/fonts/Montserrat-Light.otf');
}
/*Fonts and Font Sizes*/
/*Colors*/
/*Here because I cannot spell consistently*/
/*Here because I cannot spell consistently*/
/*Here because I cannot spell consistently*/
/*Here because I cannot spell consistently*/
/*This is necessary for using the mobile nav trigger mixin*/
/*Screem Sizes*/
/*Set Distances*/
/*mixin*/
/*mixin*/
body {
  overflow-x: hidden;
  display: block;
  height: 100%;
  margin: 0;
  width: 100vw;
  font-family: "montserrat", sans-serif;
  font-size: 1em;
}
@media (min-width: 1900px) {
  body {
    font-size: 1.2em;
  }
}
a {
  text-decoration: none;
  outline: none;
  color: #005bbb;
}
ul {
  padding: 0px;
  margin: 0;
}
p {
  margin: 0;
}
h2 {
  font-weight: 300;
}
h3, h4 {
  color: #505356;
  font-weight: 500;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.two-col-half {
  width: 100%;
  display: block;
  position: relative;
}
.two-col-half::after {
  clear: both;
  content: "";
  display: table;
}
.two-col-half > .col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 900px) {
  .two-col-half .col {
    width: 100%;
    float: none;
  }
}
.two-col-third {
  width: 100%;
  display: block;
  position: relative;
}
.two-col-third::after {
  clear: both;
  content: "";
  display: table;
}
.two-col-third > .big-col {
  width: 66%;
  float: left;
  box-sizing: border-box;
  height: 100%;
}
.two-col-third > .big-col::after {
  clear: both;
  content: "";
  display: table;
}
.two-col-third > .big-col .video-box {
  margin-bottom: 36px;
}
.two-col-third > .big-col .video-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 50vw;
  justify-content: center;
  max-height: 460px;
}
.two-col-third > .big-col .video-thumbnail .play-button {
  background-color: transparent;
  border: transparent;
}
.two-col-third > .big-col .video-thumbnail .play-button .play-img {
  max-width: 180px;
  min-width: 40px;
  width: 6vw;
}
.two-col-third > .small-col {
  width: 34%;
  float: left;
  box-sizing: border-box;
  height: 100%;
}
.two-col-third > .small-col::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1280px) {
  .two-col-third .big-col, .two-col-third .small-col {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1280px) and (min-width: 900px) {
  .two-col-third .small-col.sidebar {
    width: 34%;
    float: left;
  }
  .two-col-third .small-col.sidebar div#asidebar_form {
    padding-right: 10px;
  }
  .two-col-third .small-col.sidebar div#asidebar_form p#asidebar_form_intro {
    width: auto;
  }
  .two-col-third .small-col.sidebar div#asidebar_form form {
    width: auto;
  }
  .two-col-third .big-col.sidebar-sibling {
    width: 66%;
    float: left;
  }
}
.cover-padding {
  position: relative;
  overflow: hidden;
  /*cover-reveal*/
}
.cover-padding .cover-reveal {
  position: absolute;
  top: calc(100% - 40px);
  width: 100%;
  height: 100%;
  transition: top 0.5s ease;
}
.cover-padding .cover-reveal.blue-dark {
  background: rgba(0, 60, 105, 0.8);
}
.cover-padding .cover-reveal.blue-light {
  background: rgba(94, 182, 228, 0.8);
}
.cover-padding .cover-reveal.orange {
  background: rgba(178, 84, 26, 0.8);
}
.cover-padding .cover-reveal .cover-hidden {
  width: 90%;
  display: block;
  position: relative;
  top: 20px;
  left: 5%;
  color: white;
  font-size: 2em;
}
.cover-padding:hover > .cover-reveal {
  top: calc(100% - 60px);
}
/*cover-padding*/
.three-col {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.three-col::after {
  clear: both;
  content: "";
  display: table;
}
.three-col .col {
  width: calc(100%/3 - 1px);
  float: left;
  height: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .three-col .col {
    width: 100%;
    margin-bottom: 35px;
  }
}
.off {
  display: none !important;
}
.caps {
  text-transform: uppercase;
}
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.centered.absolute {
  position: absolute;
}
.centered-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.centered-vertical.absolute {
  position: absolute;
}
.centered-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
.centered-horizontal.absolute {
  position: absolute;
}
.learn-box {
  display: inline-block;
  padding: 15px 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "montserrat", sans-serif;
  cursor: pointer;
  font-size: 0.875em;
}
.learn-box:hover {
  text-decoration: none !important;
}
.learn-box.white-text {
  color: white;
  border: 1px solid white;
}
.learn-box.white-text:hover {
  background: white;
  color: black;
}
.learn-box.white-text.blue:hover {
  color: #005bbb;
}
.learn-box.white-text.blue-dark:hover {
  color: #003c69;
}
.learn-box.white-text.blue-light:hover {
  color: #5eb6e4;
}
.learn-box.blue-text {
  color: #005bbb;
  border: 1px solid #005bbb;
}
.learn-box.blue-text:hover {
  background: #005bbb;
  color: white;
}
.quote {
  font-family: 'droid-italic', serif;
}
.byline {
  color: #505356;
  font-family: 'droid-italic', serif !important;
  text-transform: none;
  font-size: 0.9em;
}
.slash {
  color: #5eb6e4;
}
.content-max {
  width: 1200px;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .content-max {
    max-width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.text-max {
  width: 775px;
  max-width: 100%;
}
.right-max {
  width: 820px;
  max-width: 100%;
  float: right;
}
@media screen and (max-width: 1280px) {
  .right-max {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
strong {
  font-family: "montserrat-bold", sans-serif;
  font-weight: 400;
}
.image-caption p {
  font-size: 0.85em;
  margin-bottom: 0.85em;
  font-style: italic;
}
img.shadow {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
img.shadow:hover {
  opacity: 1;
}
img.shadow + img {
  transition: all 0.3s ease;
  opacity: 1;
}
img.shadow:hover + img {
  opacity: 0;
}
.social-icons li:hover img.shadow {
  opacity: 1;
}
.social-icons li:hover img.shadow + img {
  opacity: 0;
}
.social-icons a {
  display: block;
}
div.cta_container {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #9e9b94;
  box-sizing: border-box;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 25px;
  padding-right: 25px;
}
div.cta_container h3 {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-family: "droid", serif;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.4em;
}
div.cta_container a.button_link {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 18px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.cta_container a.button_link:hover {
  background-color: #0d3e61;
  border-color: #0d3e61;
}
@media (max-width: 800px) {
  div.cta_container {
    padding: 25px;
  }
  div.cta_container h3 {
    font-size: 24px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  display: block;
  text-transform: uppercase;
  background: white;
  z-index: 1000;
  font-size: 16px;
  border-bottom: 1px solid #505356;
  letter-spacing: 1px;
  /*sub-nav*/
  /*local-branch*/
  /*main-nav*/
  /*This hides the prime logo and starts using the mobile logo just a bit early for the menu length*/
  /*media query for phone*/
}
.header::after {
  clear: both;
  content: "";
  display: table;
}
.header a {
  color: #505356;
}
.header .sub-nav {
  display: block;
  width: 100%;
  background: #ebebeb;
  height: 60px;
}
.header .sub-nav::after {
  clear: both;
  content: "";
  display: table;
}
.header .sub-nav .sub-nav-option {
  float: right;
  height: 100%;
  position: relative;
  padding: 0px 20px;
  font-size: 0.75em;
}
.header .sub-nav .sub-nav-option a:hover {
  text-decoration: underline;
}
.header .local-branch {
  float: right;
  height: 100%;
  background: #e1caa2 url(images/location.png) no-repeat;
  background-position: 40px;
  position: relative;
  padding: 0px 50px 0px 70px;
  cursor: pointer;
}
.header .local-branch .local-pretext {
  font-size: 0.8em;
}
.header .local-branch .local-name {
  background: url(images/down-arrow.png) no-repeat;
  background-position: right;
  padding-right: 12px;
}
.header .local-branch #location-sub {
  position: absolute;
  top: 100%;
  right: 0px;
  overflow: hidden;
  height: auto;
  max-height: 0px;
  transition: all 0.3s ease;
  background: #e9d8b9;
  width: 600px;
  max-width: 100vw;
  box-sizing: border-box;
  color: #505356;
  z-index: 10;
  cursor: auto;
  text-transform: none;
}
.header .local-branch #location-sub.visible {
  max-height: 680px;
  padding: 30px;
}
.header .local-branch #location-sub #locol2 {
  padding-left: 30px;
  border-left: 1px solid #505356;
}
.header .local-branch #location-sub h2 {
  font-size: 1.2em;
  margin: 0px 0px 16px;
  text-align: left;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.header .local-branch #location-sub iframe {
  border: 0;
  display: block;
  margin: 20px 0px 10px;
}
.header .local-branch #location-sub br {
  line-height: 0.5em;
}
.header .local-branch #location-sub a {
  color: #005bbb;
  font-weight: 500;
  font-size: 0.9em;
}
.header .local-branch #location-sub a:hover {
  text-decoration: underline;
}
.header .local-branch #location-sub .lbp-loc-phone {
  margin-bottom: 16px;
}
.header .local-branch #location-sub .lbp-loc-hours-text {
  margin-bottom: 16px;
}
.header .local-branch #location-sub .lbp-loc-hours-table {
  font-size: 14px;
  border-spacing: 0;
}
.header .local-branch #location-sub .lbp-loc-hours-table td {
  padding-left: 2px;
  padding-right: 2px;
}
.header .local-branch #location-sub .lbp-loc-hours-table td:first-child {
  padding-left: 0;
}
.header .local-branch #location-sub .lbp-loc-hours-table td:last-child {
  padding-right: 0;
}
.header .local-branch #location-sub .lbp-branch-more {
  margin-top: 16px;
}
.header .local-branch #location-sub .lbp-branch-locations-mobile {
  display: none;
}
.header .local-branch img {
  max-width: 70%;
  margin-bottom: 10px;
}
.header .main-nav {
  height: 100px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
  transition: all 0.3s ease;
  /*nav-prime*/
}
.header .main-nav .logo {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 256px;
}
@media (min-width: 1001px) and (max-width: 1015px) {
  .header .main-nav .logo {
    width: 242px !important;
  }
}
.header .main-nav .logo a {
  display: block;
}
.header .main-nav .logo .prime-logo {
  opacity: 1;
  height: 64px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 374px) {
  .header .main-nav .logo .prime-logo {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1015px) {
  .header .main-nav .logo .prime-logo {
    object-fit: contain;
  }
}
.header .main-nav .logo .mobile-logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  height: 64px;
}
@media (max-width: 1000px) {
  .header .main-nav .logo .mobile-logo {
    position: relative;
    top: 6px;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 375px) {
  .header .main-nav .logo .mobile-logo {
    display: none;
  }
}
.header .main-nav .nav-prime {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  float: right;
  /*dropdown nav*/
  /*primary nav*/
}
.header .main-nav .nav-prime ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  overflow: hidden;
  max-height: 0px;
  width: 490px;
  transition: all 0.3s ease;
  background: #ebebeb;
}
.header .main-nav .nav-prime ul.sub-menu::after {
  clear: both;
  content: "";
  display: table;
}
.header .main-nav .nav-prime ul.sub-menu li {
  display: inline-block;
  width: 50%;
  height: 70px;
  float: left;
  box-sizing: border-box;
  color: #505356;
  position: relative;
  background: #ebebeb;
}
.header .main-nav .nav-prime ul.sub-menu li a {
  padding: 0px 35px;
  display: block;
}
.header .main-nav .nav-prime ul.sub-menu li .centered {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .main-nav .nav-prime ul.sub-menu li:hover {
  background: #d4e2ea;
}
.header .main-nav .nav-prime ul.menu {
  list-style: none;
  height: 100%;
}
.header .main-nav .nav-prime ul.menu li a {
  height: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.header .main-nav .nav-prime ul.menu > li {
  height: 100%;
  position: relative;
  display: inline-block;
  /*width: 150px;*/
  min-width: 150px;
  transition: all 0.3s ease;
}
.header .main-nav .nav-prime ul.menu > li:hover, .header .main-nav .nav-prime ul.menu > li.current_page_item, .header .main-nav .nav-prime ul.menu > li.current_page_ancestor {
  background: #505356;
}
.header .main-nav .nav-prime ul.menu > li:hover a, .header .main-nav .nav-prime ul.menu > li.current_page_item a, .header .main-nav .nav-prime ul.menu > li.current_page_ancestor a {
  color: white;
}
.header .main-nav .nav-prime ul.menu > li.menu-item-has-children:hover ul.sub-menu {
  max-height: 500px;
}
.header .main-nav .nav-prime ul.menu > li.menu-item-has-children:hover ul.sub-menu li a {
  color: #505356;
}
.header .main-nav .nav-prime ul.menu li.menu-item-30242 a {
  text-transform: none;
}
.header .main-nav .nav-prime ul.menu li.menu-item-30242 a span {
  font-family: 'montserrat-bold';
}
.header .main-nav .featured-menu {
  display: inline-block !important;
}
@media (min-width: 1436px) {
  .header .main-nav .featured-menu {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .header .main-nav .featured-menu {
    display: none !important;
  }
}
.header .main-nav .featured-menu span {
  font-family: 'montserrat-bold';
}
.header .main-nav .trigger-box {
  float: right;
  height: 100%;
  margin-left: 5px;
  position: relative;
  width: 122px;
  transition: all 0.3s ease;
  color: #505356;
  z-index: 3;
}
.header .main-nav .trigger-box #mobile-nav-trigger {
  display: inline-block;
  width: 30px;
  height: 22.5px;
  margin: 6px 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.header .main-nav .trigger-box #mobile-nav-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #505356;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .main-nav .trigger-box #mobile-nav-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header .main-nav .trigger-box #mobile-nav-trigger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header .main-nav .trigger-box #mobile-nav-trigger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header .main-nav .trigger-box #mobile-nav-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}
.header .main-nav .trigger-box #mobile-nav-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header .main-nav .trigger-box #mobile-nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
.header .main-nav .trigger-box #mobile-nav-trigger {
  width: 15px;
  height: 13px;
  margin-bottom: 0;
  margin-left: 1px;
  margin-top: 0;
}
.header .main-nav .trigger-box #mobile-nav-trigger span {
  height: 2px;
}
.header .main-nav .trigger-box #mobile-nav-trigger span:nth-child(2) {
  top: 5px;
}
.header .main-nav .trigger-box #mobile-nav-trigger span:nth-child(3) {
  top: 10px;
}
.header .main-nav .trigger-box #mobile-nav-trigger.open {
  color: #505356;
}
.header .main-nav .trigger-box #mobile-nav-trigger.open span:nth-child(1) {
  top: 1px;
}
.header .main-nav .trigger-box #mobile-nav-trigger.open span:nth-child(3) {
  top: 11px;
}
.header .main-nav .trigger-box:hover {
  color: #fff;
  background: #505356;
}
.header .main-nav .trigger-box:hover #mobile-nav-trigger span {
  background: #fff;
}
.header .main-nav .fullpage-trigger-box {
  background: #fff;
}
.header .main-nav .fullpage-trigger-box:hover {
  cursor: pointer;
}
.header.retracted .main-nav {
  height: 73px;
}
@media (max-width: 100px) {
  .header.retracted .main-nav {
    height: auto;
  }
}
.header.retracted .main-nav .prime-logo {
  opacity: 0;
  height: 50px;
}
.header.retracted .main-nav .mobile-logo {
  height: 50px;
}
.header .mobile-header {
  display: none;
}
@media (max-width: 1525px) {
  .header .main-nav .nav-prime ul.menu > li {
    min-width: 120px;
  }
  .header .main-nav .trigger-box {
    min-width: 120px;
  }
  .header .search-wrapper #search-trigger {
    padding: 0 20px;
  }
  .header .search-wrapper #search-box .search-field {
    width: 500px;
    margin-right: 25px;
  }
}
@media (max-width: 1435px) {
  .header .main-nav .nav-prime {
    display: none;
  }
  .header .search-wrapper #search-box {
    padding: 35px 20px;
    width: 427px;
  }
  .header .search-wrapper #search-box .search-field {
    width: 300px;
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  .header {
    /*sub-nav (mobile)*/
    /*local-branch*/
    /*main-nav (mobile)*/
    /*mobile-header*/
  }
  .header .sb-search {
    top: 12px;
    right: 75px;
  }
  .header .sb-search .sb-search-input {
    border: 1px solid #e1caa2;
  }
  .header .sb-search .sb-icon-search {
    background: #fff;
  }
  .header .sub-nav {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
  }
  .header .sub-nav .sub-nav-option {
    display: none;
  }
  .header .local-branch {
    display: none;
  }
  .header .main-nav {
    width: auto;
    padding: 0 0 0 50px;
    height: 75px;
  }
  .header .main-nav .nav-prime {
    display: none;
  }
  .header .main-nav .fullpage-trigger-box, .header .search-wrapper {
    display: none;
  }
  .header .mobile-header {
    display: block;
    text-align: center;
    border-top: 1px solid #505356;
    padding: 0;
    max-height: 0px;
    height: 100vh;
    color: #fff;
    background-color: #003c69;
    transition: all 0.3s ease;
    overflow: hidden;
    /*mobile-nav*/
  }
  .header .mobile-header.expanded {
    /*max-height: calc(100vh - 75px);*/
    max-height: unset;
    border-top: none;
  }
  .header .mobile-header .trigger-box {
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger {
    display: inline-block;
    width: 30px;
    height: 22.5px;
    margin: 6px 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #505356;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1.5px;
    left: 4px;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header .mobile-header .trigger-box #mobile-nav-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 4px;
  }
  .header .mobile-header #mobile-nav {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }
  .header .mobile-header #mobile-nav p {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu {
    background: #003c69;
    width: 100%;
    position: relative;
    right: 0;
    transition: all 0.3s ease;
    /*li (mobile nav top level)*/
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu.offscreen {
    right: 100%;
    height: calc(100vh - 105px);
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu a {
    color: #fff;
    text-decoration: none;
    padding: 25px 0;
    display: block;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li {
    display: block;
    width: 100%;
    border-bottom: 2px solid #b6b1a9;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li:hover, .header .mobile-header #mobile-nav #mobile-nav-menu li:active {
    background: #5eb6e4;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li:hover a, .header .mobile-header #mobile-nav #mobile-nav-menu li:active a {
    color: white;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    width: 100%;
    top: -1px;
    transition: all 0.3s ease;
    border-top: 2px solid #ddd3af;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li.menu-item-has-children ul.sub-menu li:first-child {
    margin-bottom: 0px;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li.menu-item-has-children ul.sub-menu li:hover a {
    color: white;
  }
  .header .mobile-header #mobile-nav #mobile-nav-menu li > a {
    display: block;
    color: #fff;
  }
  .header .mobile-header .gptw {
    margin-top: 20px;
    height: 40px;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .header .sub-nav .sb-search {
    visibility: hidden;
  }
}
@media (max-width: 1000px) and (max-width: 450px) {
  .header .main-nav {
    padding: 0px 20px;
  }
}
@media (max-width: 1000px) and (max-width: 450px) {
  .header .mobile-header.expanded {
    /*max-height: calc(100vh - 150px); */
    max-height: unset;
  }
}
@media (max-width: 900px) {
  .header .mobile-header #mobile-nav #mobile-nav-menu a {
    padding: 6px 0;
  }
  .header .sub-nav .local-branch #location-sub {
    width: 340px;
  }
  .header .sub-nav .local-branch #location-sub h2 {
    text-align: left;
  }
  .header .two-col-half .col {
    text-align: left;
  }
  .header .lbp-branch-map, .header .lbp-branch-manager, .header .lbp-branch-locations {
    display: none;
  }
  .header .lbp-branch-locations-mobile {
    display: block !important;
    margin-top: 12px;
  }
  .header #locol2 {
    border-left: none !important;
    padding: 0 !important;
  }
  .header #locol2 img {
    display: none;
  }
}
.header .alert {
  background-color: #b83630;
  color: white;
  padding: 12px 50px;
}
@media (max-width: 450px) {
  .header .alert {
    padding: 12px 26px;
  }
}
.header .alert a {
  color: inherit;
  text-decoration: underline;
}
.header .alert p {
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
}
/*header*/
#fullpage-menu {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  background: linear-gradient(rgba(0, 60, 105, .95), rgba(0, 60, 105, .95));
  z-index: 2;
  transition: all 0.3s ease;
}
#fullpage-menu .trigger-box {
  float: right;
  height: 120px;
  position: relative;
  display: inline-block;
  width: 150px;
  transition: all 0.3s ease;
  color: #505356;
  z-index: 3;
}
#fullpage-menu .trigger-box #mobile-nav-trigger {
  display: inline-block;
  width: 30px;
  height: 22.5px;
  margin: 6px 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #505356;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#fullpage-menu .trigger-box #mobile-nav-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}
#fullpage-menu .trigger-box #mobile-nav-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#fullpage-menu .trigger-box #mobile-nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
#fullpage-menu .trigger-box #mobile-nav-trigger {
  width: 15px;
  height: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span {
  height: 2px;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span:nth-child(2) {
  top: 5px;
}
#fullpage-menu .trigger-box #mobile-nav-trigger span:nth-child(3) {
  top: 10px;
}
#fullpage-menu .trigger-box #mobile-nav-trigger.open {
  color: #505356;
}
#fullpage-menu .trigger-box #mobile-nav-trigger.open span:nth-child(1) {
  top: 1px;
}
#fullpage-menu .trigger-box #mobile-nav-trigger.open span:nth-child(3) {
  top: 11px;
}
#fullpage-menu .trigger-box:hover {
  color: #fff;
  background: #505356;
}
#fullpage-menu .trigger-box:hover #mobile-nav-trigger span {
  background: #fff;
}
#fullpage-menu .fullpage-trigger-box {
  background: #fff;
  position: sticky;
  top: 0;
}
@media (max-width: 1000px) {
  #fullpage-menu .fullpage-trigger-box {
    display: none;
  }
}
#fullpage-menu .fullpage-trigger-box:hover {
  cursor: pointer;
}
@media (max-width: 1475px) {
  #fullpage-menu .trigger-box {
    width: 120px;
  }
}
@media (max-width: 1280px) {
  #fullpage-menu {
    font-size: 0.75em;
  }
}
#fullpage-menu.expanded {
  height: 100%;
  overflow-y: scroll;
}
#fullpage-menu a {
  color: #fff;
}
#fullpage-menu a:hover {
  color: #ddd3af;
}
#fullpage-menu ul {
  list-style: none;
  padding: 0;
}
#fullpage-menu > ul {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
#fullpage-menu > ul > li > a {
  border-bottom: 1px solid #5eb6e4;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}
#fullpage-menu > ul > li > a:hover {
  color: #fff;
}
#fullpage-menu .sub-menu {
  padding-top: 10px;
}
#fullpage-menu .sub-menu li {
  line-height: 2;
}
#fullpage-menu .sub-menu li:nth-last-child(n+4), #fullpage-menu .sub-menu li:nth-last-child(n+4) ~ li {
  width: 50%;
  float: left;
}
#fullpage-menu .sub-menu li:nth-last-child(n+4) a, #fullpage-menu .sub-menu li:nth-last-child(n+4) ~ li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#fullpage-menu .sub-menu li:nth-last-child(n+4):nth-of-type(odd) a, #fullpage-menu .sub-menu li:nth-last-child(n+4) ~ li:nth-of-type(odd) a {
  padding-left: 0;
}
#fullpage-menu .sub-menu li:nth-last-child(n+4):nth-of-type(even) a, #fullpage-menu .sub-menu li:nth-last-child(n+4) ~ li:nth-of-type(even) a {
  padding-right: 0;
}
#fullpage-menu .sub-menu a {
  padding: 0 13px;
}
#fullpage-menu .top-menu {
  margin-top: 150px;
}
#fullpage-menu .top-menu > li {
  padding: 0 13px;
  width: 50%;
}
#fullpage-menu .top-menu > li > a {
  font-size: 1.75em;
  text-transform: none;
  font-weight: 500;
}
#fullpage-menu .top-menu .sub-menu li a {
  letter-spacing: 0em;
}
#fullpage-menu .top-menu .sub-menu li:nth-last-child(-n+4):first-child a, #fullpage-menu .top-menu .sub-menu li:nth-last-child(-n+4):first-child ~ li a {
  padding: 0;
}
#fullpage-menu .middle-menu {
  margin-top: 75px;
  padding: 0 13px;
  box-sizing: border-box;
}
#fullpage-menu .middle-menu > li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
#fullpage-menu .middle-menu > li > a {
  padding: 0 13px;
  font-size: 1.375em;
  text-transform: none;
  font-weight: 500;
  box-sizing: border-box;
}
#fullpage-menu .middle-menu > li:first-of-type > a {
  padding-left: 0;
}
#fullpage-menu .middle-menu > li:last-of-type > a {
  padding-right: 0;
}
#fullpage-menu .middle-menu .sub-menu li a {
  letter-spacing: 0em;
}
#fullpage-menu li:first-of-type .sub-menu li a {
  padding: 0 13px 0 0;
}
#fullpage-menu .bottom-menu {
  position: relative;
  margin-top: 50px;
  padding: 0 13px;
  box-sizing: border-box;
  border-bottom: 1px solid #5eb6e4;
}
#fullpage-menu .bottom-menu > li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  margin-top: 10px;
}
#fullpage-menu .bottom-menu > li > a {
  padding: 0 13px;
  font-size: 1.375em;
  text-transform: none;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 0;
}
#fullpage-menu .bottom-menu > li:first-of-type > a {
  padding-left: 0;
}
#fullpage-menu .bottom-menu > li:last-of-type > a {
  padding-right: 0;
}
#fullpage-menu div.social-icons-container {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 0;
}
#fullpage-menu div.social-icons-container .social-icons {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
}
#fullpage-menu div.social-icons-container .social-icons li {
  display: inline-block;
}
#fullpage-menu div.social-icons-container .social-icons a {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 8px;
}
.search-wrapper {
  float: right;
  height: 100%;
}
.search-wrapper #search-trigger {
  height: 100%;
  display: inline-block;
  padding: 0 35px;
}
.search-wrapper #search-trigger .sb-icon-search {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-wrapper #search-box {
  display: none;
  height: 100%;
  width: 817px;
  padding: 35px;
  box-sizing: border-box;
}
.search-wrapper #search-box .sb-icon-search {
  background: none;
  border: none;
  vertical-align: bottom;
  height: 24px;
  width: 24px;
}
.search-wrapper #search-box .search-field {
  border: none;
  border-bottom: 1px solid #505356;
  font-size: 1em;
  font-family: 'droid', serif;
  width: 600px;
  margin: 0 75px 0 15px;
  padding: 0 10px;
}
.search-wrapper #search-box .search-field::-webkit-input-placeholder {
  font-family: 'droid-italic', serif;
  color: #ddd3af;
}
.search-wrapper #search-box .search-field::-moz-placeolder {
  font-family: 'droid-italic', serif;
  color: #ddd3af;
}
.search-wrapper #search-box #close-search {
  display: inline-block;
  background: url('images/x-icon.svg') no-repeat center/contain;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
}
.search-wrapper #search-box form {
  display: inline-block;
  vertical-align: center;
}
.search-wrapper #search-box form input {
  display: inline-block;
}
.search-wrapper .assistive-text {
  display: none;
}
div#upc_events {
  display: block;
  width: auto;
  margin-top: 25px;
}
div#upc_events p.upc_headline {
  text-transform: uppercase;
  margin-bottom: 10px;
}
div#upc_events p.upc_event_title {
  margin-bottom: 10px;
  letter-spacing: 0em;
}
div#upc_events p.upc_event_title a {
  font-size: 16px !important;
  color: #005bbb;
  text-decoration: none;
}
div#upc_events p.upc_event_date_time {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0em;
}
div#upc_events p.upc_more_events {
  letter-spacing: 0em;
}
div#upc_events p.upc_more_events a {
  font-size: 15px !important;
  color: #005bbb;
  text-decoration: none;
}
.wpcf7 {
  display: none;
  visibility: hidden;
}
.all-apply .wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label {
  font-family: "montserrat", sans-serif;
}
input {
  border-radius: 0px;
  color: #505356;
}
.content input, .content textarea {
  border: 1px solid #505356;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  font-family: "montserrat", sans-serif;
}
.content input::-webkit-input-placeholder, .content textarea::-webkit-input-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
  font-size: 1em;
}
.content input::-moz-placeholder, .content textarea::-moz-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
  font-size: 1em;
}
.content input:-moz-placeholder, .content textarea:-moz-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
  font-size: 1em;
}
.content input:-ms-input-placeholder, .content textarea:-ms-input-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
  font-size: 1em;
}
.content input[type="submit"] {
  padding: 15px 30px;
}
.content .checkboxes input {
  width: auto;
  margin: 0;
}
.content .checkboxes .check-zone {
  margin: 15px 0px 0px;
}
.content .checkboxes .check-zone label {
  margin-bottom: 30px;
  display: inline-block;
}
.content .checkboxes input[type="checkbox"] {
  display: none;
}
.content .checkboxes input[type="checkbox"] + span {
  color: #505356;
}
.content .checkboxes input[type="checkbox"] + span:before {
  content: "";
  border-radius: 0px;
  border: 1px solid #505356;
  height: 19px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.content .checkboxes input[type="checkbox"]:checked + span:before {
  content: "\2713";
  font-size: 1.5em;
  line-height: 0.8em;
}
.content .checkboxes.vertical span {
  display: block;
}
.content input[type="submit"] {
  -webkit-appearance: none;
  width: auto;
  background: none;
}
.content select {
  border: 1px solid #505356;
  padding: 14px 20px;
  width: 100%;
  margin-bottom: 35px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/drop-arrow.jpg) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  outline: 0;
}
.content select:active, .content select:focus {
  outline: 0;
}
.content option:active, .content option:focus {
  outline: 0;
}
.content .business input[type="text"], .content .business input[type="email"], .content .business input[type="tel"] {
  margin-bottom: 30px;
}
/*content*/
.gform_wrapper ul {
  padding-left: 0 !important;
}
.gform_wrapper form * {
  color: #505356;
}
.gform_wrapper form select {
  line-height: normal !important;
  margin-bottom: 0 !important;
  margin-top: 12px !important;
}
.gform_wrapper form .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper form .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper form select, .gform_wrapper form textarea {
  padding: 15px 20px !important;
}
.gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer input[type=submit], .gform_wrapper form .gform_page_footer input.button, .gform_wrapper form .gform_page_footer input[type=submit] {
  border-color: #005bbb;
  color: #005bbb;
  transition: all 0.3s ease;
}
.gform_wrapper form .gform_footer input.button:hover, .gform_wrapper form .gform_footer input[type=submit]:hover, .gform_wrapper form .gform_page_footer input.button:hover, .gform_wrapper form .gform_page_footer input[type=submit]:hover {
  background-color: #005bbb;
  color: #fff !important;
}
.gform_wrapper form ul.gfield_checkbox li input[type=checkbox], .gform_wrapper form ul.gfield_radio li input[type=radio] {
  height: 19px !important;
  width: 19px !important;
}
.gform_wrapper form textarea {
  margin-top: 12px !important;
}
.footer .gform_wrapper {
  margin: 0;
}
.footer .gform_wrapper .gform_footer input.button, .footer .gform_wrapper .gform_footer input[type=submit], .footer .gform_wrapper .gform_page_footer input.button, .footer .gform_wrapper .gform_page_footer input[type=submit] {
  border-color: #fff;
  color: #fff;
}
.footer .gform_wrapper .gform_footer input.button:hover, .footer .gform_wrapper .gform_footer input[type=submit]:hover, .footer .gform_wrapper .gform_page_footer input.button:hover, .footer .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #fff;
  color: #505356;
}
.footer .gform_wrapper .gfield_label {
  display: none;
  visibility: hidden;
}
.footer .gform_wrapper li {
  list-style: none;
}
.footer .gform_wrapper input::-webkit-input-placeholder {
  font-family: inherit;
  font-style: inherit;
}
.footer #gform_8 {
  line-height: 1 !important;
}
.footer #gform_8 .ginput_container_email input {
  box-sizing: border-box !important;
  font-family: 'droid-italic', serif;
  font-size: 13px !important;
  font-style: italic;
  line-height: inherit;
  padding: 13px !important;
  width: 225px;
}
.footer #gform_8 > div {
  display: inline-block;
  width: auto !important;
}
.footer #gform_8 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: inherit;
  margin-right: 0;
  margin-top: 0;
}
.footer #gform_8 input.button, .footer #gform_8 input[type=submit], .footer #gform_8 input.button, .footer #gform_8 input[type=submit] {
  font-size: 13.333px !important;
}
.footer #gform_8 ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0 !important;
}
.footer #gform_8 .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
.footer #gform_8 .ginput_container {
  margin-top: 0;
}
div#asidebar_form .gform_wrapper form {
  width: auto;
}
div#asidebar_form .gform_wrapper textarea, div#asidebar_form .gform_wrapper input {
  margin-bottom: 0 !important;
}
div#asidebar_form .gform_wrapper #field_1_1 {
  margin-bottom: -5px;
}
div#asidebar_form .gform_wrapper .gform_footer {
  margin-top: 12px;
}
.footer {
  display: block;
  background-color: #505356;
  width: 100%;
  height: 275px;
  color: white;
  box-sizing: border-box;
  /*small-col*/
}
.footer .icon {
  max-width: 30px;
  margin-right: 20px;
}
.footer h5 {
  color: white;
  text-transform: uppercase;
}
.footer input {
  border: 0;
}
.footer input[type="submit"] {
  border: 1px solid white;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  padding: 9px 20px 8px;
  font-family: "montserrat", sans-serif;
  height: 41px;
}
.footer div.wpcf7-response-output {
  font-size: 0.9em;
}
.footer .two-col-third {
  height: 100%;
}
.footer .big-col {
  padding: 30px 50px 25px;
  height: 190px;
  /*connect*/
}
.footer .big-col .connect {
  display: inline-block;
  max-width: calc(50% - 50px);
  vertical-align: top;
}
.footer .big-col .connect ul {
  list-style: none;
}
.footer .big-col .connect ul li {
  display: inline-block;
  position: relative;
}
.footer .big-col .copyright {
  font-size: 0.8em;
  margin-top: 20px;
  text-transform: uppercase;
}
.footer .big-col .copyright a {
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.footer .big-col .copyright a:hover {
  color: #5eb6e4;
}
.footer .big-col .nav-footer {
  width: 50%;
  box-sizing: border-box;
  float: right;
  padding: 1.25em 50px 0;
}
.footer .big-col .nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .big-col .nav-footer li {
  margin-bottom: 1em;
}
.footer .big-col .nav-footer a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
.footer .big-col .nav-footer a:hover {
  color: #5eb6e4;
}
.footer .small-col {
  padding: 30px 50px 25px;
  background: #5eb6e4;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 0;
  /*hidden-survey*/
}
.footer .small-col h5 {
  font-weight: 300;
}
.footer .small-col::after {
  content: "";
  background: url(images/lansing-logo-transparent.png) no-repeat bottom right / 50% auto;
  position: absolute;
  height: 100%;
  width: 34vw;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}
.footer .small-col .hidden-survey {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 0px;
  display: block;
  background: #5eb6e4;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: unset;
  /*wpcf7*/
}
.footer .small-col .hidden-survey.visible {
  max-height: 1000px;
}
.footer .small-col .hidden-survey #xit {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.6em;
  cursor: pointer;
}
.footer .small-col .hidden-survey .hidden-container {
  padding: 35px 50px 25px;
  box-sizing: border-box;
}
.footer .small-col .hidden-survey h6 {
  font-size: 1.8em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto 30px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid white;
  text-align: center;
  display: inline-block;
}
.footer .small-col .hidden-survey .yesno {
  float: right;
  clear: left;
  text-transform: uppercase;
}
.footer .small-col .hidden-survey .yesno #yes {
  margin-right: 0.5em;
}
.footer .small-col .hidden-survey .wpcf7 {
  display: block;
  clear: both;
}
.footer .small-col .hidden-survey .wpcf7 .wpcf7-list-item-label {
  display: none;
}
.footer .small-col .hidden-survey .wpcf7 .wpcf7-checkbox {
  float: right;
  display: inline-block;
}
.footer .small-col .hidden-survey .wpcf7 label {
  max-width: calc(100% - 76px);
  display: inline-block;
}
.footer .small-col .hidden-survey .wpcf7 input, .footer .small-col .hidden-survey .wpcf7 textarea {
  border: 0;
  margin-bottom: 0;
  width: auto;
}
.footer .small-col .hidden-survey .wpcf7 textarea {
  width: 100%;
  margin: 25px 0px 15px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 0;
  font-family: "montserrat", sans-serif;
}
.footer .small-col .hidden-survey .wpcf7 textarea::-webkit-input-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
}
.footer .small-col .hidden-survey .wpcf7 textarea::-moz-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
}
.footer .small-col .hidden-survey .wpcf7 textarea:-moz-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
}
.footer .small-col .hidden-survey .wpcf7 textarea:-ms-input-placeholder {
  color: #505356;
  font-family: "montserrat", sans-serif;
}
.footer .small-col .hidden-survey .wpcf7 input[type="email"] {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.footer .small-col .hidden-survey .wpcf7 input[type="email"]::-webkit-input-placeholder {
  font-family: "montserrat", sans-serif;
  color: #505356;
}
.footer .small-col .hidden-survey .wpcf7 input[type="email"]::-moz-placeholder {
  font-family: "montserrat", sans-serif;
  color: #505356;
}
.footer .small-col .hidden-survey .wpcf7 input[type="email"]:-moz-placeholder {
  font-family: "montserrat", sans-serif;
  color: #505356;
}
.footer .small-col .hidden-survey .wpcf7 input[type="email"]:-ms-input-placeholder {
  font-family: "montserrat", sans-serif;
  color: #505356;
}
.footer .small-col .hidden-survey .wpcf7 input[type="checkbox"] {
  border-radius: 0;
}
.footer .small-col .hidden-survey .wpcf7 input[type="submit"] {
  background-color: #5eb6e4;
  width: 100%;
  display: block;
  margin-top: 50px;
  -webkit-appearance: none;
  border: 1px solid white;
}
.footer .small-col .hidden-survey .wpcf7 input[type="submit"]:hover {
  background-color: white;
  color: #5eb6e4;
}
.footer .small-col .hidden-survey .wpcf7 p.email-preamble {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.footer .newsletter input[type="email"] {
  height: 41px;
  width: 225px;
  box-sizing: border-box;
  padding: 10px;
  font-family: 'droid-italic', serif;
  padding-right: 20px;
}
.footer .newsletter input[type="submit"] {
  background-color: transparent;
  -webkit-appearance: none;
}
.footer .newsletter input[type="submit"]:hover {
  background-color: white;
  color: #505356;
}
@media (max-width: 1280px) {
  .footer .small-col::after {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .footer {
    height: auto;
  }
  .footer .big-col {
    padding: 25px;
    height: 310px;
  }
  .footer .big-col .connect {
    max-width: 100%;
  }
  .footer .big-col .nav-footer {
    width: 100%;
    padding: 1.25em 0 0;
  }
  .footer .big-col .newsletter {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 450px) {
  .footer .big-col {
    height: 350px;
  }
}
/*footer*/
div#alert_banner {
  display: block;
  position: relative;
  background-color: #cb1f1f;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px 25px 10px 25px;
}
@media only screen and (max-width: 900px) {
  div#alert_banner {
    font-size: 14px;
  }
}
div#alert_banner strong {
  font-family: "montserrat-bold", sans-serif;
}
div#alert_banner em {
  font-style: italic;
}
div#alert_banner a {
  color: #fff;
  text-decoration: underline;
}
.head-banner {
  height: 350px;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  position: relative;
}
.head-banner .centered-vertical {
  display: block;
  margin: auto;
}
.head-banner h1 {
  color: white;
  margin: 0;
  font-size: 2.5em;
}
@media screen and (max-width: 1280px) and (min-width: 900px) {
  .head-banner {
    background-position: center !important;
  }
}
.head-banner .hero-badge {
  bottom: 18px;
  max-width: 100px;
  min-width: 70px;
  position: absolute;
  right: 18px;
  width: 7vw;
}
.content {
  padding-top: 100px;
  min-height: calc(100vh - 350px);
  /*interior*/
}
.content .interior {
  margin: auto;
  display: block;
  /*sidebar styles*/
}
.content .interior .top-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.content .interior .top-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .interior .top-img {
  width: 100%;
  height: auto;
}
.content .interior h2 {
  color: #505356;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75em;
}
.content .interior h3.subsection-head {
  margin-bottom: 20px;
}
.content .interior p {
  color: #505356;
  font-family: 'droid', serif;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.content .interior p.italic {
  font-family: 'droid-italic', serif;
}
.content .interior .the-content p {
  margin-bottom: 0.5em;
}
.content .interior .the-content ul {
  padding-left: 25px;
  font-family: 'droid', serif;
  color: #505356;
  margin-bottom: 1.5em;
}
.content .interior .the-content ul li {
  margin-bottom: 10px;
}
.content .interior .the-content a:hover {
  text-decoration: underline;
}
.content .interior .the-content div.the-content-faqs h2 em {
  color: #5eb6e4;
  font-family: 'droid-italic', serif;
}
.content .interior .the-content div.the-content-faqs h3 em {
  color: #5eb6e4;
  font-family: 'droid-italic', serif;
}
.content .interior.no-sidebar {
  padding-top: 50px;
  max-width: 90%;
}
.content .interior.two-col-third {
  background: #ebebeb;
  /*sidebar*/
  /*resource-sidebar-new*/
  /*resource-sidebar*/
}
.content .interior.two-col-third > .big-col {
  background: white;
  height: auto !important;
  padding: 50px;
}
@media (max-width: 450px) {
  .content .interior.two-col-third > .big-col {
    padding: 25px;
  }
}
.content .interior.two-col-third > .small-col {
  padding: 50px 45px;
}
.content .interior.two-col-third > .small-col p {
  margin-bottom: 0;
}
.content .interior.two-col-third > .small-col h3.sidebar-title {
  color: #505356;
  border-top: 1px solid #505356;
  padding-top: 17px;
  text-transform: uppercase;
}
.content .interior.two-col-third > .small-col ul {
  list-style: none;
}
.content .interior.two-col-third > .small-col ul a {
  color: #005bbb;
}
.content .interior.two-col-third > .small-col ul a li {
  border-top: 1px solid #005bbb;
  display: block;
  padding: 17px 0px 25px;
  max-width: 325px;
  text-transform: uppercase;
}
.content .interior.two-col-third > .small-col ul a li:hover {
  text-decoration: underline;
  color: #505356;
}
.content .interior.two-col-third > .small-col ul a.active {
  color: #505356;
}
.content .interior.two-col-third > .small-col ul a.active li {
  border-top: 1px solid #505356;
}
.content .interior.two-col-third > .small-col .sidebar-quote {
  border-top: 1px solid #505356;
  border-bottom: 1px solid #505356;
  width: 325px;
  max-width: 90%;
  padding: 25px 0;
}
.content .interior.two-col-third > .small-col .sidebar-quote p {
  color: #003c69;
  font-family: 'droid-italic', serif;
  font-size: 1.3em;
  margin: 0;
}
@media (max-width: 450px) {
  .content .interior.two-col-third > .small-col {
    padding: 25px;
  }
}
@media (max-width: 1280px) {
  .content .interior.two-col-third > .small-col .sidebar-quote {
    width: 100%;
    max-width: 100%;
  }
  .content .interior.two-col-third > .small-col ul a {
    text-align: center;
    display: block;
    width: 100%;
  }
  .content .interior.two-col-third > .small-col ul a li {
    width: 350px;
    display: inline-block;
    text-align: left;
  }
}
.content .interior.two-col-third .resource-sidebar-new {
  max-width: 325px;
  /*resource-item*/
}
.content .interior.two-col-third .resource-sidebar-new a.resource-item {
  display: block;
  position: relative;
  margin-top: 25px;
  width: 100%;
  height: 215px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content .interior.two-col-third .resource-sidebar-new a.resource-item div.resrouce-item-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 60, 105, 0.8);
  box-sizing: border-box;
  padding: 11px 18px 10px 18px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.content .interior.two-col-third .resource-sidebar-new a.resource-item:hover div.resrouce-item-footer {
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  .content .interior.two-col-third .resource-sidebar-new {
    max-width: 100%;
    text-align: center;
  }
  .content .interior.two-col-third .resource-sidebar-new .resource-item {
    max-width: 325px;
    float: none;
    margin-bottom: 25px;
  }
}
.content .interior.two-col-third .resource-sidebar {
  max-width: 325px;
  /*resource-item*/
}
.content .interior.two-col-third .resource-sidebar .resource-item {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
}
.content .interior.two-col-third .resource-sidebar .resource-item .cover-padding {
  height: 0px;
  padding-bottom: 66%;
}
.content .interior.two-col-third .resource-sidebar .resource-item .cover-reveal {
  color: white;
  padding: 3% 5%;
  text-transform: uppercase;
}
.content .interior.two-col-third .resource-sidebar .resource-item .cover-reveal span {
  display: block;
}
.content .interior.two-col-third .resource-sidebar .resource-item .cover-reveal span:after {
  content: " \00bb";
  opacity: 0;
  transition: all 0.3s ease;
}
.content .interior.two-col-third .resource-sidebar .resource-item:hover .cover-reveal span:after {
  opacity: 1;
}
@media (max-width: 1280px) {
  .content .interior.two-col-third .resource-sidebar {
    max-width: 100%;
    text-align: center;
  }
  .content .interior.two-col-third .resource-sidebar .resource-item {
    max-width: 325px;
    float: none;
    margin-bottom: 25px;
  }
}
.content .quote {
  display: block;
  background: url(images/quote-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 45px;
}
.content .quote .quote-container {
  display: inline-block;
  max-width: 1000px;
}
.content .quote hr {
  width: 40px;
  border-top: 1px solid white;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 35px auto 20px;
}
.content .quote p.quotetext {
  font-family: 'droid-italic', serif;
  font-size: 1.8em;
  line-height: 1.3em;
}
.content .quote p.quoteattr, .content .quote p.quotetitle {
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
}
.content .quote p.quotetitle {
  color: #ebebeb;
}
@media (max-width: 1000px) {
  .content {
    padding-top: 77px;
  }
}
@media (max-width: 900px) {
  .content .interior.two-col-third {
    background-color: #fff;
  }
}
/*content*/
.iframe-content {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
/* ##### START LANDING PAGE TEMPLATE ##### */
body.page-template-page-landing-page .head-banner {
  height: 500px;
  text-align: center;
  position: relative;
}
body.page-template-page-landing-page .head-banner .hero-video-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 101;
}
body.page-template-page-landing-page .head-banner .hero-video-container video {
  height: 100%;
}
body.page-template-page-landing-page .head-banner h1 {
  font-size: 3.5em;
  /*max-width: 700px;*/
  max-width: 100%;
  display: inline-block;
}
body.page-template-page-landing-page .head-banner h1 em {
  font-weight: 400;
  font-family: 'droid', serif;
  color: #5eb6e4;
}
body.page-template-page-landing-page .head-banner .bottom-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5em;
  text-align: center;
  z-index: 100;
}
body.page-template-page-landing-page .head-banner .bottom-content .learn-box {
  background: rgba(0, 60, 105, .8);
  margin-bottom: 3em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid white;
}
body.page-template-page-landing-page .head-banner .bottom-content .learn-box:hover {
  background: rgba(255, 255, 255, .8);
  color: #003c69;
}
body.page-template-page-landing-page .head-banner .bottom-content .down-arrow {
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
body.page-template-page-landing-page .head-banner::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(images/bottom-left-bg.png), url(images/top-right-bg.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
}
body.page-template-page-landing-page .vendor .full-col {
  padding: 20px 30px;
}
body.page-template-page-landing-page .vendor .full-col h4 {
  font-size: 1.3em;
  margin: 0px 0px 28px;
}
body.page-template-page-landing-page .vendor .full-col ul {
  margin: 0 0 1em 40px;
  font-family: 'droid', serif;
  font-weight: 300;
  line-height: 1.5em;
  color: #505356;
}
body.page-template-page-landing-page .sidebar h3 {
  margin: 0;
}
body.page-template-page-landing-page .interior {
  background: #fff !important;
}
body.page-template-page-landing-page .interior .sidebar {
  background: #ebebeb;
}
body.page-template-page-landing-page .cta_container h3 {
  text-transform: none;
}
/* ##### END LANDING PAGE TEMPLATE ##### */
/* ##### ANONYMOUS SIDEBAR FORM ##### */
div.small-col-no-bottom-padding {
  padding-bottom: 0 !important;
}
div#asidebar_form {
  position: relative;
  left: -45px;
  display: block;
  width: calc(100% + 75px);
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 45px;
}
div#asidebar_form p#asidebar_form_intro {
  width: 325px;
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 35px;
}
div#asidebar_form form {
  width: 325px;
}
div#asidebar_form form textarea {
  max-width: 325px;
  height: 200px;
  margin-bottom: 18px;
  font-size: 18px;
}
div#asidebar_form form input {
  max-width: 325px;
  margin-bottom: 26px;
  font-size: 18px;
}
div#asidebar_form form input[type=submit] {
  border-color: #025cbb;
  color: #025cbb;
  font-size: 18px;
  margin-top: 0px;
}
div#asidebar_form form span.wpcf7-not-valid-tip {
  position: relative;
  top: -24px;
  font-size: 16px;
  font-family: "montserrat-bold", sans-serif;
}
div#asidebar_form form div.wpcf7-validation-errors {
  display: none !important;
}
div#asidebar_form form div.wpcf7-mail-sent-ok {
  border: none !important;
}
div#asidebar_form form div.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  color: #025cbb;
}
.home-content {
  padding-top: 0px;
  /*section5*/
  /*block2*/
  /*statistics*/
  /*sponsors*/
}
@media (max-width: 900px) {
  .home-content {
    font-size: 0.9em;
  }
}
.home-content a.learn-box {
  text-transform: uppercase;
}
.home-content .section {
  position: relative;
  box-sizing: border-box;
}
.home-content .section .two-col-half .col {
  padding-bottom: 100px;
  min-height: calc(50vw - 150px);
  padding-top: 70px;
  box-sizing: border-box;
}
.home-content #sec1 {
  min-height: calc(100vh - 100px);
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .home-content #sec1 {
    margin-top: 77px;
    min-height: calc(100vh - 77px);
  }
}
@media (max-height: 800px) and (min-width: 1000px) {
  .home-content #sec1 {
    min-height: 700px;
  }
}
.home-content #sec1 .home-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-content #sec1 .home-image:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(images/bottom-left-bg.png), url(images/top-right-bg.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
}
.home-content #sec1 .home-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-content #sec1 .home-video:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(images/bottom-left-bg.png), url(images/top-right-bg.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
}
.home-content #sec1 .home-video video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 900px) {
  .home-content #sec1 .home-video.hide_mobile {
    display: none;
  }
}
.home-content #sec1 .center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 51em;
  max-width: 90%;
  text-align: center;
}
.home-content #sec1 .center-content h1 {
  font-size: 4.5em;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
.home-content #sec1 .center-content strong {
  font-weight: 400;
  font-family: 'droid', serif;
  color: #5eb6e4;
  font-style: italic;
}
@media (max-width: 900px) {
  .home-content #sec1 .center-content h1 {
    font-size: 3em;
  }
}
.home-content #sec1 .bottom-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5em;
  text-align: center;
}
.home-content #sec1 .bottom-content .learn-box {
  background: rgba(0, 60, 105, .8);
  margin-bottom: 3em;
}
.home-content #sec1 .bottom-content .learn-box:hover {
  background: rgba(255, 255, 255, .8);
}
@media (max-width: 900px) {
  .home-content #sec1 .bottom-content {
    bottom: 1em;
  }
}
.home-content .home-hero {
  display: block;
  height: calc(100vh - 367px);
  min-height: 250px;
}
.home-content .callout {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: white;
  background-image: url(images/bottom-left-bg.png), url(images/top-right-bg.png), url(images/callout-bg.jpg);
  background-position: bottom left, top right, center center;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 40px 50px;
  min-height: 240px;
}
.home-content .callout h1 {
  margin: 5px auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.home-content .callout a.learn-box {
  margin: 30px auto;
}
.home-content .down-arrow {
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.home-content .down-arrow:hover, .home-content .down-arrow:focus, .home-content .down-arrow:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  -ms-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  -ms-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  -ms-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  -ms-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  -ms-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  -ms-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.home-content #section5 {
  background: #f7f2e8;
  /*three-col*/
}
.home-content #section5 .three-col {
  padding: 60px 0px 50px;
}
.home-content #section5 .three-col h3 {
  color: #505356;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-content #section5 .three-col h4 {
  margin: 20px 0px 10px;
  font-size: 1.5em;
  color: #005bbb;
}
.home-content #section5 .three-col h4 a {
  color: #005bbb;
}
.home-content #section5 .three-col a.learn-box {
  margin-top: 20px;
}
.home-content #section5 .three-col #blogcol {
  padding: 0px 50px;
  border-right: 1px solid #505356;
}
.home-content #section5 .three-col #blogcol img {
  max-height: 250px;
  margin: 0;
  width: auto;
}
.home-content #section5 .three-col #areacol {
  padding: 0px 50px;
  border-right: 1px solid #505356;
}
.home-content #section5 .three-col #areacol p {
  color: #505356;
  font-family: 'droid', serif;
  font-size: 1.2em;
}
.home-content #section5 .three-col #loccol {
  padding: 0px 50px;
}
.home-content #section5 .three-col #loccol img {
  max-height: 250px;
  margin: 0 auto;
  width: auto;
}
.home-content #section5 .three-col #loccol p {
  font-family: 'droid', serif;
  color: #505356;
  margin-top: 10px;
  font-size: 1.2em;
}
@media (max-width: 900px) {
  .home-content #section5 .three-col {
    padding: 25px 0px;
  }
  .home-content #section5 .three-col .col, .home-content #section5 .three-col #blogcol, .home-content #section5 .three-col #loccol, .home-content #section5 .three-col #areacol {
    padding: 0 25px;
  }
  .home-content #section5 .three-col .col img, .home-content #section5 .three-col #blogcol img, .home-content #section5 .three-col #loccol img, .home-content #section5 .three-col #areacol img {
    max-width: 100%;
  }
}
.home-content .block1 {
  color: white;
  padding: 0px 50px;
}
.home-content .block1 .target {
  text-transform: uppercase;
}
.home-content .block1 h2 {
  font-weight: 500;
  font-size: 2.5em;
  margin-top: 30px;
}
.home-content .block1 a.learn-box {
  font-size: 0.8em;
}
@media (max-width: 900px) {
  .home-content .block1 {
    padding: 25px 25px 75px;
  }
}
.home-content .section .two-col-half .col.block2 {
  color: white;
  min-height: 600px;
}
.home-content .section .two-col-half .col.block2 .block2-quote {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 55px 50px;
  background: #b2541a;
}
@media (max-width: 900px) {
  .home-content .section .two-col-half .col.block2 .block2-quote {
    padding: 55px 25px;
  }
}
.home-content .section .two-col-half .col.block2 .block2-quote .home-quote {
  font-size: 2em;
  font-family: 'droid-italic', serif;
  line-height: 1.4em;
}
.home-content .section .two-col-half .col.block2 .block2-quote .attribution {
  text-transform: uppercase;
  margin-top: 10px;
}
.home-content .section .two-col-half .col.block2 .block2-quote .attribution .quote-suffix {
  font-family: 'droid-italic', serif;
  text-transform: none;
  font-size: 1.125em;
}
.home-content .statistics {
  display: block;
  width: 100%;
  height: 215px;
  margin: 0;
  /*statistic*/
}
.home-content .statistics::after {
  clear: both;
  content: "";
  display: table;
}
.home-content .statistics .statistic {
  width: 25%;
  height: 100%;
  display: inline-block;
  float: left;
  background: #5eb6e4;
  color: white;
}
.home-content .statistics .statistic.dark {
  background: #3e92be;
}
.home-content .statistics .statistic .stat {
  font-size: 3.5em;
  text-align: center;
  font-family: 'droid', serif;
}
.home-content .statistics .statistic .stat .stat-suffix {
  font-size: 0.4em;
  display: inline-block;
  vertical-align: middle;
}
.home-content .statistics .statistic hr {
  width: 40px;
  color: white;
  border-top: 1px solid white;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.home-content .statistics .statistic .stat-label {
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 900px) {
  .home-content .statistics {
    height: auto;
  }
  .home-content .statistics .statistic {
    width: 50%;
    height: 215px;
    padding: 10px;
    box-sizing: border-box;
  }
  .home-content .statistics .statistic:nth-child(3n), .home-content .statistics .statistic:nth-child(4n) {
    float: right;
  }
}
.home-content .sponsors {
  display: block;
  width: 100%;
  height: 110px;
  margin: 0;
}
.home-content .sponsors::after {
  clear: both;
  content: "";
  display: table;
}
.home-content .sponsors .sponsor {
  width: calc(100%/6 - 1px);
  display: inline-block;
  float: left;
  background: #005bbb;
  height: 100%;
}
.home-content .sponsors .sponsor img {
  max-width: 90%;
  margin: auto;
}
.home-content .sponsors .sponsor.dark {
  background: #003c69;
}
@media (max-width: 900px) {
  .home-content .sponsors {
    height: auto;
  }
  .home-content .sponsors .sponsor {
    height: 110px;
    width: 50%;
  }
  .home-content .sponsors .sponsor:nth-child(3), .home-content .sponsors .sponsor:nth-child(4) {
    float: right;
  }
}
.home-content .footer .copyright {
  margin-top: 0px;
}
/*home*/
#awards-slider {
  background: #5eb6e4;
  overflow: hidden;
  padding: 20px 0;
  min-height: 113px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.7em;
  line-height: 1em;
}
#awards-slider .content-max {
  margin: 0 auto;
}
#awards-slider .content-max > div {
  width: 100%;
}
#awards-slider .content-max .awardcontent {
  width: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#awards-slider .awardbadge, #awards-slider .awardtext {
  padding: 0 10px;
}
#awards-slider strong {
  color: #0a395d;
}
#awards-slider img {
  max-height: 75px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #awards-slider {
    font-size: 1.4em;
  }
  #awards-slider .awardbadge {
    flex-basis: 30%;
    padding: 0 10px;
  }
  #awards-slider .awardtext {
    flex-basis: 70%;
    padding: 0 10px;
  }
}
div#section_lansingnow div.block1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div#section_lansingnow div.block2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div#section_lansingnow div.block2 div.ln_block2_inner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 181, 136, 0.7);
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
  div#section_lansingnow div.block2 div.ln_block2_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
div#section_lansingnow div.block2 div.ln_block2_inner a {
  text-decoration: none;
}
div#section_lansingnow div.block2 div.ln_block2_inner a img {
  max-width: 75%;
}
@media screen and (max-width: 900px) {
  div#section_lansingnow div.block2 div.ln_block2_inner a img {
    max-width: 90%;
  }
}
div#section_products div.block2 {
  display: block;
  position: relative;
  padding: 0 0 0 0;
}
@media screen and (max-width: 900px) {
  div#section_products div.block2 {
    min-height: auto !important;
  }
}
div#section_products div.block2 div.all_sponsors {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  div#section_products div.block2 div.all_sponsors {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  div#section_products div.block2 div.all_sponsors {
    display: block;
  }
}
div#section_products div.block2 div.all_sponsors a.sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  height: 33.333%;
  background-color: #005bbb;
}
div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(2), div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(3), div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(6) {
  background-color: #003c69;
}
div#section_products div.block2 div.all_sponsors a.sponsor img {
  max-width: 75%;
}
@media screen and (max-width: 900px) {
  div#section_products div.block2 div.all_sponsors a.sponsor {
    height: 120px;
  }
  div#section_products div.block2 div.all_sponsors a.sponsor img {
    max-height: 75%;
  }
}
@media screen and (max-width: 600px) {
  div#section_products div.block2 div.all_sponsors a.sponsor {
    width: auto;
    flex: none;
    height: 90px;
  }
  div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(1), div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(3), div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(5) {
    background-color: #005bbb;
  }
  div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(2), div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(4), div#section_products div.block2 div.all_sponsors a.sponsor:nth-of-type(6) {
    background-color: #003c69;
  }
}
div#section_hh {
  background-color: #f1b434;
}
div#section_hh div.block1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div#section_hh div.block1 h2 {
  width: 60%;
}
div#section_hh div.block2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div#section_hh div.block2 div.block2_inner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px 30px 40px;
  text-align: right;
  background-color: rgba(241, 180, 52, 0.8);
}
div#section_hh div.block2 div.block2_inner p.hh_quote {
  font-size: 23px;
  line-height: 45px;
  font-weight: 500;
  color: #000;
  margin: 0 0 0 0;
  text-align: left;
}
div#section_hh div.block2 div.block2_inner img.sig {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-right: 0;
}
@media screen and (max-width: 1350px) {
  div#section_hh div.block2 div.block2_inner {
    padding: 20px 30px 20px 30px;
  }
  div#section_hh div.block2 div.block2_inner p.hh_quote {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  div#section_hh div.block2 div.block2_inner {
    padding: 20px 25px 20px 25px;
  }
  div#section_hh div.block2 div.block2_inner p.hh_quote {
    font-size: 16px;
    line-height: 26px;
  }
}
div#section3 {
  /* Careers */
}
div#section3 div.block2 {
  display: block;
  position: relative;
  padding: 0 0 0 0;
}
@media screen and (max-width: 900px) {
  div#section3 div.block2 {
    min-height: auto !important;
  }
}
div#section3 div.block2 div.all_stats {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  div#section3 div.block2 div.all_stats {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  div#section3 div.block2 div.all_stats {
    display: block;
  }
}
div#section3 div.block2 div.all_stats div.stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  height: 50%;
  background-color: #3e92be;
}
div#section3 div.block2 div.all_stats div.stat:nth-of-type(2), div#section3 div.block2 div.all_stats div.stat:nth-of-type(3) {
  background-color: #5eb6e4;
}
div#section3 div.block2 div.all_stats div.stat div.stat_inner {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
div#section3 div.block2 div.all_stats div.stat div.stat_inner p.stat_number {
  font-family: 'droid', serif;
  font-size: 66px;
  line-height: 77px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  div#section3 div.block2 div.all_stats div.stat div.stat_inner p.stat_number {
    font-size: 56px;
    line-height: 65px;
  }
}
div#section3 div.block2 div.all_stats div.stat div.stat_inner p.stat_number span.stat-suffix {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 27px;
  line-height: 31px;
  margin-left: 12px;
}
div#section3 div.block2 div.all_stats div.stat div.stat_inner hr {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 40px;
  height: 1px;
  border: none;
  background-color: #fff;
}
div#section3 div.block2 div.all_stats div.stat div.stat_inner p.stat-label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  div#section3 div.block2 div.all_stats div.stat {
    height: auto;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
  }
  div#section3 div.block2 div.all_stats div.stat div.stat_inner {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  div#section3 div.block2 div.all_stats div.stat {
    width: auto;
    flex: none;
  }
  div#section3 div.block2 div.all_stats div.stat:nth-of-type(1), div#section3 div.block2 div.all_stats div.stat:nth-of-type(3) {
    background-color: #3e92be;
  }
  div#section3 div.block2 div.all_stats div.stat:nth-of-type(2), div#section3 div.block2 div.all_stats div.stat:nth-of-type(4) {
    background-color: #5eb6e4;
  }
}
.timeline {
  margin: 25px 10px;
  border-left: 3px solid #005bbb;
  padding: 0;
}
.timeline .timeline-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
  top: -5px;
}
.timeline .timeline-item p {
  font-family: "montserrat", sans-serif;
}
.timeline .timeline-item .timeline-year {
  font-size: 1.3em;
  color: #5eb6e4;
}
.timeline .timeline-item::before {
  content: "";
  background: white;
  border: 2px solid #005bbb;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: -6px;
  top: 5px;
}
/*timeline*/
@media screen and (max-width: 1280px) and (min-width: 900px) {
  .page-template-blog-overview .head-banner {
    background-position: center right !important;
  }
}
.blog-grid {
  display: block;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
.blog-grid .blog-item {
  display: inline-block;
  vertical-align: top;
  width: calc(100%/3 - 45px);
  margin: 25px 20px 70px;
}
@media (max-width: 900px) {
  .blog-grid .blog-item {
    width: calc(100% - 40px);
  }
}
.blog-item img {
  max-width: 100%;
  margin-bottom: 20px;
}
.blog-item h4 a {
  color: #005bbb;
  font-size: 1.35em;
}
.blog-item h4 a:hover {
  text-decoration: underline;
}
.latest-post {
  padding-bottom: 50px;
}
.latest-post h3 {
  text-transform: uppercase;
}
.latest-post h2 {
  margin: 30px 0 0;
  font-family: "montserrat", sans-serif;
}
.latest-post h2 a {
  color: #005bbb;
}
.latest-post h2 a:hover {
  text-decoration: underline;
}
.latest-post p a {
  color: #005bbb;
}
.latest-post p a:after {
  content: " \00BB";
}
.latest-post p a:hover {
  text-decoration: underline;
}
.latest-post .byline {
  margin-bottom: 35px;
}
.latest-post .big-col {
  padding-right: 40px;
}
.latest-post img {
  max-width: 100%;
}
#loadmore, .blog-no-more {
  margin-bottom: 60px;
}
.blog-no-more {
  color: #505356;
}
.sidebar .blog-item {
  max-width: 325px;
  margin-top: 35px;
}
@media screen and (max-width: 1280px) {
  .sidebar .blog-item {
    display: inline-block;
    vertical-align: text-top;
    margin: 35px;
  }
}
.shop-talk .latest-post {
  margin-top: 70px;
  padding-bottom: 10px;
}
.shop-talk .latest-post h2 {
  margin: 0;
  padding: 0;
}
.shop-talk .blog-list .blog-item a {
  color: #505356;
  font-size: 0.9em;
  text-transform: uppercase;
}
.shop-talk .blog-list .blog-item a:hover {
  color: #005bbb;
}
.blog-single {
  color: #505356;
  /*social-share icons*/
}
.blog-single h1 {
  margin-bottom: 30px;
  font-size: 3.125em;
}
.blog-single h3 em {
  color: #5eb6e4;
  font-family: 'droid-italic', serif;
}
.blog-single .byline {
  display: inline-block;
  float: none;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.blog-single .social-share {
  float: right;
}
.blog-single .social-share li {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.blog-single .social-share li img {
  width: 20px;
  height: 20px;
}
.blog-single .image-caption, .blog-single .wp-caption {
  padding: 20px 0 30px;
  display: block;
  width: 100% !important;
  clear: both;
}
.blog-single .image-caption img, .blog-single .wp-caption img {
  width: 100%;
  height: auto;
}
.blog-single .image-caption .wp-caption-text, .blog-single .wp-caption .wp-caption-text {
  float: left;
  width: 170px;
  font-family: 'droid-italic', serif;
  padding-top: 35px;
  padding-right: 30px;
  font-size: 0.9em;
  text-align: right;
  background: url('images/top-arrow-blue.png') no-repeat center top 12px;
}
.blog-single p {
  font-size: 1.125em;
  margin-bottom: 1em;
}
.blog-single p em {
  color: #5eb6e4;
  font-family: 'droid-italic', serif;
}
.blog-single ol {
  display: inline-block;
  color: #505356;
  font-family: 'droid', serif;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.125em;
}
.blog-single .alignleft {
  margin: 20px 20px 20px 0px;
  float: left;
}
.blog-single .alignright {
  margin: 20px 0px 20px 20px;
  float: right;
}
.blog-single .alignnone {
  margin: 20px auto;
}
.blog-single p.back-link {
  clear: right;
  float: right;
  border-top: 1px solid #505356;
  margin-top: 40px;
  padding-top: 15px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.blog-single p.back-link a {
  color: #005bbb;
}
.blog-single p.back-link a:hover {
  text-decoration: underline;
}
/*blog-single*/
.contact {
  /*form-col*/
}
.contact .col {
  padding-bottom: 65px;
  height: auto !important;
}
.contact .col:first-child {
  padding-right: 20px;
}
.contact .col:first-child h3 {
  margin-bottom: 35px;
}
.contact .col:last-child {
  padding-left: 20px;
}
.contact .col:last-child h2 {
  font-size: 1em;
}
.contact .col:last-child p {
  margin-bottom: 0;
  font-family: "montserrat", sans-serif;
}
.contact .col:last-child a {
  color: #005bbb;
}
.contact .col:last-child a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .contact .col:first-child, .contact .col .col:last-child {
    padding: 20px 0;
  }
}
.contact .contact-img {
  padding-right: 25px;
}
.contact .contact-img img {
  width: 100%;
  height: auto;
}
.contact .contact-info h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
}
.contact hr {
  margin: 25px 0 20px;
}
.contact .form-col .two-col-third .small-col {
  padding-right: 18px;
}
.contact .form-col .two-col-third .big-col {
  padding-left: 18px;
}
@media (max-width: 1280px) {
  .contact .form-col .two-col-third .small-col, .contact .form-col .two-col-third .big-col {
    padding: 0;
  }
}
/*contact*/
.team {
  /*team-grid*/
  /*team-single*/
}
.team .team-grid {
  position: relative;
  left: -25px;
  width: calc(100% + 50px);
  text-align: center;
}
.team .team-grid::after {
  clear: both;
  content: "";
  display: table;
}
.team .team-grid .grid-item {
  margin: 25px;
  display: inline-block;
  width: calc(100%/4 - 50px);
  min-width: 250px;
  float: left;
  text-align: left;
}
.team .team-grid .grid-item .cover-padding {
  height: 0px;
  padding-bottom: 120%;
}
.team .team-grid .grid-item .cover-padding:hover .cover-reveal {
  top: calc(100% - 80px);
}
.team .team-grid .grid-item .cover-reveal {
  color: white;
  padding: 3% 5%;
  text-transform: uppercase;
}
.team .team-grid .grid-item .hover-hide {
  opacity: 0;
  transition: all 0.3s ease;
}
.team .team-grid .grid-item:hover .hover-hide {
  opacity: 1;
}
.team .two-col-half {
  margin-bottom: 90px;
}
.team .two-col-half > .col:first-child {
  padding-right: 18px;
}
.team .two-col-half > .col:last-child {
  padding-left: 18px;
}
.team .two-col-half img {
  width: 100%;
  height: auto;
}
.team .two-col-half h1 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 2em;
  margin: 0 0 10px;
  color: #505356;
}
.team .two-col-half .job-title {
  font-size: 1.3em;
  font-family: "montserrat", sans-serif;
  margin-bottom: 40px;
}
.team .two-col-half hr {
  margin: 25px 0px 16px;
}
.team .two-col-half a.back {
  color: #005bbb;
  text-transform: uppercase;
  font-weight: 500;
}
.team .two-col-half a.back:hover {
  text-decoration: underline;
}
/*team*/
div#category_filter {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 5px;
}
div#category_filter a.cat {
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #505356;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
div#category_filter a.cat.selected {
  border-bottom: 2px solid #5eb6e4;
}
div#team-grid-new a.grid-item {
  height: 315px;
}
div#team-grid-new a.grid-item div.cover-padding {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 0;
  transform: translateZ(0);
}
div#team-grid-new a.grid-item div.cover-padding .teamimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center !important;
  object-fit: cover !important;
  transition: all 0.4s;
  transform: translateZ(0);
}
div#team-grid-new a.grid-item div.cover-padding .photo-filter {
  filter: grayscale(100%) sepia(50%) saturate(150%) brightness(75%) hue-rotate(166deg);
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transform: translateZ(0);
}
div#team-grid-new a.grid-item div.cover-padding div.toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  background-color: #fff;
  padding: 0 10px 0 10px;
  color: #5eb6e4;
  font-family: "montserrat", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  transition: all 0.4s;
}
div#team-grid-new a.grid-item div.cover-padding div.cover-reveal {
  bottom: 0;
  box-sizing: border-box;
  height: unset;
  top: unset;
}
div#team-grid-new a.grid-item div.cover-padding div.cover-reveal p.name {
  font-family: "montserrat", sans-serif;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
div#team-grid-new a.grid-item div.cover-padding div.cover-reveal p.name .arrow {
  transition: all 0.4s;
}
div#team-grid-new a.grid-item div.cover-padding div.cover-reveal p.position {
  font-family: "montserrat", sans-serif;
  font-size: 0.6em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
div#team-grid-new a.grid-item:hover div.cover-padding .photo-filter {
  opacity: 1;
}
div#team-grid-new a.grid-item:hover div.cover-padding div.toggle {
  background-color: #5eb6e4;
  color: #fff;
}
div#team-grid-new a.grid-item:hover div.cover-padding div.cover-reveal p.name .arrow {
  padding-left: 8px;
}
.locations {
  /*state-section*/
}
.locations h2 {
  color: white;
}
.locations rect {
  display: none;
}
.locations a {
  color: #005bbb;
}
.locations #map {
  height: auto;
  width: 950px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .locations #map {
    display: none;
  }
}
.locations #mobile-select {
  display: none;
}
@media (max-width: 990px) {
  .locations #mobile-select {
    display: block;
    margin: 25px auto;
  }
}
.locations #state-section {
  display: block;
  margin-bottom: 120px;
  transition: all 0.3s ease;
  opacity: 1;
}
.locations #state-section::after {
  clear: both;
  content: "";
  display: table;
}
.locations #state-section p {
  margin-bottom: 0px;
}
.locations #state-section a:hover {
  text-decoration: underline;
}
.locations #state-section .state-head {
  display: block;
  margin-top: 50px;
  border-top: 1px solid #b6b1a9;
  color: #5eb6e4;
  padding-top: 15px;
  font-size: 1.5em;
}
.locations #state-section .location-box {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 40px);
  margin-top: 30px;
  margin-right: 40px;
  border-top: 1px solid #b6b1a9;
  padding-top: 20px;
  min-height: 150px;
}
@media (max-width: 900px) {
  .locations #state-section .location-box {
    width: calc(100% - 40px);
  }
}
.locations #state-section .location-box:nth-child(3n+2) {
  margin-right: 0;
}
.locations #state-section .location-box h3 {
  text-transform: uppercase;
  display: inline-block;
}
.locations #state-section .location-box p {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
}
.locations #state-section .location-box .two-col-half {
  margin-bottom: 25px;
}
/*locations*/
@media screen and (max-width: 1280px) and (min-width: 900px) {
  .location .page-template-blog-overview .head-banner {
    background-position: center right !important;
  }
}
.location .main-img {
  margin: 25px 0;
}
.location .local-events {
  border-top: 1px solid #505356;
  margin-top: 50px;
  display: block;
  padding: 20px 0 60px;
  font-family: "montserrat", sans-serif;
}
.location .local-events h3 {
  text-transform: uppercase;
  margin-right: 40px;
}
.location .local-events .local-event {
  margin-top: 40px;
  padding-bottom: 40px;
  /*border-bottom: 1px solid $grey-dark;*/
  /*&:last-child{
   border-bottom: none;
   }*/
}
.location .local-events .local-event p {
  font-family: "montserrat", sans-serif;
  font-size: 0.9em;
  margin-bottom: 0;
  margin-right: 40px;
  font-family: 'droid', serif;
}
.location .local-events .local-event p.event-address {
  font-style: italic;
  font-family: 'droid', serif;
  margin-right: 40px;
}
.location .local-events .local-event div.event-overview p {
  font-family: "montserrat", sans-serif;
}
.location .local-events .local-event div.event-overview a {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  color: #505356;
}
.location .sidebar h3 {
  text-transform: uppercase;
}
.location .sidebar p {
  font-family: "montserrat", sans-serif;
}
.location .sidebar p.manager-title {
  margin-bottom: 25px;
}
.location .sidebar p.phone {
  margin-top: 25px;
}
.location .sidebar img {
  max-width: 156px;
  margin-bottom: 15px;
}
.location .sidebar h3 {
  margin: 20px 0 30px;
}
.location .sidebar hr {
  max-width: 325px;
  margin: 0;
  text-align: left;
}
.location .sidebar .contact {
  margin-top: 25px;
  display: inline-block;
}
.location .sidebar iframe {
  border: none;
  max-width: 325px;
  display: block;
  margin: 25px 0 15px;
}
.location .sidebar a {
  font-family: "montserrat-light", sans-serif;
  color: #005bbb;
  font-size: 0.9em;
}
.location .sidebar a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .location .sidebar {
    text-align: center;
  }
  .location .sidebar hr {
    margin: 0 auto;
    display: block;
  }
  .location .sidebar iframe {
    margin-left: auto;
    margin-right: auto;
  }
  .location .sidebar a {
    display: block;
  }
}
/*location single*/
.content.product {
  /*vendor*/
  /*other-vendor*/
}
.content.product h3 {
  text-transform: uppercase;
  margin: 15px 0px 45px;
}
.content.product .premier-vendors, .content.product .other-vendors {
  border-top: 1px solid #505356;
  margin-top: 40px;
}
.content.product .vendor {
  background: #f7f2e8;
  border-top: 30px solid #005bbb;
  display: block;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.content.product .vendor:nth-child(2n) {
  border-top: 30px solid #003c69;
}
.content.product .vendor .big-col {
  padding-right: 20px;
}
.content.product .vendor .big-col h4 {
  font-size: 1.3em;
  margin: 22px 0px 28px;
}
.content.product .vendor .big-col p {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .content.product .vendor .big-col {
    padding-left: 20px;
  }
  .content.product .vendor .big-col iframe {
    max-width: 100%;
  }
}
.content.product .vendor .small-col {
  padding-top: 70px;
  text-align: center;
}
.content.product .other-vendor {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  height: 120px;
  width: 25%;
  border-collapse: collapse;
}
/*content-product*/
.products-grid {
  position: relative;
  left: -25px;
  width: calc(100% + 50px);
  text-align: center;
  /*grid-item*/
}
.products-grid::after {
  clear: both;
  content: "";
  display: table;
}
.products-grid .grid-item {
  margin: 25px;
  display: inline-block;
  width: calc(100%/3 - 51px);
  float: left;
  text-align: left;
}
.products-grid .grid-item .cover-padding {
  height: 0px;
  padding-bottom: 66%;
}
.products-grid .grid-item .cover-reveal {
  color: white;
  padding: 3% 5%;
  text-transform: uppercase;
}
.products-grid .grid-item .hover-hide {
  opacity: 0;
  transition: all 0.3s ease;
}
.products-grid .grid-item:hover .hover-hide {
  opacity: 1;
}
@media (max-width: 900px) {
  .products-grid .grid-item {
    width: calc(100% - 50px);
  }
}
/*products-grid*/
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot');
  src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.woff') format('woff'), url('fonts/icomoon/icomoon.ttf') format('truetype'), url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Search results page
 */
.search .content .interior.two-col-third > header.page-header {
  padding-bottom: 0;
}
.search .content .interior.two-col-third > .lbp-search-results {
  padding-top: 0;
}
.search .content .interior.no-sidebar {
  padding-top: 0;
  max-width: 100%;
}
.search .content .interior h2 {
  line-height: 1;
  margin-top: 2em;
}
/**
 * Search behavior
 */
.sb-search {
  position: relative;
  width: 0%;
  min-width: 30px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search form {
  margin-top: 14px;
  height: 30px;
}
.sb-search form::after {
  clear: both;
  content: "";
  display: table;
}
.sb-search label {
  visibility: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.sb-search-input {
  position: absolute;
  top: 14px;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  z-index: 10;
  padding: 0 32px 0 6px;
  font-size: 16px;
  color: #2c3e50;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.sb-search-input::-webkit-input-placeholder {
  color: #e1caa2;
  margin-left: 30px;
}
.sb-search-input:-moz-placeholder {
  color: #e1caa2;
}
.sb-search-input::-moz-placeholder {
  color: #e1caa2;
}
.sb-search-input:-ms-input-placeholder {
  color: #e1caa2;
}
.sb-icon-search, .sb-search-submit {
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  top: 14px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #505356;
  font-size: 18px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "\e000";
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 25%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  background: #505356;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/**
 * Zip Form Styles
 */
#zip-form {
  margin-top: 25px;
}
#zip-form label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#zip-input {
  height: 20px;
  padding: 5px;
  font-size: 11px;
  font-family: "droid-italic", serif;
  border: 1px solid #fff;
}
#use-zip {
  background: #505356;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  font-family: "montserrat", sans-serif;
}
div.landing div.content-max {
  width: auto;
  margin-left: 50px;
  margin-right: 50px;
}
div.landing div.vendor iframe {
  max-width: 100%;
  height: auto;
}
div.associate_spotlights div.team-grid {
  margin-top: 60px;
  margin-bottom: 75px;
}
div.associate_spotlights div.team-grid div.cover-reveal.red {
  background-color: #ae2d2d;
}
div#team_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  /*height: auto;*/
  /*min-height: 100vh;*/
  background-color: rgba(0, 0, 0, 0.9);
  /*backdrop-filter: blur(10px);*/
}
div#team_overlay img#close_x {
  cursor: pointer;
  position: absolute;
  z-index: 2000000;
  top: 50px;
  right: 50px;
  width: 28px;
  height: 28px;
}
div#team_overlay div.team_overlay_outer {
  display: none;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner {
  position: relative;
  display: flex;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  padding: 100px 0 100px 0;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_left {
  width: 582px;
  flex: 0 0 582px;
  text-align: left;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_left img#single_image {
  width: 100%;
  height: auto;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right {
  width: calc(100% - 582px);
  flex: 0 0 calc(100% - 582px);
  box-sizing: border-box;
  padding-left: 36px;
  text-align: left;
  color: #fff;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right h1 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 0 0;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.what_i_love {
  margin-top: 35px;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.what_i_love h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.what_i_love h3 img {
  position: relative;
  top: 4px;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.what_i_love p {
  font-family: 'droid', serif;
  font-size: 16px;
  font-weight: 200 !important;
  font-style: italic;
  line-height: 160%;
  color: #d9d9d9;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.questions div.question {
  margin-top: 45px;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.questions div.question h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}
div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right div.questions div.question p {
  font-family: 'droid', serif;
  font-size: 16px;
  font-weight: 200 !important;
  font-style: italic;
  line-height: 160%;
  color: #d9d9d9;
}
@media only screen and (max-width: 1280px) {
  div#team_overlay img#close_x {
    top: 25px;
    right: 25px;
  }
  div#team_overlay div.team_overlay_outer div.team_overlay_inner {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
  div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_left {
    width: 400px;
    flex: 0 0 400px;
  }
  div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right {
    width: calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
  }
}
@media only screen and (max-width: 900px) {
  div#team_overlay div.team_overlay_outer div.team_overlay_inner {
    display: block;
    padding: 25px 0 25px 0;
  }
  div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_left {
    width: auto;
    flex: none;
    max-width: 75%;
    margin-bottom: 40px;
  }
  div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_left img#single_image {
    max-width: 582px;
  }
  div#team_overlay div.team_overlay_outer div.team_overlay_inner div.toi_right {
    width: auto;
    flex: none;
    padding-left: 0;
  }
}
/*@-moz-document url-prefix() {
 div#team_overlay {
 background-color: rgba(0,0,0,0.9);
 }	
 }*/
div.events div#all_events_headline {
  display: block;
  position: relative;
  margin-top: 40px;
}
div.events div#all_events_headline h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
}
div.events div#all_events_container {
  display: block;
  position: relative;
}
div.events div#all_events_container div.event_container {
  display: block;
  position: relative;
  width: 100%;
  border-top: 30px solid #ebebeb;
  background-color: #f6f2e7;
  box-sizing: border-box;
  padding: 32px 35px 37px 35px;
  margin-bottom: 40px;
}
div.events div#all_events_container div.event_container:last-of-type {
  margin-bottom: 0;
}
div.events div#all_events_container div.event_container div.event_category_container {
  margin-bottom: 25px;
}
div.events div#all_events_container div.event_container div.event_category_container img {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 6px;
}
div.events div#all_events_container div.event_container div.event_category_container p {
  display: inline;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
div.events div#all_events_container div.event_container p.event_title {
  font-family: "montserrat", sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
div.events div#all_events_container div.event_container p.event_date {
  font-family: 'droid', serif;
  font-size: 17px;
  line-height: 14px;
  margin-bottom: 15px;
}
div.events div#all_events_container div.event_container p.event_date span {
  color: #5eb6e4;
}
div.events div#all_events_container div.event_container p.event_location {
  font-family: 'droid', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 14px;
  margin-bottom: 30px;
}
div.events div#all_events_container div.event_container p.event_excerpt_text {
  font-family: 'droid', serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
div.events div#all_events_container div.event_container a.event_register_button {
  display: inline-block;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #505356;
  color: #505356;
  padding: 15px 18px 15px 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
div.events div#all_events_container div.event_container a.event_register_button:hover {
  border: 1px solid #005bbb;
  background-color: #005bbb;
  color: #fff;
}
div.events div.sidebar ul.side-nav a {
  color: #505356;
}
div.events div.sidebar ul.side-nav a li {
  border-top: 1px solid #505356 !important;
  color: #505356;
  padding: 20px 0 20px 0 !important;
}
div.events .flex {
  display: flex;
  flex-wrap: wrap;
}
div.events .flex .big-col {
  float: none;
  flex-basis: 66%;
  width: auto;
}
@media (max-width: 900px) {
  div.events .flex .big-col {
    flex-basis: 100%;
  }
}
div.events .flex .big-col .right-max {
  max-width: 820px;
}
div.events .flex .small-col {
  float: none;
  flex-basis: 34%;
  width: auto;
  padding: 0 !important;
}
@media (max-width: 900px) {
  div.events .flex .small-col {
    flex-basis: 100%;
  }
}
div.events .flex .small-col .resource-sidebar {
  padding: 50px 45px;
}
@media (max-width: 1220px) {
  div.events .flex .small-col .resource-sidebar {
    padding: 50px 20px;
  }
}
div.events .flex .small-col .date-range-block {
  padding-top: 40px;
}
div.events .interior.two-col-third {
  background: none;
}
div.events .interior.two-col-third .small-col {
  background: #ebebeb;
}
div.events .interior.two-col-third .date-range-block {
  background: #fff;
  position: relative;
}
div.events div#all_events_headline {
  display: block;
  position: relative;
  margin-top: 40px;
}
div.events div#all_events_headline h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
}
div.events .events-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
div.events .events-filter-bar .filter {
  flex-basis: calc(25% - 15px);
}
@media (max-width: 900px) {
  div.events .events-filter-bar .filter {
    flex-basis: 100%;
  }
}
div.events .events-filter-bar .filter .select2-container {
  width: 100% !important;
}
div.events .events-filter-bar .filter .select2-container textarea {
  line-height: 1.3rem;
  background: transparent;
}
div.events .events-filter-bar .filter .select2-container .select2-selection--multiple {
  background-image: url(images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-color: #f6f2e7;
}
@media (max-width: 900px) {
  div.events .events-filter-bar .filter .select2-container .select2-selection--multiple {
    background-position: 99%;
  }
}
div.events .events-filter-bar .filter .select2-container .select2-selection--single {
  height: 32px;
  line-height: 32px;
  background-color: #f6f2e7;
}
div.events .events-filter-bar .filter .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
div.events .events-filter-bar .filter .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent;
  border-width: 6px 6px 0 6px;
  margin-left: -7px;
}
div.events .events-filter-bar .filter input, div.events .events-filter-bar .filter textarea {
  width: 100%;
  background-color: #f6f2e7;
}
div.events .events-filter-bar .filter textarea::placeholder {
  opacity: 1;
}
div.events .events-filter-bar .filter.clearsearch {
  text-align: right;
  text-transform: uppercase;
}
div.events .events-filter-bar .filter.clearsearch a {
  color: #505356;
  font-weight: 700;
}
div.events .events-filter-bar .filter.clearsearch a:hover {
  text-decoration: underline;
}
div.events .events-filter-bar .filter.date-range-block {
  flex-basis: 100%;
}
div.events .events-filter-bar .filter.date-range-block input {
  width: 100%;
  max-width: 300px;
  padding: 5px;
}
div.events div#all_events_container {
  display: block;
  position: relative;
}
div.events div#all_events_container #events_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
div.events div#all_events_container #events_grid .events_hr {
  flex-basis: 100%;
  margin-top: 35px;
}
div.events div#all_events_container #events_grid .events__heading {
  flex-basis: 100%;
  margin-bottom: 15px;
}
div.events div#all_events_container #events_grid .event {
  flex-basis: calc(50% - 10px);
  background: #f6f2e7;
}
@media (max-width: 900px) {
  div.events div#all_events_container #events_grid .event {
    flex-basis: 100%;
  }
}
div.events div#all_events_container #events_grid .event .event-header {
  color: #fff;
  line-height: 50px;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
div.events div#all_events_container #events_grid .event .event-header.webinar {
  background: #005bbb;
}
div.events div#all_events_container #events_grid .event .event-header.dock-day {
  background: #64a70b;
}
div.events div#all_events_container #events_grid .event .event-header.toolbox-seminar {
  background: #00c1ac;
}
div.events div#all_events_container #events_grid .event .event-header.grand-opening {
  background: #f1b434;
}
div.events div#all_events_container #events_grid .event .event-header.gutter-day {
  background: #7c2529;
}
div.events div#all_events_container #events_grid .event .event-header.special-event {
  background: #5eb6e4;
}
div.events div#all_events_container #events_grid .event .event-header svg {
  vertical-align: middle;
  margin-right: 5px;
  height: 24px;
}
div.events div#all_events_container #events_grid .event .event-inner {
  padding: 17px 40px 24px;
  color: #505356;
}
div.events div#all_events_container #events_grid .event .event-inner .date {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
div.events div#all_events_container #events_grid .event .event-inner h2 {
  margin-top: 13px;
  font-weight: 700;
  font-size: 20px;
}
div.events div#all_events_container #events_grid .event .event-inner h2 a {
  color: #505356;
}
div.events div#all_events_container #events_grid .event .event-inner .location-link {
  display: flex;
  justify-content: space-between;
}
div.events div#all_events_container #events_grid .event .event-inner .location-link .location {
  font-size: 17px;
  font-family: 'noto-serif', serif;
  font-style: italic;
}
div.events div#all_events_container #events_grid .event .event-inner .location-link a {
  color: #005bbb;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 3px;
}
div.events div#all_events_container #events_grid .event.old {
  background: #ebebeb;
}
div.events div#all_events_container #events_grid .event.old .event-header {
  background: #505356;
}
div.events div.sidebar ul.side-nav a {
  color: #505356;
}
div.events div.sidebar ul.side-nav a li {
  border-top: 1px solid #505356 !important;
  color: #505356;
  padding: 20px 0 20px 0 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  background-color: #f6f2e7;
}
div.event-single div.head-banner {
  background-size: cover;
}
div.event-single div.head-banner div.centered-vertical p.event_category {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 14px;
}
div.event-single div.head-banner div.centered-vertical p.event_category img.event_category_icon {
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 10px;
}
div.event-single div.interior div.big-col h1, div.event-single div.interior div.big-col h2, div.event-single div.interior div.big-col h3, div.event-single div.interior div.big-col h4, div.event-single div.interior div.big-col h5, div.event-single div.interior div.big-col h6 {
  margin-bottom: 35px;
}
div.event-single div.interior div.big-col p {
  line-height: 1.8em;
  margin-bottom: 35px;
}
div.event-single div.interior div.big-col ul, div.event-single div.interior div.big-col ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  margin-bottom: 35px;
  font-weight: normal;
  font-family: 'droid', serif;
  color: #505356;
}
div.event-single div.interior div.big-col ul li, div.event-single div.interior div.big-col ol li {
  padding-left: 50px;
  margin-bottom: 15px;
}
div.event-single div.interior div.big-col ul li:last-of-type, div.event-single div.interior div.big-col ol li:last-of-type {
  margin-bottom: 0;
}
div.event-single div.interior div.big-col ul {
  list-style-type: circle;
}
div.event-single div.interior div.big-col .alignleft {
  float: left;
  margin: 0 50px 50px 0;
}
div.event-single div.interior div.big-col .alignright {
  float: right;
  margin: 0 0 50px 50px;
}
div.event-single div.interior div.big-col a.register_button {
  display: inline-block;
  border: 1px solid #505356;
  box-sizing: border-box;
  padding: 15px 20px 15px 20px;
  margin-top: 25px;
  margin-bottom: 35px;
  text-decoration: none;
  color: #505356;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
div.event-single div.interior div.big-col a.register_button:hover {
  border: 1px solid #005bbb;
  background-color: #005bbb;
  color: #fff;
}
div.event-single div.interior div.big-col p.back_to_events a {
  color: #505356;
  text-decoratione: none;
  font-family: "montserrat", sans-serif;
}
div.event-single div.interior div.sidebar h3 {
  border-top: 1px solid #505356;
  padding-top: 20px;
  text-transform: uppercase;
  color: #505356;
  margin-bottom: 25px;
}
div.event-single div.interior div.sidebar p {
  font-family: "montserrat", sans-serif;
}
div.as_outer {
  display: block;
  position: relative;
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-top: 40px;
  margin-bottom: 55px;
  background-color: #f6f2e7;
  z-index: 990;
}
div.as_outer div.as_inner {
  display: block;
  position: relative;
  width: 820px;
  margin-left: calc(100% - 820px - 50px);
  text-align: left;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1394px) {
  div.as_outer div.as_inner {
    width: auto;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 50px;
  }
}
@media (max-width: 450px) {
  div.as_outer div.as_inner {
    padding-right: 50px;
  }
}
div.as_outer div.as_inner p.pill {
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
div.as_outer div.as_inner h2 {
  margin-top: 3px;
  margin-bottom: 40px;
}
div.as_outer div.as_inner div.all_spotlights {
  display: block;
  position: relative;
  width: 100%;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer {
  display: none;
  position: relative;
  width: 100%;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 600px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight {
    display: block;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left {
  display: block;
  position: relative;
  width: 392px;
  flex: 0 0 392px;
  height: 392px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 1200px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left {
    width: 300px;
    flex: 0 0 300px;
    height: 300px;
  }
}
@media (max-width: 1050px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left {
    width: 250px;
    flex: 0 0 250px;
    height: 250px;
  }
}
@media (max-width: 600px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left {
    flex: none;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left div.spotlight_left_footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(94, 182, 228, 0.8);
  box-sizing: border-box;
  padding: 10px;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left div.spotlight_left_footer p.name {
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left div.spotlight_left_footer p.position {
  font-family: "montserrat", sans-serif;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_left div.spotlight_left_footer p.branch {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  font-family: 'droid', serif;
  margin-bottom: 0;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right {
  display: block;
  position: relative;
  width: calc(100% - 392px);
  flex: 0 0 calc(100% - 392px);
  text-align: left;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right {
    width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
  }
}
@media (max-width: 1050px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right {
    width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
  }
}
@media (max-width: 600px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right {
    width: auto;
    flex: none;
    padding-left: 0;
    margin-top: 30px;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right p.description {
  font-family: 'droid', serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  color: #505356;
}
@media (max-width: 1899px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right p.description {
    font-size: 16px;
    line-height: 24px;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight div.spotlight_right p.description:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left {
    flex-basis: 100%;
    height: auto;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card {
  position: relative;
  height: 395px;
  aspect-ratio: 1;
}
@media (max-width: 450px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card {
    max-height: none;
    width: 100%;
    height: auto;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card .core-value {
  position: absolute;
  top: 14px;
  left: 0;
  background: #003c69;
  color: #fff;
  padding: 13px 72px 13px 32px;
  font-family: 'droid', serif;
  font-size: 20px;
  font-style: italic;
  clip-path: polygon(calc(100% - 40px) 0%, 100% 100%, 0 100%, 0 0);
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card .behavior {
  position: absolute;
  top: 70px;
  left: 32px;
  font-family: "montserrat", sans-serif;
  font-size: 24px;
  line-height: 0.9em;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card .behavior {
    font-size: 20px;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 250px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card img {
    width: 220px;
  }
}
@media (max-width: 650px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card img {
    width: 200px;
  }
}
@media (max-width: 400px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card img {
    width: 150px;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card.Service {
  background: #00c1ac;
  background-image: url(images/careers-spotlight-green.jpg);
  background-size: cover;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card.Service .core-value {
  color: #00c1ac;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card.Respect {
  background: #5eb6e4;
  background-image: url(images/careers-spotlight-blue.jpg);
  background-size: cover;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card.Respect .core-value {
  color: #5eb6e4;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card.Excellence {
  background: #b2541a;
  background-image: url(images/careers-spotlight-orange.jpg);
  background-size: cover;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout div.spotlight_left .spotlight-card.Excellence .core-value {
  color: #b2541a;
}
@media (max-width: 1200px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout .spotlight_right {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout .spotlight_right .name {
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout .spotlight_right .position {
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout .spotlight_right .branch {
  font-size: 14px;
  line-height: 1em;
  font-family: 'droid', serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}
div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout .spotlight_right p.description {
  margin-top: 36px;
}
@media (max-width: 400px) {
  div.as_outer div.as_inner div.all_spotlights div.spotlight_outer div.spotlight.new-layout .spotlight_right p.description {
    margin-top: 15px;
  }
}
div.as_outer div.as_inner div.as_footer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 45px;
}
div.as_outer div.as_inner div.as_footer div.as_footer_inner {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  div.as_outer div.as_inner div.as_footer div.as_footer_inner {
    text-align: left;
  }
}
div.as_outer div.as_inner div.as_footer div.as_footer_inner a.as_previous {
  display: inline-block;
  text-align: right;
  width: 100px;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #005bbb;
  text-decoration: none;
}
@media (max-width: 600px) {
  div.as_outer div.as_inner div.as_footer div.as_footer_inner a.as_previous {
    width: auto;
  }
}
div.as_outer div.as_inner div.as_footer div.as_footer_inner div.all_circles {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 20px;
  margin-right: 20px;
}
div.as_outer div.as_inner div.as_footer div.as_footer_inner div.all_circles a.circle {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  border: 2px solid #005bbb;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  border-radius: 100px;
}
div.as_outer div.as_inner div.as_footer div.as_footer_inner div.all_circles a.circle.selected {
  background-color: #005bbb;
}
div.as_outer div.as_inner div.as_footer div.as_footer_inner a.as_next {
  display: inline-block;
  text-align: left;
  width: 100px;
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #005bbb;
  text-decoration: none;
}
@media (max-width: 600px) {
  div.as_outer div.as_inner div.as_footer div.as_footer_inner a.as_next {
    width: auto;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fstyle.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2F_mixins.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_pulse.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_pulse-grow.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_pulse-shrink.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_push.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_pop.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_bob.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_hang.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-vertical.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-horizontal.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-to-bottom-right.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-to-top-right.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-top.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-bottom.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_wobble-skew.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_buzz.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2F2d-transitions%5C%2F_buzz-out.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Fbackground-transitions%5C%2F_back-pulse.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Fborder-transitions%5C%2F_ripple-out.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Fborder-transitions%5C%2F_ripple-in.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-down.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-up.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-drop.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-float-away.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-sink-away.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-pulse.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-pulse-grow.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-pulse-shrink.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-push.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-pop.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-bob.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-hang.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-wobble-horizontal.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-wobble-vertical.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-buzz.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fhover_states%5C%2Feffects%5C%2Ficons%5C%2F_icon-buzz-out.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fcomponents%5C%2F_fonts.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_base.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Freusable_classes%5C%2F_two-col.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fbourbon%5C%2Faddons%5C%2F_clearfix.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Freusable_classes%5C%2F_hover-boxes.scss%22%2C%22%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_header.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Freusable_classes%5C%2F_mobile-nav-trigger.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_forms.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fbourbon%5C%2Fcss3%5C%2F_placeholder.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_footer.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_page.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_home.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_timeline.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_blog-overview.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_blog-single.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_contact.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_team.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_team-new.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_locations.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_product-single.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_products-overview.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_component.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_search.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_landing.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_associate-spotlights.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_events.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_events-new.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_event-single.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Flansing%5C%2Fsass%5C%2Fpartials%5C%2F_careers.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CiBAAA%3BAAAA%3B%3B%3B%3B%3BGAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%2CoBAAA%3BAAAA%2CUAAA%3BAAAA%2CYAAA%3BAAAA%2CWAAA%3BACwBK%3BACtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAD8BG%3BAClCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BADyCC%3BAC7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAFNF%2CgBAAA%3BACwBK%3BAEtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAFkCG%3BAElCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAF6CC%3BAE7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAHFF%2CkBAAA%3BACwBK%3BAGtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAHkCG%3BAGlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAH6CC%3BAG7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAJFF%2CUAAA%3BACwBK%3BAItBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAJ8BG%3BAIlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAJyCC%3BAI7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BALNF%2CSAAA%3BACwBK%3BAKtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BALkCG%3BAKlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAL6CC%3BAK7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BANFF%2CeAAA%3BAAAA%2CgBAAA%3BAAAA%2CYAAA%3BAAAA%2CiBAAA%3BAAAA%2CWAAA%3BAAAA%2CUAAA%3BAAAA%2CSAAA%3BACwBK%3BAMtBH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAN4BG%3BAMlCH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BANuCC%3BAM7CD%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BANgBG%3BAMVH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BANsBG%3BAMtBH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BANiCC%3BAMjCD%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAPdF%2CUAAA%3BACwBK%3BAOtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAP4BG%3BAOlCH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAPuCC%3BAO7CD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAPgBG%3BAOVH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAPsBG%3BAOtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAPiCC%3BAOjCD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BARdF%2CUAAA%3BAAAA%2CkBAAA%3BAAAA%2CmBAAA%3BAAAA%2CqBAAA%3BACwBK%3BAQtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BARcG%3BAQlCH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BARyBC%3BAQ7CD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BATtBF%2CuBAAA%3BACwBK%3BAStBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BATcG%3BASlCH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BATyBC%3BAS7CD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAVtBF%2C4BAAA%3BACwBK%3BAUtBH%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAVcG%3BAUlCH%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAVyBC%3BAU7CD%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAXtBF%2CyBAAA%3BACwBK%3BAWtBF%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAXcE%3BAWlCF%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAXyBA%3BAW7CA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAZtBH%2CgBAAA%3BACwBK%3BAYtBH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAZcG%3BAYlCH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAZyBC%3BAY7CD%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAbtBF%2CmBAAA%3BACwBK%3BAatBH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAbcG%3BAalCH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAbyBC%3BAa7CD%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAdtBF%2CiBAAA%3BACwBK%3BActBH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAdcG%3BAclCH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAdyBC%3BAc7CD%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAftBF%2CUAAA%3BACwBK%3BAetBH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAAA%3BAf8BG%3BAelCH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAAA%3BAfyCC%3BAe7CD%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAAA%3BAhBNF%2CcAAA%3BACwBK%3BAgBtBH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAhBFG%3BAgBlCH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAhBSC%3BAgB7CD%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAjBtCF%2C4BAAA%3BAAAA%2CUAAA%3BAAAA%2CgBAAA%3BACwBK%3BAiBtBH%3BAAAA%2C8CAAA%3BAAAA%3BAAAA%3BAjBkCG%3BAiBlCH%3BAAAA%2C8CAAA%3BAAAA%3BAAAA%3BAjB6CC%3BAiB7CD%3BAAAA%2C8CAAA%3BAAAA%3BAAAA%3BAlBFF%2CoBAAA%3BAAAA%2CmBAAA%3BAAAA%2CqBAAA%3BAAAA%2CkBAAA%3BAAAA%2CqBAAA%3BAAAA%2CoBAAA%3BAAAA%2CsBAAA%3BAAAA%2CmBAAA%3BAAAA%2CgBAAA%3BAAAA%2CeAAA%3BAAAA%2CkBAAA%3BAAAA%2CmBAAA%3BAAAA%2C2BAAA%3BAAAA%2C4BAAA%3BAAAA%2CyBAAA%3BAAAA%2C0BAAA%3BAAAA%2CwBAAA%3BAAAA%2CiBAAA%3BAAAA%2CYAAA%3BAAAA%2CUAAA%3BAAAA%2CgBAAA%3BACwBK%3BAkBtBH%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAlBkCG%3BAkBlCH%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAlB6CC%3BAkB7CD%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAnBFF%2CeAAA%3BACwBK%3BAmBtBH%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAnBkCG%3BAmBlCH%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAnB6CC%3BAmB7CD%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BApBFF%2CiBAAA%3BAAAA%2CgBAAA%3BAAAA%2CmBAAA%3BAAAA%2CyBAAA%3BAAAA%2C2BAAA%3BAAAA%2C0BAAA%3BAAAA%2CwBAAA%3BAAAA%2C0BAAA%3BAAAA%2CyBAAA%3BAAAA%2CYAAA%3BAAAA%2CsBAAA%3BAAAA%2CqBAAA%3BAAAA%2C6BAAA%3BAAAA%2CUAAA%3BAAAA%2CYAAA%3BAAAA%2CiBAAA%3BAAAA%2CuBAAA%3BAAAA%2CsBAAA%3BAAAA%2CkBAAA%3BAAAA%2CmBAAA%3BAAAA%2CoBAAA%3BAAAA%2CgBAAA%3BAAAA%2CkBAAA%3BAAAA%2CmBAAA%3BAAAA%2CiBAAA%3BAAAA%2CsBAAA%3BAAAA%2CwBAAA%3BAAAA%2CyBAAA%3BAAAA%2CuBAAA%3BAAAA%2CWAAA%3BAAAA%2CeAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BACwBK%3BAoBtBH%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BApB6BG%3BAoBlCH%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BApBwCC%3BAoB7CD%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BArBPF%2CeAAA%3BAAAA%2CaAAA%3BACwBK%3BAqBtBH%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BArB6BG%3BAqBlCH%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BArBwCC%3BAqB7CD%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAtBPF%2CaAAA%3BAAAA%2CeAAA%3BAAAA%2CeAAA%3BACwBK%3BAsBtBH%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAtBwBG%3BAsBlCH%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAtBmCC%3BAsB7CD%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAvBZF%2CeAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BACwBK%3BAuBtBH%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAAA%3BAvB8BG%3BAuBlCH%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAAA%3BAvByCC%3BAuB7CD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAAA%3BAxBNF%2CqBAAA%3BAAAA%2CoBAAA%3BACwBK%3BAwBtBH%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAxB8BG%3BAwBlCH%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAxByCC%3BAwB7CD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAzBNF%2CoBAAA%3BAAAA%2CeAAA%3BAAAA%2CiBAAA%3BAAAA%2CgBAAA%3BACwBK%3BAyBtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAzB8BG%3BAyBlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAzByCC%3BAyB7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA1BNF%2CqBAAA%3BACwBK%3BA0BtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA1BkCG%3BA0BlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA1B6CC%3BA0B7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA3BFF%2CuBAAA%3BACwBK%3BA2BtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA3BkCG%3BA2BlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA3B6CC%3BA2B7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA5BFF%2CeAAA%3BACwBK%3BA4BtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA5BkCG%3BA4BlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA5B6CC%3BA4B7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA7BFF%2CcAAA%3BACwBK%3BA6BtBH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA7BkCG%3BA6BlCH%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA7B6CC%3BA6B7CD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BA9BFF%2CiBAAA%3BAAAA%2CiBAAA%3BAAAA%2CsBAAA%3BAAAA%2CgBAAA%3BAAAA%2CeAAA%3BAAAA%2CcAAA%3BACwBK%3BA8BtBH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BA9B4BG%3BA8BlCH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BA9BuCC%3BA8B7CD%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BA9BgBG%3BA8BVH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BA9BsBG%3BA8BtBH%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BA9BiCC%3BA8BjCD%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BA%5C%2FBdF%2CeAAA%3BACwBK%3BA%2BBtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BA%5C%2FB4BG%3BA%2BBlCH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BA%5C%2FBuCC%3BA%2BB7CD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BA%5C%2FBgBG%3BA%2BBVH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BA%5C%2FBsBG%3BA%2BBtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BA%5C%2FBiCC%3BA%2BBjCD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAhCdF%2C4BAAA%3BACwBK%3BAgCtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAhCcG%3BAgClCH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAhCyBC%3BAgC7CD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAjCtBF%2C0BAAA%3BACwBK%3BAiCtBH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAjCcG%3BAiClCH%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAjCyBC%3BAiC7CD%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAAA%3BAlCtBF%2CeAAA%3BACwBK%3BAkCtBH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAAA%3BAlC8BG%3BAkClCH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAAA%3BAlCyCC%3BAkC7CD%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAAA%3BAnCNF%2CmBAAA%3BACwBK%3BAmCtBH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAnCFG%3BAmClCH%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BAnCSC%3BAmC7CD%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAA%3BApCtCF%2CWAAA%3BAAAA%2CmBAAA%3BAAAA%2CoBAAA%3BAAAA%2CuBAAA%3BAAAA%2CsBAAA%3BAqCAA%3BAAAA%3BmEAAA%3BAAAA%3BAAIC%3BAAAA%3B6CAAA%3BAAAA%3BAAIA%3BAAAA%3B%2BIAAA%3BAAAA%3BAAMA%3BAAAA%3BmDAAA%3BAAAA%3BAAIA%3BAAAA%3BgIAAA%3BAAAA%3BAAIA%3BAAAA%3B6EAAA%3BAAAA%3BAAIA%3BAAAA%3B6CAAA%3BAAAA%3BArC1BD%2CgHAAA%3BAqC4BC%3BAAAA%3B8CAAA%3BAAAA%3BArC5BD%2CwBAAA%3BAAAA%2CUAAA%3BAAAA%2C4CAAA%3BAAAA%2C4CAAA%3BAAAA%2C4CAAA%3BAAAA%2C4CAAA%3BAAAA%2C4DAAA%3BAAAA%2CgBAAA%3BAAAA%2CiBAAA%3BAAAA%2CSAAA%3BAAAA%2CSAAA%3BAsCAA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAC8CI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAClEF%3BAAAA%3B%3BiBAAA%3BAAAA%3BADyEM%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAnGR%3BAAAA%3B%3BqBAAA%3BAAAA%3BACkBF%3BAAAA%3B%3BiBAAA%3BAAAA%3BADXM%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BACWN%3BAAAA%3B%3BiBAAA%3BAAAA%3BADHU%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASI%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BaAAA%3BAAAA%3BAASZ%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BACvBN%3BAAAA%3B%3BiBAAA%3BAAAA%3BADgCM%3BAACI%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%2CwBAAA%3BAAAA%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAMR%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAE3ER%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOI%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWJ%3BAAAA%2CyBAAA%3BAAAA%3BA%2CiB%3BAHaR%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAE7BE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAFqCE%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQI%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOI%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOI%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASI%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAII%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%3BeAAA%3BAAAA%3BAASR%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOI%3BAAAA%2CaAAA%3BAAAA%3BAAKJ%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAOY%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAMR%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAYA%3BAAAA%3BwBAAA%3BAAAA%3BAAID%3BAACE%3BAAAA%2CkBAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAK7TJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAHmBG%3BAAAA%3B%3BiBAAA%3BAAAA%3BAGHD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAHDC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAGSA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%2C6BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAiBC%3BAAAA%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAID%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIC%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAH7MD%3BAAAA%3B%3BiBAAA%3BAAAA%3BAGyNE%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAMF%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CeAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAQF%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%2CiCAAA%3BAAAA%3BAAQJ%3BAAAA%2CmCAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAC1UA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAkBI%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BADgRP%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOC%3BAAAA%2CcAAA%3BAAAA%3BAAGC%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAMF%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2CkBAAA%3BAAAA%3BAASD%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAEC%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAEC%3BAAAA%3BgBAAA%3BAAAA%3BAAGI%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAWD%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAASD%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BACthBD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAkBI%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAD0dP%3BAAAA%3B%3B%3B%3BsCAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOC%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAMC%3BAAAA%2CwBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAA0BE%3BAAAA%2CuBAAA%3BAAAA%3BAAgBC%3BAAAA%2CiBAAA%3BAAAA%3BAAQJ%3BAAAA%3BgBAAA%3BAAAA%3BAASH%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAA7KA%3BAACC%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAmBD%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAA0BC%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAsIH%3BAAEC%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAEC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAIF%3BAAAA%3B0BAAA%3BAAAA%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B0BAAA%3BAAAA%3BA3CvsBH%2CUAAA%3BA2C%2BsBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BACxtBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAkBI%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAD8pBR%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAGC%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAMF%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BSAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAACE%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAOH%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3BcAAA%3BAAAA%3BAAKK%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAMN%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BaAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%2CsBAAA%3BAAAA%3BAAOA%3BAAAA%2CaAAA%3BAAAA%3BAAOH%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAUA%3BAAAA%2CsBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAOC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAUH%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3ByBAAA%3BAAAA%3BAAIC%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAEhmCH%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CwCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAChBA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAD%2BBA%3BAAAA%2CqBAAA%3BAAAA%3BAAKI%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3BwBAAA%3BAAAA%3BAAMJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAcI%3BAAAA%2CaAAA%3BAAAA%3BAAKJ%3BAAAA%2CaAAA%3BAAAA%3BAAUI%3BAAAA%2CsBAAA%3BAAAA%3BA7CvHT%2CWAAA%3BA6CiIK%3BAAAA%2C6BAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%3ByBAAA%3BAAAA%3BAAMJ%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2C8BAAA%3BAAAA%3BAAOJ%3BAAAA%2CYAAA%3BAAAA%3BAAEI%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%2C4BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAUA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAElQT%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQK%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAII%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3BqBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAqBZ%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAYI%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BADvNZ%3BAAAA%3BwCAAA%3BAAAA%3BAAAA%3BAAAA%3BwCAAA%3BAAAA%3BAAAA%3BAAAA%3BwCAAA%3BAAAA%3BAAAA%3BAAAA%3BwCAAA%3BAAAA%3BACsOY%3BAAAA%3B%3BcAAA%3BAAAA%3BADtOZ%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BACkPY%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQI%3BAAAA%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BsBAAA%3BAAAA%3BAAYR%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaA%3BAAAA%3B2BAAA%3BAAAA%3BAAII%3BAAAA%3BiBAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%3BkBAAA%3BAAAA%3BAAQI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA%5C%2FCxTb%2CUAAA%3BAgDAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2C6CAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOI%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2C2CAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAII%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAASJ%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMI%3BAAAA%2CqCAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMI%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%2C6BAAA%3BAAAA%3BAAQA%3BAAAA%3BqCAAA%3BAAAA%3BAAQA%3BAAAA%3BqCAAA%3BAAAA%3BAASJ%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOI%3BAAAA%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CgCAAA%3BAAAA%3BAAOZ%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BmBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAqBJ%3BAAAA%2CuBAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BmBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAQR%3BAAAA%2CaAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQI%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAhDrZT%2CWAAA%3BAgD4ZC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAhD5ZD%2C6CAAA%3BAgDqaK%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWI%3BAAAA%2CeAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAAaA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAASJ%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%2CuBAAA%3BAAAA%3BAhDthBL%2C2CAAA%3BAAAA%2CwCAAA%3BAgDiiBE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAOA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAC9lBL%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAKQ%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAASR%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAAcJ%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUI%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAEI%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOI%3BAAAA%3BqBAAA%3BAAAA%3BAAII%3BAAAA%2CsCAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAzClKH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAyCwKG%3BAAAA%3BeAAA%3BAAAA%3BAAGI%3BAAAA%2CyBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BkCAAA%3BAAAA%3BAAII%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOJ%3BAAAA%3BkCAAA%3BAAAA%3BAAII%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOJ%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAUZ%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BATxTF%3BAAAA%3B%3BiBAAA%3BAAAA%3BASgUM%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQI%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKI%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BATxXF%3BAAAA%3B%3BiBAAA%3BAAAA%3BASgYM%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOI%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%3BeAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%2CkBAAA%3BAAAA%3BAjDnbL%2CQAAA%3BAiDybC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUC%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%2C8BAAA%3BAAAA%3BAAMA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAWL%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAGC%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAGC%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%2CeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUC%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%2C8BAAA%3BAAAA%3BAAKA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BACrxBP%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKK%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAMI%3BAAAA%2CwCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAlDpBT%2CYAAA%3BAmDGS%3BAAAA%3BAAAA%2CiDAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%2C6BAAA%3BAAAA%3BAAMR%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3BwCAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2C6BAAA%3BAAAA%3BAAMR%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BuBAAA%3BAAAA%3BAAGI%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAC1Hb%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3BqCAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CeAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByEAAA%3BAAAA%3BAAYD%3BAAAA%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3BqCAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2C6BAAA%3BAAAA%3BApD5GJ%2CeAAA%3BAqDAA%3BAAAA%2CcAAA%3BAAAA%3BAACK%3BAAAA%3B0BAAA%3BAAAA%3BAAII%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BwCAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2C6BAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CsBAAA%3BAAAA%3BAAII%3BAAAA%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAOJ%3BAAAA%2CsBAAA%3BAAAA%3BAAMQ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BArD3EjB%2CWAAA%3BAsDAA%3BAAAA%3BiBAAA%3BAAAA%3BAACK%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAdkBF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAcVM%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3BuBAAA%3BAAAA%3BAAII%3BAAAA%2CyBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAMR%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%2C6BAAA%3BAAAA%3BAtDlFb%2CQAAA%3BAuDAA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWC%3BAAAA%2CmCAAA%3BAAAA%3BAAQE%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAYH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAeM%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOR%3BAAAA%2CuBAAA%3BAAAA%3BAAKK%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAkBN%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAOE%3BAAAA%2CoBAAA%3BAAAA%3BAC7HP%3BAAAA%2CmBAAA%3BAAAA%3BAACK%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAhBdF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAgBsBM%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAxDvFb%2CaAAA%3BAwDmGa%3BAAAA%3BAAAA%2CiDAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BwCAAA%3BAAAA%3BAAOI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BMAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAYC%3BAAAA%2CwCAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAYH%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CwCAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%2C6BAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAxDrOb%2CmBAAA%3BAyDAA%3BAAAA%3BkBAAA%3BAAAA%3BAACK%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOI%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BqBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAzDjDL%2CmBAAA%3BA0DAA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAlBmBG%3BAAAA%3B%3BiBAAA%3BAAAA%3BAkBXE%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA1DnCT%2CiBAAA%3BAAAA%2C8DAAA%3BA2DCC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BA3DDD%3B%3BGAAA%3BA4DIK%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BA5DdL%3B%3BGAAA%3BA4DuBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAYA%3BAAAA%3BeAAA%3BAAAA%3BApBhBE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAoBqBF%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAqBA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAaA%3BAAAA%2CmBAAA%3BAAAA%3BA5D9HD%2CgBAAA%3BA4DmIC%3BAAAA%2CaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%3BAAAA%3BA5D%5C%2FID%3B%3BGAAA%3BA4DwJC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BACrKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3BeAAA%3BAAAA%3BACRD%3BAAAA%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2C4BAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3BWAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYA%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAeN%3BAAGE%3BAAAA%3BgBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAASJ%3BAAKG%3BAAAA%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%2CqBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BA9D9KL%3B%3B%3B%3BIAAA%3BA%2BDEE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAaD%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BoCAAA%3BAAAA%3BACvHH%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAGC%3BAAAA%3B0BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2C6BAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BeAAA%3BAAAA%3BAASH%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAOD%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3BiCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUF%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAaF%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAUJ%3BAAAA%2C4BAAA%3BAAAA%3BACnSC%3BAAAA%2CyBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAcD%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUC%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYC%3BAAAA%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CwCAAA%3BAAAA%3BAC7GJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmEAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAWC%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%22%7D */