.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: 0;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: 0 0;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.nf-form-fields-required {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gd-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gd-g--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gd-g--space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gd-g--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gd-g--vertcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gd-g--vertend {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.gd-g--mb {
  margin-bottom: calc(0.5em * -2);
}
@media only screen and (min-width: 550px) {
  .gd-g--mb {
    margin-bottom: calc(0.75em * -2);
  }
}
@media only screen and (min-width: 700px) {
  .gd-g--mb {
    margin-bottom: calc(0.75em * -2);
  }
}
@media only screen and (min-width: 1000px) {
  .gd-g--mb {
    margin-bottom: calc(1em * -2);
  }
}
@media only screen and (min-width: 1200px) {
  .gd-g--mb {
    margin-bottom: calc(1em * -2);
  }
}
@media only screen and (min-width: 1400px) {
  .gd-g--mb {
    margin-bottom: calc(1em * -2);
  }
}
.gd-g--mb > .gd-u {
  margin-bottom: calc(0.5em * 2);
}
@media only screen and (min-width: 550px) {
  .gd-g--mb > .gd-u {
    margin-bottom: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .gd-g--mb > .gd-u {
    margin-bottom: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .gd-g--mb > .gd-u {
    margin-bottom: calc(1em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .gd-g--mb > .gd-u {
    margin-bottom: calc(1em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .gd-g--mb > .gd-u {
    margin-bottom: calc(1em * 2);
  }
}
.gd-u {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.gd-u--nopadleft {
  padding-left: 0;
}
.gd-u--nopadright {
  padding-right: 0;
}
.gd-u-1 {
  width: 100%;
}
.gd-u-1-2 {
  width: 50%;
}
.gd-u-1-3 {
  width: 33.3%;
}
.gd-u-2-3 {
  width: 66.66666%;
}
.gd-u-1-4 {
  width: 25%;
}
.gd-u-3-4 {
  width: 75%;
}
.gd-u-1-5 {
  width: 20%;
}
.gd-u-2-5 {
  width: 40%;
}
.gd-u-3-5 {
  width: 60%;
}
.gd-u-4-5 {
  width: 80%;
}
.gd-u-1-6 {
  width: 16.656%;
}
.gd-u-5-6 {
  width: 83.33%;
}
.gd-u-1-8 {
  width: 12.5%;
}
.gd-u-3-8 {
  width: 37.5%;
}
.gd-u-5-8 {
  width: 62.5%;
}
.gd-u-7-8 {
  width: 87.5%;
}
.gd-u-1-12 {
  width: 8.3333%;
}
.gd-u-5-12 {
  width: 41.6666%;
}
.gd-u-7-12 {
  width: 58.3333%;
}
.gd-u-11-12 {
  width: 91.6666%;
}
.gd-u-1-24 {
  width: 4.1666%;
}
.gd-u-5-24 {
  width: 20.8333%;
}
.gd-u-7-24 {
  width: 29.1666%;
}
.gd-u-11-24 {
  width: 45.8333%;
}
.gd-u-13-24 {
  width: 54.1666%;
}
.gd-u-17-24 {
  width: 70.8333%;
}
.gd-u-19-24 {
  width: 79.1666%;
}
.gd-u-23-24 {
  width: 95.8333%;
}
.gd-u-auto {
  width: auto;
}
@media screen and (min-width: 420px) {
  .gd-u-gt420-1 {
    width: 100%;
  }
  .gd-u-gt420-1-2 {
    width: 50%;
  }
  .gd-u-gt420-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt420-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt420-1-4 {
    width: 25%;
  }
  .gd-u-gt420-3-4 {
    width: 75%;
  }
  .gd-u-gt420-1-5 {
    width: 20%;
  }
  .gd-u-gt420-2-5 {
    width: 40%;
  }
  .gd-u-gt420-3-5 {
    width: 60%;
  }
  .gd-u-gt420-4-5 {
    width: 80%;
  }
  .gd-u-gt420-1-6 {
    width: 16.656%;
  }
  .gd-u-gt420-5-6 {
    width: 83.33%;
  }
  .gd-u-gt420-1-8 {
    width: 12.5%;
  }
  .gd-u-gt420-3-8 {
    width: 37.5%;
  }
  .gd-u-gt420-5-8 {
    width: 62.5%;
  }
  .gd-u-gt420-7-8 {
    width: 87.5%;
  }
  .gd-u-gt420-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt420-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt420-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt420-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt420-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt420-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt420-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt420-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt420-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt420-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt420-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt420-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt420-auto {
    width: auto;
  }
  .gd-u-gt420--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt420--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 549px) {
  .lt550-hide {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .gd-u-gt550-1 {
    width: 100%;
  }
  .gd-u-gt550-1-2 {
    width: 50%;
  }
  .gd-u-gt550-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt550-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt550-1-4 {
    width: 25%;
  }
  .gd-u-gt550-3-4 {
    width: 75%;
  }
  .gd-u-gt550-1-5 {
    width: 20%;
  }
  .gd-u-gt550-2-5 {
    width: 40%;
  }
  .gd-u-gt550-3-5 {
    width: 60%;
  }
  .gd-u-gt550-4-5 {
    width: 80%;
  }
  .gd-u-gt550-1-6 {
    width: 16.656%;
  }
  .gd-u-gt550-5-6 {
    width: 83.33%;
  }
  .gd-u-gt550-1-8 {
    width: 12.5%;
  }
  .gd-u-gt550-3-8 {
    width: 37.5%;
  }
  .gd-u-gt550-5-8 {
    width: 62.5%;
  }
  .gd-u-gt550-7-8 {
    width: 87.5%;
  }
  .gd-u-gt550-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt550-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt550-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt550-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt550-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt550-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt550-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt550-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt550-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt550-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt550-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt550-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt550-auto {
    width: auto;
  }
  .gd-u-gt550--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt550--nopadright {
    padding-right: 0;
  }
  .gd-g {
    margin-right: -0.75em;
    margin-left: -0.75em;
  }
  .gd-u {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
}
@media screen and (max-width: 699px) {
  .lt700-hide {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .gd-u-gt700-1 {
    width: 100%;
  }
  .gd-u-gt700-1-2 {
    width: 50%;
  }
  .gd-u-gt700-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt700-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt700-1-4 {
    width: 25%;
  }
  .gd-u-gt700-3-4 {
    width: 75%;
  }
  .gd-u-gt700-1-5 {
    width: 20%;
  }
  .gd-u-gt700-2-5 {
    width: 40%;
  }
  .gd-u-gt700-3-5 {
    width: 60%;
  }
  .gd-u-gt700-4-5 {
    width: 80%;
  }
  .gd-u-gt700-1-6 {
    width: 16.656%;
  }
  .gd-u-gt700-5-6 {
    width: 83.33%;
  }
  .gd-u-gt700-1-8 {
    width: 12.5%;
  }
  .gd-u-gt700-3-8 {
    width: 37.5%;
  }
  .gd-u-gt700-5-8 {
    width: 62.5%;
  }
  .gd-u-gt700-7-8 {
    width: 87.5%;
  }
  .gd-u-gt700-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt700-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt700-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt700-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt700-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt700-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt700-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt700-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt700-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt700-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt700-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt700-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt700-auto {
    width: auto;
  }
  .gd-g {
    margin-right: -0.75em;
    margin-left: -0.75em;
  }
  .gd-u {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
  .gd-u-gt700--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt700--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 799px) {
  .lt800-hide {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .gd-u-gt800-1 {
    width: 100%;
  }
  .gd-u-gt800-1-2 {
    width: 50%;
  }
  .gd-u-gt800-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt800-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt800-1-4 {
    width: 25%;
  }
  .gd-u-gt800-3-4 {
    width: 75%;
  }
  .gd-u-gt800-1-5 {
    width: 20%;
  }
  .gd-u-gt800-2-5 {
    width: 40%;
  }
  .gd-u-gt800-3-5 {
    width: 60%;
  }
  .gd-u-gt800-4-5 {
    width: 80%;
  }
  .gd-u-gt800-1-6 {
    width: 16.656%;
  }
  .gd-u-gt800-5-6 {
    width: 83.33%;
  }
  .gd-u-gt800-1-8 {
    width: 12.5%;
  }
  .gd-u-gt800-3-8 {
    width: 37.5%;
  }
  .gd-u-gt800-5-8 {
    width: 62.5%;
  }
  .gd-u-gt800-7-8 {
    width: 87.5%;
  }
  .gd-u-gt800-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt800-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt800-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt800-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt800-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt800-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt800-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt800-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt800-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt800-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt800-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt800-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt800-auto {
    width: auto;
  }
  .gd-u-gt800--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt800--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .lt1000-hide {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .gd-u-gt1000-1 {
    width: 100%;
  }
  .gd-u-gt1000-1-2 {
    width: 50%;
  }
  .gd-u-gt1000-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt1000-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt1000-1-4 {
    width: 25%;
  }
  .gd-u-gt1000-3-4 {
    width: 75%;
  }
  .gd-u-gt1000-1-5 {
    width: 20%;
  }
  .gd-u-gt1000-2-5 {
    width: 40%;
  }
  .gd-u-gt1000-3-5 {
    width: 60%;
  }
  .gd-u-gt1000-4-5 {
    width: 80%;
  }
  .gd-u-gt1000-1-6 {
    width: 16.656%;
  }
  .gd-u-gt1000-5-6 {
    width: 83.33%;
  }
  .gd-u-gt1000-1-8 {
    width: 12.5%;
  }
  .gd-u-gt1000-3-8 {
    width: 37.5%;
  }
  .gd-u-gt1000-5-8 {
    width: 62.5%;
  }
  .gd-u-gt1000-7-8 {
    width: 87.5%;
  }
  .gd-u-gt1000-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt1000-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt1000-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt1000-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt1000-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt1000-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt1000-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt1000-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt1000-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt1000-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt1000-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt1000-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt1000-auto {
    width: auto;
  }
  .gd-g {
    margin-right: -1em;
    margin-left: -1em;
  }
  .gd-u {
    padding-right: 1em;
    padding-left: 1em;
  }
  .gd-u-gt1000--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt1000--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .lt1200-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .gd-u-gt1200-1 {
    width: 100%;
  }
  .gd-u-gt1200-1-2 {
    width: 50%;
  }
  .gd-u-gt1200-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt1200-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt1200-1-4 {
    width: 25%;
  }
  .gd-u-gt1200-3-4 {
    width: 75%;
  }
  .gd-u-gt1200-1-5 {
    width: 20%;
  }
  .gd-u-gt1200-2-5 {
    width: 40%;
  }
  .gd-u-gt1200-3-5 {
    width: 60%;
  }
  .gd-u-gt1200-4-5 {
    width: 80%;
  }
  .gd-u-gt1200-1-6 {
    width: 16.656%;
  }
  .gd-u-gt1200-5-6 {
    width: 83.33%;
  }
  .gd-u-gt1200-1-8 {
    width: 12.5%;
  }
  .gd-u-gt1200-3-8 {
    width: 37.5%;
  }
  .gd-u-gt1200-5-8 {
    width: 62.5%;
  }
  .gd-u-gt1200-7-8 {
    width: 87.5%;
  }
  .gd-u-gt1200-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt1200-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt1200-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt1200-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt1200-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt1200-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt1200-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt1200-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt1200-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt1200-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt1200-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt1200-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt1200-auto {
    width: auto;
  }
  .gd-g {
    margin-right: -1em;
    margin-left: -1em;
  }
  .gd-u {
    padding-right: 1em;
    padding-left: 1em;
  }
  .gd-u-gt1200--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt1200--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .lt1400-hide {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .gd-u-gt1400-1 {
    width: 100%;
  }
  .gd-u-gt1400-1-2 {
    width: 50%;
  }
  .gd-u-gt1400-1-3 {
    width: 33.33333%;
  }
  .gd-u-gt1400-2-3 {
    width: 66.66666%;
  }
  .gd-u-gt1400-1-4 {
    width: 25%;
  }
  .gd-u-gt1400-3-4 {
    width: 75%;
  }
  .gd-u-gt1400-1-5 {
    width: 20%;
  }
  .gd-u-gt1400-2-5 {
    width: 40%;
  }
  .gd-u-gt1400-3-5 {
    width: 60%;
  }
  .gd-u-gt1400-4-5 {
    width: 80%;
  }
  .gd-u-gt1400-1-6 {
    width: 16.656%;
  }
  .gd-u-gt1400-5-6 {
    width: 83.33%;
  }
  .gd-u-gt1400-1-8 {
    width: 12.5%;
  }
  .gd-u-gt1400-3-8 {
    width: 37.5%;
  }
  .gd-u-gt1400-5-8 {
    width: 62.5%;
  }
  .gd-u-gt1400-7-8 {
    width: 87.5%;
  }
  .gd-u-gt1400-1-12 {
    width: 8.3333%;
  }
  .gd-u-gt1400-5-12 {
    width: 41.6666%;
  }
  .gd-u-gt1400-7-12 {
    width: 58.3333%;
  }
  .gd-u-gt1400-11-12 {
    width: 91.6666%;
  }
  .gd-u-gt1400-1-24 {
    width: 4.1666%;
  }
  .gd-u-gt1400-5-24 {
    width: 20.8333%;
  }
  .gd-u-gt1400-7-24 {
    width: 29.1666%;
  }
  .gd-u-gt1400-11-24 {
    width: 45.8333%;
  }
  .gd-u-gt1400-13-24 {
    width: 54.1666%;
  }
  .gd-u-gt1400-17-24 {
    width: 70.8333%;
  }
  .gd-u-gt1400-19-24 {
    width: 79.1666%;
  }
  .gd-u-gt1400-23-24 {
    width: 95.8333%;
  }
  .gd-u-gt1400-auto {
    width: auto;
  }
  .gd-g {
    margin-right: -1em;
    margin-left: -1em;
  }
  .gd-u {
    padding-right: 1em;
    padding-left: 1em;
  }
  .gd-u-gt1400--nopadleft {
    padding-left: 0;
  }
  .gd-u-gt1400--nopadright {
    padding-right: 0;
  }
}
.gd-g,
.opera-only :-o-prefocus {
  word-spacing: -0.43em;
}
img {
  max-width: 100%;
  height: auto;
}
.effect--fade,
.effect--slidein {
  -webkit-transition: opacity 1s ease-out 0s, -webkit-transform 750ms ease-out 0s;
  transition: opacity 1s ease-out 0s, -webkit-transform 750ms ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 750ms ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 750ms ease-out 0s, -webkit-transform 750ms ease-out 0s;
}
.effect--fade {
  opacity: 0;
}
.effect--fade.effect--ready,
.no-cssanimations .effect--fade {
  opacity: 1;
}
.effect--slidein {
  -ms-transform: translate(0, 2em);
  transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  -webkit-transform: translate(0, 2em);
}
.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.effect--slidedown {
  -ms-transform: translate(0, -2em);
  transform: translate(0, -2em);
  -moz-transform: translate(0, -2em);
  -webkit-transform: translate(0, -2em);
}
.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.effect--slideright {
  -ms-transform: translate(-2em, 0);
  transform: translate(-2em, 0);
  -moz-transform: translate(-2em, 0);
  -webkit-transform: translate(-2em, 0);
}
.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.effect--slideleft {
  -ms-transform: translate(2em, 0);
  transform: translate(2em, 0);
  -moz-transform: translate(2em, 0);
  -webkit-transform: translate(2em, 0);
}
.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.effect--delay-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.effect--delay-2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.effect--delay-3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.effect--delay-2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.effect--delay-3 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.effect--delay-0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.owl-carousel {
  display: block;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: 100%;
  right: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .owl-carousel .owl-nav {
    top: -5em;
  }
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: relative;
  -webkit-transition: opacity 150ms ease-out 0s;
  transition: opacity 150ms ease-out 0s;
}
.owl-carousel .owl-nav .owl-next.disabled i,
.owl-carousel .owl-nav .owl-prev.disabled i {
  opacity: 0.25;
}
.owl-carousel .owl-nav .owl-next::after,
.owl-carousel .owl-nav .owl-prev::after {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
  padding: 1em;
  width: 1.5em;
  height: 1em;
  text-align: center;
}
.owl-carousel .owl-nav .owl-next::after {
  display: none;
}
@media only screen and (min-width: 550px) {
  .owl-carousel .owl-nav {
    right: 0.75em;
  }
}
@media only screen and (min-width: 700px) {
  .owl-carousel .owl-nav {
    right: 0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  .owl-carousel .owl-nav {
    right: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-carousel .owl-nav {
    right: 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .owl-carousel .owl-nav {
    right: 1em;
  }
}
.field {
  padding: 0 0.5em 0.5em 0;
  position: relative;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  padding: 1em;
  background: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: inherit;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.33);
}
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
select.placeholder,
textarea.placeholder {
  color: rgba(0, 0, 0, 0.33);
}
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.33);
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.33);
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.33);
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.33);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 0.95em);
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(img/framework/select-arrow.svg);
}
.color-white select {
  background-image: url(img/framework/select-arrow-white.svg);
}
textarea {
  min-height: 5.2em;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  opacity: 0.5;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #1d2e3c;
}
[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
textarea.error {
  background-image: url(img/input.invalid.png);
  background-size: auto 1em;
  background-position: right center;
  background-repeat: no-repeat;
}
textarea.error {
  background-position: right 1em;
}
.form-error {
  position: relative;
  display: block;
  background: #e8492c;
  padding: 0.5em 1em;
  z-index: 2;
  font-size: 12px;
}
.form-error:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: 1em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e8492c;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #e8492c;
  color: #fff;
  padding: 1em;
  position: relative;
  font-size: 12px;
  z-index: 2;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  content: " ";
  display: block;
  position: absolute;
  top: -0.5em;
  left: 1em;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #e8492c;
}
.wpcf7 .wpcf7-response-output {
  border: none;
  background: #888;
  color: #fff;
  padding: 1em;
  font-size: 13px;
}
.wpcf7 .wpcf7-validation-errors {
  background: #e8492c;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #5be0cc;
  color: #111;
}
.wpcf7 div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.field--radio ul {
  list-style: none;
}
.field--radio ul li {
  padding: 0.5em 0;
}
#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 20px;
}
#mc_embed_signup {
  font-family: "Bureau Grot Lt";
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 1rem;
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  margin-bottom: -0.5rem;
  display: block;
  font-family: "Bureau Grot Lt";
}
#mc_embed_signup #mc_embed_signup_scroll input {
  font-family: "Bureau Grot Lt";
}
#mc_embed_signup #mc_embed_signup_scroll input.mce_inline_error {
  border-color: #e80000;
}
#mc_embed_signup #mc_embed_signup_scroll div.mce_inline_error {
  color: #e80000;
  background-color: transparent;
  padding: 0.25em 0 0 0;
  font-weight: 400;
  font-family: "Bureau Grot Lt";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.25em;
  line-height: 1.2;
  font-family: "Bureau Grot Cond Med";
  font-style: Normal;
  font-weight: Normal;
}
.h1,
h1 {
  margin: 0;
}
.h2,
h2 {
  font-weight: 400;
}
.fontsize--huge,
h1 {
  font-size: 48px;
  line-height: 1.1;
  font-family: "Bureau Grot Comp Med";
  font-style: Normal;
  font-weight: Normal;
}
.fontsize--large,
h2 {
  font-size: 32px;
  line-height: 1.1;
  font-family: "Bureau Grot Comp Med";
  font-style: Normal;
  font-weight: Normal;
}
.fontsize--med,
h3 {
  font-size: 22px;
  line-height: 1.3;
}
.fontsize--medsml {
  font-size: 18px;
}
.filters .filters__bar .filters__bar__primary .filter__links__tooltip,
.fontsize--reg,
body,
h4 {
  font-size: 15px;
}
.fontsize--sml,
h5 {
  font-size: 14px;
}
.filters .filters__bar .filters__tags .filters__activetags .filters__clearall,
.filters .filters__bar .filters__tags .filters__tag,
.filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading,
.fontsize--tiny,
h6 {
  font-size: 12px;
}
b,
strong {
  font-family: "Bureau Grot Cond Med";
  font-style: Normal;
  font-weight: Normal;
  font-size: 1.1em;
}
.font--narrow {
  font-family: "Bureau Grot Comp Med";
  font-style: Normal;
  font-weight: Normal;
}
.font--seminarrow {
  font-family: "Bureau Grot Cond Med";
  font-style: Normal;
  font-weight: Normal;
}
.font--reg {
  font-family: "Bureau Grot Lt";
  font-style: Normal;
  font-weight: Normal;
}
.case--lower {
  text-transform: lowercase;
}
.case--upper {
  text-transform: uppercase;
}
.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
.font--bold {
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .fontsize--huge,
  h1 {
    font-size: 60px;
  }
  .fontsize--large,
  h2 {
    font-size: 42px;
  }
  .fontsize--med,
  h3 {
    font-size: 23px;
  }
  .fontsize--medsml {
    font-size: 19px;
  }
  .filters .filters__bar .filters__bar__primary .filter__links__tooltip,
  .fontsize--reg,
  body,
  h4 {
    font-size: 16px;
  }
  .fontsize--sml,
  h5 {
    font-size: 14px;
  }
  .filters .filters__bar .filters__tags .filters__activetags .filters__clearall,
  .filters .filters__bar .filters__tags .filters__tag,
  .filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading,
  .fontsize--tiny,
  h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--huge,
  h1 {
    font-size: 70px;
  }
  .fontsize--large,
  h2 {
    font-size: 50px;
  }
  .fontsize--med,
  h3 {
    font-size: 20px;
  }
  .fontsize--medsml {
    font-size: 28px;
  }
  .filters .filters__bar .filters__bar__primary .filter__links__tooltip,
  .fontsize--reg,
  body,
  h4 {
    font-size: 16px;
  }
  .fontsize--sml,
  h5 {
    font-size: 14px;
  }
  .filters .filters__bar .filters__tags .filters__activetags .filters__clearall,
  .filters .filters__bar .filters__tags .filters__tag,
  .filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading,
  .fontsize--tiny,
  h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--huge,
  h1 {
    font-size: 80px;
  }
  .fontsize--large,
  h2 {
    font-size: 60px;
  }
  .fontsize--med,
  h3 {
    font-size: 32px;
  }
  .fontsize--medsml {
    font-size: 22px;
  }
  .filters .filters__bar .filters__bar__primary .filter__links__tooltip,
  .fontsize--reg,
  body,
  h4 {
    font-size: 17px;
  }
  .fontsize--sml,
  h5 {
    font-size: 14px;
  }
  .filters .filters__bar .filters__tags .filters__activetags .filters__clearall,
  .filters .filters__bar .filters__tags .filters__tag,
  .filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading,
  .fontsize--tiny,
  h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--huge,
  h1 {
    font-size: 90px;
  }
  .fontsize--large,
  h2 {
    font-size: 69px;
  }
  .fontsize--med,
  h3 {
    font-size: 36px;
  }
  .fontsize--medsml {
    font-size: 26px;
  }
  .filters .filters__bar .filters__bar__primary .filter__links__tooltip,
  .fontsize--reg,
  body,
  h4 {
    font-size: 18px;
  }
  .fontsize--sml,
  h5 {
    font-size: 15px;
  }
  .filters .filters__bar .filters__tags .filters__activetags .filters__clearall,
  .filters .filters__bar .filters__tags .filters__tag,
  .filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading,
  .fontsize--tiny,
  h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--huge,
  h1 {
    font-size: 100px;
  }
  .fontsize--large,
  h2 {
    font-size: 72px;
  }
  .fontsize--med,
  h3 {
    font-size: 38px;
  }
  .fontsize--medsml {
    font-size: 28px;
  }
  .filters .filters__bar .filters__bar__primary .filter__links__tooltip,
  .fontsize--reg,
  body,
  h4 {
    font-size: 20px;
  }
  .fontsize--sml,
  h5 {
    font-size: 15px;
  }
  .filters .filters__bar .filters__tags .filters__activetags .filters__clearall,
  .filters .filters__bar .filters__tags .filters__tag,
  .filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading,
  .fontsize--tiny,
  h6 {
    font-size: 13px;
  }
}
ol,
ul {
  margin: 0 0 1em;
  padding: 0;
}
@media only screen and (max-width: 699px) {
  ol,
  ul {
    margin-left: 1.5em;
  }
}
p {
  margin: 0 0 1em;
}
body:after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  -webkit-transition: opacity 250ms ease-out 0.5s, left 0s linear 0s;
  transition: opacity 250ms ease-out 0.5s, left 0s linear 0s;
}
body.ready:after {
  opacity: 0;
  left: 100%;
  pointer-events: none;
  -webkit-transition: opacity 250ms ease-out 0s, left 0s linear 0.3s;
  transition: opacity 250ms ease-out 0s, left 0s linear 0.3s;
}
body {
  font-family: "Bureau Grot Lt";
  font-style: Normal;
  font-weight: Normal;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.4;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
.color--white {
  color: #fff;
}
.color--grey {
  color: #888;
}
.color--pink {
  color: #ffb5c1;
}
.color--red {
  color: #e8492c;
}
.color--yellow {
  color: #f2ad11;
}
.color--aqua {
  color: #009991;
}
.color--teal {
  color: #5be0cc;
}
.color--purple {
  color: #5b1ebf;
}
.bg--white {
  background-color: #fff;
}
.bg--grey {
  background-color: #888;
}
.bg--pink {
  background-color: #ffb5c1;
}
.bg--red {
  background-color: #e8492c;
}
.bg--yellow {
  background-color: #f2ad11;
}
.bg--aqua {
  background-color: #009991;
}
.bg--teal {
  background-color: #5be0cc;
}
.bg--purple {
  background-color: #5b1ebf;
}
.bg--black {
  background-color: #000;
}
.bg--pink-muted {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #ffb5c1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #ffb5c1;
}
.bg--yellow-muted {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #f2ad11;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #f2ad11;
}
.bg--teal-muted {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #5be0cc;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #5be0cc;
}
.bg--aqua-muted {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #009991;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #009991;
}
.bg--purple-muted {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #5b1ebf;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #5b1ebf;
}
.bg--red-muted {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #e8492c;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.66) 100%), #e8492c;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a.line--added {
  display: inline-block;
}
.linkline {
  border-bottom: solid 1px rgba(0, 212, 255, 0.5);
}
a:hover .linkline {
  border-color: #5be0cc;
}
.color--white .linkline,
.line--white .linkline {
  border-color: rgba(255, 255, 255, 0.5);
}
.color--white a:hover .linkline,
.line--white a:hover .linkline {
  border-color: #fff;
}
.line--pink .linkline {
  border-bottom: solid 1px rgba(255, 181, 193, 0.5);
}
.line--pink a:hover .linkline {
  border-color: #ffb5c1;
}
.line--pink .fa--shape:after {
  border-left: 2em solid #ffb5c1;
}
.line--red .linkline {
  border-bottom: solid 1px rgba(232, 73, 44, 0.5);
}
.line--red a:hover .linkline {
  border-color: #e8492c;
}
.line--red .fa--shape:after {
  border-left: 2em solid #e8492c;
}
.line--yellow .linkline {
  border-bottom: solid 1px rgba(242, 173, 17, 0.5);
}
.line--yellow a:hover .linkline {
  border-color: #f2ad11;
}
.line--yellow .fa--shape:after {
  border-left: 2em solid #f2ad11;
}
.line--aqua .linkline {
  border-bottom: solid 1px rgba(0, 153, 145, 0.5);
}
.line--aqua a:hover .linkline {
  border-color: #009991;
}
.line--aqua .fa--shape:after {
  border-left: 2em solid #009991;
}
.line--teal .linkline {
  border-bottom: solid 1px rgba(91, 224, 204, 0.5);
}
.line--teal a:hover .linkline {
  border-color: #5be0cc;
}
.line--teal .fa--shape:after {
  border-left: 2em solid #5be0cc;
}
.line--purple .linkline {
  border-bottom: solid 1px rgba(91, 30, 191, 0.5);
}
.line--purple a:hover .linkline {
  border-color: #5b1ebf;
}
.line--purple .fa--shape:after {
  border-left: 2em solid #5b1ebf;
}
.line--grey .linkline {
  border-color: rgba(136, 136, 136, 0.5);
}
a .fa {
  padding: 0 0 0 0.66em;
}
a .fa--left {
  padding: 0 0.66em 0 0;
}
a .fa--nopad {
  padding: 0;
}
.fa--shape {
  position: relative;
  z-index: 1;
}
.fa--shape:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #5be0cc;
  z-index: -1;
  top: -1em;
  margin-top: -0.5em;
  left: 0.25em;
  -webkit-transition: -webkit-transform 150ms ease-out 0s;
  transition: -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.fa--shape--2:after {
  left: 1em;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.fa--shape--3:after {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.fa--shape--4:after {
  left: 1em;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.fa--shape--5:after {
  left: 0.88em;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
a:hover .fa--shape:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.btn,
.button,
.cky-consent-container .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
  background-color: #5be0cc;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.75em 2em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  box-shadow: none;
  font-family: "Bureau Grot Comp Med";
  font-style: Normal;
  font-weight: Normal;
}
#mc_embed_signup #mc_embed_signup_scroll input[type="submit"] .icon,
.btn .icon,
.button .icon,
.cky-consent-container .cky-btn .icon,
.cky-prefrence-btn-wrapper .cky-btn .icon {
  display: none;
}
.btn--icon .icon,
.button--icon .icon,
.signup__submit--ninja .icon {
  display: block;
  margin: 0 0 0 1rem;
}
#mc_embed_signup #mc_embed_signup_scroll input[type="submit"]:hover,
.btn:hover,
.cky-consent-container .cky-btn:hover,
.cky-prefrence-btn-wrapper .cky-btn:hover {
  color: #fff;
  background-color: #009991;
}
.btn--block {
  display: block;
  text-align: center;
}
#mc_embed_signup #mc_embed_signup_scroll input[type="submit"] .linkline,
.btn .linkline,
.cky-consent-container .cky-btn .linkline,
.cky-prefrence-btn-wrapper .cky-btn .linkline {
  border: none;
}
.btn--black {
  background-color: #000;
}
.btn--red {
  background-color: #e8492c;
}
.btn--red:hover {
  background-color: #f2ad11;
}
.btn--red .fa--shape:after {
  border-left: 2em solid #ffb5c1;
}
.btn--pink {
  background-color: #ffb5c1;
}
.btn--pink:hover {
  background-color: #e8492c;
}
.btn--pink .fa--shape:after {
  border-left: 2em solid #f2ad11;
}
.btn--yellow {
  background-color: #f2ad11;
}
.btn--yellow:hover {
  background-color: #ffb5c1;
}
.btn--yellow .fa--shape:after {
  border-left: 2em solid #e8492c;
}
.btn--aqua {
  background-color: #009991;
}
.btn--aqua:hover {
  background-color: #5b1ebf;
}
.btn--aqua .fa--shape:after {
  border-left: 2em solid #5be0cc;
}
.btn--teal {
  background-color: #5be0cc;
}
.btn--teal:hover {
  background-color: #5b1ebf;
}
.btn--teal .fa--shape:after {
  border-left: 2em solid #ffb5c1;
}
.btn--purple {
  background-color: #5b1ebf;
}
.btn--purple:hover {
  background-color: #ffb5c1;
}
.btn--purple .fa--shape:after {
  border-left: 2em solid #5be0cc;
}
.pageheader--tool .btn--purple .fa--shape:after {
  border-left: 2em solid #009991;
}
.btn--white {
  background-color: #fff;
  color: #000;
}
.btn--white:hover {
  background-color: #eee;
  color: #000;
}
.btn--white .fa--shape:after {
  border-left: 2em solid #e8492c;
}
.btn--grey {
  background-color: #eee;
  color: #000;
}
.btn--grey:hover {
  background-color: #5b1ebf;
  color: #fff;
}
.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px;
}
.bd:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.padding--top {
  padding-top: 10%;
}
.padding--bottom {
  padding-bottom: 10%;
}
.padding--top-half {
  padding-top: 7%;
}
.padding--bottom-half {
  padding-bottom: 7%;
}
.padding--top-em {
  padding-top: 1em;
}
.padding--bottom-em {
  padding-top: 1em;
}
.padding--none {
  padding: 0;
}
.margin--top-n {
  margin-top: -10%;
}
.margin--bottom-n {
  margin-bottom: -10%;
}
.margin--top {
  margin-top: 10%;
}
.margin--bottom {
  margin-bottom: 10%;
}
.margin--top-half {
  margin-top: 7%;
}
.margin--bottom-half {
  margin-bottom: 7%;
}
.margin--top-em {
  margin-top: 1em;
}
.margin--bottom-em {
  margin-bottom: 1em;
}
.margin--none {
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .padding--top {
    padding-top: 7%;
  }
  .padding--bottom {
    padding-bottom: 7%;
  }
  .padding--top-half {
    padding-top: 3.5%;
  }
  .padding--bottom-half {
    padding-bottom: 3.5%;
  }
  .margin--top-n {
    margin-top: -7%;
  }
  .margin--bottom-n {
    margin-bottom: -7%;
  }
  .margin--top {
    margin-top: 7%;
  }
  .margin--bottom {
    margin-bottom: 7%;
  }
  .margin--top-half {
    margin-top: 3.5%;
  }
  .margin--bottom-half {
    margin-bottom: 3.5%;
  }
  .margin--top-em {
    margin-top: 1em;
  }
  .margin--bottom-em {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .padding--top {
    padding-top: 5%;
  }
  .padding--bottom {
    padding-bottom: 5%;
  }
  .padding--top-half {
    padding-top: 3.5%;
  }
  .padding--bottom-half {
    padding-bottom: 3.5%;
  }
  .margin--top-n {
    margin-top: -5%;
  }
  .margin--bottom-n {
    margin-bottom: -5%;
  }
  .margin--top {
    margin-top: 5%;
  }
  .margin--bottom {
    margin-bottom: 5%;
  }
  .margin--top-half {
    margin-top: 3.5%;
  }
  .margin--bottom-half {
    margin-bottom: 3.5%;
  }
  .margin--top-em {
    margin-top: 1em;
  }
  .margin--bottom-em {
    margin-bottom: 1em;
  }
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inlinenavlist {
  margin: 0 -0.75em;
}
.inlinenavlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.inlinenavlist a {
  display: block;
  padding: 0 0.75em;
}
.pagenav {
  text-align: center;
  position: relative;
  z-index: 100;
}
.pagenav--tool .pagenav__bd {
  padding: 0.5em 65px 0.2em;
}
.pagenav--tool .pagenav__bd ul li {
  display: inline-block;
}
.pagenav--child-nav .pagenav__bd > ul > li {
  display: inline-block;
}
.pagenav--top {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.pagenav--bottom {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.pagenav__bd {
  padding: 0.5em 65px 0.75em;
}
.pagenav li {
  position: relative;
  z-index: 1;
}
.pagenav li:hover {
  z-index: 2;
}
.pagenav ul ul li {
  margin-bottom: -0.5em;
}
.pagenav a {
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.pagenav a:hover {
  color: #5be0cc;
  -webkit-animation: color-pulse-hover 1s infinite;
  animation: color-pulse-hover 1s infinite;
}
.pagenav__bd > ul > li {
  display: none;
}
.pagenav__bd > ul > li.current-menu-ancestor,
.pagenav__bd > ul > li.current-menu-item {
  display: block;
}
.pagenav__bd > ul > li.current-menu-ancestor > a,
.pagenav__bd > ul > li.current-menu-item > a {
  display: none;
}
.pagenav ul ul ul {
  display: block;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: perspective(1000px) rotateX(-25deg);
  transform: perspective(1000px) rotateX(-25deg);
  -webkit-transition: opacity 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: opacity 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: opacity 150ms ease-out 0s, transform 150ms ease-out 0s;
  transition: opacity 150ms ease-out 0s, transform 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
}
@media only screen and (max-width: 1000px) {
  body.page-template-template-team .pagenav ul ul ul {
    display: none;
  }
}
.pagenav ul ul ul ul {
  display: none;
}
.pagenav ul ul li:hover ul {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: perspective(1000px) rotateX(0);
  transform: perspective(1000px) rotateX(0);
}
.pagenav ul ul ul:after {
  content: " ";
  display: block;
  position: absolute;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.9);
  position: absolute;
  top: -0.5em;
  left: 50%;
  margin-left: -0.5em;
  z-index: 5;
}
.pagenav ul ul ul li {
  display: block;
  margin: 0;
}
.pagenav ul ul ul a {
  padding: 0.5em 0;
}
.pageheader {
  position: relative;
}
.pageheader--center {
  text-align: center;
}
.pageheader--center h1 {
  margin-left: auto;
  margin-right: auto;
}
.pageheader--center .leader {
  margin: 0 auto 1em;
}
.pageheader--left,
.pageheader--right {
  text-align: left;
}
.pageheader h1 {
  max-width: 7em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.pageheader .leader {
  max-width: 30em;
}
.pageheader--new.pageheader--center h1 {
  max-width: 16em;
}
.pageheader--new.pageheader--left h1,
.pageheader--new.pageheader--right h1 {
  max-width: 10em;
}
.pageheader--new .pageheader__bottomform {
  max-width: 30em;
}
.pageheader--new .pageheader__quoteform {
  padding: 1.5em;
  color: #000;
}
.pageheader--new .pageheader__quoteform.bg--aqua,
.pageheader--new .pageheader__quoteform.bg--black,
.pageheader--new .pageheader__quoteform.bg--orange,
.pageheader--new .pageheader__quoteform.bg--purple {
  color: #fff;
}
.pageheader--new .pageheader__quoteform .quote__quotation {
  margin-bottom: 1.5em;
}
.pageheader--new .pageheader__quoteform .quote__image {
  width: 100%;
  display: block;
  height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.pageheader--new .pageheader__quoteform .nf-form-cont {
  margin-top: 0.5em;
}
.pageheader--post .pageheader__leader {
  max-width: 24em;
}
.pageheader--post .postheader__bottom {
  margin-top: 2em;
  padding: 2em 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 700px) {
  .pageheader--post .postheader__bottom {
    padding: 2em 7.14% 0 7.14%;
  }
}
.pageheader--post .postheader__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageheader--post .postheader__author .author__image {
  border-radius: 50%;
  overflow: hidden;
  height: 5em;
  background-size: cover;
  background-repeat: no-repeat;
  width: 5em;
}
.pageheader__bd {
  position: relative;
  z-index: 2;
}
.pageheader .heading--long-plus40 {
  max-width: 11em;
}
.pageheader--img {
  background: #000;
  color: #fff;
  overflow: hidden;
}
.pageheader__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0s;
  transition: opacity 1s ease-out 0s;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.pageheaderimg--loaded .pageheader__img {
  -webkit-transition: -webkit-transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -webkit-transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.66;
}
.pageheader__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 2s ease-out 0s;
  transition: opacity 2s ease-out 0s;
}
.has-videoheader--playing .pageheader__video {
  opacity: 0.66;
}
.no-touch .has-videoheader .pageheader__img {
  display: none;
}
.shareicons {
  position: relative;
  z-index: 2;
}
.shareicons--post {
  padding: 2em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 700px) {
  .shareicons--post {
    padding: 2em 7.14%;
  }
}
.shareicons--post .sharelink {
  background: 0 0;
  color: #000;
}
.postheaderimg {
  padding: 50% 0 0;
  position: relative;
  background: #eee;
  overflow: hidden;
  z-index: 1;
}
.has-videoheader--playing .postheaderimg .pageheader__video {
  opacity: 1;
}
.pageheaderimg--loaded .postheaderimg .pageheader__img {
  opacity: 1;
}
.shareicons {
  color: #fff;
}
.shareiconslist li {
  margin: 0;
  display: inline-block;
}
.sharelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.75em;
  background: #f1f1f1;
  line-height: 2.75em;
  margin: 0;
  color: #fff;
  border-radius: 1.5em;
}
.sharelink:after {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.sharelink--facebook {
  background: #3b5998;
}
.sharelink--twitter {
  background: #00aced;
}
.sharelink--linkedin {
  background: #007bb6;
}
.sharelink--email {
  background: #000;
}
.shareicon {
  width: 2.75em;
  text-align: center;
  display: block;
  float: left;
  padding: 0;
  border: none;
}
.shareicon .fa {
  display: inline-block;
  padding: 0;
}
a:hover .shareicon .fa {
  display: inline-block;
  padding: 0;
}
.sharetext {
  overflow: hidden;
  font-size: 12px;
  display: block;
  float: left;
  text-align: right;
  width: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  text-align: left;
}
.sharelink:hover .sharetext {
  width: 45px;
}
.pageheader--img .sharelink {
  background: #fff;
}
.pageheader--img .sharelink--facebook,
.pageheader--img .sharelink--facebook:hover {
  color: #3b5998;
}
.pageheader--img .sharelink--twitter,
.pageheader--img .sharelink--twitter:hover {
  color: #00aced;
}
.pageheader--img .sharelink--linkedin,
.pageheader--img .sharelink--linkedin:hover {
  color: #007bb6;
}
.pageheader--img .sharelink--email,
.pageheader--img .sharelink--email:hover {
  color: #000;
}
.content {
  margin: 0 auto;
  box-sizing: border-box;
}
.content ul {
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 550px) {
  .content {
    width: 83.4%;
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .content {
    padding: 0 0.625em;
  }
}
@media only screen and (min-width: 800px) {
  .content {
    width: 66.8%;
  }
}
@media only screen and (min-width: 1000px) {
  .content {
    width: 60%;
    padding: 0 0.75em;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    width: 50%;
  }
}
.gd-g--carousel .owl-carousel.owl-loaded .gd-u {
  width: 100%;
}
.post {
  position: relative;
}
.post--result {
  background: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 0 1em;
  height: 100%;
  -webkit-transition: -webkit-transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  -webkit-transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
}
.post--result .post__content {
  padding: 1em;
}
.post--result .post__content .post__heading {
  margin: 0 0 0.25em;
  line-height: 1.2;
}
.post--result .postimg {
  margin: 0;
  position: relative;
  box-shadow: none;
  padding: 75% 0 0;
}
.post--result .postimg .postimg__img {
  -webkit-transition: -webkit-transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  -webkit-transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  background-color: transparent;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.post--result:hover {
  box-shadow: 25px 25px 60px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.post--result:hover .postimg {
  box-shadow: none !important;
}
.post--casestudy {
  position: relative;
}
@media only screen and (max-width: 699px) {
  .post--casestudy {
    min-height: 17em;
  }
}
.post--casestudy .postimg {
  margin: 0;
}
@media only screen and (max-width: 699px) {
  .post--casestudy .postimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
  }
}
.post--casestudy .postimg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.post--casestudy .post__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.post--casestudy .post__categories {
  position: relative;
  margin-bottom: 1em;
}
.post--casestudy .post__fakelink {
  background-image: -webkit-linear-gradient(left, #fff 0, #fff 49.6%, transparent 49.6%, transparent 100%);
  background-image: linear-gradient(90deg, #fff 0, #fff 49.6%, transparent 49.6%, transparent 100%);
  background-size: 200% 1px;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  -webkit-transition: background-position 550ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-position 550ms cubic-bezier(0.33, 1, 0.68, 1);
}
.post--casestudy .post__content {
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
  bottom: 2em;
  max-width: 25em;
  z-index: 2;
  color: #fff;
}
.post--casestudy:hover .post__fakelink {
  background-position: 0 bottom;
}
.gd-g--carousel .post--casestudy .post__content {
  max-width: 30em;
}
.gd-u-gt1200-3-5 .post--casestudy {
  height: 100%;
  min-height: 15em;
}
@media only screen and (min-width: 1000px) {
  .gd-u-gt1200-3-5 .post--casestudy .postimg {
    padding-top: 0;
    height: 100%;
  }
}
.gd-u-gt1200-2-5 .post--casestudy {
  height: 100%;
  min-height: 15em;
}
@media only screen and (min-width: 1000px) {
  .gd-u-gt1200-2-5 .post--casestudy .postimg {
    padding-top: 0;
    height: 100%;
  }
}
.post .post__content .post__categories {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  z-index: 2;
}
.posts .post__categories {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  z-index: 2;
}
.post__categories a {
  display: inline-block;
  padding: 0.45em 0.5em;
  margin: 0 3px 3px 0;
  font-weight: 600;
  -webkit-transition: background 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.post__categories a:not([class*="bg--"]) {
  background: #fff;
}
.post__categories a:hover {
  background: #000;
  color: #fff;
}
.post__categories .post__heading {
  margin: 0 0 0.75em;
}
.post__tags {
  padding: 0 0.66em 0.66em 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4f4f4;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 150ms ease-out 0s;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s;
}
.post__tags:hover {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}
.post__link {
  position: relative;
  z-index: 1;
}
.postimg {
  padding: 56.6% 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 1.66em;
  -webkit-transition: -webkit-box-shadow 150ms ease-out 0s;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s;
}
.post__link:hover .postimg {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}
.postimg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.postcta {
  text-align: right;
}
.paging {
  position: relative;
  padding: 0;
  border-top: solid 1px #ddd;
}
.paging--ajax {
  border: none;
}
.paging__loadmore {
  margin: 1em 0 2em 0;
  cursor: pointer;
}
#mc_embed_signup #mc_embed_signup_scroll .paging input[type="submit"],
.cky-consent-container .paging .cky-btn,
.cky-prefrence-btn-wrapper .paging .cky-btn,
.paging #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.paging .btn,
.paging .cky-consent-container .cky-btn,
.paging .cky-prefrence-btn-wrapper .cky-btn {
  padding-top: 1em;
  padding-bottom: 1em;
}
.paging__numbers {
  display: none;
}
.paging__numbers a,
.paging__numbers span {
  padding: 1.5em;
  border: none;
  border-right: solid 1px #ddd;
  display: block;
  float: left;
  min-width: 1.4em;
  text-align: center;
}
.paging__numbers .current {
  color: #aaa;
}
.paging__nextprev {
  text-align: center;
  padding: 0.5em;
}
.paging__nextprev {
  text-align: center;
}
#mc_embed_signup #mc_embed_signup_scroll .paging__nextprev input[type="submit"],
.cky-consent-container .paging__nextprev .cky-btn,
.cky-prefrence-btn-wrapper .paging__nextprev .cky-btn,
.paging__nextprev #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.paging__nextprev .btn,
.paging__nextprev .cky-consent-container .cky-btn,
.paging__nextprev .cky-prefrence-btn-wrapper .cky-btn {
  margin-bottom: 0;
}
.paging__pager--older a:hover {
  background: #afb472;
}
.paging__nextprev--bothpresent .paging__pager--older {
  border-left: solid 1px #e0e0d9;
}
@media only screen and (min-width: 800px) {
  .paging {
    border-bottom: solid 1px #ddd;
  }
  .paging__bd {
    border-bottom: solid 1px #d4d4cb;
    border-top: solid 1px #d4d4cb;
  }
  .paging__numbers {
    display: block;
  }
  .paging__nextprev {
    position: absolute;
    padding: 0;
    right: 0;
    top: 50%;
    margin-top: -1.75em;
  }
  .paging__pager {
    display: inline-block;
    padding: 0.5em;
  }
}
.searchpopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 99999;
  -webkit-transition: opacity 250ms ease-out 0s, top 250ms ease-out 0s, left 0s linear 250ms;
  transition: opacity 250ms ease-out 0s, top 250ms ease-out 0s, left 0s linear 250ms;
  opacity: 0;
  top: 1em;
}
.searchpopupoverlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s, left 0s linear 0.5s;
  transition: opacity 0.3s ease-out 0s, left 0s linear 0.5s;
}
.popupsearch--open .searchpopup {
  left: 0;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.5s ease-out 250ms, top 0.5s ease-out 250ms, left 0s linear 0s;
  transition: opacity 0.5s ease-out 250ms, top 0.5s ease-out 250ms, left 0s linear 0s;
}
.popupsearch--open .searchpopupoverlay {
  left: 0;
  opacity: 0.88;
  -webkit-transition: opacity 0.5s ease-out 5ms, left 0s linear 0s;
  transition: opacity 0.5s ease-out 5ms, left 0s linear 0s;
}
.searchpopup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.searchpopupform {
  width: 85.72%;
  display: inline-block;
  vertical-align: middle;
}
.searchpopupform .field__label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.75em;
}
.searchpopupform .field__note {
  margin: 0.75em 0 0;
}
.searchpopupform .field__note strong {
  cursor: pointer;
}
.searchpopupform .field__input {
  padding: 0.66em 3.5em 0.66em 0.66em;
  border: solid 1px #fff;
  font-size: 1.5em;
  border-radius: 2px;
  position: relative;
}
.searchpopupform .field__input input {
  background: 0 0;
  border: none;
  padding: 0;
  color: #fff;
  width: 100%;
  outline: 0;
  text-align: left;
}
.searchpopupbtn {
  width: 1.75em;
  padding: 0.66em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.searchpopupbtn:hover {
  background: #fff;
  color: #333;
}
.searchpopupbtn .fa {
  padding: 0;
}
@media only screen and (min-width: 550px) {
  .searchpopupform .field__input {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 700px) {
  .searchpopupform .field__input {
    font-size: 2em;
  }
  .searchpopupform {
    width: 75%;
  }
}
.searchpagefield {
  position: relative;
}
.searchpagefield input {
  background: 0 0;
  padding-right: 4em;
  position: relative;
  z-index: 1;
}
.searchpagesubmit {
  padding: 1em 1.25em;
  border: none;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  background: 0 0;
  text-align: center;
}
.searchpagesubmit:hover {
  background: #eee;
}
.main {
  position: relative;
  overflow: hidden;
}
body.page-template .main,
body.page-template-default .main {
  overflow: initial;
}
.main__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main__shape--2 {
  z-index: -2;
}
.main__shape--a--1 {
  background-image: url(img/page-shapes/hero.a.01.png);
}
.main__shape--a--2 {
  background-image: url(img/page-shapes/hero.a.02.png);
}
.main__shape--b--1 {
  background-image: url(img/page-shapes/hero.b.01.png);
}
.main__shape--b--2 {
  background-image: url(img/page-shapes/hero.b.02.png);
}
.main__shape--c--1 {
  background-image: url(img/page-shapes/hero.c.01.png);
}
.main__shape--c--2 {
  background-image: url(img/page-shapes/hero.c.02.png);
}
.main__shape--d--1 {
  background-image: url(img/page-shapes/hero.d.01.png);
}
.main__shape--d--2 {
  background-image: url(img/page-shapes/hero.d.02.png);
}
.hero {
  position: relative;
}
.hero--right {
  text-align: right;
}
.hero--center {
  text-align: center;
}
.herobg {
  padding: 120% 0 0;
  position: relative;
  z-index: 1;
  background: #000;
}
.herobg:after {
  content: " ";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.33;
}
.herobg__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__bd {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.heroheading {
  margin: 0 0 0.25em;
}
.heroleader {
  max-width: 25em;
}
.hero--center .heroleader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.herocontent {
  text-align: left;
}
.hero--center .herocontent {
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .herobg {
    padding-top: 100%;
  }
  .hero__bd {
    top: 0;
  }
  .herocontent {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 700px) {
  .herobg {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 1000px) {
  .herobg {
    padding-top: 50%;
  }
  .herocontent {
    width: 50%;
  }
}
.newsletterlink {
  position: fixed;
  right: -10em;
  top: 100px;
  margin: 0 -2px 0 0;
  z-index: 999;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.hasscrolled .newsletterlink {
  right: 0;
}
#mc_embed_signup #mc_embed_signup_scroll .newsletterlink input[type="submit"],
.cky-consent-container .newsletterlink .cky-btn,
.cky-prefrence-btn-wrapper .newsletterlink .cky-btn,
.newsletterlink #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.newsletterlink .btn,
.newsletterlink .cky-consent-container .cky-btn,
.newsletterlink .cky-prefrence-btn-wrapper .cky-btn {
  margin: 0;
  padding: 1em 0.75em 1.25em;
}
#mc_embed_signup #mc_embed_signup_scroll .newsletterlink input[type="submit"] .fa,
.cky-consent-container .newsletterlink .cky-btn .fa,
.cky-prefrence-btn-wrapper .newsletterlink .cky-btn .fa,
.newsletterlink #mc_embed_signup #mc_embed_signup_scroll input[type="submit"] .fa,
.newsletterlink .btn .fa,
.newsletterlink .cky-consent-container .cky-btn .fa,
.newsletterlink .cky-prefrence-btn-wrapper .cky-btn .fa {
  padding: 0 0 0.66em;
}
.newsletterlink span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 700px) {
  .newsletterlink {
    margin: 0 1em 0 0;
  }
}
.clientsection__clients.gd-g {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.clientsection__clients .gd-u {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.clients--nocontent .client:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.clients--nocontent .client:last-child {
  padding-bottom: 1em;
}
.clientheader__logo {
  height: 4.5em;
  width: auto;
  margin: 0 0 1em;
}
.clientheader__heading {
  margin: 0 0 0.5em;
}
.clientheader__logo {
  float: right;
  margin: 0 0 1em 1.25em;
}
.clientsection__client {
  text-align: center;
  margin-bottom: 1em;
}
.clientsection__client h5 {
  margin-top: 1em;
  display: none;
}
.clientlogo__wrapper {
  border: solid 1px rgba(0, 0, 0, 0.15);
  height: 0;
  padding-bottom: 70%;
  position: relative;
  background: #fff;
  -webkit-transition: border-color 0.2s ease-out 0s;
  transition: border-color 0.2s ease-out 0s;
}
.clientsection__client--withcontent .clientlogo__wrapper {
  cursor: pointer;
}
.clientsection__client--withcontent .clientlogo__wrapper:hover {
  border-color: #eee;
}
.active .clientlogo__wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #eee;
  position: absolute;
  top: -2.1em;
  left: 50%;
  margin-left: -15px;
}
.clientlogo__logo {
  position: absolute;
  top: 8%;
  left: 10%;
  bottom: 8%;
  right: 10%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.client_blurb {
  margin-bottom: 2em;
}
.copy__wrapper {
  background: #eee;
  padding: 2em 2em 1.5em;
}
.clientcopy {
  max-width: 35em;
  margin: 0 auto;
}
.team {
  margin-bottom: -3em;
}
.member {
  margin: 0 0 3em;
}
.member__name {
  margin: 0 0 0.25em;
}
.memberimg {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  padding: 100% 0 0;
  margin: 0 0 1em;
  background: #eee;
}
.memberimg__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profilepicture {
  margin: 0 auto 2em;
  width: 75%;
}
.membercontact {
  border-bottom: solid 1px #eee;
  text-align: center;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 400px) {
  .profilepicture {
    width: 66.6%;
  }
}
@media only screen and (min-width: 550px) {
  .profilepicture {
    width: 100%;
    margin: 0;
  }
  .memberrightbar {
    padding: 0 0 1em 2em;
    float: right;
    box-sizing: border-box;
    width: 50%;
    margin-right: -12%;
  }
  .membercontact {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .memberrightbar {
    width: 66%;
    margin-right: -28%;
    padding: 0 0 2em 3em;
  }
}
@media only screen and (min-width: 1000px) {
  .memberrightbar {
    width: 50%;
    margin-right: -25%;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0.4 !important;
}
#cookie-law-info-bar {
  z-index: 99999 !important;
}
#signup__popup {
  background: 0 0;
  overflow: hidden;
  position: relative;
  display: none;
  max-width: 700px;
}
#close__signup__popup {
  position: absolute;
  top: -1em;
  right: -1em;
  z-index: 3;
  background: #5be0cc;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 1.25em 1.5em;
  box-sizing: border-box;
  display: block;
  margin: 0;
  cursor: pointer;
}
#signup__popup .fancybox-close-small svg {
  width: 20px;
  height: 20px;
}
#signup__popup .fancybox-button {
  display: none;
}
.signup__popup__form {
  background: #fff;
  position: relative;
}
.signup__popup__form__inner {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.signup__popup__form__inner .nf-form-cont {
  pointer-events: all;
}
@media screen and (min-width: 700px) {
  .signup__popup__form__inner {
    padding: 2.5rem;
  }
}
.signup__popup__form__inner::before {
  content: "";
  background-image: url(triangles/triangle.pink.svg);
  position: absolute;
  top: 100px;
  left: -4em;
  bottom: 0;
  opacity: 0.4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transform: rotate(299deg);
  -ms-transform: rotate(299deg);
  transform: rotate(299deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 30%;
  z-index: 1;
}
.signup__popup__form__inner::after {
  content: "";
  background-image: url(triangles/triangle.purple.svg);
  position: absolute;
  top: 50%;
  left: 60%;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
}
.popup__heading,
.signup__popup__form__inner .nf-form-content {
  z-index: 3;
  position: relative;
}
.pageheader--tool + .filters,
.pageheader--toolkit + .filters {
  margin-top: -10%;
}
@media only screen and (min-width: 550px) {
  .pageheader--tool + .filters,
  .pageheader--toolkit + .filters {
    margin-top: -7%;
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--tool + .filters,
  .pageheader--toolkit + .filters {
    margin-top: -5%;
  }
}
.filters {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media only screen and (min-width: 700px) {
  .filters {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.bg-black .filters {
  background-color: #000;
}
.filters .filters__bar {
  position: relative;
  padding: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);
}
.filters .filters__bar__gd-g {
  padding: 0.5em 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 699px) {
  .filters .filters__bar__gd-g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.color-white .filters .filters__bar {
  border-color: #fff;
}
@media only screen and (max-width: 699px) {
  .filters .filters__bar .all__toolkits {
    margin-bottom: 0.5em;
  }
}
.filters .filters__bar .all__toolkits i {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 699px) {
  .filters .filters__bar .filters__bar__scroll .inlinenavlist .filters__bar__primary {
    width: 50%;
    float: left;
    text-align: center;
  }
  .filters .filters__bar .filters__bar__scroll .inlinenavlist .filters__dropdownbtn {
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
  }
}
.filters .filters__bar .filters__bar__primary {
  position: relative;
  font-family: "Bureau Grot Comp Med";
  font-style: Normal;
  font-weight: Normal;
}
.filters .filters__bar .filters__bar__primary:before {
  content: " ";
  display: none;
  width: 1em;
  height: 0.5em;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5em;
  background: url(img/toolkit.selected.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}
.filters .filters__bar .filters__bar__primary a {
  text-transform: uppercase;
  padding: 0.75rem;
}
.filters .filters__bar .filters__bar__primary .filter__links__tooltip {
  opacity: 0;
  position: absolute;
  background: #fff;
  text-align: center;
  padding: 2rem 3rem;
  box-sizing: border-box;
  width: 417px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s,
    -webkit-transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s,
    -webkit-transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -webkit-transform: perspective(1000px) rotateX(20deg);
  transform: perspective(1000px) rotateX(20deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  display: none;
  text-align: left;
  font-family: "Bureau Grot Lt";
}
#mc_embed_signup
  #mc_embed_signup_scroll
  .filters
  .filters__bar
  .filters__bar__primary
  .filter__links__tooltip
  input[type="submit"],
.cky-consent-container .filters .filters__bar .filters__bar__primary .filter__links__tooltip .cky-btn,
.cky-prefrence-btn-wrapper .filters .filters__bar .filters__bar__primary .filter__links__tooltip .cky-btn,
.filters
  .filters__bar
  .filters__bar__primary
  .filter__links__tooltip
  #mc_embed_signup
  #mc_embed_signup_scroll
  input[type="submit"],
.filters .filters__bar .filters__bar__primary .filter__links__tooltip .btn,
.filters .filters__bar .filters__bar__primary .filter__links__tooltip .cky-consent-container .cky-btn,
.filters .filters__bar .filters__bar__primary .filter__links__tooltip .cky-prefrence-btn-wrapper .cky-btn {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0 0;
}
@media only screen and (min-width: 700px) {
  .filters .filters__bar .filters__bar__primary:hover:before {
    display: block;
  }
  .filters .filters__bar .filters__bar__primary:hover .filter__links__tooltip {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
.filters .filters__bar .filters__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-right: 1px solid #000;
}
.color-white .filters .filters__bar .filters__search {
  border-color: #fff;
}
.filters .filters__bar .filters__search .filters__search__icon {
  cursor: pointer;
  position: relative;
  height: 3rem;
  line-height: 3rem;
}
@media only screen and (min-width: 700px) {
  .filters .filters__bar .filters__search .filters__search__icon {
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
.filters .filters__bar .filters__search .filters__search__icon .fal {
  padding: 0 1.5em;
}
.filters .filters__bar .filters__search .filters__search__field {
  width: 0;
  -webkit-transition: width 550ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 550ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filters .filters__bar .filters__search .filters__search__field input {
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: width 550ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 550ms cubic-bezier(0.65, 0, 0.35, 1);
  padding-left: 0.5em;
  background: 0 0;
}
.filters .filters__bar .filters__search--open .filters__search__field {
  width: 15em;
}
.filters .filters__bar .filters__dropdownbtn {
  position: relative;
  cursor: pointer;
}
.filters .filters__bar .filters__dropdownbtn:before {
  content: " ";
  display: none;
  width: 1em;
  height: 0.5em;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  margin-left: -0.5em;
  background: url(img/toolkit.selected.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}
.filters .filters__bar .filters__dropdownbtn.is-active:before {
  display: block;
}
@media only screen and (max-width: 699px) {
  .filters .filters__bar .filters__dropdownbtn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 699px) {
  .filters .filters__bar .filters__dropdownbtn {
    margin-top: 1em;
  }
}
.filters .filters__bar .filters__dropdownbtn .filters__dropdownbtn__text {
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  .filters .filters__bar .filters__dropdownbtn .fal {
    padding-right: 1em;
  }
}
.filters .filters__bar .filters__dropdownbtn:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background-color: #e8492c;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filters .filters__bar .filters__tags {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .filters .filters__bar .filters__tags {
    height: 3rem;
  }
}
.filters .filters__bar .filters__tags i {
  margin-left: -2em;
  padding-right: 1em;
}
.filters .filters__bar .filters__tags .filters__tag {
  cursor: pointer;
  position: relative;
  padding: 1em 3.5em 1em 1.5em;
  color: #000;
  font-weight: 700;
  border-radius: 0.35em;
  border: 1px solid #000;
}
.filters .filters__bar .filters__tags .filters__tag--strategy {
  background: #5be0cc;
}
.filters .filters__bar .filters__tags .filters__tag--implementation {
  background: #ffb5c1;
}
.filters .filters__bar .filters__tags .filters__tag--model {
  background: #f2ad11;
}
.filters .filters__bar .filters__tags .filters__tag:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 300;
  opacity: 0.5;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.filters .filters__bar .filters__tags .filters__tag:hover:after {
  opacity: 1;
}
.filters .filters__bar .filters__tags .filters__tags__placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tags__placeholder__heading {
  margin-right: 1.5em;
}
.filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tag {
  cursor: default;
  padding-right: 1.5em;
}
.filters .filters__bar .filters__tags .filters__tags__placeholder .filters__tag::after {
  display: none;
}
.filters .filters__bar .filters__tags .filters__activetags {
  display: none;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters .filters__bar .filters__tags .filters__activetags .filters__tag {
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (min-width: 1200px) {
  .filters .filters__bar .filters__tags .filters__activetags .filters__tag {
    margin-top: 0;
  }
}
.filters .filters__bar .filters__tags .filters__activetags .filters__clearall {
  margin-right: 1em;
  padding: 1em;
  cursor: pointer;
}
.filters .filters__bar .filters__tags .filters__activetags .filters__clearall:hover {
  opacity: 1;
}
.filters .filters__bar .filters__tags--active .filters__tags__placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filters .filters__bar .filters__tags--active .filters__activetags,
.filters .filters__bar .filters__tags--active .filters__activetags__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .filters .filters__bar .filters__tags--active .filters__activetags,
  .filters .filters__bar .filters__tags--active .filters__activetags__tags {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.filters .filters__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-transition: opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s,
    -webkit-transform 550ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 550ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 550ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 550ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s,
    -webkit-transform 550ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -webkit-transform: perspective(1000px) rotateX(-10deg);
  transform: perspective(1000px) rotateX(-10deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-shadow: 25px 25px 60px rgba(0, 0, 0, 0.25);
  padding: 1em;
  box-sizing: border-box;
}
.filters .filters__dropdown .filters__submit {
  cursor: pointer;
}
@media only screen and (max-width: 549px) {
  .filters .filters__dropdown .filters__submit {
    margin-left: 1rem;
  }
}
.filters .filters__dropdown .filters__fieldset {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.filters .filters__dropdown .filters__fieldset .filters__fieldset__fields {
  margin-bottom: 1em;
}
.filters .filters__dropdown .filters__fieldset .filters__fieldset__heading {
  display: block;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-family: "Bureau Grot Cond Med";
}
.filters .filters__dropdown .filters__fieldset .filters__fieldset__fields .filters__fieldset__field {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0.5em;
  position: relative;
  padding: 0.5em 2.5em 0.5em 1em;
  color: #000;
  border-radius: 0.35em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.filters .filters__dropdown .filters__fieldset .filters__fieldset__fields .filters__fieldset__field:after {
  content: "\f067";
  font-family: "FONT AWESOME 5 PRO";
  position: absolute;
  right: 1.5em;
  top: calc((100% - 14px) / 2);
  font-weight: light;
  font-size: 14px;
}
.filters .filters__dropdown .filters__fieldset .filters__fieldset__fields .filters__fieldset__field--active {
  background: #fff;
  border: 1px solid #000;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field--active.filters__fieldset__field--strategy {
  background: #5be0cc;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field--active.filters__fieldset__field--implementation {
  background: #ffb5c1;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field--active.filters__fieldset__field--model {
  background: #f2ad11;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field--active
  .filters__fieldset__field__label {
  opacity: 1;
}
.filters .filters__dropdown .filters__fieldset .filters__fieldset__fields .filters__fieldset__field--active:after {
  content: "\f00c";
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"] {
  position: absolute;
  top: 0.25em;
  left: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"]:focus {
  outline: 0;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"]:after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}
.color-white
  .filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"]:after {
  border-color: #000;
}
.filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"]:checked::after {
  background-color: #fff;
}
.color-white
  .filters
  .filters__dropdown
  .filters__fieldset
  .filters__fieldset__fields
  .filters__fieldset__field
  input[type="checkbox"]:checked::after {
  background-color: #000;
}
.filters .filters__dropdown.is-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: perspective(1000px) rotateX(0);
  transform: perspective(1000px) rotateX(0);
}
.filters--dropdownopen .filters__dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: perspective(1000px) rotateX(0);
  transform: perspective(1000px) rotateX(0);
}
.filters--scalemail {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 3em;
  overflow: hidden;
  white-space: nowrap;
}
.filters--scalemail .filters__fieldset {
  border: none;
  padding: 0;
  margin: 0 -0.5em;
}
.filters--scalemail .filters__fieldset .filters__clearall {
  margin: 0.5em;
  cursor: pointer;
  display: inline-block;
}
.filters--scalemail .filters__fieldset .filters__fieldset__fields {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  width: calc(100vw - 7.14%);
}
.filters--scalemail .filters__fieldset .filters__fieldset__field {
  margin: 0.5em;
  cursor: pointer;
}
.filters--scalemail .filters__fieldset__field--active {
  color: #e8492c;
}
.filters--scalemail .filters__fieldset__field input[type="checkbox"] {
  display: none;
}
.filters--scalemail .filters__actions {
  display: none;
}
.posts-container {
  -webkit-transition: opacity 250ms cubic-bezier(0.32, 0, 0.67, 0);
  transition: opacity 250ms cubic-bezier(0.32, 0, 0.67, 0);
  margin-bottom: 0;
  margin-top: calc(0.5em * 2);
}
@media only screen and (min-width: 550px) {
  .posts-container {
    margin-top: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .posts-container {
    margin-top: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .posts-container {
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .posts-container {
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .posts-container {
    margin-top: calc(1em * 2);
  }
}
.posts-container.filtering {
  opacity: 0.15;
  -webkit-transition: opacity 950ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 950ms cubic-bezier(0.33, 1, 0.68, 1);
}
.flexiblecontent {
  overflow: hidden;
}
body.single-tool .flexiblecontent {
  padding-top: 3rem;
}
@media (max-width: 440px) {
  .cky-consent-container .cky-btn,
  .cky-prefrence-btn-wrapper .cky-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cky-consent-container .cky-btn.cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
  background: #5b1ebf !important;
  color: #fff !important;
}
.cky-consent-container .cky-btn.cky-btn-accept:hover,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
  background: #511ba9 !important;
  color: #fff !important;
}
.cky-consent-container .cky-btn.cky-btn-customize,
.cky-consent-container .cky-btn.cky-btn-preferences,
.cky-consent-container .cky-btn.cky-btn-reject,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-customize,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
}
.cky-consent-container .cky-btn.cky-btn-customize:hover,
.cky-consent-container .cky-btn.cky-btn-preferences:hover,
.cky-consent-container .cky-btn.cky-btn-reject:hover,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-customize:hover,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:hover,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #000 !important;
}
.cky-consent-container .cky-btn.cky-btn-customize::after,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-customize::after {
  top: 50% !important;
  right: 9px;
}
@media only screen and (min-width: 1600px) {
  .cky-consent-container .cky-btn:nth-child(2) {
    margin-right: 0 !important;
  }
}
.cky-modal .cky-switch input[type="checkbox"]:checked {
  background-color: #5b1ebf !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
  z-index: 99 !important;
  background-color: #5b1ebf !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit:before {
  content: "\f564";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #fff !important;
  background: 0 0 !important;
  font-size: 150%;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  display: none;
}
@media only screen and (max-width: 699px) {
  .cky-consent-bar {
    border-radius: 0 !important;
  }
}
.wpml-ls-statics-footer {
  display: none;
}
.siteheader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1000px) {
  body.single-tool .siteheader:before {
    content: " ";
    display: block;
    width: 1em;
    height: 0.5em;
    position: absolute;
    top: 100%;
    left: 52%;
    margin-left: -0.5em;
    background: url(img/sitenav.selected.png) no-repeat center bottom;
    background-size: 100% auto;
    -webkit-transition: height 250ms ease-out 0s;
    transition: height 250ms ease-out 0s;
  }
}
body.single-tool.hasscrolled .siteheader:before {
  height: 0;
}
.siteheader:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  background: #fff;
  -webkit-transition: opacity 150ms ease-out 0s;
  transition: opacity 150ms ease-out 0s;
}
.siteheader__bd {
  position: relative;
  z-index: 2;
  padding: 15px 0;
}
.siteheader--padder {
  position: relative;
  visibility: hidden;
}
.sitelogo {
  margin: 0 0 -50px -14px;
  z-index: 2;
  width: 90px;
  -webkit-transition: margin 150ms ease-out 0s;
  transition: margin 150ms ease-out 0s;
}
.sitelogo__link {
  display: block;
}
.sitelogo__img {
  width: 100%;
}
.sitelogo__img--png {
  display: none;
}
.no-svg .sitelogo__img--svg {
  display: none;
}
.no-svg .sitelogo__img--png {
  display: block;
}
.hasscrolled .siteheader--padder .sitelogo {
  margin-top: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .siteheader:after {
    opacity: 1;
  }
  .hasscrolled .siteheader:after {
    opacity: 1;
  }
  .sitelogo {
    width: 120px;
    margin-bottom: -60px;
    margin-left: -18px;
  }
  .hasscrolled .sitelogo {
    margin-top: -35px;
  }
  .siteheadercollapse .siteheader--padder {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .sitelogo {
    width: 130px;
    margin-bottom: -65px;
  }
  .hasscrolled .sitelogo {
    margin-top: -40px;
  }
}
.mobnav {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  text-align: center;
  z-index: 2;
  -webkit-transition: height 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: height 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.mobnav li {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
.mobnav li:first-child {
  border-top: none;
}
.mobnav li:last-child {
  border-bottom: none;
}
.mobnav a {
  display: block;
  padding: 1em 0;
}
#mc_embed_signup #mc_embed_signup_scroll .mobnav input[type="submit"],
.cky-consent-container .mobnav .cky-btn,
.cky-prefrence-btn-wrapper .mobnav .cky-btn,
.mobnav #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.mobnav .btn,
.mobnav .cky-consent-container .cky-btn,
.mobnav .cky-prefrence-btn-wrapper .cky-btn {
  margin: 0;
}
.mobnav ul ul {
  display: none;
}
@media only screen and (min-width: 700px) {
  .mobnav li {
    border: none;
  }
  .mobnavprimary {
    margin: 0 0 0.5em;
  }
  .mobnavprimary li {
    display: inline-block;
    border-right: solid 1px rgba(255, 255, 255, 0.15);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25);
  }
  .mobnavprimary li:last-child {
    border: none;
    box-shadow: none;
  }
  .mobnavprimary li a {
    padding: 0.66em 1.1em 0.66em 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .mobnav {
    display: none;
  }
}
.mobtools {
  position: absolute;
  bottom: 50%;
  margin-bottom: -0.75em;
  right: 0;
}
@media only screen and (min-width: 1400px) {
  .mobtools {
    display: none;
  }
}
.sitenav,
.sitetools {
  display: none;
}
.sitenav {
  position: absolute;
  top: 50%;
  left: 8em;
  right: 8em;
  margin-top: -0.6em;
  z-index: 1;
  bottom: 0;
}
.sitenav ul ul {
  display: none;
}
.sitenav > ul,
.sitenav > ul > li {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
}
.sitenav > ul > li.current-menu-ancestor:after,
.sitenav > ul > li.current-menu-item.menu-item-has-children:after {
  content: " ";
  display: block;
  width: 1em;
  height: 0.5em;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5em;
  background: url(img/sitenav.selected.png) no-repeat center bottom;
  background-size: 100% auto;
  -webkit-transition: height 250ms ease-out 0s;
  transition: height 250ms ease-out 0s;
}
.hasscrolled .sitenav > ul > li.current-menu-ancestor:after,
.hasscrolled .sitenav > ul > li.current-menu-item.menu-item-has-children:after {
  height: 0;
}
.sitetools {
  position: absolute;
  right: 0;
  z-index: 5;
  top: 50%;
  margin-top: -1.5em;
  margin-right: -8.3%;
  padding-right: 15px;
}
.sitetools li {
  display: inline-block;
  padding: 0 0 0 1.5em;
}
#mc_embed_signup #mc_embed_signup_scroll .sitetools input[type="submit"],
.cky-consent-container .sitetools .cky-btn,
.cky-prefrence-btn-wrapper .sitetools .cky-btn,
.sitetools #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.sitetools .btn,
.sitetools .cky-consent-container .cky-btn,
.sitetools .cky-prefrence-btn-wrapper .cky-btn {
  margin: 0;
}
.sitenav a:hover,
.sitetools a:hover {
  color: #5be0cc;
  -webkit-animation: color-pulse-hover 1s infinite;
  animation: color-pulse-hover 1s infinite;
}
#mc_embed_signup #mc_embed_signup_scroll .sitetools input[type="submit"]:hover,
.cky-consent-container .sitetools .cky-btn:hover,
.cky-prefrence-btn-wrapper .sitetools .cky-btn:hover,
.sitetools #mc_embed_signup #mc_embed_signup_scroll input[type="submit"]:hover,
.sitetools .btn:hover,
.sitetools .cky-consent-container .cky-btn:hover,
.sitetools .cky-prefrence-btn-wrapper .cky-btn:hover {
  color: #fff;
  -webkit-animation: bg-pulse-hover 1s infinite;
  animation: bg-pulse-hover 1s infinite;
}
@-webkit-keyframes color-pulse-hover {
  0%,
  100% {
    color: #009991;
  }
  50% {
    color: #5be0cc;
  }
}
@keyframes color-pulse-hover {
  0%,
  100% {
    color: #009991;
  }
  50% {
    color: #5be0cc;
  }
}
@-webkit-keyframes bg-pulse-hover {
  0%,
  100% {
    background-color: #009991;
  }
  50% {
    background-color: #5be0cc;
  }
}
@keyframes bg-pulse-hover {
  0%,
  100% {
    background-color: #009991;
  }
  50% {
    background-color: #5be0cc;
  }
}
@media only screen and (min-width: 1200px) {
  .sitenav,
  .sitetools {
    display: block;
  }
  .sitetools {
    margin-right: 0;
    padding-right: 0;
  }
}
.mobnav .sitetools__link,
.sitetools .sitetools__link {
  padding: 0;
}
.mobnav .sitetools__link a,
.sitetools .sitetools__link a {
  background: #000;
  color: #fff;
}
.mobnav .sitetools__link--mobile,
.sitetools .sitetools__link--mobile {
  background: 0 0;
  padding: 0;
  margin-top: 1em;
}
.mobnav .sitetools__link--mobile ul,
.sitetools .sitetools__link--mobile ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1em;
}
.mobnav .sitetools__link--mobile ul li,
.sitetools .sitetools__link--mobile ul li {
  width: 50%;
  margin: 0 1em;
  border: none;
}
.sitefooter {
  position: relative;
  overflow: hidden;
}
.sitefooter__bd {
  position: relative;
  z-index: 3;
}
.sitefooter__bg {
  content: " ";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: -webkit-transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    -webkit-transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.sitefooter__bg--1 {
  background-image: url(img/sitefooter__bg--1.png);
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.sitefooter__bg--2 {
  background-image: url(img/sitefooter__bg--2.png);
  background-position: center bottom;
  z-index: 1;
  -webkit-transform: translate(0, 70%);
  -ms-transform: translate(0, 70%);
  transform: translate(0, 70%);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.sitefooter--inview .sitefooter__bg--1,
.sitefooter--inview .sitefooter__bg--2 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sitefooterheading {
  margin: 0 0 0.15em;
}
.sitefootersignup__leader {
  max-width: 22em;
}
.signupform {
  position: relative;
  margin-bottom: 1em;
}
.signup__field {
  position: relative;
}
.signup__field input {
  position: relative;
  z-index: 1;
  padding-right: 8em;
}
.signup__submit {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
  color: #e8492c;
}
.signup__submit:hover {
  color: #5be0cc;
}
.field__feedback {
  padding: 1em;
  color: #fff;
  background: #e8492c;
  display: block;
  position: relative;
  z-index: 5;
  margin-bottom: 1.5em;
}
.signup__submit--ninja {
  color: #e8492c;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1em 1em 1.6em;
  cursor: pointer;
  width: 100% !important;
  border: 0;
  border-left: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .signup__submit--ninja {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 67px;
  }
}
@media only screen and (min-width: 1000px) {
  .signup__submit--ninja {
    width: 100% !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.signup__submit--ninja:hover {
  color: #5be0cc;
  background-color: #fff;
}
.signup__submit--ninjawrapper:hover .nf-field-element:before {
  color: #5be0cc;
}
.footer__signup .nf-multi-cell .nf-cell {
  padding: 0;
}
@media only screen and (min-width: 1235px) {
  .footer__signup .nf-multi-cell .nf-cell:last-child {
    width: auto !important;
  }
}
.footer__signup input[type="email"] {
  border: solid 1.5px #e5e5e5;
  border-color: #fff;
  height: 55px;
}
@media only screen and (min-width: 600px) {
  .footer__signup input[type="email"] {
    height: 67px;
  }
}
.footer__signup .nf-error .ninja-forms-field {
  border-color: #e80000;
}
.field__feedback:before {
  content: " ";
  display: block;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #e8492c;
  position: absolute;
  top: -0.5em;
  left: 1em;
  margin-left: -5px;
  z-index: 5;
}
.signupform .field__feedback {
  display: none;
}
.signupform--invalid .field__feedback {
  display: block;
}
.signupform--invalid .signup__field {
  border-color: #bc001e;
}
@media only screen and (min-width: 1000px) {
  .sitefootersignup {
    padding-bottom: 0;
  }
}
.sitefootertile:last-child {
  padding-bottom: 0;
}
.sitefooter__secondary {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
}
.sitefooter__copyright {
  margin-bottom: 0.5em;
  max-width: 30em;
}
.legalnav {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .sitefooter__credit {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3.5%;
  }
}
.flex:first-child {
  margin-top: 0;
}
.flex__heading {
  margin: 0 0 0.33em;
}
.flex--fullwidth + .flex--fullwidth {
  margin-top: -10%;
}
@media only screen and (min-width: 550px) {
  .flex--fullwidth + .flex--fullwidth {
    margin-top: -7%;
  }
}
@media only screen and (min-width: 1400px) {
  .flex--fullwidth + .flex--fullwidth {
    margin-top: -5%;
  }
}
.flexline__line {
  border-top: solid 1px #ddd;
  height: 0;
}
.content--cols {
  margin-bottom: -2em;
  padding: 0;
}
.flex--contentcols .content:last-child {
  padding-bottom: 0;
}
.contentcol {
  margin-bottom: 2em;
}
@media only screen and (min-width: 550px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4 {
    width: 100%;
  }
}
.content--cols {
  margin-bottom: -2em;
}
.faqs {
  border-top: 1px solid #ddd;
  position: relative;
}
.faq {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.faq__question {
  margin: 0;
  border-top: none;
  padding: 1.5em 0 1.5em 3em;
  position: relative;
  cursor: pointer;
}
.faq__question:hover {
  color: #888;
}
.faq__question .fa {
  position: absolute;
  top: 1.5em;
  left: 1em;
  display: block;
  line-height: 1.2;
  -webkit-transition: -webkit-transform 150ms ease-out 0s;
  transition: -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
}
.faq__answer .inner {
  margin: 0;
  padding: 0 0 3em 3em;
}
.faq__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  transform: translate(0, -1em);
  -webkit-transition: height 0s linear 260ms, opacity 250ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: height 0s linear 260ms, opacity 250ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: height 0s linear 260ms, opacity 250ms ease-out 0s, transform 150ms ease-out 0s;
  transition: height 0s linear 260ms, opacity 250ms ease-out 0s, transform 150ms ease-out 0s,
    -webkit-transform 150ms ease-out 0s;
}
.faq--open .faq__answer {
  -webkit-transition: height 0s linear 0s, opacity 250ms ease-out 10ms, -webkit-transform 150ms ease-out 10ms;
  transition: height 0s linear 0s, opacity 250ms ease-out 10ms, -webkit-transform 150ms ease-out 10ms;
  transition: height 0s linear 0s, opacity 250ms ease-out 10ms, transform 150ms ease-out 10ms;
  transition: height 0s linear 0s, opacity 250ms ease-out 10ms, transform 150ms ease-out 10ms,
    -webkit-transform 150ms ease-out 10ms;
  height: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.faq--open .faq__question {
  color: #6e6f71;
}
.faq--open .faq__question .fa {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.flexslides {
  max-width: 100%;
  overflow: hidden;
}
.flexslides .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.flexslide {
  position: relative;
  text-align: center;
}
.flexslideimg {
  padding: 50% 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flexslide__content {
  background: #fff;
  padding: 2em 2em 0;
  margin: -3em 0 0;
  box-sizing: border-box;
  text-align: left;
}
.flexslide__heading {
  margin-top: 0;
}
.flexslides.owl-carousel .flexslide__content {
  -webkti-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.5s ease-out 250ms, -webkit-transform 0.5s ease-out 250ms;
  transition: opacity 0.5s ease-out 250ms, -webkit-transform 0.5s ease-out 250ms;
  transition: opacity 0.5s ease-out 250ms, transform 0.5s ease-out 250ms;
  transition: opacity 0.5s ease-out 250ms, transform 0.5s ease-out 250ms, -webkit-transform 0.5s ease-out 250ms;
}
.flexslides.owl-carousel .flexslide__content.effect--ready {
  opacity: 1;
}
.flexslides.owl-carousel .active .flexslide__content {
  opacity: 1;
  -webkti-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.flexslides .owl-dots {
  text-align: center;
  display: inline-block;
}
.flexslides .owl-dot {
  display: inline-block;
  margin: 0;
  color: #888;
}
.flexslides .owl-dot span {
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  background: #fff;
  border: none;
  border-left: solid 1px #eee;
  line-height: 1em;
  position: relative;
  border-radius: 0;
  opacity: 1;
}
.flexslides .owl-dot:first-child span {
  border-left: none;
}
.flexslides .owl-dot span:before {
  font-size: 11px;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0;
  right: 0;
  text-align: center;
}
.flexslides .owl-dot:nth-child(1) span:before {
  content: "1";
}
.flexslides .owl-dot:nth-child(2) span:before {
  content: "2";
}
.flexslides .owl-dot:nth-child(3) span:before {
  content: "3";
}
.flexslides .owl-dot:nth-child(4) span:before {
  content: "4";
}
.flexslides .owl-dot:nth-child(5) span:before {
  content: "5";
}
.flexslides .owl-dot:nth-child(6) span:before {
  content: "6";
}
.flexslides .owl-dot:hover {
  color: #111;
}
.flexslides .owl-dot.active {
  color: #111;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .flexslide__content {
    width: 90.6%;
    display: inline-block;
  }
  .flexslide--left .flexslide__content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 700px) {
  .flexslide--left {
    text-align: left;
  }
  .flexslide--right {
    text-align: right;
  }
  .flexslide--center {
    text-align: center;
  }
  .flexslide--right .flexslide__content {
    margin-right: 0;
  }
  .flexslide--left .flexslide__content {
    margin-left: 0;
  }
  .flexslide__bd {
    padding-top: 12%;
    padding-bottom: 12%;
    position: relative;
    z-index: 2;
  }
  .flexslideimg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .flexslide__content {
    margin: 0;
    padding: 2.5em;
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .flexslide__content {
    margin: 0;
    padding: 3em;
    width: 33.3%;
  }
}
@media only screen and (min-width: 1400px) {
  .flexslide__content {
    width: 28.5%;
  }
  .flexslide__bd {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.fleximgfeaturecontent__heading {
  margin: 0 0 0.5em;
}
.fleximgfeaturecontent_anchor {
  position: absolute;
  margin-top: -13em;
}
.fleximgfeature__imgcontainer--last {
  display: none;
}
.fleximgfeature__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 66.6% 0 0;
}
.fleximgfeature--even .fleximgfeature__img {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
@media only screen and (min-width: 1000px) {
  .fleximgfeature__imgcontainer {
    margin-bottom: 0;
  }
  .fleximgfeature__img {
    padding: 100% 0 0;
  }
  .fleximgfeature--right .fleximgfeature__imgcontainer--first {
    display: none;
  }
  .fleximgfeature--right .fleximgfeature__imgcontainer--last {
    display: inline-block;
  }
  .fleximgfeaturecontent {
    padding: 0 7.14%;
  }
  .fleximgfeaturecontent__text ol,
  .fleximgfeaturecontent__text ul {
    margin-left: 2rem;
  }
}
.iconlist {
  margin-bottom: -2em;
}
.gd-g .iconlistitem {
  text-align: center;
}
.iconlistitem {
  text-align: center;
  margin-bottom: 2em;
}
.iconlistitem__img {
  width: 3.5em;
  display: block;
  margin: 0 auto 1em;
}
.iconlistitem__heading {
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 700px) {
  .iconlist {
    margin-bottom: -2.5em;
  }
  .iconlistitem {
    margin-bottom: 2.5em;
  }
  .iconlist--rows-4 {
    margin-left: -14%;
    margin-right: -14%;
  }
}
@media only screen and (min-width: 1000px) {
  .iconlist {
    margin-bottom: -3em;
  }
  .iconlistitem {
    margin-bottom: 3em;
  }
}
.galleryitem {
  margin-bottom: 2em;
}
.galleryitem__img {
  width: 100%;
  display: block;
}
.galleryitem__caption {
  margin-top: 1em;
  color: #888;
}
.galleryitem__caption:after {
  content: " ";
  display: block;
  width: 1.5em;
  border-bottom: solid 1px #ddd;
  margin: 1em 0 0;
}
.featuredposts .featuredposts__heading {
  margin: 0;
  opacity: 0.5;
}
.featuredposts .fpleader {
  text-align: center;
  max-width: 15em;
  margin: 0 auto 0;
}
.featuredposts .fpleader p {
  margin: 0 0 0.3em;
}
@media only screen and (min-width: 700px) {
  .featuredposts .flexpostcount--1 .fpleader {
    text-align: left;
  }
  .featuredposts .flexpostcount--1 .fpleader .leader {
    margin-right: 10%;
  }
}
@media only screen and (min-width: 800px) {
  .featuredposts .flexpostcount--1 .fpleader {
    text-align: left;
  }
  .featuredposts .flexpostcount--1 .fpleader .leader {
    margin-right: 15%;
  }
}
.featuredposts--carousel .featuredposts__heading {
  opacity: 1;
}
.featuredposts--carousel .owl-stage-outer {
  overflow: visible;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.featuredposts--carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featuredposts--carousel .owl-stage-outer .owl-stage .owl-item .gd-u {
  height: 100%;
}
.featuredposts--carousel .featuredpostsheader {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 5em;
}
@media only screen and (min-width: 1000px) {
  .featuredposts--carousel .featuredpostsheader {
    margin-bottom: 2em;
  }
}
.flexquote {
  position: relative;
}
.flexquote .flexquote__bd {
  position: relative;
  z-index: 2;
}
.flexquote .flexquote__quote {
  margin: 0;
  padding: 0;
}
.flexquote .flexquote__quote p {
  margin: 0;
  display: inline;
}
.flexquote .flexquote__quotemark {
  line-height: 1;
  font-family: Georgia, Times New Roman, serif;
  height: 0.75em;
  font-weight: 700;
}
.flexquote .flexquote__quotemark--first {
  margin-left: -0.7em;
}
.flexquote .flexquote__cite {
  margin-top: 1em;
  font-style: normal;
  display: block;
}
.flexquote .flexquote__citesecondary {
  font-style: normal;
}
.flexquote .flexquote__citationimg {
  width: 3em;
  height: 3em;
  background-size: cover;
  border-radius: 50%;
  background-position: center center;
}
@media only screen and (max-width: 999px) {
  .flexquote .flexquote__citationimg {
    margin-top: 2em;
  }
}
.flexquote .flexquote__ctalink {
  margin-top: 2em;
}
@media only screen and (max-width: 999px) {
  .flexquote .flexquote__ctalink {
    margin-bottom: 2em;
  }
}
.flexquote.flexquote--withimg {
  background: #000;
  overflow: hidden;
}
.flexquote .flexquote__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: -webkit-transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -webkit-transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.flexquote .flexquote__img.effect--ready {
  opacity: 0.75;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.flexquote--carousel .quote__carousel {
  margin: -1em;
}
.flexquote--carousel .quote__carousel .quote {
  margin: 1em;
  padding: 2em;
}
.flexquote--carousel .quote__carousel .quote__quotation {
  margin-bottom: 1.5em;
}
.flexquote--carousel .quote__carousel .quote__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
.flexquote--carousel .quote__carousel .quote__image {
  border-radius: 50%;
  overflow: hidden;
  height: 4em;
  background-size: cover;
  background-repeat: no-repeat;
  width: 4em;
}
.singlefeaturedtools .singlefeaturedtoolswrapper {
  padding: 0 7.14%;
}
.singlefeaturedtools__link {
  margin-top: 3em;
  margin-bottom: 3em;
}
.singlefeaturedtools__preheading {
  color: #e8492c;
  margin-bottom: 1em;
}
.singlefeaturedtools .post--tool {
  max-width: 25.75em;
  margin: auto;
}
.steps .step {
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 3em;
}
.steps .step .wp-caption {
  max-width: 100%;
}
.steps .step__number {
  width: 3em;
  background-color: #000;
  border-radius: 50%;
  height: 3em;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  top: -1.3em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tool--implementation .steps .step__number,
.tool--model .steps .step__number,
.tool--strategy .steps .step__number {
  color: #fff;
}
.tool--implementation .steps .step__number {
  background-color: #ffb5c1;
}
.tool--strategy .steps .step__number {
  background-color: #5be0cc;
}
.tool--model .steps .step__number {
  background-color: #f2ad11;
}
.steps .step .content__first {
  padding: 4em 1em 2em 1em;
}
.steps .step__tip {
  padding: 2.5em 1em;
}
.tool--implementation .steps .step__tip {
  background-color: rgba(255, 181, 193, 0.1);
}
.tool--strategy .steps .step__tip {
  background-color: rgba(91, 224, 204, 0.1);
}
.tool--model .steps .step__tip {
  background-color: rgba(242, 173, 17, 0.1);
}
.steps .step__tip__title {
  margin-bottom: 1.2em;
}
.flex--text-content-video .link {
  margin-top: 2em;
}
@media only screen and (max-width: 999px) {
  .flex--text-content-video .link {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 999px) {
  .textcontentfaqs .textcontent {
    margin-bottom: 2em;
  }
}
.component__textcontent .textcontent__preheading {
  margin-bottom: 1em;
}
.component__textcontent .textcontent__textarea {
  max-width: 19em;
}
.component__textcontent .textcontent__link {
  margin-top: 3em;
}
.textcontent__list {
  margin-top: 3em;
  list-style-type: none;
}
.textcontent__list li {
  margin-bottom: 0.5em;
  background-color: #f6f6f6;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
  position: relative;
}
.textcontent__list li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 500;
  top: calc((100% - 24px) / 2);
  left: 1em;
}
.textcontent__list li i {
  margin-right: 0.5em;
}
.flexvideo__videocode {
  padding: 56.6% 0 0;
  position: relative;
}
.flexvideo__videocode .videoborder {
  position: absolute;
  height: 8em;
  width: 8em;
  display: block;
  z-index: -1;
}
.flexvideo__videocode .videoborder--topleft {
  left: -1em;
  top: -1em;
}
.flexvideo__videocode .videoborder--bottomright {
  right: -1em;
  bottom: -1em;
  height: calc(95% + 1em);
  width: calc(95% + 1em);
}
.flexvideo__videocode * {
  display: none;
}
.flexvideo__videocode iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}
.flexvideo__caption {
  margin-top: 1em;
  color: #888;
}
.flexvideo__caption:after {
  content: " ";
  display: block;
  width: 1.5em;
  border-bottom: solid 1px #ddd;
  margin: 1em 0 0;
}
.flexcta {
  text-align: center;
  position: relative;
}
.flexcta--left.flexcta--withimg,
.flexcta--right.flexcta--withimg {
  text-align: left;
}
.flexcta--left.flexcta--withimg .gd-u,
.flexcta--right.flexcta--withimg .gd-u {
  text-align: left;
}
.flexcta__bd {
  position: relative;
  z-index: 2;
}
.flexcta__cta {
  margin: 0 -0.75em;
}
.flexcta__ctalink {
  display: inline-block;
}
.flexcta__cta a {
  margin: 0 0.75em 0.75em;
  display: inline-block;
}
.flexcta--withimg {
  color: #fff;
  background: #000;
  overflow: hidden;
}
.flexcta__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: -webkit-transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -webkit-transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.flexcta__img.effect--ready {
  opacity: 0.66;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (min-width: 550px) {
  .flexcta--right.flexcta--withimg {
    text-align: right;
  }
}
@media only screen and (min-width: 1000px) {
  .flexcta--right.flexcta--withimg .flexctacontent {
    padding-right: 16.6%;
  }
  .flexcta--left.flexcta--withimg .flexctacontent {
    padding-left: 16.6%;
  }
}
.flexmap {
  text-align: center;
  position: relative;
  color: #fff;
}
.flexmap__bd {
  position: relative;
  z-index: 2;
}
.flexmap--left,
.flexmap--right {
  text-align: left;
}
.flexmap--left .gd-u,
.flexmap--right .gd-u {
  text-align: left;
}
.flexmap__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.66;
}
.map,
.map__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map__data {
  display: none;
}
@media only screen and (min-width: 550px) {
  .flexmap--right.flexcta--withimg {
    text-align: right;
  }
}
@media only screen and (min-width: 1000px) {
  .flexmap--left .flexmapcontent,
  .flexmap--right .flexmapcontent {
    padding-left: 16.6%;
    padding-right: 16.6%;
  }
}
.triangle {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.triangle--aqua {
  background-image: url(img/triangles/triangle.aqua.svg);
}
.triangle--pink {
  background-image: url(img/triangles/triangle.pink.svg);
}
.triangle--purple {
  background-image: url(img/triangles/triangle.purple.svg);
}
.triangle--red {
  background-image: url(img/triangles/triangle.red.svg);
}
.triangle--teal {
  background-image: url(img/triangles/triangle.teal.svg);
}
.triangle--yellow {
  background-image: url(img/triangles/triangle.yellow.svg);
}
.tile {
  position: relative;
}
.tiles .gd-u:last-child .tile {
  margin-bottom: 0;
}
.tilecontent {
  position: relative;
  z-index: 10;
}
.tile--withbg {
  color: #fff;
  padding: 8.3%;
}
.tile__heading {
  max-width: 7.5em;
}
.tile__leader {
  margin: 0 0 1.33em;
  max-width: 22em;
}
.tile__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.tile__triangle {
  position: absolute;
  top: 0;
  left: 0;
  right: -5%;
  bottom: -5%;
  z-index: 1;
  background-position: right bottom;
}
.tile__morphpanel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 550px) {
  .tile--withbg {
    padding-left: 0;
    padding-right: 0;
  }
  .tile__bg {
    left: -8.3%;
    right: -8.3%;
  }
}
@media only screen and (min-width: 700px) {
  .tile {
    margin-bottom: 0;
  }
  .tile--withbg {
    padding: 16.6%;
  }
  .tile__bg {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .tile {
    padding-left: 16.6%;
    padding-right: 16.6%;
  }
}
@media only screen and (max-width: 699px) {
  .flex--video-grid .content {
    width: calc(100% - 1em);
  }
}
.morphpanel {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.csstransforms3d .morphpanel .morphpanel__bg {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-animation: morph 20s infinite;
  animation: morph 20s infinite;
}
.csstransforms3d .morphpanel .triangle {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-animation: morphalt 20s infinite;
  animation: morphalt 20s infinite;
}
@-webkit-keyframes morph {
  0%,
  100% {
    -webkit-transform: rotateX(-7deg) rotateY(0);
  }
  25% {
    -webkit-transform: rotateX(7deg) rotateY(7deg);
  }
  50% {
    -webkit-transform: rotateX(-7deg) rotateY(7deg);
  }
  75% {
    -webkit-transform: rotateX(-7deg) rotateY(-7deg);
  }
}
@keyframes morph {
  0%,
  100% {
    -webkit-transform: rotateX(-7deg) rotateY(0);
    transform: rotateX(-7deg) rotateY(0);
  }
  25% {
    -webkit-transform: rotateX(7deg) rotateY(7deg);
    transform: rotateX(7deg) rotateY(7deg);
  }
  50% {
    -webkit-transform: rotateX(-7deg) rotateY(7deg);
    transform: rotateX(-7deg) rotateY(7deg);
  }
  75% {
    -webkit-transform: rotateX(-7deg) rotateY(-7deg);
    transform: rotateX(-7deg) rotateY(-7deg);
  }
}
@-webkit-keyframes morphalt {
  0%,
  100% {
    -webkit-transform: rotateX(7deg) rotateY(0);
  }
  25% {
    -webkit-transform: rotateX(-7deg) rotateY(-7deg);
  }
  50% {
    -webkit-transform: rotateX(7deg) rotateY(-7deg);
  }
  75% {
    -webkit-transform: rotateX(7deg) rotateY(7deg);
  }
}
@keyframes morphalt {
  0%,
  100% {
    -webkit-transform: rotateX(7deg) rotateY(0);
    transform: rotateX(7deg) rotateY(0);
  }
  25% {
    -webkit-transform: rotateX(-7deg) rotateY(-7deg);
    transform: rotateX(-7deg) rotateY(-7deg);
  }
  50% {
    -webkit-transform: rotateX(7deg) rotateY(-7deg);
    transform: rotateX(7deg) rotateY(-7deg);
  }
  75% {
    -webkit-transform: rotateX(7deg) rotateY(7deg);
    transform: rotateX(7deg) rotateY(7deg);
  }
}
.flexlogolist .logolist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .flexlogolist .logolist {
    margin: 0 1em -1em;
  }
}
.flexlogolist .logolist__logo {
  vertical-align: middle;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.5em;
  box-sizing: border-box;
  width: 25%;
  height: 6em;
}
@media only screen and (min-width: 550px) {
  .flexlogolist .logolist__logo {
    height: 3.75em;
  }
}
@media only screen and (min-width: 700px) {
  .flexlogolist .logolist__logo {
    padding: 1em;
    height: 4em;
    width: 20%;
  }
}
@media only screen and (min-width: 1000px) {
  .flexlogolist .logolist__logo {
    height: 6em;
    width: 14%;
  }
}
@media only screen and (max-width: 1199px) {
  .infocolumn--maintitle {
    margin-left: 9%;
    max-width: 10em;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 549px) {
  .infocolumn--maintitle {
    margin-left: 18%;
  }
  .icon--column {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
.flex--infocolumns .title--column {
  margin-left: 17%;
}
.title--column .title {
  border-top: 4px solid;
}
.flex--infocolumns h3,
.flex--infocolumns h4,
.flex--infocolumns h5,
.flex--infocolumns h6 {
  color: inherit;
  margin: 0;
}
.flex--infocolumns p {
  color: #000;
}
.flex--infocolumns .section--row h3 {
  margin-right: 0;
  margin-bottom: 0.33em;
}
@media only screen and (min-width: 550px) {
  .flex--infocolumns .section--row h3 {
    margin-right: 50%;
  }
}
.flex--infocolumns .section--row .icon--wrapper {
  margin-top: 22%;
  position: relative;
  padding-top: 100%;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.flex--infocolumns .section--row .icon--wrapper .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin: 0.5em;
  box-sizing: border-box;
}
.flexform--stacked .nf-multi-cell .nf-cell {
  padding: 0;
}
.flexform--stacked .nf-field {
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
@media only screen and (min-width: 601px) {
  .flexform--stacked .nf-field {
    border-right: 0;
  }
}
.flexform--stacked .nf-field .signup__submit--ninja,
.flexform--stacked .nf-field input[type="email"] {
  border: none;
  background: 0 0;
}
.flexform--stacked .signup__submit--ninjawrapper .nf-field {
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}
@media only screen and (min-width: 601px) {
  .flexform--stacked .signup__submit--ninjawrapper .nf-field {
    border-left: 0;
  }
}
.flexform--stacked input[type="email"] {
  border-right: 0 !important;
}
.flexform--stacked .signup__submit--ninja {
  width: 100%;
  padding: 0.91em 1em 0.91em 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 601px) {
  .flexform--stacked .signup__submit--ninja {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.flexform--stacked .nf-error-msg.nf-error-required-error {
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .flexform--stacked .nf-error-msg.nf-error-required-error {
    text-align: left;
  }
}
.flexform--stacked .nf-error-msg.nf-error-field-errors {
  display: none;
}
.flexform--stacked .nf-response-msg {
  margin-top: -500px;
  padding-top: 500px;
}
@media only screen and (max-width: 699px) {
  .flexform--quote .heading {
    margin-bottom: 0.5em;
  }
}
.flexform--quote .quote {
  margin: 1em 0;
  padding: 2em;
}
.flexform--quote .quote .quote__cite {
  max-width: 28em;
}
@media only screen and (min-width: 1000px) {
  .flexform--quote .quote {
    max-width: 30em;
    margin: 1em;
    padding: 2em 2em 4em 2em;
  }
}
.flexform--quote .quote__quotation {
  margin-bottom: 1.5em;
}
.flexform--quote .quote__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
.flexform--quote .quote__cite {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexform--quote .quote__image {
  border-radius: 50%;
  overflow: hidden;
  height: 5em;
  background-size: cover;
  background-repeat: no-repeat;
  width: 5em;
}
.accordions {
  border-top: 1px solid #ddd;
  position: relative;
}
.accordion {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.accordion .accordion__question {
  margin: 0;
  border-top: none;
  padding: 1em 3em 1em 0;
  position: relative;
  cursor: pointer;
}
.accordion .accordion__question:hover :hover {
  color: #888;
}
.accordion .accordion__question .fa {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  line-height: 1.2;
  -webkit-transition: -webkit-transform 150ms ease-out 0s;
  transition: -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  color: #f2ad11;
  font-weight: 300;
}
.accordion .accordion__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: overflow 0.55s ease;
  transition: overflow 0.55s ease;
}
.accordion .accordion__answer .inner {
  margin: 0;
  padding: 0;
}
.accordion .accordion__answer .inner .featuredposts--carousel {
  margin-top: 5rem !important;
}
.accordion .accordion__answer .flex__bd {
  margin: 0;
}
.accordion--open .accordion__answer .inner .featuredposts--carousel {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .accordion--open .accordion__answer .inner .featuredposts--carousel .owl-carousel .owl-nav {
    bottom: 99%;
  }
}
.accordion--open .accordion__question {
  color: #6e6f71;
}
.accordion--open .accordion__question .fa {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
h1.intro-title {
  clear: both;
  color: #fff;
  font-family: "Bureau Grot Cond Med", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-style: normal;
  line-height: 1.2em;
  margin: 0 0 0.8em 0;
  padding: 0;
}
h1.intro-title-2 {
  clear: both;
  color: #fff;
  font-family: "Bureau Grot Cond Med", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-style: normal;
  line-height: 1.2em;
  margin: 0 0 2rem 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1000px) {
  h1.intro-title {
    font-size: 68px;
    font-size: 4.25rem;
    margin: 0 0 0.8em 0;
  }
  h1.intro-title-2 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 1.06em;
    margin: 34px 0 0 0;
    max-width: 250px;
    position: absolute;
    text-align: left;
  }
}
.overview-area {
  background-color: #5c1fbf;
  padding: 60px 0;
  width: 100%;
}
.overview-area .intro {
  text-align: center !important;
  margin: 0 auto 3rem auto;
  width: 100%;
}
.overview-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .overview-area .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.stage-row {
  margin-bottom: 75px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .stage-row {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .stage-row {
    width: 100%;
  }
}
.stage-row.strategy {
  z-index: 2;
}
.stage-row.model {
  z-index: 1;
}
.stage-row.implementation {
  z-index: 1;
}
.stage {
  text-align: center;
  height: 297px;
  width: 308px;
  margin: 0 auto;
  position: relative;
}
.circle {
  height: 327px;
  width: 330px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: -1;
}
.strategy .circle {
  top: -15px;
  left: -6px;
}
.model .circle {
  top: -15px;
  left: -6px;
}
.implementation .circle {
  top: -15px;
  left: -6px;
}
#mc_embed_signup #mc_embed_signup_scroll .stage-row input[type="submit"],
.cky-consent-container .stage-row .cky-btn,
.cky-prefrence-btn-wrapper .stage-row .cky-btn,
.stage-row #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.stage-row .btn,
.stage-row .cky-consent-container .cky-btn,
.stage-row .cky-prefrence-btn-wrapper .cky-btn {
  background-color: #e8492c;
  border-color: #e8492c;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Bureau Grot Cond Med", sans-serif;
  font-size: 22px;
  padding: 0.6rem 1.3rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  position: relative;
  top: -45px;
  z-index: 10;
}
#mc_embed_signup #mc_embed_signup_scroll .stage-row input[type="submit"]:hover,
.cky-consent-container .stage-row .cky-btn:hover,
.cky-prefrence-btn-wrapper .stage-row .cky-btn:hover,
.stage-row #mc_embed_signup #mc_embed_signup_scroll input[type="submit"]:hover,
.stage-row .btn:hover,
.stage-row .cky-consent-container .cky-btn:hover,
.stage-row .cky-prefrence-btn-wrapper .cky-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e8542d;
}
@media (min-width: 1000px) {
  .overview-area {
    padding: 60px 0 0 0;
  }
  .overview-area .intro {
    width: 780px;
  }
  .overview-area .container {
    height: 700px;
    width: 780px;
  }
  .stage {
    margin: 0;
  }
  .stage-row {
    margin-bottom: 0;
  }
  .stage-row.model {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 250px;
  }
  .stage-row.strategy {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    top: -66px;
    width: 308px;
    left: -75px;
  }
  .stage-row.implementation {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 472px;
    top: -254px;
  }
}
.featuredcasestudies--carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  left: 1em;
  right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.featuredcasestudies--carousel .owl-nav .owl-next i,
.featuredcasestudies--carousel .owl-nav .owl-prev i {
  padding: 0;
  font-weight: 400;
  font-size: 24px;
}
.flex--hero-block {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.flex--hero-block .preheading {
  background-color: #e8492c;
  padding: 0.5rem 1.5em;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 1rem;
}
.flex--hero-block h2 {
  margin-bottom: 2rem;
}
.flex--hero-block .leader {
  max-width: 30em;
  margin-bottom: 2rem;
}
.flex--hero-block.hero--center {
  text-align: center;
}
.flex--hero-block.hero--center h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 10em;
}
.flex--hero-block.hero--center .leader {
  margin-left: auto;
  margin-right: auto;
}
.flex--hero-block.hero--center .hero__basicform {
  margin: 0 auto;
}
.flex--hero-block.hero--left,
.flex--hero-block.hero--right {
  text-align: left;
}
.flex--hero-block .hero__cta {
  margin-bottom: 1.5rem;
}
.flex--hero-block .hero__cta a {
  margin-right: 1em;
}
.flex--hero-block .hero__cta a:last-child {
  margin-right: 0;
}
.flex--hero-block .hero__cta--noicon .fa {
  display: none;
}
.flex--hero-block .hero__quoteform {
  padding: 1.5em;
  color: #000;
}
.flex--hero-block .hero__quoteform.bg--aqua,
.flex--hero-block .hero__quoteform.bg--black,
.flex--hero-block .hero__quoteform.bg--orange,
.flex--hero-block .hero__quoteform.bg--purple,
.flex--hero-block .hero__quoteform.bg--red {
  color: #fff;
}
.flex--hero-block .hero__quoteform .quote__quotation {
  margin-bottom: 1.5em;
}
.flex--hero-block .hero__quoteform .quote__image {
  width: 100%;
  display: block;
  height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.flex--hero-block .hero__quoteform .nf-form-cont {
  margin-top: 0.5em;
}
.flex--hero-block .hero__basicform {
  max-width: 25em;
  margin-left: -5px;
}
.flex--hero-block .hero__basicform .nf-after-form-content {
  display: none;
}
#mc_embed_signup #mc_embed_signup_scroll .flex--hero-block .hero__basicform input[type="submit"],
.cky-consent-container .flex--hero-block .hero__basicform .cky-btn,
.cky-prefrence-btn-wrapper .flex--hero-block .hero__basicform .cky-btn,
.flex--hero-block .hero__basicform #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
.flex--hero-block .hero__basicform .btn,
.flex--hero-block .hero__basicform .cky-consent-container .cky-btn,
.flex--hero-block .hero__basicform .cky-prefrence-btn-wrapper .cky-btn {
  padding: 1rem 2em;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) {
  #mc_embed_signup #mc_embed_signup_scroll .flex--hero-block .hero__basicform input[type="submit"],
  .cky-consent-container .flex--hero-block .hero__basicform .cky-btn,
  .cky-prefrence-btn-wrapper .flex--hero-block .hero__basicform .cky-btn,
  .flex--hero-block .hero__basicform #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
  .flex--hero-block .hero__basicform .btn,
  .flex--hero-block .hero__basicform .cky-consent-container .cky-btn,
  .flex--hero-block .hero__basicform .cky-prefrence-btn-wrapper .cky-btn {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1600px) {
  #mc_embed_signup #mc_embed_signup_scroll .flex--hero-block .hero__basicform input[type="submit"],
  .cky-consent-container .flex--hero-block .hero__basicform .cky-btn,
  .cky-prefrence-btn-wrapper .flex--hero-block .hero__basicform .cky-btn,
  .flex--hero-block .hero__basicform #mc_embed_signup #mc_embed_signup_scroll input[type="submit"],
  .flex--hero-block .hero__basicform .btn,
  .flex--hero-block .hero__basicform .cky-consent-container .cky-btn,
  .flex--hero-block .hero__basicform .cky-prefrence-btn-wrapper .cky-btn {
    line-height: 1.68;
  }
}
.flex--hero-block .hero__bd {
  position: relative;
  z-index: 2;
}
.flex--hero-block .hero .heading--long-plus40 {
  max-width: 11em;
}
.flex--hero-block .hero--img {
  background: #000;
  color: #fff;
  overflow: hidden;
}
.flex--hero-block .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0s;
  transition: opacity 1s ease-out 0s;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.flex--hero-block .heroimg--loaded .hero__img {
  -webkit-transition: -webkit-transform 2s ease-out 0s, opacity 2s ease-out 0s;
  -webkit-transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s, -webkit-transform 2s ease-out 0s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.66;
}
.flex--step-blocks .step__block {
  max-width: 52em;
  margin: 0 auto 1.5rem;
}
.flex--step-blocks .step__block .step__image {
  padding-top: 65%;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .flex--step-blocks .step__block .step__image {
    padding-top: 100%;
  }
}
.flex--step-blocks .step__block .step__image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--step-blocks .step__block .step__image-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 699px) {
  .flex--step-blocks .step__block .step__image-img {
    max-width: 18em;
    margin: auto;
  }
}
.flex--step-blocks .step__block .step__innerblock {
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}
.flex--step-blocks .step__block .step__innerblock:last-child {
  margin-bottom: 0;
}
.flex--step-blocks .step__block--withimg {
  margin: 0 auto 2em;
}
.flex--step-blocks .step__block:last-child {
  margin-bottom: 0;
}
.flex--text-segment .block-leader {
  max-width: 28em;
  margin: 0 auto;
}
.flex--text-segment .segment__blocks {
  max-width: 52em;
  margin: 0 auto 1.5rem;
}
.flex--text-segment .segment__block {
  margin: 0 auto 1em;
}
.flex--text-segment .segment__block-heading {
  padding: 1rem 1.5rem;
  color: #fff;
}
.flex--text-segment .segment__block-heading .index {
  padding-right: 0.5em;
}
.flex--text-segment .segment__block-leader {
  margin: 0.5em;
}
.flex--text-segment .segment__block:last-child {
  margin-bottom: 0;
}
.flexcasestudyblocks .casestudyblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .flexcasestudyblocks .casestudyblock {
    margin-bottom: 2em;
  }
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner {
  width: 100%;
  position: relative;
  padding: 1.5em 1.5em 3em 1.5em;
}
@media only screen and (max-width: 1199px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner {
    max-width: 18em;
  }
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner::after {
  content: "";
  position: absolute;
  bottom: -1em;
  right: -1em;
  left: 1em;
  top: 1em;
  background-color: #009991;
  z-index: -1;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner.bg--red:after {
  background-color: #ffb5c1;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner.bg--aqua:after {
  background-color: #5be0cc;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner.bg--pink:after {
  background-color: #e8492c;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner.bg--teal:after {
  background-color: #009991;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__heading {
  margin-bottom: 1em;
  line-height: 1;
}
@media only screen and (min-width: 1000px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__heading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__heading {
    height: 8em;
  }
}
@media only screen and (min-width: 1600px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__heading {
    height: 7em;
  }
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__description {
  margin: 0 0 2em;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__img {
  width: 5em;
}
@media only screen and (min-width: 1000px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.25em;
    -ms-flex: 0 0 3.25em;
    flex: 0 0 3.25em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 1600px) {
  .flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4em;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
  }
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__link {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__link .linkline {
  border-color: #000;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__link.color--white .linkline {
  border-color: #fff !important;
}
.flexcasestudyblocks .casestudyblock .casestudyblock__inner .casestudyblock__link:hover .linkline {
  border-color: #5b1ebf !important;
}
.pageheader--toolkit {
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.15);
}
.pageheader--toolkit:not(.pageheader--toolkit--background) {
  background: #fcece9 url(img/toolkit/pageheader--toolkit.png) no-repeat center top;
  background-size: 100% auto;
}
.pageheader--toolkit .pageheader__cta {
  margin-bottom: -1em;
}
.pageheader--toolkit .pageheader__cta a {
  margin: 0 1em 2em 0;
}
.pageheader--toolkit .pageheadercontent {
  text-align: center;
}
.pageheader--toolkit .pageheadercontent .preheading {
  margin-bottom: 0.25em;
}
.pageheader--toolkit .pageheadercontent h1 {
  margin-bottom: 0.25em;
}
.pageheader--toolkit .pageheadercontent .leader {
  margin: auto;
  max-width: 20em;
}
@media only screen and (min-width: 1000px) {
  .pageheader--toolkit .pageheadercontent {
    text-align: left;
  }
  .pageheader--toolkit .pageheadercontent .preheading {
    margin-left: 0;
  }
  .pageheader--toolkit .pageheadercontent h1 {
    margin-left: 0;
  }
  .pageheader--toolkit .pageheadercontent .leader {
    margin-left: 0;
  }
}
.pageheader--toolkit.pageheader--toolkit--background .leader,
.pageheader--toolkit.pageheader--toolkit--background .preheading,
.pageheader--toolkit.pageheader--toolkit--background h1 {
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff, 0 0 0.5em #fff;
}
.pageheader--toolkit .pageheaderbody {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media only screen and (min-width: 700px) {
  .pageheader--toolkit .pageheaderbody {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 999px) {
  .pageheader--toolkit .pageheaderbody {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--toolkit .pageheadercontent {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
.pageheader--toolkit .pageheadergraphic {
  position: relative;
}
.pageheader--toolkit .pageheadergraphic .pageheadergraphic__img {
  padding: 100% 0 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 550px) {
  .pageheader--toolkit .pageheadergraphic {
    width: 83.33%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--toolkit .pageheadergraphic {
    width: 75%;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--toolkit .pageheadergraphic {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    margin: 0;
  }
  .pageheader--toolkit .pageheadergraphic .pageheadergraphic__img {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.pageheader--toolkit .pageheadergraphic--background {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .pageheader--toolkit .pageheadergraphic--background {
    margin-top: -10%;
  }
}
@media only screen and (max-width: 999px) {
  .pageheader--toolkit .pageheadergraphic--background .pageheadergraphic__img {
    background-size: contain;
    padding-top: 51%;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--toolkit .pageheadergraphic--background {
    left: 0;
  }
  .pageheader--toolkit .pageheadergraphic--background .pageheadergraphic__img {
    background-size: cover;
  }
}
.pageheader--tool {
  border-radius: 8px;
  background: #5be0cc;
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border: none;
}
.pageheader--tool .pageheadergraphic .pageheadergraphic__img {
  background-size: contain;
  background-repeat: no-repeat;
}
.pageheader--tool.pageheader--tool--strategy {
  background: #5be0cc;
}
.pageheader--tool.pageheader--tool--model {
  background: #f2ad11;
}
.pageheader--tool.pageheader--tool--implementation {
  background: #ffb5c1;
}
.pageheader--tool .toolheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pageheader--tool .toolheader .preheading {
  margin-bottom: 0.25em;
}
.pageheader--tool .toolheader h1 {
  margin-bottom: 0;
}
.pageheader--tool .toolheader .leader {
  max-width: 20em;
}
.pageheader--tool .toolheader .leader p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .pageheader--tool .toolheader {
    text-align: left;
  }
  .pageheader--tool .toolheader .preheading {
    margin-left: 0;
  }
  .pageheader--tool .toolheader h1 {
    margin-left: 0;
  }
  .pageheader--tool .toolheader .leader {
    margin-left: 0;
  }
}
.pageheader--tool .pageheaderbody {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media only screen and (min-width: 1000px) {
  .pageheader--tool .toolheadergraphic {
    margin-bottom: 0;
  }
  .pageheader--tool .toolheader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
  }
}
.pageheader--tool .toolmeta {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  padding: 1em 0;
}
.pageheader--tool .toolmeta .gd-g {
  margin-bottom: -1em;
}
.pageheader--tool .toolmeta .gd-u {
  margin: 0 0 1em;
}
.pageheader--tool .shareicons li {
  vertical-align: middle;
}
.pageheader--tool .shareicons .downloaditem {
  display: block;
}
.pageheader--tool .shareicons .downloaditem a {
  margin-bottom: 1em;
}
.pageheader--tool .shareicons .sharelink {
  color: #000;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .pageheader--tool .shareicons .downloaditem {
    display: inline-block;
  }
  .pageheader--tool .shareicons .downloaditem a {
    margin-bottom: 0;
  }
}
.post--tool,
.post--workflow {
  background: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 0 1em;
  height: 100%;
  -webkit-transition: -webkit-transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  -webkit-transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
}
.post--tool .post__content,
.post--workflow .post__content {
  padding: 1em;
}
.post--tool .post__content .post__heading,
.post--workflow .post__content .post__heading {
  margin: 0 0 0.25em;
  line-height: 1.2;
}
.post--tool .postimg,
.post--workflow .postimg {
  margin: 0;
  background: #5be0cc;
  position: relative;
  box-shadow: none;
  padding: 75% 0 0;
}
.post--tool .postimg .postimg__img,
.post--workflow .postimg .postimg__img {
  -webkit-transition: -webkit-transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  -webkit-transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s, box-shadow 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
  background-color: transparent;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.post--tool:hover,
.post--workflow:hover {
  box-shadow: 25px 25px 60px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.post--tool:hover .postimg,
.post--workflow:hover .postimg {
  box-shadow: none;
}
.post--tool:hover .postimg .postimg__img,
.post--workflow:hover .postimg .postimg__img {
  -webkit-transform: rotate(6deg) scale(1.1, 1.1);
  -ms-transform: rotate(6deg) scale(1.1, 1.1);
  transform: rotate(6deg) scale(1.1, 1.1);
}
.post--tool[data-phase="strategy"] .postimg,
.post--workflow[data-phase="strategy"] .postimg {
  background: #5be0cc;
}
.post--tool[data-phase="model"] .postimg,
.post--workflow[data-phase="model"] .postimg {
  background: #f2ad11;
}
.post--tool[data-phase="implementation"] .postimg,
.post--workflow[data-phase="implementation"] .postimg {
  background: #ffb5c1;
}
/*# sourceMappingURL=style.min.css.map */
