@charset "UTF-8";
/*! LICENSE & DETAILS
   ==================================================

	Theme Name: Jitterbit
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  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;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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; }

.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; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -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; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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; }

.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; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -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-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.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-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.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-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; }

.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); } }
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.spb_parallax_asset.homepage-hero {
  padding-bottom: 106px; }
  @media screen and (min-width: 1600px) {
    .spb_parallax_asset.homepage-hero {
      padding-bottom: 156px;
      padding-top: 50px; } }
  @media screen and (max-width: 980px) {
    .spb_parallax_asset.homepage-hero {
      padding-bottom: 0;
      background-position: right center !important; } }
  @media screen and (max-width: 767px) {
    .spb_parallax_asset.homepage-hero {
      padding-bottom: 32px;
      padding-top: 21px;
      background-size: 200%; } }
  @media screen and (max-width: 610px) {
    .spb_parallax_asset.homepage-hero {
      background-size: cover; } }

.homepage-hero-tagline,
.homepage-hero-copy {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  float: right;
  clear: right; }
  .homepage-hero-tagline:last-child,
  .homepage-hero-copy:last-child {
    margin-right: 0; }
  @media screen and (max-width: 980px) {
    .homepage-hero-tagline,
    .homepage-hero-copy {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .homepage-hero-tagline,
    .homepage-hero-copy {
      float: right;
      width: 90%; } }
  @media screen and (max-width: 480px) {
    .homepage-hero-tagline,
    .homepage-hero-copy {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .homepage-hero-tagline:last-child,
      .homepage-hero-copy:last-child {
        margin-right: 0; } }

.spb_text_column.homepage-hero-tagline {
  padding-top: 106px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .spb_text_column.homepage-hero-tagline {
      margin-bottom: 0;
      padding-top: 46px; } }
  @media screen and (max-width: 480px) {
    .spb_text_column.homepage-hero-tagline {
      padding-top: 10px; } }
  .spb_text_column.homepage-hero-tagline p {
    font-size: 54px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    letter-spacing: 1.92px;
    line-height: 60px;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .spb_text_column.homepage-hero-tagline p {
        font-size: 32px;
        line-height: 48px; } }

.homepage-hero-copy {
  margin: 13px 2.3576515979% 24px 0 !important; }
  .homepage-hero-copy p {
    opacity: 0.94;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    line-height: 30px;
    margin-bottom: 24px; }
    .homepage-hero-copy p a {
      color: #fff;
      text-decoration: underline; }

.connector {
  /* Rectangle 1: */
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  margin: 0 14px 28px; }
  @media screen and (max-width: 479px) {
    .connector {
      width: calc(50% - 28px); } }
  @media screen and (max-width: 767px) {
    .connector {
      float: left; } }
  .connector img {
    height: auto;
    max-height: 100%;
    width: auto;
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 479px) {
      .connector img {
        max-width: 100%;
        max-height: 80%; } }
  .connector-container {
    max-width: 100%;
    width: 408px;
    margin: 35px auto 32px !important; }
    @media screen and (min-width: 992px) {
      .connector-container {
        display: block;
        width: 816px; } }

.integration-bucket img {
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 47px;
  margin-bottom: 26px; }
.integration-bucket p {
  font-size: 16px;
  line-height: 26px; }

.featured-resources {
  padding-top: 58px;
  padding-bottom: 95px; }
  @media screen and (max-width: 767px) {
    .featured-resources {
      padding-bottom: 25px; } }
  .featured-resources h2 {
    text-align: center; }
  .featured-resources-posts {
    margin-top: 54px; }
    .featured-resources-posts::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 920px) {
      .featured-resources-posts {
        height: 370px; } }
    @media screen and (max-width: 767px) {
      .featured-resources-posts {
        padding: 3%;
        height: 320px; } }
  .featured-resources-post {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    height: 300px;
    position: relative; }
    .featured-resources-post:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .featured-resources-post {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 20px; }
        .featured-resources-post:last-child {
          margin-right: 0; } }
    .featured-resources-post .post-categories {
      position: absolute;
      display: block;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 3px;
      padding: 5px 11px 3px;
      top: 22px;
      left: 20px;
      font-weight: bold;
      font-size: 13px;
      color: #4A4A4A;
      letter-spacing: 0px; }
      .featured-resources-post .post-categories a {
        font-weight: bold;
        color: #4A4A4A; }
        .featured-resources-post .post-categories a:hover {
          color: #4A4A4A;
          text-decoration: none;
          cursor: default; }
      .featured-resources-post .post-categories li {
        display: none; }
        .featured-resources-post .post-categories li:first-of-type {
          display: block; }
    .featured-resources-post .post-permalink {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      color: #FF7C44;
      letter-spacing: 0.87px;
      display: block;
      margin-top: 27px;
      position: absolute;
      bottom: 13px;
      left: 20px; }
      .featured-resources-post .post-permalink::after {
        content: url(images/navigateright-link.png);
        transform: scale(0.5);
        width: 17px;
        height: 22px;
        margin-right: 2px;
        display: inline-block;
        vertical-align: top; }
    .featured-resources-post .post-thumbnail-container {
      width: 100%;
      height: 170px;
      overflow: hidden; }
      .featured-resources-post .post-thumbnail-container img {
        width: 100%;
        height: auto; }
    .featured-resources-post h3 {
      font-weight: bold;
      font-size: 20px;
      line-height: 25px;
      margin: 0 0 8px;
      color: #22042D;
      letter-spacing: 0px; }
    .featured-resources-post .post-meta {
      font-weight: normal;
      font-style: italic;
      font-size: 16px;
      color: #35363C;
      margin: 0;
      letter-spacing: 0px; }
    .featured-resources-post-info {
      padding: 16px 19px; }

.swiper-container {
  background: #fff; }

.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  padding-bottom: 88px; }
  .swiper-slide .testimonial-blockquote {
    margin: 111px auto 46px;
    display: block;
    max-width: 800px;
    text-align: center;
    border: none;
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 48px; }
    @media screen and (max-width: 767px) {
      .swiper-slide .testimonial-blockquote {
        padding: 10px 3%;
        font-size: 26px;
        line-height: 39px;
        margin: 50px auto 40px; } }
  .swiper-slide .testimonial-picture {
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 60px;
    height: 60px; }
  .swiper-slide .testimonial-attribution {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 25px;
    padding: 5px 0 0 15px;
    float: left; }
    @media screen and (max-width: 767px) {
      .swiper-slide .testimonial-attribution {
        float: none;
        padding: 5px 0 0 75px; } }
    .swiper-slide .testimonial-attribution-container {
      display: block;
      margin: 0 auto;
      max-width: 700px; }
      @media screen and (max-width: 767px) {
        .swiper-slide .testimonial-attribution-container {
          padding: 0 5%; } }
    .swiper-slide .testimonial-attribution-title {
      font-style: italic;
      font-weight: normal;
      display: block; }
  .swiper-slide .case-study-link {
    border: 2px solid #fff;
    /* View Case Study: */
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 12px 33px;
    margin-top: 7px;
    display: block;
    float: right; }
    .swiper-slide .case-study-link:hover {
      background-color: #fff;
      color: #094386; }
    @media screen and (max-width: 767px) {
      .swiper-slide .case-study-link {
        float: none;
        margin: 1em auto;
        margin: 3em auto 0;
        max-width: 60%; }
        .swiper-slide .case-study-link::after {
          clear: both;
          content: "";
          display: table; } }

.testimonial-logo-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
  padding: 44px 0 42px; }
  .testimonial-logo-container:last-child {
    margin-right: 0; }
  .testimonial-logo-container .testimonial-logo,
  .testimonial-logo-container .testimonial-list-link {
    float: left;
    display: block;
    margin-right: 5.8515051827%;
    width: 15.3187958539%; }
    .testimonial-logo-container .testimonial-logo:last-child,
    .testimonial-logo-container .testimonial-list-link:last-child {
      margin-right: 0; }
    .testimonial-logo-container .testimonial-logo img,
    .testimonial-logo-container .testimonial-list-link img {
      width: auto;
      height: auto;
      max-height: 30px; }
  .testimonial-logo-container .testimonial-logo {
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease; }
    .testimonial-logo-container .testimonial-logo:hover {
      opacity: 0.8 !important; }
    @media screen and (max-width: 767px) {
      .testimonial-logo-container .testimonial-logo {
        display: none; } }
  .testimonial-logo-container .testimonial-list-link {
    font-weight: bold;
    font-size: 15px;
    color: #FF7C44;
    letter-spacing: 0.93px;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: 3px; }
    .testimonial-logo-container .testimonial-list-link::after {
      content: url(images/navigateright-link.png);
      transform: scale(0.5);
      width: 17px;
      height: 22px;
      margin-right: 2px;
      display: inline-block;
      vertical-align: top;
      margin-top: -2px; }
    @media screen and (max-width: 767px) {
      .testimonial-logo-container .testimonial-list-link {
        float: left;
        display: block;
        margin-right: 38.1982059067%;
        width: 100%; }
        .testimonial-logo-container .testimonial-list-link:last-child {
          margin-right: 0; } }

.swiper-button-prev {
  background-image: url(images/navigateleft.png);
  left: 75px; }

.swiper-button-next {
  background-image: url(images/navigateright.png);
  right: 75px; }

.swiper-button-prev,
.swiper-button-next {
  margin-top: -100px;
  height: 33.66px;
  width: 24px;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none; } }

.swiper-pagination.swiper-pagination-bullets {
  display: none; }
  @media screen and (max-width: 992px) {
    .swiper-pagination.swiper-pagination-bullets {
      display: block; } }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 130px; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-custom .swiper-pagination-bullet, .swiper-pagination-fraction .swiper-pagination-bullet {
    background: #fff;
    opacity: .4; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background: #FFF; }

.category-literature .post-info,
.portfolio .post-info {
  display: none;
  visibility: hidden; }

a,
.ui-widget-content a {
  color: #FF7C4C; }
  a::hover,
  .ui-widget-content a::hover {
    text-decoration: none; }

.author-info-wrap {
  display: none;
  visibility: hidden; }

.page-heading {
  background-image: url(images/interiorhero-orange@2x.jpg);
  background-size: cover;
  min-height: 200px;
  height: auto;
  margin-bottom: 3em !important; }
  .page-heading .entry-title,
  .page-heading .heading-text h1 {
    color: #fff !important;
    font-size: 40px;
    padding-top: 46px; }
  .page-heading #breadcrumbs {
    color: #fff;
    font-size: 1em; }
    .page-heading #breadcrumbs a {
      color: #fff; }

.inner-page-wrap {
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .inner-page-wrap {
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }

.spb_parallax_asset {
  box-shadow: none; }

a.sf-button {
  font-family: azo-sans-web;
  font-weight: normal;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0px; }
  a.sf-button.standard.orange.stroke-to-fill {
    border: 2px solid #FF7C44;
    color: #FF7C44 !important;
    background-color: transparent; }
    a.sf-button.standard.orange.stroke-to-fill:hover {
      background-color: #FF7C44;
      color: #fff !important; }

.add-top {
  margin-top: 70px; }

@media screen and (max-width: 767px) {
  .page-content .fw-row > .container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.hero {
  position: relative; }
  .hero-headline {
    font-weight: bold;
    font-style: italic;
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0.95px;
    line-height: 43px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .hero-headline {
        font-size: 32px;
        line-height: 36.16px; } }
    @media screen and (max-width: 440px) {
      .hero-headline {
        font-size: 26px;
        line-height: 29.38px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 330px) {
      .hero-headline {
        font-size: 22px;
        line-height: 24.86px; } }
  .hero-copy {
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.55px;
    line-height: 27px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .hero-copy {
        line-height: 21.6px;
        font-size: 16px; } }
  .hero-content {
    max-width: 1190px;
    float: left;
    margin: 110px 0;
    padding: 87px 0 87px 0;
    height: 260px; }
    @media screen and (max-width: 991px) {
      .hero-content {
        padding: 20px 0 87px 0;
        max-width: 600px; } }
    @media screen and (max-width: 920px) {
      .hero-content {
        padding: 10px 5% 87px;
        margin: 80px 0;
        padding: 10px 0 37px 0;
        height: 230px; } }
    @media screen and (max-width: 767px) {
      .hero-content {
        max-width: 95%;
        padding: 10px 5% 10px;
        height: 170px;
        margin: 40px 0; } }
    @media screen and (max-width: 440px) {
      .hero-content {
        height: 140px;
        margin: 20px 0; } }

.section-intro-orange {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 900px; }
  @media screen and (max-width: 767px) {
    .section-intro-orange {
      margin-bottom: -30px !important; } }
  .section-intro-orange p {
    font-weight: normal;
    font-size: 24px;
    color: #FF7C44;
    letter-spacing: 0px;
    line-height: 42px; }
    @media screen and (max-width: 767px) {
      .section-intro-orange p {
        font-size: 16px;
        line-height: 24px; } }

@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 20px 0 !important; }
    #footer #footer-widgets .widget {
      padding-bottom: 0px !important; }
    #footer .col-xs-1, #footer .col-xs-2, #footer .col-xs-3, #footer .col-xs-4, #footer .col-xs-5, #footer .col-xs-6, #footer .col-xs-7, #footer .col-xs-8, #footer .col-xs-9, #footer .col-xs-10, #footer .col-xs-11, #footer .col-xs-12, #footer .col-sm-1, #footer .col-sm-2, #footer .col-sm-3, #footer .col-sm-4, #footer .col-sm-5, #footer .col-sm-6, #footer .col-sm-7, #footer .col-sm-8, #footer .col-sm-9, #footer .col-sm-10, #footer .col-sm-11, #footer .col-sm-12, #footer .col-md-1, #footer .col-md-2, #footer .col-md-3, #footer .col-md-4, #footer .col-md-5, #footer .col-md-6, #footer .col-md-7, #footer .col-md-8, #footer .col-md-9, #footer .col-md-10, #footer .col-md-11, #footer .col-md-12, #footer .col-lg-1, #footer .col-lg-2, #footer .col-lg-3, #footer .col-lg-4, #footer .col-lg-5, #footer .col-lg-6, #footer .col-lg-7, #footer .col-lg-8, #footer .col-lg-9, #footer .col-lg-10, #footer .col-lg-11, #footer .col-lg-12 {
      margin-bottom: 0 !important; } }

#footer-widgets .sub-menu {
  display: none; }

#footer, #footer p {
  font-size: 14px; }

#footer h4 {
  font-size: 14px;
  color: #b6acb9; }
#footer a:hover {
  color: #fff !important; }

.cta-section .sf-button.transparent-dark:hover {
  color: #fff !important;
  background: #adadad;
  border: 1px solid #adadad; }

.portfolio-items + .pagination-wrap ul.pagenavi.bar-styling {
  text-align: center; }
.portfolio-items + .pagination-wrap li {
  display: inline-block;
  float: none !important; }
  .portfolio-items + .pagination-wrap li a,
  .portfolio-items + .pagination-wrap li span.expand {
    padding: 0 7px;
    border: none;
    display: inline-block;
    margin-right: 0;
    text-decoration: none; }
    .portfolio-items + .pagination-wrap li a:hover,
    .portfolio-items + .pagination-wrap li span.expand:hover {
      background: transparent;
      border-color: transparent;
      color: #552E9B !important;
      text-decoration: underline !important; }
  .portfolio-items + .pagination-wrap li span.current {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 7px;
    border: none;
    display: inline-block;
    margin-right: 0;
    text-decoration: none;
    color: #552E9B; }

.sidebar.right-sidebar {
  margin-top: 30px; }

.contact-address .sf-icon {
  padding: 1px 10px 0 0;
  line-height: 22px;
  height: 22px; }

.srSearchOptionText {
  width: auto !important; }

.srSearch {
  height: 43px !important; }

.srSearchForm {
  height: 35px !important; }
  .srSearchForm input[type="text"] {
    margin-top: -4px !important; }

.header-3 #header .is-sticky .sticky-header.sticky-header-resized.header-container, .header-4 #header .is-sticky .sticky-header.sticky-header-resized.header-container, .header-5 #header .is-sticky .sticky-header.sticky-header-resized, #header-section.header-6 #header.sticky-header.sticky-header-resized, .header-7 #header .is-sticky .sticky-header.sticky-header-resized .header-container {
  padding-top: 15px; }

.header-5 .is-sticky .sticky-header-resized nav#main-navigation .menu > li > a, .header-6 .is-sticky .sticky-header-resized nav#main-navigation .menu > li > a, .header-7 .is-sticky .sticky-header-resized nav#main-navigation .menu > li > a,
.header-6 .is-sticky .sticky-header-resized nav.search-nav .menu > li > a {
  padding-top: 10px; }

.header-6 .container, .header-7 .container {
  height: 70px !important; }

.is-sticky .sticky-header-resized nav#main-navigation .menu > li.menu-item.nav-cta a {
  background: #FF7C44 !important;
  color: #fff !important; }
  .is-sticky .sticky-header-resized nav#main-navigation .menu > li.menu-item.nav-cta a:hover {
    background: #d96941 !important;
    border-color: #d96941 !important; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (max-width: 767px) {
  #top-bar {
    display: none;
    visibility: hidden; } }
#top-bar .tb-left {
  width: 30%; }
  #top-bar .tb-left .tb-text {
    padding: 5px 15px 5px 0; }
#top-bar .tb-right {
  width: 65%;
  float: right; }

.header-right nav.std-menu .menu ul.sub-menu, .tb-right nav.std-menu .menu ul.sub-menu, .th-right nav.std-menu .menu ul.sub-menu {
  right: -15px !important; }

div.p_table_1 div.column_1:hover, div.p_table_1 div.column_2:hover, div.p_table_1 div.column_3:hover, div.p_table_1 div.column_4:hover, div.p_table_1 div.active_column, div.p_table_1.p_table_hover_light div.active_column:hover, div.p_table_1.p_table_hover_disabled div.active_column:hover {
  z-index: 5; }

div.p_table_1 div.column_1:hover, div.p_table_1 div.column_2:hover, div.p_table_1 div.column_3:hover, div.p_table_1 div.column_4:hover, div.p_table_1 div.active_column:hover, div.p_table_1.p_table_hover_light div.active_column:hover, div.p_table_1.p_table_hover_disabled div.active_column:hover {
  z-index: 6; }

.partners-details ul {
  padding: 1em 0 1em 20px;
  font-size: 1em;
  line-height: 1.5; }
  .partners-details ul li {
    list-style: disc;
    margin-bottom: 1em; }

.logo-fade #logo a:hover img {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1; }

.new-press-list p {
  line-height: 1.5;
  margin-bottom: 1.5em; }

#form-connect-full,
#mktoForm_1244,
#mktoForm_1247,
#mktoForm_1249 {
  display: block; }
  @media screen and (max-width: 767px) {
    #form-connect-full,
    #mktoForm_1244,
    #mktoForm_1247,
    #mktoForm_1249 {
      display: none; } }

#form-connect-mobile,
#mktoForm_1245,
#mktoForm_1248,
#mktoForm_1250 {
  display: none; }
  @media screen and (max-width: 767px) {
    #form-connect-mobile,
    #mktoForm_1245,
    #mktoForm_1248,
    #mktoForm_1250 {
      display: block; } }

.endpoint-icon {
  text-align: center;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding-right: 17px;
  padding-top: 15px;
  line-height: 17px;
  height: 140px;
  color: #666666; }

h4.spb-heading,
h3.spb-heading,
h4.lined-heading {
  font-size: 18px; }

.endpoint-icon img {
  margin-bottom: 5px; }

nav ul.menu > li.menu-item.nav-cta > a {
  border: 2px solid #FF7C44;
  box-sizing: border-box;
  background-color: transparent !important;
  color: #FF7C44 !important;
  padding: 6px 20px 6px !important;
  margin-top: -50px !important;
  display: inline-block;
  border-radius: 3px;
  font-weight: bold; }
  nav ul.menu > li.menu-item.nav-cta > a:hover {
    background: #FF7C44 !important;
    color: #fff !important; }
  nav ul.menu > li.menu-item.nav-cta > a span.nav-line {
    display: none !important; }

.partner-icon {
  text-align: center;
  width: 95px;
  border: 1px solid #ccc;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 8px 5px -8px #888;
  -moz-box-shadow: 0 8px 5px -8px #888;
  box-shadow: 0 8px 5px -8px #888; }

#top-bar {
  padding: 0; }
  #top-bar li {
    padding: 5px 15px 5px 0; }
    #top-bar li ul.sub-menu li {
      padding: 0; }

figure.media-wrap img {
  height: auto !important;
  width: 38%;
  float: left;
  padding: 0 2em 1em 0; }
  @media screen and (max-width: 480px) {
    figure.media-wrap img {
      width: 100%; } }
  @media screen and (max-width: 620px) {
    figure.media-wrap img {
      width: 100%; } }

.portfolio-category-demos figure.media-wrap {
  display: none;
  visibility: hidden; }

.widget ul li {
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px; }

.spb_wrapper .row {
  list-style: none; }

.spb_text_column ul, .box-content-wrap ul {
  list-style: disc;
  padding: 0 0 0 20px; }

.portfolio-item-content {
  margin-top: 2.5em; }

strong, .sf-button, h6, .standard-post-date, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, .portfolio-showcase-wrap ul li .item-info span.item-title, table.sf-table th, .team-member figcaption span, .read-more-button, .pagination-wrap li span.current, #respond .form-submit input#submit, .twitter-link a, .comment-meta .comment-author, .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge, .woocommerce a.button.alt, .woocommerce .coupon input.apply-coupon, .bag-product-title a, .woocommerce .shipping-calculator-form .update-totals-button button, table.totals_table tr.total, .woocommerce .button.update-cart-button, .woocommerce .button.checkout-button, #product-accordion .accordion-toggle, .woocommerce ul.products li.product-category h3 {
  font-family: azo-sans-web;
  letter-spacing: 0; }

.spb_codesnippet_element {
  display: none; }

.solutions-icons-table .one_third {
  width: 33%;
  margin-right: 0%; }

#breadcrumbs {
  display: none;
  visibility: hidden; }

#mobile-menu ul#menu-mobile-menu li {
  border-top: 1px solid #381d42; }
  #mobile-menu ul#menu-mobile-menu li.mobile-nav-cta {
    background: #FF7C44 !important; }

.carousel-wrap > a:hover, #mobile-menu ul#menu-mobile-menu li:hover > a {
  color: #fff !important; }

#mobile-menu .menu ul li.current-menu-item > a, #mobile-menu .menu ul li a:hover, #mobile-menu .menu ul li a:active, #mobile-menu .menu ul li a:focus {
  background: #381d42 !important; }

#mobile-menu-wrap {
  background: #22042D !important; }

.menu-mobile-menu-container nav .menu ul.sub-menu li.menu-item:hover > a {
  color: #fff !important; }

.sf-icon-box-standard-title h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold !important;
  padding-left: 28px; }
  .sf-icon-box-standard-title h3 .sf-icon-standard {
    float: left;
    width: 18px;
    display: block;
    margin-left: -28px; }

.sf-icon-box-content ul {
  list-style: disc;
  padding: 0 0 0 18px; }
  .sf-icon-box-content ul li {
    font-size: 16px;
    line-height: 24px; }

#logo a.mobile-menu-show {
  margin-top: 6px; }
  #logo a.mobile-menu-show::after {
    content: "";
    background: url(images/jb-menu-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100%; }
  #logo a.mobile-menu-show i {
    display: none; }

.portfolio-category-customers .two_third figure.media-wrap.fw-media-wrap {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  margin-bottom: 2em !important; }
  .portfolio-category-customers .two_third figure.media-wrap.fw-media-wrap .sf-video-wrap {
    width: 100% !important; }

form.mktoForm {
  width: auto !important; }
  form.mktoForm * {
    -webkit-appearance: none; }
  form.mktoForm input[type="checkbox"] {
       -webkit-appearance: checkbox;
       -moz-appearance:    checkbox;
       appearance:         checkbox;
  }      
  @media screen and (max-width: 992px) {
    form.mktoForm textarea.mktoField {
      width: 45% !important;
      float: right !important; } }
  @media screen and (max-width: 480px) {
    form.mktoForm textarea.mktoField {
      width: 100% !important;
      float: none;
      margin-top: 0.8em !important; } }
  form.mktoForm .mktoOffset {
    display: none; }
  form.mktoForm .mktoFormRow {
    width: 100%; }
    form.mktoForm .mktoFormRow::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 480px) {
      form.mktoForm .mktoFormRow .mktoField {
        clear: none !important; } }
  form.mktoForm .mktoFieldWrap {
    width: 100% !important; }
  form.mktoForm .mktoFormCol {
    width: 100%; }
  form.mktoForm .mktoRequiredField label.mktoLabel,
  form.mktoForm label.mktoLabel {
    font-family: azo-sans-web !important;
    font-size: 16px;
    width: 175px !important;
    font-weight: normal;
    color: #4e4e4e; }
  form.mktoForm input[type="text"]:focus, form.mktoForm input[type="email"]:focus, form.mktoForm input[type="tel"]:focus, form.mktoForm textarea:focus, form.mktoForm .bypostauthor .comment-wrap .comment-avatar, form.mktoForm .search-form input:focus, form.mktoForm .wpcf7 input:focus, form.mktoForm .wpcf7 textarea:focus, form.mktoForm .ginput_container input:focus, form.mktoForm .ginput_container textarea:focus, form.mktoForm .mymail-form input:focus, form.mktoForm .mymail-form textarea:focus {
    border-color: #FF7C4C !important; }

.mktoButtonWrap.mktoSimple {
  margin-left: 0 !important; }
  .mktoButtonWrap.mktoSimple button {
    font-family: azo-sans-web !important;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    letter-spacing: 0px !important;
    background-color: #FF7C44 !important;
    background: #FF7C44 !important;
    border: 2px solid #FF7C44 !important;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 1.5em !important; }

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  padding: 4px 5px !important;
  width: 300px !important;
  font-size: 16px !important;
  font-family: azo-sans-web !important;
  border-radius: 3px;
  color: #4e4e4e; }
  @media screen and (max-width: 992px) {
    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
      width: 45% !important;
      float: right; } }
  @media screen and (max-width: 480px) {
    .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
      width: 100% !important;
      float: none;
      margin-top: 0.8em !important; } }

.mktoAsterix {
  display: none !important; }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, .bypostauthor .comment-wrap .comment-avatar, .search-form input:focus, .wpcf7 input:focus, .wpcf7 textarea:focus, .ginput_container input:focus, .ginput_container textarea:focus, .mymail-form input:focus, .mymail-form textarea:focus {
  border-color: #FF7C4C !important; }

.mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #FF7C4C !important;
  border: none !important; }

.mktoForm .mktoError .mktoErrorMsg {
  background-color: #FF7C4C !important;
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: azo-sans-web !important; }

@media screen and (max-width: 767px) {
  .blog-items-wrap.blog-masonry {
    padding-right: 15px; } }

.masonry-items.grid .masonry-item-wrap h4.entry-title {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 1em; }
.masonry-items.grid .masonry-item-wrap .blog-item-details {
  font-size: 14px;
  line-height: 1.5; }
.masonry-items.grid .masonry-item-wrap .details-wrap {
  padding: 15px 15px 15px; }
.masonry-items.grid .masonry-item-wrap .excerpt {
  margin-bottom: 0; }

.callout-link {
  font-weight: bold;
  font-size: 15px;
  color: #FF7C44;
  letter-spacing: 0.93px;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 3px; }
  .callout-link::after {
    content: url(images/navigateright-link.png);
    transform: scale(0.5);
    width: 17px;
    height: 22px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px; }
  .callout-link:hover {
    color: #FF7C4C; }

nav.std-menu .menu ul.sub-menu {
  margin-top: 5px; }

.platform-section .sf-icon-box.sf-icon-box-left-icon-alt > i[class*="ss-"] {
  color: #fff;
  line-height: 90px;
  line-height: 1.5; }

.platform-section .sf-icon-box {
  margin-bottom: 29px !important; }

.platform-section .sf-icon-box-content p {
  opacity: 0.69;
  font-weight: normal;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 25.5px;
  margin: 0; }

.platform-section .sf-icon-box-content h1,
.platform-section .sf-icon-box-content h2,
.platform-section .sf-icon-box-content h3,
.platform-section .sf-icon-box-content h4,
.platform-section .sf-icon-box-content-wrap h1,
.platform-section .sf-icon-box-content-wrap h2,
.platform-section .sf-icon-box-content-wrap h3,
.platform-section .sf-icon-box-content-wrap h4 {
  font-weight: normal !important;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 30px;
  margin: 0 0 3px;
  font-style: normal; }

.sf-icon-box.sf-icon-box-left-icon-alt .sf-icon-box-content-wrap {
  margin-left: 59px !important; }

.industry-categories-list h3 {
  font-size: 20px;
  line-height: 24px; }

.industry-categories-list p {
  font-size: 16px;
  line-height: 24px; }

.page-heading .heading-text {
  float: none;
  text-align: center; }

.endpoint-icon {
  display: block;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  text-align: center;
  float: none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px 0;
  line-height: 1.5;
  height: auto;
  width: 108px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.2s ease-out; }

.endpoint-icon:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.endpoint-icon:hover {
  text-decoration: none; }

.endpoint-icon img {
  width: 108px;
  height: 108px;
  margin: 0 0 8px;
  border-bottom: 1px solid #E3E3E3; }

.endpoint-icon-featured {
  font-size: 18px;
  margin-bottom: 30px;
  width: 162px;
  height: 236px; }

.endpoint-icon-featured img {
  width: 162px;
  height: 162px; }

.skinny-container {
  max-width: 970px;
  margin: 0 auto; }

.col-sm-2.five-column {
  width: 20%; }
  @media screen and (max-width: 991px) {
    .col-sm-2.five-column {
      width: 33% !important; }
      .col-sm-2.five-column:nth-of-type(4), .col-sm-2.five-column:nth-of-type(5) {
        width: 50% !important; } }
  @media screen and (max-width: 767px) {
    .col-sm-2.five-column {
      width: 50% !important;
      float: left !important; }
      .col-sm-2.five-column .spb_text_column {
        margin-bottom: 0 !important; }
      .col-sm-2.five-column .endpoint-icon {
        margin-bottom: 0; } }

.sf-icon-box-content p {
  font-size: 16px;
  line-height: 24px; }

.platform-section .sf-icon-box.sf-icon-box-left-icon-alt > i[class*="fa-"] {
  color: #fff;
  line-height: 90px;
  line-height: 1.5; }

.section-intro-orange p {
  color: #22042D;
  font-size: 20px;
  line-height: 30px; }

.section-intro-orange h3 {
  color: #FF7C44;
  font-weight: 700 !important; }

.col-sm-6 .sf-icon-box-standard-title h3,
.col-sm-4 .sf-icon-box-standard-title h3 {
  padding-left: 0; }

.text-arrow-cta {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FF7C44;
  letter-spacing: 1px;
  text-transform: uppercase; }

.portfolio-filter-tabs [class*="-featured"] {
  display: none;
  visibility: hidden; }

.slideout-filter ul li {
  font-size: 16px;
  height: 2.5em;
  width: 25%; }
  @media screen and (max-width: 992px) {
    .slideout-filter ul li {
      width: 33%; } }
  @media screen and (max-width: 767px) {
    .slideout-filter ul li {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .slideout-filter ul li {
      width: 100%; } }
  .slideout-filter ul li[class*="cat-item-"] {
    display: none;
    visibility: hidden; }
  .slideout-filter ul li.cat-item-111, .slideout-filter ul li.cat-item-347, .slideout-filter ul li.cat-item-314, .slideout-filter ul li.cat-item-313, .slideout-filter ul li.cat-item-312, .slideout-filter ul li.cat-item-315, .slideout-filter ul li.cat-item-284 {
    display: block;
    visibility: visible; }

.new-press-list a {
  color: #65379B; }

#footer-widgets .widget_nav_menu .menu-item a::before {
  display: none;
  content: ""; }

.post-info span {
  display: none;
  visibility: hidden; }

div.filter-wrap.slideout-filter.blog-filter-wrap.row.clearfix {
  margin-bottom: 2em !important; }

.suiteworld-section p {
  font-size: 16px;
  line-height: 1.5; }

.search.search-results .search-item-content time {
  display: none;
  visibility: hidden; }
.search.search-results .search-item-content .excerpt {
  font-size: 16px;
  line-height: 1.5; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

@media screen and (max-width: 767px) {
  .float-left,
  .float-right {
    float: none !important; } }

.logo-container img {
  max-width: 300px;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .solutions-icons-table .one_third {
    width: 50% !important;
    float: left; }
    .solutions-icons-table .one_third:nth-of-type(3n+3) {
      clear: left !important; } }
@media screen and (max-width: 560px) {
  .solutions-icons-table .one_third {
    width: 100% !important; } }
@media screen and (max-width: 767px) {
  .solutions-icons-table .one_third .one_half {
    width: 50%;
    float: left; } }

@media screen and (max-width: 479px) {
  .filterable-items .portfolio-item {
    width: 49% !important;
    min-height: 220px !important; }
    .filterable-items .portfolio-item[class*="partner-"] {
      min-height: 0px !important; } }

@media screen and (max-width: 767px) {
  .partners-featured-grid .filterable-items .portfolio-item {
    width: 33% !important;
    min-height: 0px !important; } }

.col-sm-6 .sf-icon-box-standard-title h3, .col-sm-4 .sf-icon-box-standard-title h3 {
  padding-left: 28px !important; }

@media screen and (max-width: 640px) {
  .pagination-wrap li a, .pagination-wrap li span, .pagination-wrap li span.expand, ul.bar-styling li > a, ul.bar-styling li > div, ul.page-numbers li > a, ul.page-numbers li > span, .curved-bar-styling, ul.bar-styling li > form input {
    border: none !important; }

  .search-form {
    border-bottom: 1px solid #b5b5b5 !important; }

  ul.blog-aux-options li {
    float: left !important; } }
@media screen and (max-width: 640px) {
  .pagination-wrap li a, .pagination-wrap li span, .pagination-wrap li span.expand, ul.bar-styling li > a, ul.bar-styling li > div, ul.page-numbers li > a, ul.page-numbers li > span, .curved-bar-styling, ul.bar-styling li > form input {
    border: none !important;
    box-shadow: none !important;
    padding: 0 10px !important; } }
.team-member figure.gallery-style img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  -webkit-filter: blur(0);
  backface-visibility: hidden;
  transform: translateZ(0); }

h2 {
  font-size: 30px;
  color: #22042D;
  line-height: 43px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 26px;
      line-height: 37.266666658px; } }

h3 {
  font-weight: normal !important;
  font-size: 30px;
  color: #22042D;
  line-height: 48px; }

h4 {
  font-size: 22px;
  color: #22042D;
  line-height: 24px; }

p {
  font-size: 20px;
  color: #35363C;
  letter-spacing: 0px;
  line-height: 1.5; }

.impact-text {
  font-family: azo-sans-web; }

span.dropcap1, span.dropcap2 {
  float: none;
  padding: 0;
  margin-right: 0;
  font-size: inherit;
  font-style: inherit; }

h1, h2, h3, h4, h5, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .impact-text-large, .testimonial-text, .header-advert, .sf-count-asset .count-number, #base-promo, .sf-countdown, .sf-icon-character, .fancy-heading h1 {
  font-family: azo-sans-web !important; }

.hero.whyjitterbit {
  text-align: center; }
  .hero.whyjitterbit .hero-content {
    background-image: linear-gradient(143deg, rgba(108, 32, 124, 0.9) 0%, rgba(87, 46, 155, 0.9) 43%, rgba(102, 46, 155, 0.63) 95%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
    margin: 100px auto;
    float: none;
    max-width: 1141px;
    padding: 102px 15px 73px;
    height: auto; }
    @media screen and (max-width: 980px) {
      .hero.whyjitterbit .hero-content {
        padding: 27px 30px 7px;
        margin: 50px auto; } }
    @media screen and (max-width: 480px) {
      .hero.whyjitterbit .hero-content {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
        margin: 15px auto;
        padding: 27px 15px 0px; } }
  .hero.whyjitterbit .hero-headline {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin-bottom: 11px; }
    @media screen and (max-width: 980px) {
      .hero.whyjitterbit .hero-headline {
        font-size: 32px;
        line-height: 36.16px; } }
    @media screen and (max-width: 440px) {
      .hero.whyjitterbit .hero-headline {
        font-size: 26px;
        line-height: 29.38px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 330px) {
      .hero.whyjitterbit .hero-headline {
        font-size: 22px;
        line-height: 24.86px; } }
  .hero.whyjitterbit .hero-copy {
    opacity: 0.9;
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin: 0 0 34px;
    margin: 0 auto 34px;
    max-width: 90%; }
    @media screen and (max-width: 767px) {
      .hero.whyjitterbit .hero-copy {
        line-height: 21.6px;
        font-size: 16px;
        margin: 0 auto; } }

.hero.holidayjitterbit {
  text-align: center; }
  .hero.holidayjitterbit .hero-content {
    background-image: linear-gradient(143deg, rgba(54, 80, 100, 0.9) 0%, rgba(255, 255, 255, 0.9) 43%, rgba(200, 200, 200, 0.63) 95%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
    margin: 100px auto;
    float: none;
    max-width: 1141px;
    padding: 102px 15px 73px;
    height: auto; }
    @media screen and (max-width: 980px) {
      .hero.holidayjitterbit .hero-content {
        padding: 27px 30px 7px;
        margin: 50px auto; } }
    @media screen and (max-width: 480px) {
      .hero.holidayjitterbit .hero-content {
        background-image: linear-gradient(225deg, rgba(252, 178, 60, 0.65) 0%, rgba(255, 131, 66, 0.9) 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
        margin: 15px auto;
        padding: 27px 15px 0px; } }
  .hero.holidayjitterbit .hero-headline {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin-bottom: 11px; }
    @media screen and (max-width: 980px) {
      .hero.holidayjitterbit .hero-headline {
        font-size: 32px;
        line-height: 36.16px; } }
    @media screen and (max-width: 440px) {
      .hero.holidayjitterbit .hero-headline {
        font-size: 26px;
        line-height: 29.38px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 330px) {
      .hero.holidayjitterbit .hero-headline {
        font-size: 22px;
        line-height: 24.86px; } }
  .hero.holidayjitterbit .hero-copy {
    opacity: 0.9;
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin: 0 0 34px;
    margin: 0 auto 34px;
    max-width: 90%; }
    @media screen and (max-width: 767px) {
      .hero.holidayjitterbit .hero-copy {
        line-height: 21.6px;
        font-size: 16px;
        margin: 0 auto; } }

.whyjitterbit-section .intro {
  border-left: 4px solid #fff;
  padding: 0 15px 0 30px; }
  .whyjitterbit-section .intro .spb_text_column {
    margin-bottom: 0; }
    .whyjitterbit-section .intro .spb_text_column p {
      margin-bottom: 0; }
  .whyjitterbit-section .intro.collaborate {
    border-color: #E4DEEF; }
    .whyjitterbit-section .intro.collaborate h4 {
      color: #62389E; }
  .whyjitterbit-section .intro.create, .whyjitterbit-section .intro.evolve {
    border-color: rgba(255, 255, 255, 0.15); }
  .whyjitterbit-section .intro.achieve {
    border-color: rgba(255, 124, 68, 0.15); }
    .whyjitterbit-section .intro.achieve h4 {
      color: #ED6939; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section .intro {
      padding: 0 15px 1.5em 15px;
      border-left: none; } }
.whyjitterbit-section h4 {
  font-weight: bold;
  font-size: 42px;
  color: #22042D;
  letter-spacing: 0px;
  line-height: 50px; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section h4 {
      font-size: 36px; } }
.whyjitterbit-section p {
  max-width: 450px;
  opacity: 0.94;
  font-weight: normal;
  font-size: 20px;
  color: #35363C;
  letter-spacing: 0px;
  line-height: 35px; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section p {
      max-width: 100%; } }
.whyjitterbit-section blockquote {
  padding: 0;
  border: none;
  float: right;
  max-width: 400px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 17px;
  margin-bottom: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section blockquote {
      max-width: 100%; } }
  .whyjitterbit-section blockquote p {
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0px;
    line-height: 30px; }
    .whyjitterbit-section blockquote p i {
      font-style: italic; }
    .whyjitterbit-section blockquote p i::before {
      content: "\201C";
      left: -9px;
      top: 0;
      position: absolute; }
    .whyjitterbit-section blockquote p i::after {
      content: "\201D"; }
.whyjitterbit-section .quote-attribution {
  font-weight: bold;
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 0px;
  line-height: 24px;
  font-style: normal; }
  .whyjitterbit-section .quote-attribution-title {
    font-weight: normal;
    font-style: italic; }
.whyjitterbit-section .case-study-link {
  width: 415px;
  float: right;
  display: block;
  margin-right: 15px; }
  @media screen and (max-width: 991px) {
    .whyjitterbit-section .case-study-link {
      width: 100%;
      margin-right: 0; } }
  .whyjitterbit-section .case-study-link a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #552E9B;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .whyjitterbit-section .case-study-link a::after {
      transform: scale(0.5);
      width: 17px;
      height: 22px;
      margin-left: 2px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px; }
  .whyjitterbit-section .case-study-link.collaborate a {
    color: #552E9B; }
    .whyjitterbit-section .case-study-link.collaborate a::after {
      content: url(images/navigateright-purple.png); }
  .whyjitterbit-section .case-study-link.create a, .whyjitterbit-section .case-study-link.evolve a {
    color: #FFF; }
    .whyjitterbit-section .case-study-link.create a::after, .whyjitterbit-section .case-study-link.evolve a::after {
      content: url(images/navigateright-white.png); }
  .whyjitterbit-section .case-study-link.achieve a {
    color: #FF7C44; }
    .whyjitterbit-section .case-study-link.achieve a::after {
      content: url(images/navigateright-link.png); }
.whyjitterbit-section-two {
  background-image: linear-gradient(180deg, #FAFAFA 0%, rgba(245, 245, 245, 0) 55%);
  background-attachment: scroll !important;
  padding-top: 85px !important;
  padding-bottom: 65px !important;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section-two {
      padding-top: 50px !important;
      padding-bottom: 0px !important; } }
  .whyjitterbit-section-two-icon {
    width: 50px;
    height: 49px;
    display: block;
    padding: 0;
    margin: 0 0 11px 16px;
    display: block;
    display: none; }
  .whyjitterbit-section-two-left {
    float: left; }
    @media screen and (max-width: 767px) {
      .whyjitterbit-section-two-left {
        margin-bottom: 0; } }
    .whyjitterbit-section-two-left blockquote {
      float: left; }
    .whyjitterbit-section-two-left .case-study-link {
      float: left; }
  .whyjitterbit-section-two-right {
    float: right;
    max-width: 484px; }
    @media screen and (max-width: 767px) {
      .whyjitterbit-section-two-right {
        margin-bottom: 0;
        max-width: 100%; } }
.whyjitterbit-section-three {
  padding-top: 85px !important;
  padding-bottom: 65px !important;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section-three {
      padding-top: 50px !important;
      padding-bottom: 0px !important; } }
  .whyjitterbit-section-three-icon {
    width: 50px;
    height: 49px;
    display: block;
    padding: 0;
    margin: 0 0 11px 16px;
    display: none; }
    .whyjitterbit-section-three-icon img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 49px; }
  .whyjitterbit-section-three p {
    color: #fff; }
  .whyjitterbit-section-three h4 {
    color: #fff; }
  .whyjitterbit-section-three blockquote p {
    color: #fff; }
  .whyjitterbit-section-three blockquote .quote-attribution {
    color: #fff; }
    .whyjitterbit-section-three blockquote .quote-attribution-title {
      color: #fff; }
.whyjitterbit-section-two {
  background-image: linear-gradient(180deg, #FAFAFA 0%, rgba(245, 245, 245, 0) 55%);
  padding-top: 80px !important;
  padding-bottom: 120px !important;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .whyjitterbit-section-two {
      padding-top: 50px !important;
      padding-bottom: 0px !important; } }

@media screen and (max-width: 991px) {
  .hero.case-studies {
    background-position: center left !important; } }

.case-studies-hero {
  margin-top: 20px;
  margin-bottom: 70px; }
  @media screen and (min-width: 1280px) {
    .case-studies-hero {
      margin-top: 50px;
      margin-bottom: 100px; } }
  .case-studies-hero h2 {
    opacity: 0.5;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 1.04px;
    width: 400px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    line-height: 30px;
    margin-bottom: 37px;
    text-transform: uppercase;
    padding-top: 50px; }
  .case-studies-hero img {
    width: auto;
    height: 55.52px;
    margin-bottom: 19px;
    display: block; }
  .case-studies-hero p {
    opacity: 0.94;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    line-height: 34px;
    margin-bottom: 30px; }

.portfolio-items {
  margin-top: 40px; }

.portfolio-item figure {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  max-width: 340px;
  border: 1px solid #E3E3E3;
  border-bottom: none; }

.case-study-portfolio .portfolio-item figure {
  height: 265px; }

.portfolio-item-details {
  padding: 18px 20px 13px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #E3E3E3;
  border-top: none;
  max-width: 340px; }

.portfolio-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #22042D;
  letter-spacing: 0px;
  line-height: 25px;
  margin-bottom: 6px; }

.portfolio-item-excerpt {
  padding: 0; }
  .portfolio-item-excerpt p {
    font-size: 15px;
    color: #35363C;
    letter-spacing: 0px;
    line-height: 25px;
    margin: 0; }

.select-menus {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 30px; }

.card-inner-container {
  border: 1px solid #E3E3E3;
  margin-bottom: 30px; }

.card-hero-image {
  height: 265px; }

.card-text-container {
  padding: 20px;
  height: 177px;
  overflow: hidden;
  position: relative; }

.card-text-container p {
  font-size: 15px;
  color: #35363C;
  letter-spacing: 0px;
  line-height: 25px; }

.detail {
  max-height: 150px; }

.card-read-more {
  color: #FF7C44;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-weight: bold; }

.card-read-more::after {
  content: url(images/navigateright-link.png);
  transform: scale(0.5);
  width: 17px;
  height: 22px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top; }

#pagination {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  padding: 60px 0; }

#pagination a, #pagination span {
  font-size: 20px;
  color: #552E9B;
  letter-spacing: 0px;
  padding: 0 10px;
  opacity: .7; }

#pagination span {
  opacity: 1;
  font-weight: bold; }

.full-width-text {
  padding-bottom: 20px; }

.customers-post-title {
  font-weight: bold;
  font-size: 20px;
  color: #22042D;
  letter-spacing: 0px;
  margin-bottom: 6px; }

.page-casestudies .filter-wrap {
  width: 300px;
  height: 42px;
  border: 1px solid #290834;
  margin: 0 auto 30px auto !important;
  position: relative;
  z-index: 1000;
  cursor: pointer; }
  .page-casestudies .filter-wrap .portfolio-filter-tabs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 41px 0 0 0;
    overflow: hidden;
    height: 40px; }
    .page-casestudies .filter-wrap .portfolio-filter-tabs li {
      font-size: 16px;
      line-height: 22px; }
    .page-casestudies .filter-wrap .portfolio-filter-tabs .li.all {
      float: none !important;
      width: 100% !important; }
  .page-casestudies .filter-wrap ul.portfolio-filter-tabs li.all, .page-casestudies .filter-wrap ul.portfolio-filter-tabs li.has-items {
    float: none !important; }
  .page-casestudies .filter-wrap .selected {
    position: absolute;
    top: 0;
    width: 100%; }
  .page-casestudies .filter-wrap div.dropdown-arrow {
    height: 40px; }
.page-casestudies .filter-wrap ul.portfolio-filter-tabs li a span.item-name {
  max-width: 90% !important; }
.page-casestudies .filter-wrap ul.portfolio-filter-tabs li a span.item-count {
  display: none;
  visibility: hidden; }
.page-casestudies .divider {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px 15px;
  font-weight: bold; }

.portfolio-items + .pagination-wrap ul.pagenavi.bar-styling {
  display: inline-block !important;
  text-align: center; }

.pagination-wrap {
  text-align: center !important; }

.portfolio-items + .pagination-wrap li span.current {
  position: relative; }

.portfolio-items + .pagination-wrap li {
  float: left !important; }

.customer-story-intro blockquote i {
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5; }
.customer-story-intro blockquote .quote-attribution {
  font-style: normal;
  font-weight: bold;
  color: #FF7C4C;
  font-size: 1em;
  line-height: 1.5; }
  .customer-story-intro blockquote .quote-attribution span {
    font-style: italic;
    font-weight: normal;
    color: #9B9B9B; }
  .customer-story-intro blockquote .quote-attribution::before {
    content: "—"; }

.portfolio-filter-tabs a {
  color: #666666; }

.hero.platform {
  text-align: center; }
  .hero.platform .hero-content {
    /* Rectangle 41: */
    background-image: linear-gradient(225deg, rgba(252, 178, 60, 0.65) 0%, rgba(255, 131, 66, 0.9) 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
    margin: 100px auto;
    float: none;
    max-width: 1141px;
    padding: 67px 15px 37px;
    height: auto; }
    @media screen and (max-width: 980px) {
      .hero.platform .hero-content {
        padding: 27px 30px 7px;
        margin: 50px auto; } }
    @media screen and (max-width: 480px) {
      .hero.platform .hero-content {
        background-image: linear-gradient(225deg, rgba(252, 178, 60, 0.65) 0%, rgba(255, 131, 66, 0.9) 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
        margin: 15px auto;
        padding: 27px 15px 0px; } }
  .hero.platform .hero-headline {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin-bottom: 11px; }
    @media screen and (max-width: 980px) {
      .hero.platform .hero-headline {
        font-size: 32px;
        line-height: 36.16px; } }
    @media screen and (max-width: 440px) {
      .hero.platform .hero-headline {
        font-size: 26px;
        line-height: 29.38px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 330px) {
      .hero.platform .hero-headline {
        font-size: 22px;
        line-height: 24.86px; } }
  .hero.platform .hero-copy {
    opacity: 0.9;
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin: 0 0 34px; }
    @media screen and (max-width: 767px) {
      .hero.platform .hero-copy {
        line-height: 21.6px;
        font-size: 16px;
        margin: 0 auto; } }
  .hero.platform a.sf-button.white {
    color: #FF7C44 !important; }
    @media screen and (max-width: 767px) {
      .hero.platform a.sf-button.white {
        margin: 1em 0 0 !important; } }
  .hero.platform a.sf-button.white:hover {
    color: #e6703d !important; }

.platform-section .left {
  float: left; }
  .platform-section .left .platform-section-copy,
  .platform-section .left .platform-section-image {
    float: left; }
    @media screen and (max-width: 767px) {
      .platform-section .left .platform-section-copy,
      .platform-section .left .platform-section-image {
        float: none; } }
.platform-section .right {
  float: right; }
  .platform-section .right .platform-section-copy,
  .platform-section .right .platform-section-image {
    float: right; }
    @media screen and (max-width: 767px) {
      .platform-section .right .platform-section-copy,
      .platform-section .right .platform-section-image {
        float: none; } }
@media screen and (max-width: 767px) {
  .platform-section .left,
  .platform-section .right {
    float: none; } }
.platform-section-copy {
  max-width: 90%; }
  .platform-section-copy a {
    margin-top: 36px;
    display: block; }
  @media screen and (max-width: 767px) {
    .platform-section-copy {
      width: 100%;
      max-width: 100%;
      float: none; } }
.platform-section.section-one {
  padding-top: 30px;
  padding-bottom: 121px; }
  .platform-section.section-one h2 {
    color: #2076DA; }
  .platform-section.section-one img {
    max-width: 580px; }
  @media screen and (max-width: 480px) {
    .platform-section.section-one {
      padding-top: 0px;
      padding-bottom: 15px; } }
.platform-section.section-two {
  padding-top: 112px;
  padding-bottom: 54px; }
  .platform-section.section-two h2 {
    color: #552E9B; }
  .platform-section.section-two img {
    max-width: 437px; }
  @media screen and (max-width: 480px) {
    .platform-section.section-two {
      padding-top: 30px;
      padding-bottom: 15px; } }
.platform-section.section-three {
  padding-top: 130px;
  padding-bottom: 40px; }
  .platform-section.section-three h2 {
    color: #0DB884; }
  .platform-section.section-three img {
    max-width: 640px; }
  @media screen and (max-width: 480px) {
    .platform-section.section-three {
      padding-top: 30px;
      padding-bottom: 0px; } }
.platform-section img {
  height: auto;
  display: block;
  margin: 0 auto; }
.platform-section h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  margin: 0 0 20px; }
  @media screen and (max-width: 480px) {
    .platform-section h2 {
      font-size: 28px;
      line-height: 35px; } }
.platform-section p {
  opacity: 0.94;
  font-weight: normal;
  font-size: 20px;
  color: #35363C;
  letter-spacing: 0px;
  line-height: 35px;
  margin: 0 0 16px; }
  @media screen and (max-width: 480px) {
    .platform-section p {
      font-size: 16px;
      line-height: 28px; } }
.platform-section ul li {
  opacity: 0.94;
  font-weight: normal;
  font-size: 20px;
  color: #35363C;
  letter-spacing: 0px;
  line-height: 36px;
  margin-bottom: 6px; }
  @media screen and (max-width: 480px) {
    .platform-section ul li {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 6px; } }
@media screen and (max-width: 480px) {
  .platform-section ul {
    margin-bottom: 22px; } }
.platform-section a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FF7C44;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .platform-section a::after {
    content: url(images/navigateright-link.png);
    transform: scale(0.5);
    width: 17px;
    height: 22px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px; }
  .platform-section a:hover {
    color: #FF7C44; }
.platform-section.section-four {
  background-image: linear-gradient(45deg, #38A5E7 0%, #2076DA 100%);
  padding-top: 82px;
  padding-bottom: 88px; }
  @media screen and (max-width: 767px) {
    .platform-section.section-four {
      padding-top: 40px;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .platform-section.section-four .blank_spacer {
      height: 0 !important; } }
  .platform-section.section-four a {
    color: #fff; }
    .platform-section.section-four a:hover {
      color: #fff;
      opacity: 0.6; }
    .platform-section.section-four a:after {
      content: url("images/navigateright-white.png"); }
  .platform-section.section-four .platform-section-four-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 65px; }
    .platform-section.section-four .platform-section-four-header h2,
    .platform-section.section-four .platform-section-four-header p,
    .platform-section.section-four .platform-section-four-header .button {
      color: #fff; }
    .platform-section.section-four .platform-section-four-header h2 {
      font-weight: bold;
      font-size: 32px;
      letter-spacing: 0px;
      line-height: 43px;
      margin-bottom: 14px; }
    .platform-section.section-four .platform-section-four-header p {
      opacity: 0.8;
      font-weight: normal;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0px;
      margin-bottom: 35px; }
    .platform-section.section-four .platform-section-four-header .sf-button {
      background: transparent;
      border: 2px solid #fff;
      color: #fff !important;
      text-transform: none; }
      .platform-section.section-four .platform-section-four-header .sf-button::after {
        content: "";
        display: none; }
      .platform-section.section-four .platform-section-four-header .sf-button:hover {
        opacity: 1;
        background: #fff;
        color: #017BD7 !important; }
  .platform-section.section-four .side-icon {
    width: 34px;
    height: 49px;
    float: left;
    margin-top: 7px;
    padding: 0; }
    .platform-section.section-four .side-icon img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .platform-section.section-four .side-icon {
        margin-right: 15px; } }
  .platform-section.section-four .bucket {
    height: 93px;
    margin-bottom: 29px; }
    @media screen and (max-width: 920px) {
      .platform-section.section-four .bucket {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .platform-section.section-four .bucket {
        margin-left: 15px;
        margin-right: 15px; } }
    @media screen and (max-width: 600px) {
      .platform-section.section-four .bucket {
        width: auto; } }
    .platform-section.section-four .bucket .bucket-copy h4 {
      font-weight: normal !important;
      font-size: 21px;
      color: #FFFFFF;
      letter-spacing: 0px;
      line-height: 30px;
      margin: 0 0 3px;
      font-style: normal; }
    .platform-section.section-four .bucket .bucket-copy p {
      opacity: 0.69;
      font-weight: normal;
      font-size: 17px;
      color: #FFFFFF;
      letter-spacing: 0px;
      line-height: 25.5px;
      margin: 0; }

.portfolio-detail-description {
  line-height: 1.5; }
  .portfolio-detail-description .two_third,
  .portfolio-detail-description p {
    font-size: 20px;
    line-height: 30px; }

.article-body-wrap .two_third {
  font-size: 16px;
  line-height: 1.65em; }

.sf-list ul,
.sf-list li {
  font-size: 16px; }

ul.sf-list li > i {
  margin-right: 0px; }
  ul.sf-list li > i::before {
    float: left;
    content: '✓';
    font-family: "SSGizmo";
    display: block;
    color: #15C28D;
    width: 20px;
    margin-top: 2px;
    vertical-align: middle;
    height: auto;
    line-height: 26px; }
  ul.sf-list li > i + span {
    padding-left: 20px;
    display: block; }

.single-portfolio .two_third {
  font-size: 16px;
  line-height: 1.65em; }
.single-portfolio .spb_portfolio_carousel_widget {
  margin-top: 3em; }
.single-portfolio .media-wrap.fw-media-wrap .sf-video-wrap {
  width: 80%;
  margin: 2em auto 0; }
  @media screen and (max-width: 680px) {
    .single-portfolio .media-wrap.fw-media-wrap .sf-video-wrap {
      width: 100%; } }
.single-portfolio .portfolio-detail-description h1 {
  text-align: left !important;
  margin: 1em 0 0em; }
  .single-portfolio .portfolio-detail-description h1 + h1 {
    margin-top: 0; }
.single-portfolio p strong {
  font-weight: bold !important; }
.single-portfolio .spb_text_column .one_third ul {
  padding: 0; }

.portfolio-item.standard.webinar .portfolio-item-details,
.portfolio-item.standard.testimonials .portfolio-item-details
 {
  display: none;
  visibility: hidden; }

.spb_slider_widget {
  display: none;
  visibility: hidden; }

img[src$="default-thumb.png"] {
  display: none;
  visibility: hidden; }

.single.single-post .body-text ul,
.single.single-post .body-text ol {
  padding: 0 0 20px 30px;
  font-size: 16px;
  line-height: 24px; }
  .single.single-post .body-text ul li,
  .single.single-post .body-text ol li {
    font-size: 16px;
    line-height: 24px; }
.single.single-post .body-text ul {
  list-style: disc; }
.single.single-post h1 {
  font-size: 30px;
  line-height: 1.5; }
.single.single-post h3 {
  font-weight: normal; }
.single.single-post h2,
.single.single-post h3 {
  font-size: 24px; }
.single.single-post h4 {
  text-transform: uppercase;
  font-size: 20px; }
.single.single-post h1,
.single.single-post h2,
.single.single-post h3,
.single.single-post h4 {
  line-height: 1.5; }
.single.single-post ul.social-icons {
  padding: 0; }

.blog-wrap,
.type-post .page-content,
.portfolio-detail-description .two_third {
  padding-right: 50px; }
  @media screen and (max-width: 767px) {
    .blog-wrap,
    .type-post .page-content,
    .portfolio-detail-description .two_third {
      padding-right: 0px; } }
  .blog-wrap .excerpt p,
  .type-post .page-content .excerpt p,
  .portfolio-detail-description .two_third .excerpt p {
    line-height: 1.65em; }

.portfolio-options-bar {
  display: none; }

.recent-posts .excerpt,
.blog-items .excerpt {
  font-size: 1em; }
  .recent-posts .excerpt p,
  .blog-items .excerpt p {
    font-size: 15px;
    line-height: 1.4; }

.recent-posts .post-item-details .post-date {
  font-size: 0.8em;
  line-height: 0.8em; }
.recent-posts h5 {
  font-size: 18px;
  line-height: 1.3; }

.sidebar .widget a {
  padding-right: 20px; }
  .sidebar .widget a:before {
    margin-right: -20px; }

.article-body-wrap p {
  line-height: 1.65em;
  font-size: 16px; }
.article-body-wrap .sf-button {
  margin: 15px 0 35px 0; }

.post-pagination-wrap {
  display: none; }

.post-info {
  padding-top: 20px; }

.single-post #breadcrumbs {
  display: none; }

.page-heading .heading-text .entry-title {
  padding-top: 40px;
  padding-bottom: 40px;
  white-space: normal !important;
  line-height: 1.2em; }

.category-press-release .blog-details-wrap h3.entry-title {
  font-size: 22px;
  line-height: 1.4em; }

.page-header {
  min-height: 200px;
  height: auto; }

.page-template-default figure.animated-overlay:hover figcaption {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
.page-template-default figure.animated-overlay figcaption {
  background-image: linear-gradient(225deg, rgba(252, 178, 60, 0.45) 0%, rgba(255, 131, 66, 0.8) 100%) !important;
  background-color: transparent; }
  .page-template-default figure.animated-overlay figcaption .thumb-info {
    display: none; }
.page-template-default .owl-carousel div.owl-wrapper-outer {
  padding: 10px 0; }
.page-template-default .display-caption figure.animated-overlay figcaption .thumb-info h4, .page-template-default .display-caption figure.animated-overlay figcaption .thumb-info h5, .page-template-default .display-caption figcaption .thumb-info-excerpt p {
  font-weight: bold;
  font-size: 18px;
  color: #22042D;
  letter-spacing: 0px;
  margin-bottom: 20px;
  position: static;
  margin-top: 20px;
  padding: 0 20px;
  text-align: left;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }
.page-template-default .display-caption .portfolio-item figure {
  overflow: visible;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0 0 3px 3px; }
.page-template-default .display-caption figure.animated-overlay figcaption {
  display: block;
  visibility: visible;
  opacity: 1;
  background: transparent;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  background-image: linear-gradient(225deg, rgba(252, 178, 60, 0.45) 0%, rgba(255, 131, 66, 0.8) 100%) !important; }
  .page-template-default .display-caption figure.animated-overlay figcaption .thumb-info {
    position: static; }
  .page-template-default .display-caption figure.animated-overlay figcaption i {
    display: none;
    visibility: hidden; }

.category-testimonials .details-wrap,
.category-events .details-wrap,
.category-webinar .details-wrap,
.category-literature .details-wrap,
.category-demos .details-wrap {
  display: none;
  visibility: hidden; }

.carousel-item .animated-overlay,
.masonry-items.grid .animated-overlay,
.portfolio-item .animated-overlay,
.related-item .animated-overlay {
  box-shadow: 0 0 0 transparent;
  -webkit-transition: box-shadow 250ms ease;
  -moz-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease; }
  .carousel-item .animated-overlay:hover figcaption,
  .masonry-items.grid .animated-overlay:hover figcaption,
  .portfolio-item .animated-overlay:hover figcaption,
  .related-item .animated-overlay:hover figcaption {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .carousel-item .animated-overlay figcaption,
  .masonry-items.grid .animated-overlay figcaption,
  .portfolio-item .animated-overlay figcaption,
  .related-item .animated-overlay figcaption {
    background: transparent !important;
    background-image: linear-gradient(225deg, rgba(252, 178, 60, 0.45) 0%, rgba(255, 131, 66, 0.8) 100%) !important;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .carousel-item .animated-overlay figcaption .thumb-info,
    .carousel-item .animated-overlay figcaption .thumb-info-alt,
    .masonry-items.grid .animated-overlay figcaption .thumb-info,
    .masonry-items.grid .animated-overlay figcaption .thumb-info-alt,
    .portfolio-item .animated-overlay figcaption .thumb-info,
    .portfolio-item .animated-overlay figcaption .thumb-info-alt,
    .related-item .animated-overlay figcaption .thumb-info,
    .related-item .animated-overlay figcaption .thumb-info-alt {
      display: none;
      visibility: hidden; }

.blog-aux-wrap a {
  color: #666; }

.blog-aux-options.bar-styling {
  margin-bottom: 2em; }

ul.bar-styling.blog-aux-options li > form input {
  height: 48px; }

.filter-slide-wrap .aux-list.aux-categories .cat-item span {
  display: none;
  visibility: hidden; }

.blog-items.masonry-items .comments-likes {
  display: none;
  visibility: hidden; }

@media screen and (max-width: 991px) {
  div.p_table_responsive .css3_grid_vertical_align .css3_hidden_caption {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; }

  div.p_table_responsive div.caption_column {
    display: none; }

  div.p_table_1.p_table_responsive li.row_style_1,
  div.p_table_1.p_table_responsive li.row_style_2,
  div.p_table_1.p_table_responsive li.row_style_3,
  div.p_table_1.p_table_responsive li.row_style_4 {
    height: 41px; }

  div.p_table_2.p_table_responsive li.row_style_1,
  div.p_table_2.p_table_responsive li.row_style_2,
  div.p_table_2.p_table_responsive li.row_style_3 {
    height: 37px; }

  /* ========== COLUMN HOVERS ========== */
  div.p_table_1.p_table_responsive div.column_1:hover,
  div.p_table_1.p_table_responsive div.column_2:hover,
  div.p_table_1.p_table_responsive div.column_3:hover,
  div.p_table_1.p_table_responsive div.column_4:hover,
  div.p_table_1.p_table_responsive div.active_column,
  div.p_table_1.p_table_responsive div.active_column:hover {
    left: 0;
    top: 0;
    /* shadow */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

  div.p_table_1.p_table_responsive.p_table_hover_disabled div.column_1:hover,
  div.p_table_1.p_table_responsive.p_table_hover_disabled div.column_2:hover,
  div.p_table_1.p_table_responsive.p_table_hover_disabled div.column_3:hover,
  div.p_table_1.p_table_responsive.p_table_hover_disabled div.column_4:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }

  div.p_table_1.p_table_responsive div.column_1:hover li.row_style_1,
  div.p_table_1.p_table_responsive div.column_2:hover li.row_style_1,
  div.p_table_1.p_table_responsive div.column_3:hover li.row_style_1,
  div.p_table_1.p_table_responsive div.column_4:hover li.row_style_1,
  div.p_table_1.p_table_responsive div.column_1:hover li.row_style_2,
  div.p_table_1.p_table_responsive div.column_2:hover li.row_style_2,
  div.p_table_1.p_table_responsive div.column_3:hover li.row_style_2,
  div.p_table_1.p_table_responsive div.column_4:hover li.row_style_2,
  div.p_table_1.p_table_responsive div.column_1:hover li.row_style_3,
  div.p_table_1.p_table_responsive div.column_2:hover li.row_style_3,
  div.p_table_1.p_table_responsive div.column_3:hover li.row_style_3,
  div.p_table_1.p_table_responsive div.column_4:hover li.row_style_3,
  div.p_table_1.p_table_responsive div.column_1:hover li.row_style_4,
  div.p_table_1.p_table_responsive div.column_2:hover li.row_style_4,
  div.p_table_1.p_table_responsive div.column_3:hover li.row_style_4,
  div.p_table_1.p_table_responsive div.column_4:hover li.row_style_4,
  div.p_table_1.p_table_responsive div.active_column li.row_style_1,
  div.p_table_1.p_table_responsive div.active_column li.row_style_2,
  div.p_table_1.p_table_responsive div.active_column li.row_style_3,
  div.p_table_1.p_table_responsive div.active_column li.row_style_4 {
    height: 41px;
    padding: 9px 0 !important; }

  div.p_table_1.p_table_responsive div.column_1:hover li.header_row_1,
  div.p_table_1.p_table_responsive div.column_2:hover li.header_row_1,
  div.p_table_1.p_table_responsive div.column_3:hover li.header_row_1,
  div.p_table_1.p_table_responsive div.column_4:hover li.header_row_1,
  div.p_table_1.p_table_responsive div.active_column li.header_row_1 {
    padding: 4px 0px 0px 0px !important;
    border-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0; }

  div.p_table_1.p_table_responsive div.column_1 li.header_row_1.radius5_topright,
  div.p_table_1.p_table_responsive div.column_2 li.header_row_1.radius5_topright,
  div.p_table_1.p_table_responsive div.column_3 li.header_row_1.radius5_topright,
  div.p_table_1.p_table_responsive div.column_4 li.header_row_1.radius5_topright {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0; }

  div.p_table_1.p_table_responsive div.column_1:hover li.header_row_2,
  div.p_table_1.p_table_responsive div.column_2:hover li.header_row_2,
  div.p_table_1.p_table_responsive div.column_3:hover li.header_row_2,
  div.p_table_1.p_table_responsive div.column_4:hover li.header_row_2,
  div.p_table_1.p_table_responsive div.active_column li.header_row_2 {
    padding: 0 0 14px !important; }

  div.p_table_1.p_table_responsive div.column_1:hover li.footer_row,
  div.p_table_1.p_table_responsive div.column_2:hover li.footer_row,
  div.p_table_1.p_table_responsive div.column_3:hover li.footer_row,
  div.p_table_1.p_table_responsive div.column_4:hover li.footer_row,
  div.p_table_1.p_table_responsive div.active_column li.footer_row {
    padding: 10px 0 !important; }

  /* ==================== COLUMN RIBBONS  ==================== */
  /* --- hover--- */
  div.p_table_1.p_table_responsive div.column_1:hover div.column_ribbon,
  div.p_table_1.p_table_responsive div.column_2:hover div.column_ribbon,
  div.p_table_1.p_table_responsive div.column_3:hover div.column_ribbon,
  div.p_table_1.p_table_responsive div.column_4:hover div.column_ribbon,
  div.p_table_1.p_table_responsive div.active_column div.column_ribbon {
    right: 0px; } }
div.p_table_1 h2 {
  font-size: 24px !important;
  font-family: azo-sans-web !important;
  line-height: 40px !important; }
  div.p_table_1 h2 span {
    font-family: azo-sans-web !important;
    font-size: 24px !important; }
  @media screen and (max-width: 1200px) {
    div.p_table_1 h2 {
      font-size: 20px !important; } }
div.p_table_1 h3 {
  font-family: azo-sans-web !important; }
div.p_table_1 li.footer_row {
  background-image: none !important;
  background: #E2E2E2;
  border-top: none;
  display: none !important;
  visibility: hidden; }
div.p_table_1 .column_ribbon.ribbon_style1_hot {
  display: none !important; }

div.p_table_1_10 div.column_1 li.header_row_1 {
  border-bottom: 1px solid #afafaf;
  background: #afafaf !important; }

div.p_table_1_10 div.column_1 li.header_row_2 {
  border-top: 1px solid #C3c3c3;
  border-bottom: 1px solid #c3c3c3;
  background: #c3c3c3 !important; }

div.p_table_1_10 div.column_2 li.header_row_1 {
  border-bottom: 1px solid #0069c1 !important;
  background: #0069c1 !important; }

div.p_table_1_10 div.column_2 li.header_row_2 {
  border-top: 1px solid #0075D6;
  border-bottom: 1px solid #0075D6;
  background: #0075D6 !important; }

div.p_table_1_10 div.column_3 li.header_row_1 {
  border-bottom: 1px solid #4f2889 !important;
  background: #4f2889 !important; }

div.p_table_1_10 div.column_3 li.header_row_2 {
  border-top: 1px solid #582C98;
  border-bottom: 1px solid #582C98;
  background: #582C98 !important; }

div.p_table_1_10 div.column_4 li.header_row_1 {
  border-bottom: 1px solid #00a679 !important;
  background: #00a679 !important; }

div.p_table_1_10 div.column_4 li.header_row_2 {
  border-top: 1px solid #00B886;
  border-bottom: 1px solid #00B886;
  background: #00B886 !important; }

.sign_up.sign_up_orange.radius3 {
  background: #FF7C4C !important;
  border: none !important;
  text-shadow: none !important;
  font-size: 13px;
  font-family: azo-sans-web; }
  .sign_up.sign_up_orange.radius3:hover {
    background: #d96941 !important; }

div.p_table_1.p_table_hover_light div.column_1:hover, div.p_table_1.p_table_hover_light div.column_2:hover, div.p_table_1.p_table_hover_light div.column_3:hover, div.p_table_1.p_table_hover_light div.column_4:hover, div.p_table_1.p_table_hover_light div.active_column, div.p_table_1.p_table_hover_light div.active_column:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1.radius5_topright, div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1.radius5_topright {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0; }

div.p_table_1 span.css3_grid_tooltip > span:first-child {
  background: #404040 !important;
  text-shadow: none;
  font-family: azo-sans-web !important;
  border: 1px solid #404040 !important; }

div.p_table_1 span.css3_grid_tooltip > span:first-child:after {
  border-top: none !important; }

@media screen and (max-width: 979px) {
  div.p_table_1.p_table_responsive li.row_style_1, div.p_table_1.p_table_responsive li.row_style_2, div.p_table_1.p_table_responsive li.row_style_3, div.p_table_1.p_table_responsive li.row_style_4 {
    height: 60px !important; } }

/*!.caption_column {
  width: 35% !important; }

#pricingtable-NS-SFDC .caption_column {
  width: 30% !important; }

@media screen and (min-width: 992px) {
  div.p_table_1 div.column_1, div.p_table_1 div.column_2, div.p_table_1 div.column_3, div.p_table_1 div.column_4 {
    width: 16.25% !important; } }
*/

@media screen and (max-width: 992px) {
  div.p_table_1 div.column_1, div.p_table_1 div.column_2, div.p_table_1 div.column_3, div.p_table_1 div.column_4 {
    width: 24% !important; } }
@media screen and (max-width: 767px) {
  div.p_table_1 div.column_1, div.p_table_1 div.column_2, div.p_table_1 div.column_3, div.p_table_1 div.column_4 {
    width: 100% !important;
    width: calc(100% - 15px) !important; } }

.caption_column a:hover {
  color: #FF7C44;
  text-decoration: underline; }

div.p_table_1 li img {
  width: 16px !important;
  height: auto; }

.platform-section .partners-featured-grid a::after {
  content: "";
  display: none;
  visibility: hidden; }

.partners-featured-grid .portfolio-item {
  margin-bottom: 1em; }
  .partners-featured-grid .portfolio-item figure.animated-overlay {
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px; }
  .partners-featured-grid .portfolio-item .portfolio-item-details {
    display: none;
    visibility: hidden; }

@media screen and (min-width: 767px) {
  .page-template-page-findapartner .portfolio-items .portfolio-item.col-sm-3 {
    width: 20%; } }
.page-template-page-findapartner .portfolio-items .portfolio-item figure {
  padding: 20px;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 3px;
  background-color: #FFF; }
.page-template-page-findapartner .portfolio-items .portfolio-item .portfolio-item-details {
  display: none;
  visibility: hidden; }

.endpoint-item-grid {
  text-align: center; }
  .endpoint-item-grid .endpoint-icon-container {
    width: 12.2%;
    display: inline-block;
    margin-bottom: 30px; }
    @media screen and (max-width: 992px) {
      .endpoint-item-grid .endpoint-icon-container {
        width: 16.666666667%; } }
    @media screen and (max-width: 767px) {
      .endpoint-item-grid .endpoint-icon-container {
        width: 24%; } }
    @media screen and (max-width: 540px) {
      .endpoint-item-grid .endpoint-icon-container {
        width: 32%; } }
    @media screen and (max-width: 430px) {
      .endpoint-item-grid .endpoint-icon-container {
        width: 49%; } }
  .endpoint-item-grid .endpoint-icon {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 5px 10px; }
    .endpoint-item-grid .endpoint-icon .image-container {
      height: 95px;
      border-bottom: 1px solid #E3E3E3;
      margin: 0 -5px 8px; }
      .endpoint-item-grid .endpoint-icon .image-container img {
        height: auto !important;
        border-bottom: none;
        margin: 0;
        width: 100%; }

.endpoint-item-grid .endpoint-icon-container {
  vertical-align: text-top; }

.endpoint-item-grid .endpoint-icon .image-container img {
  border-bottom: solid 1px #e3e3e3; }
strong {
	font-weight: bold !important;
}

strong * {
	font-weight: bold !important;
}

em,
em * {
	font-style: italic;
}

.mktError .mktFormMsg {
	display: block;
	font-size: 0.8em;
	color: #b50000;
	line-height: 1em;
	margin: -0.5em 0 2em 155px;
}

h3{
font-size: 18px!important;
    line-height: 23px!important;
}

.dropdown-arrow {
    background: #290834 url("https://jitterbit.flywheelsites.com/wp-content/themes/jitterbit-theme/images/dropdownicon.png") no-repeat scroll center center / 30% auto !important;
}

.RegFont p {font-size: 14px;line-height:20px !important;}