/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* custom */
.swiper-container {}

.swiper-pagination
    {position:static; font-size:0; padding:15px 0 5px 0;}

.swiper-pagination-bullet
    {width:13px; height:13px;}
    
@media (max-width: 479px) { 
    .swiper-button-prev, .swiper-button-next
        {width:16px; height:35px; top:40%; background-size:100% auto; background-position:0 0;}    
}

   
.module p:first-child
    {padding-top:0;}
.module p:last-child
    {padding-bottom:0;}
.module .after
    {padding-top:1.5em;}
.module .before
    {padding-bottom:1.5em;}

.module.separator-bottom
	{border-bottom:1px solid #e0e0e0;}
.module.separator-top
	{border-top:1px solid #e0e0e0;}

h1.module-title
  {padding:0;}

.module.hero .buttons-set
  {padding-top:25px;}

.buttons-set.below
  {text-align:center; padding-top:35px;}

.module.bigger-green-h2 h2
  {color:#71c247; font-size:46px;}
        
.module.h-grey .module-title
  {color:#505357;}
.module.blueline .module-title:before, .module.greenline .module-title:before {
  content:""; font-size: 0;
  height:6px; width:70px;
  background-color:#315470;
  display:block; margin-bottom:10px;
  }
.module.greenline .module-title:before
  {background-color:#78be20;}
.module.blueline .module-title.align-center:before,
.module.greenline .module-title.align-center:before
  {margin-left:auto; margin-right:auto;}



.module.corner-right, .module.corner-left 
  {position:relative; background-color:#f2f2f2;}
  .module.corner-right::before {
    content:""; width:130px; height:100%;
    background:#fff; transform: skewX(20deg); transform-origin: top right;
    position:absolute; top:0; right:0; z-index:1;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    }
  .module.corner-left::before {
    content:""; width:130px; height:100%;
    background:#fff; transform: skewX(-20deg); transform-origin: top left;
    position:absolute; top:0; left:0; z-index:1;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    }

.swiper-pagination
    {position:static; font-size:0; padding:20px 0 5px 0;}
    .swiper-pagination-bullet {
        width:26px; height:26px; opacity:1;
        background: url(https://2742462.fs1.hubspotusercontent-na1.net/hubfs/2742462/template/bullet-sprite.png) no-repeat 0 0;
        background-size:100% auto;
        }
    .swiper-pagination-bullet-active
        {background-position:0 100%;}




  .module.hero .content {
    display:inline-block; width:98%;
    vertical-align:middle; box-sizing:border-box;
    }
  .module.hero .outer::before {
    content:"";
    display:inline-block; width:0; font-size:0;
    vertical-align:middle; min-height:200px;
    }



.hero-home 
  {background:#ebecef url(https://www.nordicwi.com/hubfs/tpl2019/hero-shadow-right.png) 100% 0 no-repeat; background-size: auto 100%; position:relative;}
  .hero-home::before {
    content:"";  z-index:1;
    position:absolute; top:0; right:50%;
    width:100%; height:100%;
    background:#fff; transform: skewX(20deg);
    }
  .hero-home::after {
    content:"";  z-index:2;
    position:absolute; top:0; left:0;
    width:100%; height:100%;
    background:url(https://www.nordicwi.com/hubfs/tpl2019/hero-shadow-left.png) 0 0 no-repeat; background-size: auto 100%;;
    }

  .hero-home .outer 
    {padding-top:150px; padding-bottom:150px; text-align:center; position:relative; z-index:3;}
    .hero-home h1
      {font-size:60px;}
    .module.hero-home .buttons-set
      {padding-top:50px;}

.module.full-split, .mmg-blog-featured
  {position:relative;} 
  .module.full-split .outer
    {position:relative; z-index:4; padding-right:520px;} 
  .module.full-split::before {
    content:""; width:50%; height:100%;
    background-position:50% 0; background-size:cover;
    position:absolute; top:0; right:0; z-index:1;
    background-color:#fff; background-repeat:no-repeat;
    }

  .module.full-split::after,
  .mmg-blog-featured .outer::after {
    content:""; width:100%; height:100%;
    background:#fff; transform: skewX(20deg); transform-origin:top right;
    position:absolute; top:0; right:calc(50% - 50px); z-index:3;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    },

  .module.full-split-offices::after,
  .mmg-offices .outer::after {
    content:""; width:100%; height:100%;
    background:#fff; transform: skewX(25deg); transform-origin:top right;
    position:absolute; top:0; right:calc(50% - 50px); z-index:3;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    }

  .module.full-split.split-right .outer 
    {padding-right:0; padding-left:520px; text-align:right;}
  
  .module.full-split.split-right::before {
    right:auto; left:0;
    }

  .module.full-split.split-right-focal::before {
    right:auto; left:0;
    background-position: 20% 0;
    }

  .module.full-split.split-right::after {
    transform: skewX(20deg);
    left: calc(50% - 50px); right: auto;
    transform-origin: bottom left;
    }

  .module.full-split-offices.split-right::after {
    transform: skewX(25deg);
    left: calc(50% - 50px); right: auto;
    transform-origin: bottom left;
    }

.module.full-split-focal, .middle-east-region
  {position:relative;} 
  .module.full-split-focal .outer
    {position:relative; z-index:4; padding-right:520px;} 
  .module.full-split-focal::before {
    content:""; width:50%; height:100%;
    background-position:70% 0; background-size:cover;
    position:absolute; top:0; right:0; z-index:1;
    background-color:#000; background-repeat:no-repeat;
    }

  .module.full-split-focal::after,
  .mmg-blog-featured .outer::after {
    content:""; width:100%; height:100%;
    background:#fff; transform: skewX(20deg); transform-origin:top right;
    position:absolute; top:0; right:calc(50% - 50px); z-index:3;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    },

  .module.full-split-offices::after,
  .mmg-offices .outer::after {
    content:""; width:100%; height:100%;
    background:#fff; transform: skewX(25deg); transform-origin:top right;
    position:absolute; top:0; right:calc(50% - 50px); z-index:3;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    }


  .module.full-split-focal.split-right .outer 
    {padding-right:0; padding-left:520px; text-align:right;}
  
  .module.full-split-focal.split-right::before {
    right:auto; left:0;
    }
  .module.full-split-focal.split-right::after {
    transform: skewX(20deg);
    left: calc(50% - 50px); right: auto;
    transform-origin: bottom left;
    }

  .module.full-split-offices.split-right::after {
    transform: skewX(25deg);
    left: calc(50% - 50px); right: auto;
    transform-origin: bottom left;
    }

/* Added for Nordic Offices module */

.module.full-split, .mmg-offices
  {position:relative;} 
  .module.full-split .outer
    {position:relative; z-index:4; padding-right:520px;} 
  .module.full-split::before {
    content:""; width:50%; height:100%;
    background-position:50% 0; background-size:cover;
    position:absolute; top:0; right:0; z-index:1;
    background-color:#fff; background-repeat:no-repeat;
    }

  .module.full-split-offices::before {
    content:""; width:70%; height:100%;
    background-position:50% 0; background-size:cover;
    position:absolute; top:0; right:0; z-index:1;
    background-color:#76bb20; background-repeat:no-repeat;
    }

  .module.full-split-offices::after,
  .mmg-offices .outer::after {
    content:""; width:100%; height:100%;
    background:#fff; transform: skewX(165deg); transform-origin:top right;
    position:absolute; top:0; right: 60%; z-index:3;
    box-shadow:-4px 0 14px rgba(0,0,0,0.3);
    background-color: #f58021;
    }

  .module.full-split-offices.split-right .outer 
    {padding-right:0; padding-left:520px; text-align:right;}
  
  .module.full-split-offices.split-right::before {
    right:auto; left:0;
    }
  .module.full-split-offices.split-right::after {
    transform: skewX(20deg);
    left: calc(50% - 50px); right: auto;
    transform-origin: bottom left;
    }

  .module.full-split.split-right .outer 
    {padding-right:0; padding-left:520px; text-align:right;}
  
  .module.full-split.split-right::before {
    right:auto; left:0;
    }
  .module.full-split.split-right::after {
    transform: skewX(20deg);
    left: calc(50% - 50px); right: auto;
    transform-origin: bottom left;
    }

  .module.full-split-offices.split-right::after {
    transform: skewX(25deg);
    left: calc(50% - 50px); right: 60%;
    transform-origin: bottom left;
    }

.mmg-offices 
  {background:#999; border-bottom:1px solid #d6d6d6;}
.mmg-offices .outer {
  position:relative; z-index:1; width:100%;
  padding-top:60px; padding-bottom:60px; 
  text-align:right; 
  } 
  .mmg-offices .outer::after {
    transform: skewX(-20deg);
    left:calc(50% + 220px); right:60%;
    }
  .mmg-offices .featured-image {
    width:63%; width:calc(50% + 240px); height:100%;
    background-position:100% 0; background-size:cover;
    position:absolute; top:0; left:0; z-index:1;
    background-color:#000; background-repeat:no-repeat;
    }

/* Added for Nordic Offices module */

.mmg-blog-featured 
  {background:#999; border-bottom:1px solid #d6d6d6;}
.mmg-blog-featured .outer {
  position:relative; z-index:1; width:100%;
  padding-top:60px; padding-bottom:60px; 
  text-align:right; 
  } 
  .mmg-blog-featured .outer::after {
    transform: skewX(-20deg);
    left:calc(50% + 220px); right:auto;
    }
  .mmg-blog-featured .featured-image {
    width:63%; width:calc(50% + 240px); height:100%;
    background-position:100% 0; background-size:cover;
    position:absolute; top:0; left:0; z-index:1;
    background-color:#000; background-repeat:no-repeat;
    }

  #recent-featured
    {position:relative; z-index:4; width:260px;display:inline-block; margin-right:50%; margin-right: calc(50% - 490px);}
    #recent-featured h3 {
      text-transform:uppercase;
      font-size:14px; color:#0c0c0c;
      padding:0 0 18px 0;
      }
      #recent-featured p
        {padding:15px 0; border-top:1px dashed #ccc;}
        #recent-featured p:last-child
          {padding-bottom:0;}
        #recent-featured a {
          display:block;
          font-weight:800; font-size:16px;
          line-height:1.3; color:#0c0c0c;
          text-decoration:none; transition:color 0.3s;
          }
        #recent-featured a:hover
          {color:#6a7a7c;}



    #blog-firstpost, .blog-firstpost {
      font-size:14px; font-weight:normal;
      padding:0; text-align:center;
      }

      #blog-firstpost a, .blog-firstpost
        {text-align:left; display:block; box-sizing:border-box; width:980px; padding-right:40%; margin:0 auto; color:#fff; text-decoration:none; padding:30px 0;}
    .blog-firstpost
      {display:none; background:#999;}
       
        #blog-firstpost .topic, .blog-firstpost .topic
          {display:block; padding-bottom:5px; text-transform:uppercase;}

          #blog-firstpost a strong, .blog-firstpost strong
            {display: block;font-size: 22px; line-height:1.3;}
                #blog-firstpost a:hover strong, .blog-firstpost:hover strong
                  {text-decoration:underline;}



  .mmg-rich-columns .title
    {padding-top:0;}
  .mmg-rich-columns.style-standard .media
    {padding-bottom:1em;}



  .mmg-rich-columns.style-arrows .title, .mmg-rich-columns.style-numbers .title,
  .mmg-rich-columns.style-icons .title
    {font-size:18px; padding-bottom:0.8em; text-transform:uppercase; font-weight:bold;}




  .mmg-rich-columns.style-arrows .col
    {position:relative; padding-left:25px;}
    .mmg-rich-columns.style-arrows .col::before {
      content:""; font-size:0;
      position:absolute; top:0; left:0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;  
      border-left: 14px solid #f58021;    
      }


.mmg-rich-columns.style-numbers .content
  {counter-reset: numbers2;}
.mmg-rich-columns.style-numbers .after
  {padding-top:40px;}
  .mmg-rich-columns.style-numbers .col
      {position:relative; padding-left:78px; counter-increment: numbers;}


      .mmg-rich-columns.style-numbers .col::before {
        width:63px; height:60px; box-sizing:border-box;
        position:absolute; top:0; left:0;
        content: "0" counter(numbers) !important;
        background: url(https://www.nordicwi.com/hubfs/tpl2019/numbers-bg-2.svg) no-repeat 0 0;
        background-size:100% auto; font-weight:500;
        padding-left:18px; padding-top:17px;
        font-size:13px; line-height:1;
        }

      .mmg-rich-columns.style-numbers .col::after {
        width:10px; height:100%; box-sizing:border-box;
        content:""; position:absolute; top:0; left:58px;
        border-left:1px solid #444;
        background:#fff;
        }
      .mmg-rich-columns.style-numbers.grey-bg .col::after
        {background:#f2f2f2;}


.mmg-rich-columns .content
  {padding-top:3%;}
.mmg-rich-columns .before+.content, .mmg-rich-columns .before+.content
  {padding-top:2%;}
.mmg-rich-columns .content:first-child
  {padding-top:0;}

.mmg-rich-columns .content:not(.flex) .col
  {padding-bottom:30px;}
.mmg-rich-columns .content:not(.flex) .col:last-child
  {padding-bottom:0;}

.mmg-rich-columns.style-icons .col
  {position:relative; padding-left:90px;}
  .mmg-rich-columns.style-icons .media
    {position:absolute; top:0; left:0; width:65px;}
  .mmg-rich-columns.style-icons .media svg *
    {fill:#4d4d4d;}
  .mmg-rich-columns.style-icons.grey-cubes .media svg *
    {fill:#ffffff;}



.mmg-rich-columns.style-features svg, .mmg-rich-columns.style-features img 
  {height:60px; display:block; margin:0 auto;}
  .mmg-rich-columns.style-features svg *
    {fill:#fff;}
.mmg-rich-columns.style-features .h1
  {padding:40px 0 0;}
.mmg-rich-columns.style-features .h1:first-child
  {padding-top:0;}

.mmg-rich-columns.style-features .title
  {font-weight:normal; padding:15px 0 0; font-size:17px; letter-spacing:0.04em; line-height:1.3;}
.mmg-rich-columns.style-features .title strong
  {font-weight:500;}
.mmg-rich-columns.style-features .title>strong:first-child
  {display:block; font-size:36px; line-height:1.2; padding-bottom:3px;}
.mmg-rich-columns.style-features .small-title .title>strong:first-child
  {font-size:24px;}

.mmg-rich-columns.style-features .content
  {display:flex; flex-wrap:wrap; justify-content:center;}
.mmg-rich-columns.style-features .col
  {width:22%; margin-left:4%; padding-top:35px; padding-bottom:0 !important;}
.mmg-rich-columns.style-features .col:nth-child(4n+1)
	{margin-left:0;}


.mmg-rich-columns .col .button
  {margin-top:0.8em;}

.howe-we-work-crop 
  {overflow:hidden; text-align:right;}
  .howe-we-work-crop img
    {display:inline-block; margin-bottom:-35px;}


.mmg-rich-text
  {}
  .mmg-rich-text .module-title .subtitle
    {font-size:0.8em; display:block;}

  .mmg-rich-text .text
    {padding-left:6%; direction:ltr; box-sizing:border-box;}

  .mmg-rich-text .text.empty .module-title
    {margin-bottom:0;}
  .mmg-rich-text .media-right .text
    {padding-right:6%; padding-left:0;}
  .mmg-rich-text .media-top .text
    {padding:40px 0 0;}
    
  .mmg-rich-text .media
      {box-sizing:border-box; direction:ltr; position:relative; overflow:hidden;}
    .mmg-rich-text .media img
      {width:100%; margin:0 auto; display:block; box-sizing:border-box;}
    .mmg-rich-text .media.border img
      {border:1px solid #000;}
    .mmg-rich-text .media .caption
      {padding-top:1em; text-align:center;}

  .mmg-rich-text .media-mobi-above.media-right,
  .mmg-rich-text .media-mobi-below.media-left
      {direction:rtl;}
  .mmg-rich-text .display-table
      {width:100%;}
  .mmg-rich-text .module-title+.display-table
    {margin-top:20px;}

  .mmg-rich-text .media-w-30 .media {width:30%;}
  .mmg-rich-text .media-w-35 .media {width:35%;}
  .mmg-rich-text .media-w-40 .media {width:40%;}
  .mmg-rich-text .media-w-45 .media {width:45%;}
  .mmg-rich-text .media-w-50 .media {width:50%;}
  .mmg-rich-text .media-w-55 .media {width:55%;}
  .mmg-rich-text .media-w-60 .media {width:60%;}
  .mmg-rich-text .media-w-70 .media {width:70%;}
  .mmg-rich-text .media-w-100 .media {width:100%;}
  /*
  .mmg-rich-text .media-w-50.media-left .text
    {padding-left:7%;}
  .mmg-rich-text .media-w-50.media-right .text
    {padding-right:7%;}
  */

.mmg-rich-text .text.empty
  {display:none;}

.mmg-rich-text.padding-none.darkgrey-bg .text
  {padding-top:20px; padding-bottom:20px;}


.mmg-rich-text.testimonial .content
    {background-color:#505357; color:#fff; padding:40px; font-size:18px; line-height:1.4; font-weight:500;}

  .mmg-rich-text.testimonial .display-table
    {background-color:#505357; color:#fff; border:40px solid #505357; border-left:none; font-size:18px; line-height:1.4; font-weight:500; box-sizing:border-box;}
    .mmg-rich-text.testimonial .display-table .td
      {padding-left:40px !important;}
  .mmg-rich-text.testimonial .display-table .module-title
    {color:#fff;}

.mmg-rich-text.testimonial .after
  {position:relative; padding:30px 110px 0 0;}
.mmg-rich-text.testimonial .after::before {
  content:""; font-size:0;
  border-top:80px solid #505357;
  border-right:80px solid transparent;
  position:absolute; top:0; right:2%;
  
  }
.mmg-rich-text.testimonial .after h4
  {color:#71c247; padding:0;}
.mmg-rich-text.testimonial .after h4+p
  {padding-top:0;}



.mmg-slider-style
  {position:relative; padding-top:1em;}

mmg-slider-style .swiper-pagination
  {padding-top:1em; position:static; width:100%;}
  .mmg-slider-style .swiper-pagination .swiper-pagination-bullet
    {background:#fff; width:10px; height:10px; border:1.5px solid #000; margin:0 5px; opacity:1;}
  .mmg-slider-style .swiper-pagination .swiper-pagination-bullet-active
    {background:#000;}

.mmg-slider-style .swiper-button-prev, .mmg-slider-style .swiper-button-next {
  position:absolute; top:50%; z-index:3;
  margin-top:-35px; background:none;
  font-size:0; height:0;width:0;
  transition:all 0.3s;  
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  }

.mmg-slider-style .swiper-button-prev
  {left:-40px; border-right: 30px solid #e6e6e6;}
.mmg-slider-style .swiper-button-next
  {right:-40px; border-left: 30px solid #e6e6e6;}
.mmg-slider-style.cases-slider .swiper-button-next
  {right:-50px;}

.mmg-slider-style .swiper-button-prev::after, .mmg-slider-style .swiper-button-next::after 
  {content: none;}

.cases-slider .swiper-slide {
  box-sizing:border-box;
  padding-left:27px; height:auto;
  }
  .cases-slider .swiper-slide::before {
    content:"“"; z-index:2;
    position:absolute; top:24px; left:8px;
    width:40px; height:40px; border-radius:50%;
    line-height:68px; font-size:48px; font-weight:bold;
    text-align:center; background:#fff;
    box-shadow:-4px 0 6px rgba(0,0,0, 0.25);
    font-family:'Overpass', sans-serif;
    }
  .cases-slider .swiper-slide::after {
    content:""; position:absolute; top:43px; left:45px;
    width:45px; border-top:1px solid #4d4d4d;
    }
  .cases-slider .content
    {width:100%; height:100%; position:relative; z-index:1; overflow:hidden; box-sizing:border-box; border:1px solid #4d4d4d;}
    .cases-slider .content::before {
      content:""; font-size:0;
      height:100%; width:27%;   
      transform: skewX(35deg); transform-origin: bottom left;
      background:#e6e6e6;
      position:absolute; bottom:0; left:0; z-index:1;
      }
    .cases-slider .text {
      position:relative;
      padding:30px 30px 130px 90px;
      font-size:17px;
      }

    .cases-slider .author {
      width:100%; height:105px; box-sizing:border-box;
      padding:20px 30px 0 150px;
      position:absolute; bottom:0; left:0; z-index:2;
      text-transform:uppercase; line-height:1.3;
      }
      .cases-slider .author strong {
        display:block; text-transform:none;
        font-weight:500;
        }
      .cases-slider img {
        border-radius:50%; box-sizing:border-box;
        width:90px; border:1px solid #333;
        position:absolute; bottom:15px; left:35px;
        }


/* MMG collapsible module */
.mmg-collapsible {
    border:1px solid #ccc;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    }
    .mmg-collapsible .module-title
        {border:0; padding:15px !important; margin:0; cursor:pointer; text-align:left;}
    .mmg-collapsible .module-title:hover/*, .mmg-collapsible.open .module-title*/
        {color:#71c247;}

    .mmg-collapsible .module-title:before {
        content:"\002b"; text-align:center;
        display:block; cursor:pointer;
        font-size:1em; color:inherit;
        font-family:Arial, Helvetica, sans-serif;
        line-height: 1; padding-left:0.5em; 
        font-weight:normal; float:right;
        } 
    .mmg-collapsible.open .module-title:before
        {content: "\2212";}
        
    .mmg-collapsible .content
        {padding:15px;}
        /*
        .mmg-collapsible table
            {font-size:14px; margin-top:10px; margin-bottom:10px;}*/

/* split background */
.split-bg
    {position:relative; color:#fff; background:#71c247; font-weight:300; font-size:16px; line-height:1.4;}
    .split-bg .outer
        {position:relative; z-index:2;}
        .split-bg .col1, .split-bg .col2,
        .mmg-testimonial .cols2-row .col1, .mmg-testimonial .cols2-row .col2
            {width:44%; box-sizing:border-box;}
            
        .split-bg .col1, .split-bg .col2 {
            background:url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/img-icons/icon-briefcase.png) no-repeat 0 0;
            background-size:auto 62px;
            padding-top:95px;
            }
        .split-bg .col2
            {background-image:url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/img-icons/icon-article.png)}
        
        .split-bg h2, .split-bg h3
            {color:#fff; padding:0 0 0.2em 0;}
            
        .split-bg .col1 p:last-child, .split-bg .col2 p:last-child
            {padding-bottom:0;}
            
    .split-bg .left-bg, .split-bg .right-bg {
        position:absolute; top:0; left:0;
        width:50%; height:100%;
        z-index:1;
        }
        .split-bg .left-bg:before, .split-bg .right-bg:before {
            position:absolute; left:0; bottom:0;
            width:100%; height:50%; content:"";
            background: url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/img-icons/icon-briefcase-a5.png) no-repeat -10% 0;
            background-size: auto 120%;
            }
    .split-bg .right-bg
        {left:auto; right:0; background-color:#315470;}
        .split-bg .right-bg:before {
            right:0; left:auto;
            background-image:url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/img-icons/icon-article-a2.png);
            background-position:110% 0;
            }

/* testimonial */

.mmg-testimonial {
    background:#f7f7f7 50% 50% no-repeat;
    background-size:100% 100%;
    background-size:cover;
    line-height:1.5;
    }
.mmg-testimonial.green {
    color:#fff;
    background-color:#71c247;
    }
.mmg-testimonial.green ul li:before
    {color:#fff !important;}
    
@media (min-width: 767px) {
    .mmg-testimonial.green
        {background-image:url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/testimonial-bg.jpg);}    
}

    .mmg-testimonial .module-title
        {padding-bottom:40px; color:#71c247;}
    .mmg-testimonial.green .module-title, 
    .mmg-testimonial.green h4, .mmg-testimonial.green h5, .mmg-testimonial.green h6
        {color:#fff;}
        
    .mmg-testimonial .cols2-row
        {position:relative;}
        .mmg-testimonial .cols2-row:before {
            position:absolute; top:0; left:50%;
            content:""; font-size:0;
            height:100%; width:1px;
            border-left:1px solid #315470;
            overflow:hidden;
            }
        .mmg-testimonial.green .cols2-row:before
            {border-color:#fff;}
    .mmg-testimonial .cols-40-60.cols2-row .col1 {width:32%;}
    .mmg-testimonial .cols-40-60.cols2-row .col2 {width:52%;}
    .mmg-testimonial .cols-40-60.cols2-row:before
        {left:40%;}
        
    .mmg-testimonial .count1
        {max-width:800px; margin:0 auto; text-align:center;}
    
        
        
    .mmg-testimonial .after
        {padding-top:40px; text-align:center;}
    
    .mmg-testimonial blockquote
        {font-size:16px; line-height:1.7; margin:0;}
        /*.mmg-testimonial .cols2-row blockquote, .mmg-testimonial.mmg-image-text blockquote
            {padding:0.6em 0;}
        .mmg-testimonial .cols2-row blockquote:before, .mmg-testimonial.mmg-image-text blockquote:before
            {left:-18px; position:absolute;}
        .mmg-testimonial blockquote:after 
            {position:relative; top:2px;}*/
    .mmg-testimonial blockquote:first-child
        {padding-top:0;}
            
    .mmg-testimonial em
        {color:#284861; font-weight:bold;}

/* cubes */


.mmg-cubes
    {background-color:#315470; margin:20px 0; position:relative;}
    .mmg-cubes:before {
        content:"";
        position:absolute; top:0;left:0;
        height:100%; width:50%;
        width:calc(50% - 140px);
        background:url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/temp-cubes-bg.jpg) no-repeat 0 50%;
        background-size:100% auto;
        background-size:cover;
        }
        
.mmg-cubes.home 
    {height:480px;}
.mmg-cubes.inner
    {height:319px;}
    
    .mmg-cubes .title {
        position:absolute; top:0; left:50%;
        height:100%; width:340px;
        margin-left:-490px;
        color:#fff; text-align:left;
        }
        .mmg-cubes .title h2, .mmg-cubes .title h3
            {color:#fff; padding:0;}
    .mmg-cubes.inner .title h2
        {font-size:30px;}
    .mmg-cubes .short-textf
        {padding:5px 0 0; line-height:1.4;}    
    .mmg-cubes .title .td
        {padding-right:20px;}
    
    .mmg-cubes .cubes {
        position:absolute; top:0; left:50%;
        width:100%; height:100%;
        background-color:#fff;
        margin-left:-150px;
        }
        .mmg-cubes .cubes-row
            {margin-bottom:3px; box-sizing:border-box; width:3000px; height:158px;}
            
        .mmg-cubes .cubes-row.top-extra
            {position:absolute; margin:0; left:644px; top:-161px;}  
        .mmg-cubes .cubes-row.bottom-extra
            {position:absolute; margin:0; left:644px; bottom:-161px;}  

    .mmg-cubes .cube {
        float:left; margin-left:3px;
        background-color:#fff; color:#3d6585;
        box-sizing:border-box; padding:15px 10px 0 10px;
        overflow:hidden; text-align:center;
        font-size:12px; line-height:1.2; 
        height:100%; width:158px;
        opacity:1; transform: translateY(0);
        }
        .mmg-cubes .cube.animation
            {transition:all 0.3s;}
        .mmg-cubes .cube.hidden
            {opacity:0; transform: translateY(15px);}
        
    .mmg-cubes .cube.empty
        {padding-top:80px;}
    .mmg-cubes .cube.grey
        {background-color:#ebeef0;}
    .mmg-cubes .cube.lgrey
        {background-color:#f7f8f9;}

    .mmg-cubes .cube strong
        {font-weight:800; font-size:25px; line-height:1.1; display:block; margin:0 auto;}
    .mmg-cubes .cube img {
        height:53px; display:block;
        margin: 0 auto 10px auto;
        }
        
    .mmg-cubes .icon-arrow-right
        {font-size:0.8em;}

/* icon blocks */
.mmg-icon-text .iconblock
    {line-height:1.5;}
    .mmg-icon-text  .icon {
        width:80px; height:80px;
        float:left; color:#6a7a7c;
        border-radius:50%; border:1px solid #315470;
        -moz-box-sizing:border-box; box-sizing:border-box;
        transition: all .3s;
        }
    .mmg-icon-text .icons-large .icon
        {width:100px; height:100px;}
        .mmg-icon-text .icon span {
            float:left; margin:22% 0 0 22%; 
            width:56%; height:56%;
            background:50% 50% no-repeat;
            background-size:100% 100%;
            background-size:contain;
            }
    
    .mmg-icon-text .text {
        padding-left:100px; padding-top:6px;
        display:block; transition: all .3s;
        font-weight:300; line-height:1.4;
        }
        .mmg-icon-text .text p
            {padding:0;}
    .mmg-icon-text .icons-large .text
        {padding-left:120px; }
        .mmg-icon-text a.link
            {display:block; color:inherit; text-decoration:none;}
            .mmg-icon-text .iconblock strong, .mmg-icon-text .iconblock h6
                {display:block; text-transform:uppercase; font-size:1em; font-weight:800; color:#0c0c0c; padding:0 0 6px ; transition: all .3s;}
                
        .mmg-icon-text a.link:hover .icon
            {border-color:#77c14a;}
        
        .mmg-icon-text a.link:hover, .mmg-icon-text a.link:hover strong
            {color:#77c14a;}

.mmg-icon-text .before
    {padding-bottom:40px;}
.mmg-icon-text .module-title+.before
    {margin-top:-20px;}
    .mmg-icon-text .before :first-child
        {padding-top:0 !important;}
    .mmg-icon-text .before :last-child
        {padding-bottom:0 !important;}




.mmg-role
	{background:#f7f7f7; padding:5px 0 5px 5px;}
	.mmg-role .module-title
		{text-transform:uppercase; font-size:22px;}
		.mmg-role.mmg-collapsible .module-title:before
			{margin-top:24px; font-size:30px; padding:0;}
	.mmg-role .content
		{padding:0 30px 15px 15px;}
    .mmg-role .module-title .icon {
      width:80px; height:80px; margin-right:20px;
      display:inline-block; vertical-align:middle;
      background:#fff; color:#6a7a7c;
      border-radius:50%; border:1px solid #315470;
      -moz-box-sizing:border-box; box-sizing:border-box;
      transition: all .3s;
      }
      .mmg-role .module-title .icon span {
        float:left; margin:22% 0 0 22%; 
        width:56%; height:56%;
        background:50% 50% no-repeat;
        background-size:100% 100%;
        background-size:contain;
        }
		.mmg-role .module-title .title
			{display:inline-block; vertical-align:middle; width:calc(100% - 125px)}

body.roles #hs_cos_wrapper_main .hs_cos_wrapper_type_module 
	{float:left; width:48%; padding:0; margin-top:4%;}

body.roles #hs_cos_wrapper_main .hs_cos_wrapper_type_module:nth-child(even)
	{clear:both; margin-right:4%;}

body.roles #hs_cos_wrapper_main .hs_cos_wrapper_type_module:first-child
	{float:none !important; width:100% !important;}
    

.mmg-image-text .text
    {overflow:hidden;}
.mmg-image-text .after
    {padding-top:40px}
.mmg-image-text .image
    {-moz-box-sizing:border-box; box-sizing:border-box; padding-right:10%;}
.mmg-image-text.img-right .image
    {padding-right:0; padding-left:8%;}
.mmg-image-text .image img
    {width:100%;max-width:350px; margin:0 auto;}

    
    .mmg-image-text .text h2:first-child,  .mmg-image-text .text h3:first-child
        {padding:0;}
    
.mmg-image-text.imgwidth-20 .image {width:28%;}
.mmg-image-text.imgwidth-30 .image {width:38%;}
.mmg-image-text.imgwidth-40 .image {width:48%;}
.mmg-image-text.imgwidth-50 .image {width:54%;}
.mmg-image-text.imgwidth-60 .image {width:68%;}





.mmg-testimonial .td.image
    {width:50%; padding-right:7%;}
.mmg-testimonial .td.text
    {width:50%; padding-left:7%; border-left:1px solid #315470;}
.mmg-testimonial.imgwidth-40 .td.image
    {width:38%;}
.mmg-testimonial.imgwidth-40 .td.text
    {width:62%;}
.mmg-testimonial.green .td.text
    {border-color:#fff;}
    
.mmg-testimonial h4:first-child, .mmg-testimonial h6:first-child, .mmg-testimonial h6:first-child
    {padding-top:0;}

.mmg-image-text .image.shadow img
    {box-shadow: 0px 0px 8px rgba(0,0,0,0.2); border-radius:4px;}

.display-table
    {display:table; table-layout:fixed; padding:0; border-collapse:collapse; border-spacing:0; position:relative;}    
    .display-table .tr
        {display:table-row;}
    .display-table .td
        {display:table-cell; height:100%; float:none; vertical-align:top;}
    .display-table.valign-middle>.td
        {vertical-align:middle;}
    
.table-extender        
    {margin:0 -20px;}
    .table-extender  .display-table {
        border-collapse: separate;
        border-spacing: 20px;
        }

.services-block.img-right .display-table
    {direction: rtl;}
    
    .services-block.img-right .display-table .td
        {direction: ltr;}
        
.services-block .hs-menu-wrapper
    {padding-bottom:10px;}    
.services-block ul
    {padding:0;}        
.services-block li {
    float:left; width:50%;
    box-sizing:border-box;
    padding-left:22px;
    }
    #content-wrapper .services-block li:before
        {transition:all 0.3s;}
    #content-wrapper .services-block li:hover:before
        {left:8px;}
    .services-block li a
        {text-decoration:none; color:inherit;}

    .services-block .image.td
        {text-align:center;}
    .services-block .button
        {font-weight:300;}
        
        
/* jobs */   
.mmg-jobs-listing .before
  {padding-bottom:50px}

.mmg-jobs-listing .text
  {padding-bottom:1em;}
  .mmg-jobs-listing .text .actions
    {padding-top:1em;}
    .mmg-jobs-listing .text .col
      {max-width:400px;}

.jobs-section
  {padding:50px 0; border-top:1px solid #d9d9d6;}
.jobs-section:last-child
  {padding-bottom:0;}
    .jobs-section .title 
      {padding-top:0;} 
    .jobs-section .section-openings
      {display:flex; flex-wrap:wrap;}


    .jobs-section .job {
      width:31.3%; box-sizing:border-box;
      margin:2% 0 0 2%; padding:25px 30px 80px 30px;
      background:#f7f7f7; position:relative;
      line-height:1.4; border:1px solid #ccc;
      }
      .jobs-section .job:nth-child(3n+1)
        {margin-left:0;}

    .jobs-section .job .job-title
        {display:block; text-decoration:none; font-weight:bold; text-transform:uppercase; color:#315470;}
    .jobs-section .job .job-title:hover
        {color:#71c247;}
    .jobs-section .job .button
        {position:absolute; bottom:30px; left:30px;}
        
        
/* events */        
.green-tabs
    {background-color:#505357;}
    .green-tabs a {
        float:left; line-height:66px;
        color:#fff; text-decoration:none;
        padding:0 20px; text-transform:uppercase;
        transition:all 0.3s; font-size:13px;
        border-right:1px solid #999;
        }
    .green-tabs a:first-child {
        border-left:1px solid #999;
        }
    .green-tabs a:hover, .green-tabs a.active {
        background-color:#999;
    }
    
.display-table.events-list
        {border-spacing:25px;}
        
    .events-list .event {
        width:50%; padding:25px;
        background-color:#f7f7f7; position:relative;
         line-height:1.4; transition:all 0.3s;
        }
        .events-list .event:hover
            {background-color:#76bd1d; color:#fff;}
            
            .events-list .date {
                color:#fff; background:#305470;
                font-size:13px; line-height:1.2;
                position:absolute; top:14px;left:-14px;
                z-index:3;padding:7px 10px;
                }
                .events-list .date:before {
                    content:""; z-index:-1;
                    position:absolute; top:100%; left:0;
                    width:0; height:0; 
                    border:7px solid transparent;
                    border-top-color: #a7a7a7;
                    border-right-color: #a7a7a7;
                }
            
            .events-list h3
                {transition:all 0.3s; padding:15px 0 0;}
            .events-list .event:hover h3
                {color:#fff;}
            
            .events-list .img {
                position:relative; z-index:1;
                width:100%; height:180px;
                background:#fff; text-align:center;
                }
                .events-list .label {
                    box-sizing:border-box;
                    padding-top:15px; padding-right:15px;
                    text-align:right; color:#fff;
                    font-size:13px; line-height:1.2; font-weight:bold;
                    width:120px; height:120px;
                    position:absolute; top:0; right:0;
                    background:url(https://www.nordicwi.com/hubfs/tpl2019/event-label-bg-2020.svg) no-repeat 100% 0;
                    background-size:100% 100%;
                    }
                .events-list .img:before {
                    content:"";
                    height:100%; display:inline-block;
                    vertical-align:middle;
                }
                .events-list .img img {
                    height:auto; width:auto;
                    max-height:70%; max-width:80%;
                    vertical-align:middle;
                    }
                    
            .events-list .location
                {padding:15px 0 0;}
            .events-list .time
                {padding: 0;}
            .events-list .event a:hover
                {color:#fff;}
                
            .events-list .cover-link {
                display:block; width:100%; height:100%;
                position:absolute; top:0; left:0; z-index:2;
                }
        
/* plans table */        
.mmg-plans
    {}
.mmg-plans .module-title
    {padding-bottom:1em;}
.table-plans-wrap
    {margin:0 -20px;}
.table-plans 
    {display:table; width:100%; table-layout:fixed; padding:0; border-collapse:separate; border-spacing:20px 0; position:relative;} 
    .table-plans .col {
        box-sizing:border-box;
        display:table-cell; padding:20px;
        background:#71c247; color:#fff;
        border-radius:10px; box-shadow:0 0 8px rgba(0,0,0,0.4);
        }
    .mmg-plans.style2 .table-plans .col
        {background:#75787b;}
    .mmg-plans.style2 .table-plans .col:nth-child(2)
        {background:#71c247;}
        
        .table-plans .col h4:first-child
            {color:inherit; font-size:22px; padding:0 0 10px 0; border-bottom:1px solid #fff; margin-bottom:15px;}
            .table-plans li:before 
                {color:#fff !important;}
                

        
/* rollup menu */
.mmg-rollup-jsmenu ul
    {padding:0;} 
    .mmg-rollup-jsmenu li {
        padding:0; float:left;
        position:relative;
        background:#284861 no-repeat 50% 50%;
        background-size:100% 100%; background-size:cover;
        } 
        .mmg-rollup-jsmenu li:before
            {content:none !important;}
        .mmg-rollup-jsmenu li:after
            {content:""; display:block; width:100%; padding-bottom:100%;}
            
        .mmg-rollup-jsmenu li a {
            position:absolute; top:0; left:0;
            width:100%; height:100%;
            text-decoration:none; color:#fff;
            font-size:34px; line-height:1.1;
            background-color:rgba(0, 0, 0, 0.3);
            transition:all 0.3s;
            }  
        .mmg-rollup-jsmenu li a:hover
            {background-color:rgba(113, 194, 71, 0.9);}
            
            .mmg-rollup-jsmenu li a .wrapper {
                position:absolute; bottom:25%; left:0;
                width:100%; padding:0 20px;
                box-sizing:border-box;
                }    
            

                
    .mmg-rollup-jsmenu.flexcols2 li {width:49%; margin-top:2%;}
    .mmg-rollup-jsmenu.flexcols2 li:nth-child(odd) {float:left; clear:both;}
    .mmg-rollup-jsmenu.flexcols2 li:nth-child(even) {float:right;}
    
    .mmg-rollup-jsmenu.flexcols3 li {width:32%; margin:2% 0 0 2%; float:left;}
    .mmg-rollup-jsmenu.flexcols3 li:nth-child(3n+1) { clear:both; margin-left:0;}
        
        
/* team module */ 

.closed#team-panel
    {display:none;}

#team-panel {
    background:#505357;
     color:#fff;
    font-size:0;
    }
    #team-panel .outer
        {text-align:left;}
    #team-panel .filter {
        cursor:pointer; display:inline-block;
        text-transform:uppercase; padding:20px 20px;
        font-weight:300; font-size:13px;
      border-left:1px solid #999; transition:all 0.3s;
        }
    #team-panel .filter:hover, #team-panel .filter.active
        {background:#999;}
    #team-panel .filter:last-child
        {margin-right:0; border-right:1px solid #999;}

body.team #hs_cos_wrapper_main
    {visibility:hidden; display:flex; flex-wrap:wrap;}

body.team #hs_cos_wrapper_main .hs_cos_wrapper_type_custom_widget {
    width:24%; padding:0 0 10px 0;
    margin:1% 0.5% 0 0.5%; opacity:1;
    transform: scale(1); transition:all 0.6s;
    }
body.team #hs_cos_wrapper_main .hs_cos_wrapper_type_custom_widget.collapsed {
    position:absolute; left:-500px;
    visibility:hidden; opacity:0.5;
    transform: scale(0.4); transition:none;
    }
.mmg-team-member {
    width:100%; padding-top:100%;
    position:relative; overflow:hidden;
    cursor:pointer;
    }   
    .mmg-team-member::after {
        content:""; z-index:2;
        position:absolute; top:0; left:0;
        width:100%; height:auto; padding-bottom:100%;
        background:#71c247 url(https://www.nordicwi.com/hubfs/tpl2017/img-icons/icon-zoom-in.svg) no-repeat 50% 50%;
        background-size:32px 32px;
        opacity:0; transition:all 0.3s;
        }

    .mmg-team-member:hover:after
        {opacity:0.8;}
    .mmg-team-member img.avatar {
        width:100%; height:auto;
        position:absolute; top:0; left:0;
        z-index:1;
        }
        
        .mmg-team-member .video, .mmg-team-member .bio
            {display:none;}
        
    .mmg-team-member .text {
        z-index:3; transition:all 0.3s;
        width:100%; padding:5%;
        font-size:14px; line-height:1.2;
        box-sizing:border-box;
        position:static; color:inherit; text-align:center;
        }  
        .mmg-team-member h4
          {color:#315470; font-weight:600; font-size:19px; padding:0;}
        .mmg-team-member .position
            {padding:5px 0 0;}
        
    .mmg-team-member:hover .text
        {bottom:0;}
        
.team-slideshow {
    position:fixed; top:-150%; left:-150%;
    width:100%; height:100%; color:#fff;
    z-index:110; background:rgba(0,0,0,0.8);
    text-align:center; display:table;
    opacity:0; transition:opacity 0.3s;
    font-weight:300;
    }   
    .slideshow-td
        {display:table-cell; height:100%; width:100%; vertical-align:middle;}
    
.team-slideshow.show
   {top:0; left:0; opacity:1; transition:opacity 0.3s;}
    
    .team-slideshow .close {
        width:30px; height:30px;
        color:#fff; background:#71c247;
        font-family:Arial, Helvetica, sans-serif;
        font-size:28px; line-height:30px;
        cursor:pointer; text-align:center;
        position:absolute; top:10px; right:10px;
        transition:all 0.3s;
        }
        .team-slideshow .close:hover
            {background-color:#76797d;}
            
    
    .team-slideshow .content {
        margin:0 auto; position:relative;
        width:100%; max-width:980px;
        box-sizing:border-box; padding:20px 60px;
        text-align:left; background:rgba(0,0,0,0.4);
        }
        
    
        .team-slideshow .media
            {width:200px; float:left;}
            .team-slideshow .avatar
                {box-sizing:border-box; border:5px solid #fff;}
            .team-slideshow .video
                {box-sizing:border-box; margin-top:20px; padding:5px; background:#fff;}
        .team-slideshow .text
            {padding-left:230px; } 
            .team-slideshow .textin
                {height:100%; width:100%; overflow:scroll; -webkit-overflow-scrolling: touch;}
            .team-slideshow h4
                {color:inherit; padding-top:0; text-transform:uppercase;}
            .team-slideshow .position
                {text-transform:uppercase;}
        .team-slideshow a
            {color:#fff;}

/* mmg-story-overview */
.mmg-story-overview
    {padding-top:30px;}

.mmg-story-overview .col {
    float:left; font-size:13px; line-height:1.3; 
    box-sizing:border-box; padding-bottom:30px;
}
.mmg-story-overview.count-2 .col
    {width:48%;}
.mmg-story-overview.count-3 .col
    {width:31%; margin-left:3.5%;}
.mmg-story-overview.count-4 .col
    {width:22%; margin-left:4%;}
    
.mmg-story-overview .col:first-child
    {margin-left:0;}
.mmg-story-overview .col:last-child
    {float:right;}
    
    .mmg-story-overview .icon {
        display:block; color:#6a7a7c;
        -moz-box-sizing:border-box; box-sizing:border-box;
        transition: all .3s;
        }
        .mmg-story-overview .icon span {
            display:block;
            width:50px; height:50px;
            background:50% 50% no-repeat;
            background-size:100% 100%; background-size:contain;
            background-image:url(https://www.nordicwi.com/hubfs/2020%20Icons/Client%20Icon-Charcoal-01.svg);
            }
        .mmg-story-overview .team .icon span
            {background-image:url(https://www.nordicwi.com/hubfs/2020%20Icons/Team%20Icon%20-%20Charcoal-01.svg); width: 70px;}
        .mmg-story-overview .project-overview .icon span
            {background-image:url(https://www.nordicwi.com/hubfs/2020%20Icons/Calendar%20Icon%20-%20Charcoal-01.svg);}
        .mmg-story-overview .epic-modules .icon span
            {background-image:url(https://www.nordicwi.com/hubfs/2020%20Icons/Module%20Icon%20-%20Charcoal-01.svg);}

.mmg-story-overview h4 {
    padding:20px 0 10px 0; font-size:14px;
    font-weight:bold; color:#000;
    text-transform:uppercase;
}

#content-wrapper .mmg-story-overview ul li:before,
#content-wrapper .iconblock ul li:before
    {top:0.35em;}
    
    
.mmg-split-form
    {position:relative; background:#78be20; color:#fff;}  
.mmg-split-form .outer
    {position:relative; z-index:2;}
    .mmg-split-form:before {
        content:""; z-index:1;
        position:absolute; top:0;left:0;
        height:100%; width:50%;
        background:#315470 url(https://605296.fs1.hubspotusercontent-na1.net/hubfs/605296/tpl2017/split-form-bg.jpg) 100% 50% no-repeat;
        background-size:cover;
        }
    .mmg-split-form h2
        {padding:0;}
    .mmg-split-form h2, .mmg-split-form h3, .mmg-split-form label
        {color:inherit;}
    .mmg-split-form h3:empty
        {display:none;}
        
    .mmg-split-form .col1, .mmg-split-form .col2
        {width:44%; box-sizing:border-box;}
    .mmg-split-form .col1
        {text-align:right; padding-top:10px;}
        
    .mmg-split-form input[type="submit"]
        {background-color:#315470 !important;}
    .mmg-split-form input[type="submit"]:hover
        {background-color:#fff !important; color:#315470;}

/* fancy modules */
.fancy-left, .fancy-right
    {padding-top:50px;}
.fancy-right
    {text-align:right;}
    
    .fancy-left h3, .fancy-right h3,
    .fancy-left h4, .fancy-right h4
        {text-transform:uppercase; position:relative; padding:0;}
        .fancy-left h3:before, .fancy-left h4:before {
            position:absolute; left:-35px; top:0;
            font-size:20px; line-height:0.9; color:#ec861d;
            }
        .fancy-left h3:before, .fancy-right h3:after,
        .fancy-left h4:before, .fancy-right h4:after {
            position:absolute; left:-35px; top:0;
            font-size:20px; line-height:0.9; color:#ec861d;
            }
        .fancy-right h3:after, .fancy-right h4:after
            {left:auto; right:-35px;}

.fancy-left.padding-none, .fancy-right.padding-none
    {padding-top:1.2em;}


.heading-arrows h4
    {padding:0 0 0.3em 25px; position:relative; text-transform:uppercase;}
    
.heading-arrows h4:before {
    position:absolute; left:0; top:2px;
    padding-right:5px; color:#ec861d;
    line-height:0.5;
}
    
/* custom colorbox popup */    
.img-colorbox-popup {
    cursor:pointer; padding:10px;
    background-color:#fff; text-align:center;
    margin-top:0.6em; margin-bottom:0.6em;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius:5px; box-sizing: border-box;
    }
.mmg-collapsible .img-colorbox-popup {
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }
    .img-colorbox-popup:after
        {display:block; padding-top:5px; text-align:right; color:#71c247;}

/* google search */
#hs-search-module .hs-button
    {margin-top:10px;}
    
/* email pref */    
    
#content #content /*email pref fix*/
    {padding:0 !important;}
    
    .email-preferences h1
        {font-size:35px !important;}
    .email-preferences h2
        {padding:0; font-size:22px !important;}


/* table of contents */
.mmg-toc {
    position:fixed; bottom:20px; right:-280px; z-index:100;
    width:230px; padding:20px;
    background:#fff; text-align:left;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    transition:all 0.5s;
    }
.mmg-toc.open
    {right:0;}
    .mmg-toc .toggler {
        position:absolute; top:-40px; right:280px;
        width:40px; height:40px; text-align:center;
        background-color:#71c247;
        color:#fff; cursor:pointer;
        transition:right 0.5s;
        }
    .mmg-toc.open .toggler
        {right:0;}
    .mmg-toc .toggler::before
        {content: "\e905"; display:inline-block; line-height:40px;}
    .mmg-toc.open .toggler::before
        {content: "\e904";}
    
    .mmg-toc a {
        display:block; padding:0.3em 0;
    }
    
    .mmg-toc .module-title
        {padding:0 0 5px 0; font-size:20px;}

.custom-subscribe .hs_email 
  {float:left; width:60%;}

.custom-subscribe .hs_submit 
  {float:left; width:39%; box-sizing:border-box; padding-top:33px; padding-left:5px;}
  .custom-subscribe .hs_submit input
    {padding:12px 15px; box-shadow:none;}


.grey-cubes svg * 
  {fill:#ffffff;}

  .module.awards
    {position:relative;}
    .module.awards::before {
      content: ""; z-index: 1;
      position: absolute; top: 0; right: 57%;
      width: 100%; height: 100%;
      background: #f6f6f6;
      transform: skewX(20deg);
      }
    .module.awards .outer
      {position: relative; z-index:3;}

      .module.awards .flex .col
        {border-left:1px solid #000; border-top:1px solid #000; width:33.3%; margin:0; padding:4% 3%; text-align:center;}

      .module.awards .flex .col:nth-child(1), .module.awards .flex .col:nth-child(2), .module.awards .flex .col:nth-child(3)
        {border-top:none;}
      .module.awards .flex .col:nth-child(3n+1)
        {border-left:none;}

      .module.awards .col .media
        {height:70px}
        .module.awards .col .media img
          {height:auto; width:auto; max-width:100%; max-height:70px;}
        .module.awards .col.inc .media img
          {max-height:60px;}
      .module.awards .col p
        {padding:5px 0 0; line-height:1.3;}

@media (max-width: 1440px) {
  .hero-home .outer
    {padding-top:8%; padding-bottom:8%;}
}



@media (max-width: 1330px) {
    .mmg-cubes .adjuster, .mmg-cubes .bottom-extra, .mmg-cubes .top-extra
        {display:none;}
    .mmg-cubes {margin:0;}
}


@media (max-width: 1280px) {

  .hero-home .outer
    {padding:8% 13%;} 
  .hero-home h1
    {font-size:55px;}
  
  .module.full-split::after
    {right:47%;}

  .module.full-split .outer 
    {padding-right:52%; padding-left:20px;}  
  .module.full-split.split-right .outer 
    {padding-right:20px; padding-left:52%;}
  .module.full-split.split-right::after 
    {left: 47%; right: auto;}
  
  .module.corner-right .outer:not(.narrow)
    {padding-right:130px;}
  .module.corner-left .outer:not(.narrow)
    {padding-left:130px;}
  
  .mmg-slider-style
    {padding:1em 20px 0 20px;}
  
  .mmg-slider-style .swiper-button-prev
    {left:-25px;}
  .mmg-slider-style .swiper-button-next,
  .mmg-slider-style.cases-slider .swiper-button-next
    {right:-25px;}

  
  

}

@media (max-width: 1180px) {
  .hero-home h1
    {font-size:50px;}
  
  .mmg-blog-featured .outer 
    {padding-top:50px; padding-bottom:50px;} 
  #recent-featured
    {margin-right:0;}
  #recent-featured a
    {font-size:15px;}
  
}

@media (max-width: 1023px) {

  .hero-home h1
    {font-size:42px;}  
  .module.hero-home .buttons-set
    {padding-top:35px;}
  .module.hero .outer::before
    {min-height:160px;}
  
.mmg-cubes
    {height:auto !important;}
    .mmg-cubes:before
        {content:none;}
    
    .mmg-cubes .title {
        position:static; text-align:center;
        height:auto; width:100%; margin-left:0;
        }
    .mmg-cubes .title .td
        {padding:30px; border-bottom:3px solid #fff;}
        
        .mmg-cubes .title h2 br
            {display:none;}
    
    .mmg-cubes .cubes
        {position:relative; margin-left:0; left:auto;}
    .mmg-cubes.home .cubes 
        {height:480px;}
    .mmg-cubes.inner .cubes
        {height:319px;}
        
    .team-slideshow .content {
        width:900px;
        }
  .mmg-role
  	{padding:0;}
  .mmg-role .module-title
		{font-size:20px;}
  
  
  .module.full-split::after
  .module.full-split.split-right::after 
    {left: 49%; right: auto;}
  
  .module.corner-right::before, .module.corner-left::before
    {width:100px;}
  .module.corner-right .outer:not(.narrow)
    {padding-right:90px;}
  .module.corner-left .outer:not(.narrow)
    {padding-left:90px;}
  
  

  .mmg-blog-featured
    {background:transparent; padding:0 0 50px 0;}
  
  .mmg-blog-featured .outer
    {padding:0;}
    .mmg-blog-featured .outer::after
    {content:none;}
    
    .mmg-blog-featured .featured-image
      {display:block; width:100%; padding-bottom:56%; position:static;} 
      #blog-firstpost
        {display:none;}
      .blog-firstpost
        {display:block; width:100%; padding:30px;}
      .blog-firstpost:hover
        {color:#fff;}
 
  
   #recent-featured
    {box-sizing:border-box; margin:0; padding:30px 30px 0 30px; width:100%; text-align:left;} 
  
}

@media (max-width: 960px) {
    .mmg-rollup-jsmenu.flexcols3 li {width:49%; margin:2% 0 0;}
    .mmg-rollup-jsmenu.flexcols3 li:nth-child(odd) {float:left; clear:both;}
    .mmg-rollup-jsmenu.flexcols3 li:nth-child(even) {float:right; clear:none;}

    .team-slideshow .content 
        {width:800px;} 

}

@media (max-width: 860px) {
  .hero-home h1
    {font-size:38px;}  
  
    body.team #hs_cos_wrapper_main .hs_cos_wrapper_type_custom_widget
        {width:32.3%;}
    .team-slideshow .content 
        {width:700px;} 
        
  
  .module.corner-right .outer.narrow
    {padding-right:100px;}
  .module.corner-left .outer.narrow
    {padding-left:100px;}  
  
  .mmg-rich-text.testimonial .display-table
    {font-size:16px;}
        
  .jobs-section .job, .jobs-section .job:nth-child(3n+1) 
    {width:48%; margin:4% 0 0 4%;}
  .jobs-section .job:nth-child(odd)
    {margin-left:0;}  
    
  
  .mmg-rich-columns.style-numbers .col
    {width:100%; margin:30px 0 0 !important;}
  .mmg-rich-columns.style-numbers .col:first-child
    {margin:0 !important;}  
  
  
  .cases-slider .text 
    {padding-left:50px; font-size: 16px;}  
  .cases-slider .swiper-slide::after
    {width:25px;}
  
  
}
        
@media (max-width: 767px) {
    .mmg-rollup-jsmenu li a
        {font-size:30px;}
    
    .mmg-image-text .text, .mmg-image-text .image, .equipment-slider .left, .equipment-slider .text
        {width:100% !important; float:none !important; display:block !important; padding:0; padding-left:0 !important; padding-right:0 !important; border:none; margin:0;}  
    .mmg-image-text.img-right .image
        {padding-top:2em;} 
    .mmg-image-text.img-left .image
        {padding-bottom:2em;} 
    .services-block.mmg-image-text .image
        {padding:0 0 2em 0 !important;}
        
    .mmg-image-text.no-mobile-img .image, .mmg-image-text.no-mobile-img .image img
        {display:none !important;}
    
    
    .split-bg, .mmg-split-form
        {padding:0 !important;}
    .split-bg .left-bg, .split-bg .right-bg
        {display:none;}
    .split-bg .outer, .mmg-split-form .outer
        {padding:0 !important;}
        .split-bg .col1, .split-bg .col2
            {padding:120px 30px 30px !important; width:auto !important; background-position:30px 30px;}
        .split-bg .col2, .mmg-split-form .col1
            {background-color:#315470;}
            
            
    .mmg-split-form:before
        {content:none;}
    
    .mmg-split-form .col1, .mmg-split-form .col2
        {padding:30px; text-align:left;}
    .mmg-split-form .col1 br
        {display:none;}
            
    .mmg-testimonial .cols2-row:before
        {content:none;}
    .mmg-testimonial .td.image
        {text-align:center;}
    .mmg-testimonial .td.text
        {border:none;}
        
    .mmg-story-overview.count-4 .col
        {width:31%; margin-left:3.5%;}
    .mmg-story-overview.count-4 .col:nth-child(4)
        {clear:left;}
        
    .success-stories #story-video
        {padding-bottom:40px;}

    .services-block .image img
        {width:auto; height:auto; max-width:100%; max-height:280px;}        
            
    .display-table, .display-table .td, .display-table .tr
        {display:block; height:auto; padding-left:0; padding-right:0;}
    .display-table .td
        {width:auto;}
        
    .table-extender        
        {margin:0;}
        
    .mmg-cubes .title .td
        {padding:20px;}
        
    .team-slideshow 
        {display:block; background:rgba(0,0,0,0.9);}
    .team-slideshow .slideshow-td
        {display:block; overflow-y:scroll; -webkit-overflow-scrolling: touch;}
    .team-slideshow .content 
        {width:100%; height:100%; padding:20px; background:transparent;} 
        .team-slideshow .media
            {width:150px;}
        .team-slideshow .text
            {padding-left:180px;}
            
            
    .mmg-plans .module-title
        {text-align:left !important;}
    .table-plans 
        {display:block;} 
        .table-plans .col
            {display:block; margin-top:20px;}
        .table-plans .col:first-child
            {margin:0;}
    .table-plans-wrap
        {margin:0;}
        
    .jobs-table .td 
        {width:auto; padding:25px; margin-top:20px;}
        .jobs-table .button
            {position:static; margin-top:10px;}
            
    .events-list .event
        {padding:25px; margin-top:25px;}        
          
    .mmg-toc
        {display:none;}

  
  
  body.roles #hs_cos_wrapper_main .hs_cos_wrapper_type_module 
    {float:none !important; width:100% !important; margin-right:0 !important;}
  
  
  
  .mmg-rich-text.padding-none.darkgrey-bg
    {padding:20px 0 !important;}
  
  
  .mmg-rich-text  .text
    {width:100% !important; padding:0 !important; margin:0 !important;}  
  .mmg-rich-text  .media
    {padding-bottom:30px; width:100% !important;}
  .mmg-rich-text .media.box-shadow
    {margin-bottom:30px;}
  
  .mmg-rich-text .media-mobi-below .media
    {padding-top:30px; padding-bottom:0;}
  .mmg-rich-text .media-mobi-below .media.box-shadow
    {margin-top:30px;}
  .mmg-rich-text .media.fixed-icon    
    {margin:0 auto;}

    .mmg-rich-text .media img
      {max-width:500px !important; width:100% !important; margin:0 auto; display:block;}
    .mmg-rich-text .media .wistia_responsive_wrapper img
      {max-width:100% !important;}
  
  
  .mmg-rich-text  .display-table
    {direction:ltr !important;}

    .mmg-rich-text .min-height .outer::before
      {content:none;}
    .mmg-rich-text .min-height .content
      {display:block;}
  
  .table-extender        
    {margin:0;}
  
  
  
  
  .hero-home h1 
    {font-size: 32px;}
  
  .module.full-split
    {padding-top:0 !important;}
    .module.full-split .content
      {padding-top:30px;}
   
  
  .module.full-split.split-right .outer,
  .module.full-split .outer
    {width:100%; padding:0 20px; text-align:left;}
  
  .module.full-split::before
    {display:block; position:static; width:100%; padding-bottom:50%; height:auto;}
  .module.full-split::after, .module.hero .outer::before
    {content:none;}
  
  
  .mmg-rich-text.testimonial .display-table
    {border:0;}
  .mmg-rich-text.testimonial .display-table .td.media
    {padding:10px !important;}
  .mmg-rich-text.testimonial .display-table .td.text
    {padding:20px !important;}
  
.mmg-rich-text.testimonial .after 
  {padding-top:20px; padding-right:55px;}  
  .mmg-rich-text.testimonial .after::before {
    border-top-width: 40px;
    border-right-width: 40px;
    right: 10px;
    }  
.mmg-rich-text.testimonial .content  
  {padding:20px; font-size:16px;}  
  
  .mmg-rich-columns.style-features .col, .mmg-rich-columns.style-features .col:nth-child(4n+1)
    {width:48%; margin-left:4%;}
  .mmg-rich-columns.style-features .col:nth-child(odd)
    {margin-left:0;}
  .mmg-rich-columns.style-features .title
    {padding-top:10px;}

  
  .module.mmg-jobs-listing 
    {padding-top:0 !important;}
  .jobs-section .job
    {padding:20px 20px 70px 20px;}
  .jobs-section .job .button 
    {left: 20px; bottom:20px;}  
  
  #team-panel
    {padding:15px 0;}
    #team-panel .outer
      {padding-left:15px; padding-right:15px;}
  #team-panel .filter {
    border:1px solid #999; padding:10px 15px;
    margin:5px;
    
    }
  
  .mmg-slider-style .swiper-button-prev, .mmg-slider-style .swiper-button-next
    {border-top-width:25px; border-bottom-width:25px;}
  .mmg-slider-style .swiper-button-next
    {border-left-width:25px;}
  .mmg-slider-style .swiper-button-prev
    {border-right-width:25px;}
  
  .mmg-slider-style .swiper-button-prev
    {left:-10px;}
  .mmg-slider-style .swiper-button-next,
  .mmg-slider-style.cases-slider .swiper-button-next
    {right:-10px;}
  
  
  .blog-firstpost
    {padding:20px 20px;}
  #recent-featured
    {padding:20px 20px 0 20px;}   
  
  
  
  
  
  
  .module.awards .flex .col
    {margin:0 !important; border:none !important; border-top:1px solid #000 !important; padding:40px 0;}
  .module.awards .flex .col:first-child
    {border-top:none !important; padding-top:0;}  
  
}

@media (max-width: 660px) {
  .hero-home
    {background-position:109% 0;}
  .hero-home::after
    {background-position:-9% 0;}
  .hero-home .outer
    {padding: 8% 9%;}
    .hero-home h1 
      {font-size: 28px;}
    .module.hero-home .buttons-set 
      {padding-top: 25px;}
  
    .mmg-cubes .adjuster2
        {display:none;}
    .mmg-rollup-jsmenu li a
        {font-size:22px;}

    body.team #hs_cos_wrapper_main .hs_cos_wrapper_type_custom_widget
        {width:49%;}
        
    .mmg-story-overview .col
        {width:100% !important; float:none !important; margin:0 !important;}
        /*.mmg-story-overview .icon
            {width:70px; height:70px;}*/
  
  .jobs-section
    {padding:40px 0;}
  .jobs-section .job
    {width:100% !important; margin:20px 0 0 !important;}
  
  
  .module.corner-right::before, .module.corner-left::before
    {width:50px;}
  .module.corner-right .outer
    {padding-right:40px !important;}
  .module.corner-left .outer
    {padding-left:40px !important;}   
 
}

@media (max-width: 500px) {
    .mmg-cubes .cubes
        {height:auto !important;}
    .mmg-cubes .cubes-row
        {height:164px; width:100%; padding-right:3px;}
    .mmg-cubes .cube {display:none; margin:0;}
    .mmg-cubes .cube.content {display:block; width:50%; border-left:3px solid #fff;}
    
    .mmg-rollup-jsmenu li 
        {width:100% !important; margin:2% 0 0  !important; float:none !important;}
        .mmg-rollup-jsmenu li a
            {font-size:24px;}
            
    .team-slideshow .content 
        {width:100%; height:100%; padding:20px;} 
    .team-slideshow .media
        {width:auto; float:none}
            .team-slideshow .avatar
                {width:200px;}
        .team-slideshow .text
            {padding:30px 0 0; float:none; width:auto;} 
            
    .events-list .event
        {padding:20px; margin-top:20px;} 
    .events-list .event .img
        {height:150px;}
  
    .mmg-role .module-title
			{font-size:18px;}
  		.mmg-role .module-title .icon
  			{width:64px; height:64px; margin-right:15px;}
  		.mmg-role.mmg-collapsible .module-title:before
  			{font-size:28px; margin-top:18px;}
  
  

  .hero-home .outer
    {padding: 8% 9%;}
    .hero-home h1 
      {font-size: 24px;}
    .module.hero-home .buttons-set 
      {padding-top: 20px;}  
  
  
  .mmg-rich-columns.style-features .title
    {font-size:16px;}
  .mmg-rich-columns.style-features .title>strong:first-child
    {font-size:28px;}
  .mmg-rich-columns.style-features .small-title .title>strong:first-child
    {font-size:20px;}  
  
  
}

@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}

@media (max-width: 413px) {
  
  
  .hero-home
    {background-image:none;}
  .hero-home::after
    {content:none;}
  
  .hero-home .outer
    {padding: 8% 9%;}
    .hero-home h1 
      {font-size: 24px;}
    .module.hero-home .buttons-set .button
      {display:block; margin:5px;}
  
  .mmg-rich-columns.style-icons .col 
    {padding-left: 65px;}  
    .mmg-rich-columns.style-icons .media
      {width:50px;}
  
}

@media (max-width: 374px) {
	.mmg-role .module-title
			{font-size:16px;}	
  .jobs-section .job
    {padding:15px 15px 65px 15px;}
    .jobs-section .job .button 
      {left: 15px; bottom: 15px;}
  
  .mmg-rich-columns.style-features .col
    {width:100% !important; margin-left:0 !important;}
  
}



	
	
	




/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list
    {margin: 0;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item
	{height: 30px;}
	


.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
	}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	}
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
	}
#caldays
	{margin-bottom: 4px;}
#calmonth, #calyear
	{display: inline;}

/* responsive embeds
.responsive-embed
	{padding-bottom: 56.25%; position: relative; height: 0; overflow: hidden; display:block;}
.responsive-embed iframe,.responsive-embed object,
.responsive-embed embed, .responsive-embed img
	{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
*/

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed
	{ position: relative; height: auto; overflow: hidden; padding-top:0; padding-left:0; padding-right:0; }
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed
	{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
	}
.hs-responsive-embed.hs-responsive-embed-instagram
	{padding-bottom: 116.01%;}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
	}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
	}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"]
	{width: 100%; max-width: 100%;}

@media (max-width: 568px) {
    iframe {max-width: 100%;}
}

/* Space Module */
.widget-type-space
	{visibility: hidden;}

/* Blog Author Section */
.hs-author-social-links
	{display: inline-block;}
.hs-author-social-links a.hs-author-social-link
	{font-size: 25px; display: inline-block; padding-right: 3px;}
.about-author-sec
	{margin-top: 40px;}
.about-author-sec img
	{border-radius: 50%; border: 1px solid #ccc; display: block;}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook
	{background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin
	{background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter
	{background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus
	{background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
 .hs_cos_flex-slider li
    {padding:0 !important;;}
    .hs_cos_flex-slider li:before
    {content:none !important;}

/* Wrapper */
.hs_cos_wrapper_type_image_slider
	{display: block; overflow: hidden}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

.global-leaders.inpage-editor-active-field {
 background-color: #76bb20;
 color: white
}

.global-leaders.span.subtitle {
  color: white