@import url("template-announcement.css");
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left 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: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right 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: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-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-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.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-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-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-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-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-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-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.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-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	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%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-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%;
	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")
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-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-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.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-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .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 {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
	display: none
}
@font-face {
	font-family: 'Gibson';
	src: url("../fonts/Gibson-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: 'Gibson';
	src: url("../fonts/Gibson-LightIt.woff2") format("woff2");
	font-weight: 300;
	font-style: italic
}
@font-face {
	font-family: 'Gibson';
	src: url("../fonts/Gibson-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Gibson';
	src: url("../fonts/Gibson-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-ExtraLightItalic.woff2") format("woff2");
	font-weight: 200;
	font-style: italic
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-LightItalic.woff2") format("woff2");
	font-weight: 300;
	font-style: italic
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Italic.woff2") format("woff2");
	font-weight: normal;
	font-style: italic
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-SemiBoldItalic.woff2") format("woff2");
	font-weight: 600;
	font-style: italic
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-BoldItalic.woff2") format("woff2");
	font-weight: bold;
	font-style: italic
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url("../fonts/SourceSansPro-BlackItalic.woff2") format("woff2");
	font-weight: 900;
	font-style: italic
}
html {
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%
}
body {
	color: #707070;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	overflow-x: hidden;
	background: #000
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4 {
	margin: 0 0 1rem 0
}
h1 {
	font-size: 2.6rem;
	line-height: 3.4rem;
	font-weight: 600;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase
}
h2, .h2 {
	font-size: 2.6rem;
	line-height: 3.1rem;
	font-weight: 600;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	letter-spacing: .4rem
}
h3, .h3 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 600;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}
h4, .h4 {
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: 300;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #a1a1a1
}
p {
	margin: 0 0 2.4rem 0
}
p.small {
	font-size: 1.4rem;
	line-height: 2.4rem
}
small {
	font-size: 1.4rem;
	line-height: 2.4rem
}
a {
	color: #ff771c
}
.clearfix::after, .clear {
	clear: both;
	content: '';
	display: table
}
#index-page .fixed-menu #header .nav-toggle a {
	color: #fff
}
#index-page .fixed-menu #header .nav-toggle a:after {
	opacity: 0
}
#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 0px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	z-index: 100;
	/* overflow: hidden; */
	max-height: 100vh
}
.home #header .header-bg {
	opacity: 1
}
.home #header .search-toggle svg {
	fill: #323232
}
.home #header .nav-toggle a {
	color: #323232
}
.home #header .nav-toggle a.nav-toggle-close {
	color: #fff
}
.home #header .nav-toggle a.nav-toggle-open:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(../images/icon-menu-gray.svg) no-repeat right center;
	content: '';
	display: block;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.fixed-menu #header .header-bg {
	opacity: 1 !important;
	z-index:-1;
}
.fixed-menu #header .nav-toggle a {
	color: #fff
}
.fixed-menu #header .search-toggle svg {
	fill: #323232
}
#header .header-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 8rem;
	background: #6d6d6d;
	/* -webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transition-delay: .2s; */
	/* transition-delay: .2s */
	z-index: -1;
}
.admin-bar #header .header-bg {
	top: 32px
}
#header {
	padding-top: 0 !important
}
.sub #header .logo {
	margin-top: 4rem
}
.admin-bar #header .logo {
	margin-top: 32px !important;
}
#header:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(0, 0, 0, 0.6)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 33%, transparent 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.6) 33%, transparent 100%);
	opacity: 0;
	content: '';
	display: block;
	/* z-index: -100; */
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
#header.open, #header.search-open {
	padding: 6.4rem 0px 100vw 0px;
}
#header.open:before, #header.search-open:before {
	opacity: 1
}
#header #primary_nav_wrap {
	height: 8rem;
	margin-right: 2.5rem;
	position: relative;
	float: right;
	-webkit-transform: translateY(-4rem);
	-ms-transform: translateY(-4rem);
	transform: translateY(-4rem);
	text-transform: uppercase;
}
body #header #primary_nav_wrap {
	margin-top: 40px;
}


#primary_nav_wrap > ul { 
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height: 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#primary_nav_wrap ul li:hover ul{
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

#primary_nav_wrap ul a
{
	display:block;
	text-decoration:none;
	padding:0 15px;
	font-family: "Gibson";
	font-weight: 500;
	color: #464646;
}



#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	line-height: 2em;
}

#primary_nav_wrap ul li.current-menu-item > a
{
	color: #ff6e14;
}

#primary_nav_wrap ul li:hover a
{
	
}
#primary_nav_wrap a:hover {
	color: #ff6e14;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #eaeaea;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
	border-bottom: 1px solid #eaeaea;
}
#primary_nav_wrap ul ul li:last-child{
	border-bottom: none;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

#header .logo {
	display: block;
	float: left;
	width: 20.8rem;
	height: 8rem;
	background: rgba(255, 255, 255, 0.8) url(../images/logo.svg) no-repeat center;
	-webkit-box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.1);
	/* margin: 0 0 3rem 0 */
	position: fixed;
}
.the-hamburger {
	width: 2rem;
	height: 8rem;
	margin-right: 2.5rem;
	position: relative;
	float: right;
	cursor: pointer;
	display: none;
}
.big-mac {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: right;
	height: 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
	
}
.pattie {
	width: 22px;
	height: 2px;
	background-color: black;
	margin: 5px 0;
}
/*body:not(.home) #header .pattie  {
    background-color: white;
    }*/

    .close-menu {
    	display: none;
    }

    #header .search-toggle {
    	width: 2rem;
    	height: 8rem;
    	margin-right: 2.5rem;
    	position: relative;
    	float: right;
    }


    #header .search-toggle a {
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 0;
    	width: 100%;
    	text-align: right;
    	height: 100%;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s;
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	-webkit-align-items: center;
    	-ms-flex-align: center;
    	align-items: center;
    	-webkit-box-pack: center;
    	-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	justify-content: center
    }
    #header .search-toggle a svg {
    	fill: #323232;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s
    }
    #header .nav-toggle {
    	width: 8rem;
    	height: 8rem;
    	margin-right: 2.5rem;
    	position: relative;
    	float: right
    }
    #header .nav-toggle a {
    	display: block;
    	position: absolute;
    	right: 0;
    	top: 0;
    	width: 100%;
    	text-align: right;
    	height: 100%;
    	line-height: 8rem;
    	padding-right: 2.8rem;
    	font-weight: bold;
    	font-size: 13px;
    	color: #fff;
    	text-transform: uppercase;
    	text-decoration: none;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s;
    	letter-spacing: .1rem
    }
    #header .nav-toggle a.nav-toggle-open {
    	background: url(../images/icon-menu.svg) no-repeat right center
    }
    #header .nav-toggle a.nav-toggle-close {
    	opacity: 0;
    	-webkit-transform: translateX(-1rem);
    	-ms-transform: translateX(-1rem);
    	transform: translateX(-1rem);
    	background: url(../images/icon-menu-close.svg) no-repeat right center
    }
    #header.open .nav-toggle a.nav-toggle-open, #header.search-open .nav-toggle a.nav-toggle-open {
    	opacity: 0;
    	-webkit-transform: translateX(-1rem);
    	-ms-transform: translateX(-1rem);
    	transform: translateX(-1rem)
    }
    #header.open .nav-toggle a.nav-toggle-close, #header.search-open .nav-toggle a.nav-toggle-close {
    	opacity: 1;
    	-webkit-transform: translateX(0);
    	-ms-transform: translateX(0);
    	transform: translateX(0)
    }
    #header.open .search-toggle {
    	opacity: 0
    }
    #header.search-open .search-toggle svg {
    	fill: #fff
    }
    #header .search-form {
    	clear: both;
    	/* margin: 0 3rem; */
    	-webkit-transition: opacity ease .3s;
    	transition: opacity ease .3s;
    	opacity: 0;
    	-webkit-box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
    	box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
    	background: white;
    	overflow: hidden;
    	/* position: relative; */
    	position: absolute;
    	top: 0px;
    	left: 50%;
    	transform: translate(-50%, 220%);
    	width: 100%;
    	visibility: hidden
    }
    #header .search-form input[type="text"] {
    	border: 0;
    	width: 100%;
    	font-size: 2rem;
    	padding: 2.4rem 2.4rem 2.4rem 6.4rem
    }
    #header .search-form svg {
    	position: absolute;
    	left: 2rem;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%)
    }
    #header .search-form button {
    	position: absolute;
    	right: .7rem;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%)
    }
    #header .menu-items {
    	clear: both;
    	margin: 0 3rem;
    	-webkit-transition: opacity ease .3s;
    	transition: opacity ease .3s;
    	opacity: 0;
    	display: none;
    	-webkit-box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
    	box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
    	background: white;
    	overflow: hidden;
    	position: relative
    }
    #header .menu-items:before {
    	position: absolute;
    	left: 50%;
    	top: 0;
    	bottom: 0;
    	width: .1rem;
    	background: #eaeaea;
    	content: '';
    	z-index: 3;
    	display: none
    }
    #header .menu-items:after {
    	position: absolute;
    	left: 0;
    	top: 0;
    	bottom: 0;
    	width: 50%;
    	background: #fff;
    	content: '';
    	z-index: 1;
    	display: none
    }
    #header .menu-items .blog-posts {
    	width: 50%;
    	display: none;
    	overflow: hidden;
    	border-left: .1rem solid #e0e0e0
    }
    #header .menu-items .blog-posts .menu-blog-post {
    	padding: 0 2rem;
    	font-size: 1.4rem;
    	color: #c2c2c2;
    	line-height: 2.2rem;
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	flex-direction: column;
    	-webkit-box-flex: 0;
    	-webkit-flex-grow: 0;
    	-ms-flex-positive: 0;
    	flex-grow: 0;
    	-webkit-flex-shrink: 0;
    	-ms-flex-negative: 0;
    	flex-shrink: 0
    }
    #header .menu-items .blog-posts .menu-blog-post-thumbnail {
    	height: 20rem;
    	margin: 0 -2rem 2rem;
    	display: block;
    	overflow: hidden
    }
    #header .menu-items .blog-posts .menu-blog-post-thumbnail img {
    	display: block;
    	width: 100%;
    	height: 100%;
    	margin: 0;
    	-o-object-fit: cover;
    	object-fit: cover
    }
    #header .menu-items .blog-posts .menu-blog-post-date {
    	font-style: italic;
    	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    	font-weight: 400;
    	color: #c2c2c2;
    	margin: 0 0 1.5rem 0
    }
    #header .menu-items .blog-posts .menu-blog-post h4 {
    	text-transform: uppercase;
    	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    	font-weight: 400;
    	margin: 0 0 1.5rem 0;
    	font-size: 2.4rem;
    	color: #a1a1a1
    }
    #header .menu-items .blog-posts .menu-blog-post:nth-child(2) {
    	display: none
    }
    #header .menu-items .blog-posts .menu-blog-post p:last-child {
    	margin: auto 0 2rem 0
    }
    #header .menu-items>ul {
    	list-style-type: none;
    	display: block;
    	margin: 0;
    	padding: 0;
    	width: 100%
    }
    #header .menu-items>ul>li {
    	display: block;
    	background: white
    }
    #header .menu-items>ul>li.menu-item-has-children>a {
    	position: relative
    }
    #header .menu-items>ul>li.menu-item-has-children>a i {
    	position: absolute;
    	width: 5rem;
    	height: 5rem;
    	display: block;
    	right: 0;
    	top: 50%;
    	margin-top: -2.5rem
    }
    #header .menu-items>ul>li.menu-item-has-children>a i:after, #header .menu-items>ul>li.menu-item-has-children>a i:before {
    	position: absolute;
    	width: 5rem;
    	height: 5rem;
    	background: url(../images/icon-right-orange.svg) no-repeat center;
    	content: '';
    	display: block;
    	right: 0;
    	top: 50%;
    	margin-top: -2.5rem;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s
    }
    #header .menu-items>ul>li.menu-item-has-children>a i:after {
    	opacity: 0;
    	background: url(../images/icon-right-white.svg) no-repeat center
    }
    #header .menu-items>ul>li.menu-item-has-children.open>a, #header .menu-items>ul>li.menu-item-has-children:hover>a {
    	background: #ff771c;
    	color: white
    }
    #header .menu-items>ul>li.menu-item-has-children.open>a i:after, #header .menu-items>ul>li.menu-item-has-children.open>a i:before, #header .menu-items>ul>li.menu-item-has-children:hover>a i:after, #header .menu-items>ul>li.menu-item-has-children:hover>a i:before {
    	-webkit-transform: rotate(90deg);
    	-ms-transform: rotate(90deg);
    	transform: rotate(90deg)
    }
    #header .menu-items>ul>li.menu-item-has-children.open>a i:before, #header .menu-items>ul>li.menu-item-has-children:hover>a i:before {
    	opacity: 0
    }
    #header .menu-items>ul>li.menu-item-has-children.open>a i:after, #header .menu-items>ul>li.menu-item-has-children:hover>a i:after {
    	opacity: 1
    }
    #header .menu-items>ul>li a {
    	height: 6.4rem;
    	line-height: 6.4rem;
    	padding: 0 2rem;
    	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    	font-weight: 600;
    	color: #a7a7a7;
    	letter-spacing: .1rem;
    	text-transform: uppercase;
    	text-decoration: none;
    	display: block;
    	border-bottom: .1rem solid #eaeaea;
    	-webkit-transition: all ease .3s;
    	transition: all ease .3s
    }
    #header .menu-items>ul>li ul {
    	margin: 0;
    	padding: 0;
    	list-style-type: none;
    	display: none
    }
    #header .menu-items>ul>li ul li {
    	display: block;
    	margin: 0;
    	padding: 0
    }
    #header .menu-items>ul>li ul li a {
    	color: #ff771c;
    	line-height: 2rem;
    	height: auto;
    	padding-top: 2.1rem;
    	padding-bottom: 2.2rem
    }
    #header.open .menu-items, #header:hover .menu-items {
    	opacity: 1
    }
    #header.search-open .search-form {
    	opacity: 1;
    	visibility: visible
    }
    .home.fixed-menu #header .nav-toggle, 
    .home.fixed-menu #header .search-toggle,
    .home.fixed-menu #header .the-hamburger
    {
    	-webkit-transform: none;
    	-ms-transform: none;
    	transform: none;
    }
    .home.fixed-menu.admin-bar #header .nav-toggle, .home.fixed-menu.admin-bar #header .search-toggle {
    	-webkit-transform: none;
    	-ms-transform: none;
    	transform: none;
    }
    #footer {
    	background: #373737;
    	padding: 3rem;
    	color: #fff;
    	position: relative;
    	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
    	clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
    	margin-top: -7%;
    	z-index: 20
    }
    #footer .footer-content {
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	flex-direction: column;
    	max-width: 1260px;
    	margin: 0 auto;
    	position: relative
    }
    #footer .footer-logo {
    	max-width: 15rem;
    	/* margin: 0 0 6.4rem; */
    	margin: 0 0 1.6rem;
    	-webkit-box-ordinal-group: 2;
    	-webkit-order: 1;
    	-ms-flex-order: 1;
    	order: 1
    }
    #footer .footer-logo img {
    	max-width: 100%;
    	display: block;
    	margin: 0
    }
    #footer .footer-contact {
    	text-transform: uppercase;
    	color: #fff;
    	font-weight: bold;
    	font-size: 1.2rem;
    	line-height: 2.8rem;
    	-webkit-box-ordinal-group: 4;
    	-webkit-order: 3;
    	-ms-flex-order: 3;
    	order: 3
    }
    #footer .footer-contact-phone {
    	padding-left: 2.4rem;
    	background: url(../images/icon-footer-phone.svg) no-repeat left 55%
    }
    #footer .footer-contact-email {
    	padding-left: 2.4rem;
    	background: url(../images/icon-footer-mail.svg) no-repeat left 55%;
    	color: #fff;
    	text-decoration: none
    }
    #footer .footer-copyright {
    	color: rgba(255, 255, 255, 0.7);
    	font-size: 1.2rem;
    	line-height: 1.8rem;
    	-webkit-box-ordinal-group: 5;
    	-webkit-order: 4;
    	-ms-flex-order: 4;
    	order: 4
    }
    #footer .footer-copyright a {
    	color: rgba(255, 255, 255, 0.7)
    }
    #footer .footer-copyright span:last-child {
    	display: none
    }
    #footer .footer-menu {
    	-webkit-box-ordinal-group: 3;
    	-webkit-order: 2;
    	-ms-flex-order: 2;
    	order: 2
    }
    #footer .footer-menu>ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex
    }
    #footer .footer-menu>ul>li {
    	width: 100%;
    	display: block;
    	margin: 0 0 3rem 0
    }
    #footer .footer-menu>ul>li:last-child {
    	margin-right: 0
    }
    #footer .footer-menu>ul>li>a {
    	text-transform: uppercase;
    	color: rgba(255, 255, 255, 0.7);
    	font-weight: bold;
    	border-bottom: .2rem solid white;
    	display: block;
    	text-decoration: none;
    	padding: 0 0 1rem 0;
    	margin: 0 0 1rem 0
    }
    #footer .footer-menu>ul>li:nth-child(2)>a {
    	border-bottom: .2rem solid rgba(255, 255, 255, 0.75)
    }
    #footer .footer-menu>ul>li:nth-child(3)>a {
    	border-bottom: .2rem solid rgba(255, 255, 255, 0.5)
    }
    #footer .footer-menu>ul>li:nth-child(4)>a {
    	border-bottom: .2rem solid rgba(255, 255, 255, 0.25)
    }
    #footer .footer-menu>ul>li ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0
    }
    #footer .footer-menu>ul>li ul li {
    	display: block
    }
    #footer .footer-menu>ul>li ul li a {
    	text-decoration: none;
    	text-transform: uppercase;
    	color: white;
    	font-size: 1.2rem;
    	display: inline-block;
    	line-height: 2.8rem;
    	font-weight: bold
    }
    #footer .footer-social {
    	float:left;
    	width: 100%;
    	position:relative;
    	margin:0 0 1.6em;
    }
/* #footer .footer-social {
	position: absolute;
	right: 0;
	top: .5rem;
	z-index: 2

	} */
	#footer .footer-social a {
		display: block;
		width: 2.6rem;
		height: 2.6rem;
		float: left;
		background: white;
		text-align: center;
		line-height: 2.6rem;
		text-decoration: none;
		color: #373737;
		border-radius: 50%;
		margin-left: 1rem
	}
	.btn, .gform_button {
		display: inline-block;
		height: 5.8rem;
		line-height: 5.8rem;
		font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-weight: 600;
		color: white;
		padding: 0 3.5rem 0 3rem;
		text-decoration: none;
		background: #66a0ee;
		border: 0;
		-webkit-appearance: none;
		cursor: pointer;
		position: relative
	}
	.btn-orange, .gform_button-orange {
		background: #ff771c
	}
	.btn-small {
		height: 3.8rem;
		line-height: 3.8rem;
		padding: 0 2rem 0 2rem;
	}
	.btn-inline, .jobs .job-category .job-list-item-form .gform_wrapper .gform_footer input.button, .jobs .job-category .job-list-item-form .gform_wrapper .gform_footer input[type=submit], .section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer input[type=submit], .solutions-cta-item a {
		display: inline-block;
		height: 2.7rem;
		border: 0;
		border-bottom: .1rem dashed #4a4a4a;
		text-transform: uppercase;
		color: #4a4a4a;
		font-size: 1.4rem;
		font-weight: bold;
		text-decoration: none;
		padding: 0 .8rem 0 2.4rem;
		letter-spacing: .1rem;
		-webkit-appearance: none;
		cursor: pointer;
		position: relative;
		background: url(../images/arrow-btn-inline.svg) no-repeat .9rem center
	}
	.btn-inline-white, .section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer input[type=submit] {
		color: white;
		border-bottom: .1rem dashed white;
		background: url(../images/arrow-btn-inline-white.svg) no-repeat .9rem center
	}
	.btn-inline-blue {
		color: #4a90e2;
		border-bottom: .1rem dashed #4a90e2
	}
	.btn-inline-orange {
		background: url(../images/arrow-btn-inline-orange.svg) no-repeat .9rem center;
		color: #f1701a;
		border-bottom: .1rem dashed #f1701a
	}
	.gform_button {
		background: #ff771c
	}
	input[type="text"], input[type="email"], textarea {
		border: .1rem solid #bdbdbd;
		border-radius: .3rem;
		padding: 1.3rem 1.6rem;
		font-size: inherit;
		font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		color: inherit;
		width: 100%;
		background: white;
		outline: 0
	}
	.animate, .section-contact .gform_wrapper h3.gform_title, .section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer input[type=submit] {
		-webkit-transition: all ease .5s;
		transition: all ease .5s
	}
	.animate-slide-in-left {
		-webkit-transform: translateX(-2rem);
		-ms-transform: translateX(-2rem);
		transform: translateX(-2rem);
		opacity: 0
	}
	.reached .animate-slide-in-left {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.animate-slide-in-right {
		-webkit-transform: translateX(2rem);
		-ms-transform: translateX(2rem);
		transform: translateX(2rem);
		opacity: 0
	}
	.reached .animate-slide-in-right {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.animate-fade-in, .section-contact .gform_wrapper h3.gform_title, .section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer input[type=submit] {
		opacity: 0
	}
	.reached .animate-fade-in, .reached .section-contact .gform_wrapper h3.gform_title, .section-contact .gform_wrapper .reached h3.gform_title, .reached .section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer .reached input.button, .reached .section-contact .gform_wrapper .gform_footer input[type=submit], .section-contact .gform_wrapper .gform_footer .reached input[type=submit] {
		opacity: 1
	}
	.animate-first {
		-webkit-transition-delay: 0s;
		transition-delay: 0s
	}
	.animate-second {
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}
	.animate-third {
		-webkit-transition-delay: .4s;
		transition-delay: .4s
	}
	.animate-fourth {
		-webkit-transition-delay: .6s;
		transition-delay: .6s
	}
	.animate-fifth, .section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer input[type=submit] {
		-webkit-transition-delay: .8s;
		transition-delay: .8s
	}
	.leadership .leadership-category {
		position: relative;
		z-index: 1
	}
	.leadership .leadership-category h3 {
		margin: 0 0 3rem 0;
		height: 4.8rem;
		line-height: 4.8rem;
		background: #707070;
		position: relative;
		color: white;
		font-size: 2.5rem;
		font-weight: bold;
		width: 25rem;
		float: left;
		text-align: center
	}
	.leadership .leadership-category h3:before {
		position: absolute;
		left: .5rem;
		top: 1rem;
		right: 0;
		bottom: -0.5rem;
		background: rgba(0, 0, 0, 0.1);
		-webkit-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		transform: rotate(-1deg);
		content: '';
		display: block;
		z-index: -1
	}
	.leadership .leadership-category ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		clear: both
	}
	.leadership .leadership-category ul li {
		display: block;
		margin: 0 0 2rem 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
		border-bottom: .1rem solid #dadada
	}
	.leadership .leadership-category ul li img {
		width: 21.4rem;
		height: 21.4rem;
		-o-object-fit: cover;
		object-fit: cover;
		display: block;
		margin: 0;
		z-index: 1;
		position: relative
	}
	.leadership .leadership-category ul li .photo {
		margin: 0 0 1rem 0;
		position: relative;
		width: 21.4rem;
		height: 22rem
	}
	.leadership .leadership-category ul li .photo:after {
		position: absolute;
		left: -1px;
		right: -1px;
		top: -1px;
		bottom: -1px;
		background: url(../images/leadership-overlay.svg) no-repeat center;
		background-size: 100% 100%;
		z-index: 2;
		content: ''
	}
	.leadership .leadership-category ul li h4 {
		margin: 0;
		color: #707070;
		font-size: 3rem;
		font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-weight: 300
	}
	.leadership .leadership-category ul li h5 {
		margin: 0;
		font-size: 1.5rem;
		border-bottom: .1rem solid #dadada;
		margin: 0 0 2rem 0;
		padding: 0 0 1rem 0
	}
	.leadership .leadership-category ul li h5 a {
		background: #007cb6;
		display: inline-block;
		width: 1.6rem;
		height: 1.6rem;
		text-align: center;
		color: white;
		line-height: 1.6rem;
		margin-left: .5rem;
		font-size: 1.3rem;
		font-weight: normal;
		vertical-align: middle;
		margin-top: -0.4rem
	}
	.jobs {
		max-width: 64rem;
		margin: 0 auto 3rem;
		color: #676767
	}
	.jobs .job-category {
		margin: 0 0 2rem 0
	}
	.jobs .job-category h3 {
		border-bottom: .1rem dotted rgba(255, 255, 255, 0.3);
		margin: 0;
		padding: 0 0 1rem 0
	}
	.jobs .job-category .job-list-item {
		border-bottom: .1rem dotted rgba(255, 255, 255, 0.3)
	}
	.jobs .job-category .job-list-item-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1rem 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		cursor: pointer
	}
	.jobs .job-category .job-list-item-header:hover, .jobs .job-category .job-list-item-header.open {
		background: rgba(255, 255, 255, 0.05)
	}
	.jobs .job-category .job-list-item-header:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #007bff;
		right: 10px;
		top: 50%;
		margin-top: -5px;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		position: absolute
	}
	.jobs .job-category .job-list-item-header.open:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.jobs .job-category .job-list-item-header h4 {
		color: #4a90e2;
		font-weight: 600;
		font-size: 1.6rem;
		margin: 0;
		text-decoration: none;
		display: block;
		position: relative;
		padding-left: .5rem
	}
	.jobs .job-category .job-list-item-header span {
		padding-right: 2.5rem
	}
	.jobs .job-category .job-list-item-description {
		display: none;
		background: rgba(255, 255, 255, 0.05);
		padding: .5rem .5rem 2rem .5rem
	}
	.jobs .job-category .job-list-item-form {
		display: none
	}
	.reseller-table {
		max-width: 54rem;
		margin: 0 auto;
		border-radius: .5rem;
		color: #676767;
		overflow: hidden;
		background: white
	}
	.reseller-table nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.reseller-table nav a {
		display: block;
		width: 50%;
		height: 5rem;
		line-height: 5rem;
		text-decoration: none;
		border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
		text-align: center
	}
	.reseller-table nav a:nth-child(2) {
		border-left: .1rem solid rgba(0, 0, 0, 0.1)
	}
	.reseller-table nav a.active {
		border-bottom: .1rem solid transparent;
		-webkit-box-shadow: inset 0 .5rem 0 #f1701a;
		box-shadow: inset 0 .5rem 0 #f1701a;
		font-weight: bold
	}
	.reseller-table-tab {
		padding: 2rem;
		overflow-x: auto
	}
	.reseller-table-tab table {
		width: 100%
	}
	.reseller-table-tab table td, .reseller-table-tab table th {
		padding: .8rem
	}
	.reseller-table-tab table thead th:first-child {
		text-align: left
	}
	.reseller-table-tab table tbody th {
		text-align: left
	}
	.reseller-table-tab table tbody td {
		text-align: center
	}
	.reseller-table-tab table tbody i.check {
		width: 1.8rem;
		height: 1.4rem;
		display: inline-block;
		background: url(../images/icon-check-green.svg) no-repeat center
	}
	.request-demo-mobile {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 4.2rem;
		background-image: -webkit-linear-gradient(315deg, #ffaf3c 0, #ff771c 100%);
		background-image: linear-gradient(135deg, #ffaf3c 0, #ff771c 100%);
		-webkit-box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.1);
		box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.1);
		text-align: center;
		color: white;
		text-transform: uppercase;
		font-weight: 600;
		font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-size: 1.8rem;
		text-decoration: none;
		line-height: 4.2rem;
		white-space: nowrap;
		letter-spacing: .1rem;
		display: none;

	}
	.section {
		position: relative;
		z-index: 20
	}
	.section-content {
		padding: 0px 2rem;
		max-width: 1300px;
		margin: 0 auto
	}
	.section-container[data-jarallax] {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center
	}
	.section-intro {
		background: #fff url(../images/CloudisticsWebsiteHeader090718v17.png) no-repeat left bottom;
		background-size: 100%;
	}
	.section-intro .clouds {
		position: absolute;
		left: 0;
		height: 40rem;
		width: 200vw;
		top: 50%;
		background: url(../images/clouds.png) repeat-x 0 0;
		background-size: 100rem 30rem;
		-webkit-animation: animatedBackground 45s linear infinite;
		animation: animatedBackground 45s linear infinite;
		display: none
	}
	.section-intro .section-content {
		padding-bottom: 0px;
		max-width: none;
		position: relative
	}
	.section-intro .section-copy {
		padding: 12.5rem 0 0;
		color: #323232
	}
	.section-intro h1 {
		color: #323232
	}
	.section-intro p {
		font-size: 1.4rem;
		line-height: 2.8rem;
		font-weight: 600
	}
	.section-intro-btn-large {
		position: absolute;
		right: 0;
		bottom: 10rem;
		height: 6.8rem;
		background-image: -webkit-linear-gradient(315deg, #ffaf3c 0, #ff771c 100%);
		background-image: linear-gradient(135deg, #ffaf3c 0, #ff771c 100%);
		-webkit-box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
		box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
		text-align: center;
		color: white;
		text-transform: uppercase;
		font-weight: 600;
		font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-size: 1.8rem;
		text-decoration: none;
		line-height: 6.8rem;
		white-space: nowrap;
		letter-spacing: .1rem;
		padding: 0 4.2rem 0 5.2rem;
		display: none
	}
	.section-intro-btn-large:before {
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/icon-right-white.svg) no-repeat center;
		bottom: 0;
		width: 5.4rem;
		content: '';
		display: block
	}
	.section-intro .section-illustration {
		width: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: 50rem;
		padding-bottom: 70%;
		position: absolute;
		bottom: 2rem;
		z-index: 1;
		-webkit-transition: all ease .5s;
		transition: all ease .5s;
		background: url(../images/intro-apps.png) no-repeat center;
		background-size: contain;
		display: none;
	}
	.section-intro .section-illustration #globe-container {
		width: 100%;
		height: 100%
	}
	.section-benefits {
		background: white;
		z-index: 10;
		margin-top: -7%;
		padding-top: 7%;
		background: #fff url(../images/bg-coffee-mobile.png) no-repeat center bottom;
		background-size: 100% auto
	}
/* .section-benefits .smoke {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 150%;
	top: -75%;
	background: #fff url(../images/bg-coffee-2.jpg) no-repeat center;
	background-size: contain;
	background-size: 100% auto;
	} */
	.section-benefits:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		height: calc(100% + 20px);
		/* top: -75%; */
		background: #fff url(../images/bg-coffee-2.jpg) no-repeat center;
		background-size: cover;
		z-index: -1;

	}
/* .section-benefits .smoke canvas {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12%;
	border-radius: 50%;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	width: 24%;
	height: 24%
	} */
	.section-benefits .section-content {
		/* padding-top: 6.4rem; */
		padding-top: 1rem;
		/* padding-bottom: 70%; */
		padding-bottom: 10%;
		max-width: 1300px;
		margin: 0 auto
	}
	.section-benefits h2 {
		font-size: 2.2rem;
		line-height: 3.6rem;
		letter-spacing: 0
	}
	.section-benefits .section-copy {
		margin: 0;
		max-width: 46rem
	}
	.section-benefits-video {
		display: block;
		text-decoration: none;
		position: relative;
		margin-bottom: 5rem
	}
	.section-benefits-video:after {
		position: absolute;
		left: 0;
		bottom: -2.8rem;
		display: block;
		width: 15rem;
		background: #66a0ee;
		height: .4rem;
		content: ''
	}
	.section-benefits-video img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		-webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.3);
		box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.3)
	}
	.section-benefits-video strong {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		padding: 1.5rem 1.5rem 1.5rem 9rem;
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
		background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 100%);
		background-image: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, 0.3) 100%);
		font-size: 1.8rem;
		color: white;
		font-weight: bold;
		line-height: 2.3rem;
		letter-spacing: .1rem
	}
	.section-benefits-video strong:before {
		display: block;
		width: 4.8rem;
		height: 4.8rem;
		border-radius: 50%;
		content: '';
		position: absolute;
		left: 1.6rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.4)
	}
	.section-benefits-video strong:after {
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .9rem 0 .9rem 1.4rem;
		border-color: transparent transparent transparent #fff;
		left: 1.6rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		content: '';
		display: block;
		margin-left: 1.8rem
	}
	.section-benefits-video strong em {
		font-style: italic;
		font-weight: 300
	}
	.section-ecosystem {
		-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
		clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
		background-image: -webkit-linear-gradient(251deg, #57abb7 2%, #b4bfc1 97%);
		background-image: linear-gradient(-161deg, #57abb7 2%, #b4bfc1 97%);
		margin-top: -7%;
		padding-top: 7%;
		overflow: hidden;
		padding-bottom: 0
	}
	.section-ecosystem .section-content {
		position: relative
	}
	.section-ecosystem .clouds-1 {
		position: absolute;
		left: 0;
		height: 40rem;
		width: 200vw;
		top: 0;
		background: url(../images/clouds.png) repeat-x 0 -100px;
		background-size: 100rem 30rem;
		-webkit-animation: animatedBackground2 40s linear infinite;
		animation: animatedBackground2 40s linear infinite
	}
	.section-ecosystem .clouds-2 {
		position: absolute;
		left: 0;
		width: 200vw;
		height: 57rem;
		top: 10%;
		background: url(../images/cloud-blurry.png) repeat-x 0 0;
		-webkit-animation: animatedBackground 50s linear infinite;
		animation: animatedBackground 50s linear infinite
	}
	.section-ecosystem .clouds-3 {
		position: absolute;
		left: 0;
		width: 200vw;
		height: 50rem;
		top: 50%;
		background: url(../images/clouds.png) repeat-x 0 0;
		-webkit-animation: animatedBackground 50s linear infinite;
		animation: animatedBackground 50s linear infinite
	}
	.section-ecosystem-intro {
		color: white;
		padding-top: 6.4rem;
		padding-bottom: 6.4rem
	}
	.section-ecosystem-intro .section-copy p {
		max-width: 64rem
	}
	.section-ecosystem-intro p {
		font-style: italic
	}
	.section-ecosystem-pods {
		width: 31.8rem;
		height: 31.8rem;
		position: relative;
		margin: 0 auto 2rem;
		overflow: hidden
	}
	.section-ecosystem-pods:before {
		position: absolute;
		width: 56.4%;
		height: 56.4%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-radius: 50%;
		background: url(../images/cloudistics_pod.png) no-repeat center;
		background-size: 101%;
		-webkit-box-shadow: 0 0 3.4rem 0 #fff;
		box-shadow: 0 0 3.4rem 0 #fff;
		content: '';
		display: block
	}
	.section-ecosystem-pods svg {
		width: 100%;
		-webkit-transform: rotate(22.5deg);
		-ms-transform: rotate(22.5deg);
		transform: rotate(22.5deg);
		height: 100%;
		position: relative
	}
	.section-ecosystem-pods-category {
		position: relative;
		padding: 0 3rem;
		font-style: normal;
		font-size: 1.6rem;
		opacity: 0;
		max-height: 0;
		z-index: 1;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-category p {
		font-style: normal
	}
	.section-ecosystem-pods-category-image {
		margin: 0 -3rem 2rem
	}
	.section-ecosystem-pods-category-image img {
		width: 100%;
		height: auto;
		display: block;
		max-height: 30rem;
		-o-object-fit: cover;
		object-fit: cover
	}
	.section-ecosystem-pods-category-image h3 {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		background: rgba(33, 41, 67, 0.5);
		line-height: 7rem;
		height: 7rem;
		color: white;
		font-size: 1.6rem;
		padding: 0 3rem
	}
	.section-ecosystem-pods-category-logos {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 2rem 0
	}
	.section-ecosystem-pods-category-logos img {
		max-width: 40%;
		height: auto
	}
	.section-ecosystem-pods-categories {
		position: relative;
		min-height: 48rem
	}
	.section-ecosystem-pods-categories-list {
		list-style-type: none;
		margin: 0 -2rem;
		padding: 0
	}
	.section-ecosystem-pods-categories-list li {
		display: block;
		position: relative;
		min-height: 5.8rem;
		overflow: hidden;
		margin: 0 3rem .2rem;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-categories-list li>a {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 5.8rem;
		line-height: 5.8rem;
		padding: 0 0 0 2.5rem;
		background: rgba(255, 255, 255, 0.5);
		font-size: 2rem;
		font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-weight: 600;
		color: #8e8e8e;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		display: block;
		text-decoration: none;
		z-index: 2;
		white-space: nowrap
	}
	.section-ecosystem-pods-categories-list li>a:before {
		z-index: -2;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: -webkit-linear-gradient(225deg, #ffaf3c 0, #ff771c 100%);
		background-image: linear-gradient(-135deg, #ffaf3c 0, #ff771c 100%);
		opacity: 0;
		content: '';
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		display: block
	}
	.section-ecosystem-pods-categories-list li>a:after {
		position: absolute;
		width: 5rem;
		height: 5rem;
		background: url(../images/icon-close.svg) no-repeat center;
		content: '';
		display: block;
		right: 0;
		top: 50%;
		margin-top: -2.5rem;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		opacity: 0
	}
	.section-ecosystem-pods-categories-list li>a i {
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-categories-list li>a i:after, .section-ecosystem-pods-categories-list li>a i:before {
		position: absolute;
		width: 5rem;
		height: 5rem;
		background: url(../images/icon-right-gray.svg) no-repeat center;
		content: '';
		display: block;
		right: 0;
		top: 50%;
		margin-top: -2.5rem;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-categories-list li>a i:after {
		opacity: 0;
		background: url(../images/icon-right-white.svg) no-repeat center
	}
	.section-ecosystem-pods-categories-list li.active>a, .section-ecosystem-pods-categories-list li:hover>a {
		color: #fff
	}
	.section-ecosystem-pods-categories-list li.active>a:before, .section-ecosystem-pods-categories-list li:hover>a:before {
		opacity: 1
	}
	.section-ecosystem-pods-categories-list li.active>a i:before, .section-ecosystem-pods-categories-list li:hover>a i:before {
		opacity: 0
	}
	.section-ecosystem-pods-categories-list li.active>a i:after, .section-ecosystem-pods-categories-list li:hover>a i:after {
		opacity: 1
	}
	.section-ecosystem-pods-categories-list li.open {
		margin: 0
	}
	.section-ecosystem-pods-categories-list li.open>a {
		background: rgba(33, 41, 67, 0.5);
		color: #fff
	}
	.section-ecosystem-pods-categories-list li.open>a:before {
		opacity: 0
	}
	.section-ecosystem-pods-categories-list li.open>a:after {
		opacity: 1
	}
	.section-ecosystem-pods-categories-list li.open>a i {
		opacity: 0
	}
	.section-ecosystem-pods-categories-list li.open .section-ecosystem-pods-category {
		max-height: 50rem;
		opacity: 1
	}
	.section-ecosystem-pods-categories.open li:not(.current) {
		min-height: 0;
		height: 0;
		margin-bottom: 0;
		opacity: 0
	}
	.section-ecosystem-pods-categories-desktop {
		border: .3rem dashed white;
		position: absolute;
		right: 0;
		top: 5rem;
		width: 25rem;
		overflow: hidden;
		-webkit-transition: all ease .5s;
		transition: all ease .5s;
		z-index: 3;
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-2rem);
		-ms-transform: translateY(-2rem);
		transform: translateY(-2rem);
		-webkit-transition-delay: 100ms;
		transition-delay: 100ms
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop.open {
		height: 25rem;
		border-radius: 50%;
		-webkit-transform: translateY(-9rem);
		-ms-transform: translateY(-9rem);
		transform: translateY(-9rem)
	}
	.section-illustration.reached-done .section-ecosystem-pods-categories-desktop {
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		-webkit-transition-delay: 0;
		transition-delay: 0
	}
	.section-ecosystem-pods-categories-desktop-titles {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) scale(0);
		-ms-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		width: 23rem;
		height: 23rem;
		background: url(../images/orb_orange.png) no-repeat center;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-categories-desktop-titles.open {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}
	.section-ecosystem-pods-categories-desktop-titles-title {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: white;
		font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-size: 2.4rem;
		padding: 0 1.5rem;
		font-weight: 600;
		visibility: hidden;
		text-align: center;
		cursor: pointer
	}
	.section-ecosystem-pods-categories-desktop-titles-title:after {
		position: absolute;
		left: 50%;
		bottom: 2rem;
		height: 4rem;
		width: 4rem;
		margin-left: -2rem;
		background: url(../images/icon-close.svg) no-repeat center;
		content: '';
		display: block
	}
	.section-ecosystem-pods-categories-desktop-titles-title.active {
		visibility: visible
	}
	.section-ecosystem-pods-categories-desktop-list {
		list-style-type: none;
		margin: 0;
		padding: 1.5rem 0;
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.open .section-ecosystem-pods-categories-desktop-list {
		opacity: 0;
		visibility: hidden
	}
	.section-ecosystem-pods-categories-desktop-list>li {
		margin: 0;
		padding: 0;
		display: block;
		-webkit-transition: all ease .5s;
		transition: all ease .5s;
		-webkit-transform: translateY(2rem);
		-ms-transform: translateY(2rem);
		transform: translateY(2rem);
		opacity: 0
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop-list>li {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop-list>li:nth-child(1) {
		-webkit-transition-delay: 200ms;
		transition-delay: 200ms
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop-list>li:nth-child(2) {
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop-list>li:nth-child(3) {
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop-list>li:nth-child(4) {
		-webkit-transition-delay: 500ms;
		transition-delay: 500ms
	}
	.section-illustration.reached .section-ecosystem-pods-categories-desktop-list>li:nth-child(5) {
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms
	}
	.section-illustration.reached-done .section-ecosystem-pods-categories-desktop-list>li {
		-webkit-transition-delay: 0 !important;
		transition-delay: 0 !important;
		-webkit-transition: none;
		transition: none
	}
	.section-ecosystem-pods-categories-desktop-list>li.active>a {
		padding-right: 4.5rem;
		color: #ff771c
	}
	.section-ecosystem-pods-categories-desktop-list>li.active>a:after {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.section-ecosystem-pods-categories-desktop-list>li>a {
		font-size: 2rem;
		text-align: right;
		display: block;
		padding: 1.5rem;
		text-decoration: none;
		text-transform: uppercase;
		color: white;
		font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-weight: 600;
		position: relative;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-categories-desktop-list>li>a:after {
		position: absolute;
		right: 1.5rem;
		top: 0;
		bottom: 0;
		width: 3rem;
		background: url(../images/icon-left-arrow-orange.svg) no-repeat center;
		display: block;
		content: '';
		opacity: 0;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pods-categories-desktop-list>li>a:hover {
		padding-right: 4.5rem;
		color: #ff771c
	}
	.section-ecosystem-pods-categories-desktop-list>li>a:hover:after {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.section-ecosystem-pods-categories-desktop-description {
		position: absolute;
		left: 0;
		right: 0;
		top: 16rem;
		z-index: 2;
		display: none
	}
	.section-ecosystem-pods-categories-desktop-description .category {
		display: none;
		background-color: #000;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		font-style: normal
	}
	.section-ecosystem-pods-categories-desktop-description .category.active {
		display: block
	}
	.section-ecosystem-pods-categories-desktop-description .category p {
		font-style: normal
	}
	.section-ecosystem-pods-categories-desktop-description .category .text {
		max-width: 43rem;
		padding: 4rem
	}
	.section-ecosystem-pods-categories-desktop-description .category a {
		color: white;
		border-color: white;
		background: url(../images/arrow-btn-inline-white.svg) no-repeat .9rem center;
		font-style: normal
	}
	.section-ecosystem-pods-categories-desktop-description .category .logos {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		background: rgba(255, 255, 255, 0.8);
		padding: 4rem
	}
	.section-ecosystem-pods-categories-desktop-description .category .logos img {
		display: block;
		margin: 0
	}
	.section-ecosystem-pod .pod-shadow {
		opacity: 0;
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pod .pod-overlay {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all ease .3s;
		transition: all ease .3s
	}
	.section-ecosystem-pod:hover .pod-shadow, .section-ecosystem-pod.active .pod-shadow, .section-ecosystem-pod.selected .pod-shadow {
		-webkit-transform: translateY(-25px) translateX(15px);
		-ms-transform: translateY(-25px) translateX(15px);
		transform: translateY(-25px) translateX(15px);
		opacity: 1
	}
	.section-ecosystem-pod:hover .pod-overlay, .section-ecosystem-pod.active .pod-overlay, .section-ecosystem-pod.selected .pod-overlay {
		-webkit-transform: translateY(-25px) translateX(15px);
		-ms-transform: translateY(-25px) translateX(15px);
		transform: translateY(-25px) translateX(15px);
		fill: #ff771c
	}
	.section-ecosystem-pods.selected .section-ecosystem-pod:hover .pod-shadow {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}
	.section-ecosystem-pods.selected .section-ecosystem-pod:hover .pod-overlay {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		fill: #fff
	}
	.section-ecosystem-quotes {
		color: white;
	/* padding-top: 6.4rem;
	padding-bottom: 3rem; */
	padding-top: 1.5rem;
	padding-bottom: 0rem;
	background-size: auto 23rem;
	text-align: center
}
.section-ecosystem-quotes .swiper-wrap {
	position: relative;
	max-width: 52rem;
	margin: 0 auto;
	text-align: left
}
.section-ecosystem-quotes .swiper-container {
	margin: 0
}
.section-ecosystem-quotes-slide blockquote {
	font-size: 1.4rem;
	line-height: 2.8rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative
}
.section-ecosystem-quotes-slide blockquote p {
	position: relative;
	z-index: 2;
	padding: 1.2rem 0
}
.section-ecosystem-quotes-slide blockquote p:before, .section-ecosystem-quotes-slide blockquote p:after {
	position: absolute;
	z-index: -2;
	width: 4rem;
	height: 3.4rem;
	content: '';
	display: block
}
.section-ecosystem-quotes-slide blockquote p:before {
	background: url(../images/icon-quotes-up.svg) no-repeat left top;
	left: 0;
	top: 0
}
.section-ecosystem-quotes-slide blockquote p:after {
	right: 0;
	bottom: 0;
	background: url(../images/icon-quotes-down.svg) no-repeat left top
}
.section-ecosystem-quotes-slide blockquote footer {
	padding: 3rem 8rem 5.5rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.section-ecosystem-quotes-slide blockquote footer img {
	display: block;
	margin: 0;
	max-width: 4.4rem;
	height: auto
}
.section-ecosystem-quotes-slide blockquote footer img+cite:before {
	position: absolute;
	left: 1.6rem;
	width: .1rem;
	background: #fff;
	height: 3.2rem;
	content: '';
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.section-ecosystem-quotes-slide blockquote footer img+cite {
	padding-left: 3.2rem
}
.section-ecosystem-quotes-slide blockquote footer cite {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2rem;
	position: relative
}
.section-ecosystem-quotes-slide blockquote footer cite strong {
	font-size: 2.4rem;
	font-style: normal;
	display: block;
	margin: 0 0 .5rem 0;
	font-weight: 300
}
.section-ecosystem-quotes .swiper-pagination {
	text-align: left;
	position: relative;
	left: auto;
	bottom: auto
}
.section-ecosystem-quotes .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 .1rem white;
	box-shadow: inset 0 0 0 .1rem white;
	background: 0;
	width: 1rem;
	height: 1rem
}
.section-ecosystem-quotes .swiper-pagination .swiper-pagination-bullet-active {
	background: white
}
.section-ecosystem-quotes .swiper-button-prev, .section-ecosystem-quotes .swiper-button-next {
	width: 3.5rem;
	height: 9.8rem;
	margin-top: 0;
	top: 3rem;
	display: none
}
.section-ecosystem-quotes .swiper-button-prev {
	background: url(../images/arrow-customers-left.svg) no-repeat center;
	left: 0
}
.section-ecosystem-quotes .swiper-button-next {
	background: url(../images/arrow-customers-right.svg) no-repeat center;
	right: 0
}
.section-services {
	color: white;
	z-index: 10;
	margin-top: -7%;
	background: url(../images/bg-services.jpg) no-repeat center;
	background-size: cover
}
.section-services .section-content {
	padding-top: 9rem;
	padding-bottom: 7rem;
	max-width: 1300px;
	margin: 0 auto;
	position: relative
}
.section-services .section-copy {
	max-width: 46rem;
	margin: 0
}
.section-services .section-copy p {
	line-height: 3.2rem
}
.section-services h3 {
	text-transform: uppercase
}
.section-roi {
	color: #707070;
	z-index: 10;
	margin-top: -7%;
	background: url(../images/roi-bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-clip-path: polygon(0 1%, 36% 0, 100% 2%, 100% 100%, 0 99%);
	clip-path: polygon(0 1%, 36% 0, 100% 2%, 100% 100%, 0 99%)
}
.section-roi .section-content {
	padding-top: 5.4rem;
	padding-bottom: 5.4rem;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.section-roi .section-illustration {
	padding: 0
}
.section-roi .section-illustration img {
	max-width: 100%;
	margin: 0 auto;
	display: block
}
.section-roi .section-copy {
	margin: 0
}
.section-roi .section-copy h3 {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: .1rem;
	margin: 0 0 2rem 0
}
.section-blog {
	-webkit-clip-path: polygon(0 1%, 36% 0, 100% 2%, 100% 100%, 0 99%);
	clip-path: polygon(0 1%, 36% 0, 100% 2%, 100% 100%, 0 99%);
	margin-top: -10%;
	padding-top: 10%;
	background: url(../images/bg-blog.jpg) no-repeat center;
	background-size: cover
}
.section-blog.section-top-news {
	-webkit-clip-path: none;
	clip-path: none;
	z-index: 3;
	padding-top: 13%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,a0a0a0+100 */
	background: rgb(196,196,196); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(160,160,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(196,196,196,1) 0%,rgba(160,160,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
}
.section-blog .section-content {
	padding: 0px 2rem 5rem 2rem;
}
.section-blog h2 {
	color: #a9a9a9;
	padding: 0 2rem;
	margin: 0 0 4rem 0
}
.section-blog .swiper-wrap {
	position: relative
}
.section-blog-slide {
	padding: 6.2rem 0 5.4rem 5.2rem;
	position: relative
}
.section-blog-slide-image {
	margin: -5.4rem 5.4rem 0 -5.4rem
}
.section-blog-slide-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0
}
.section-blog-slide-text {
	position: relative;
	background: white;
	-webkit-box-shadow: 1rem 1rem 4.4rem rgba(0, 0, 0, 0.2);
	box-shadow: 1rem 1rem 4.4rem rgba(0, 0, 0, 0.2);
	padding: 3rem;
	margin-top: -5.4rem
}
.section-blog-slide-text p:last-child {
	margin: 0
}
.section-blog .swiper-pagination {
	text-align: left;
	padding-left: 5.2rem
}
.section-blog .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 .1rem white;
	box-shadow: inset 0 0 0 .1rem white;
	background: 0;
	width: 1rem;
	height: 1rem
}
.section-blog .swiper-pagination .swiper-pagination-bullet-active {
	background: white
}
.section-blog .swiper-button-prev, .section-blog .swiper-button-next {
	width: 3.5rem;
	height: 9.8rem;
	margin-top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}
.section-blog .swiper-button-prev {
	background: url(../images/arrow-customers-left.svg) no-repeat center;
	left: 0
}
.section-blog .swiper-button-next {
	background: url(../images/arrow-customers-right.svg) no-repeat center;
	right: 0
}
.section-contact {
	z-index: 10;
	margin-top: -7%;
	padding-top: 7%;
	padding-bottom: 7%;
	background: url(../images/bg-contact-mobile.jpg) no-repeat center;
	background-size: cover
}
.page-template-template-campaign .the-content .section-contact{
	margin-top: 20em;
}
.section-contact .section-content {
	/* padding-top: 6.4rem;
	padding-bottom: 3rem; */
	padding-top: 3.2rem;
	padding-bottom: 0rem;
	color: white
}
.section-contact h3 {
	padding: 2rem 0;
	text-align: center
}
.section-contact h3 a {
	color: white;
	text-decoration: none;
	padding-right: 2rem;
	display: inline-block;
	padding: 2rem 4rem 2rem 2rem;
	border-radius: .5rem;
	-webkit-box-shadow: inset 0 0 0 .2rem white;
	box-shadow: inset 0 0 0 .2rem white;
	margin: 0;
	position: relative;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.section-contact h3 a:after {
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/arrow-btn-inline-white.svg) no-repeat center;
	background-size: auto 2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	right: 1rem
}
.section-contact h3 a:hover {
	background-color: rgba(255, 255, 255, 0.2)
}
.section-contact .gform_wrapper span.gform_description {
	margin: 0
}
.section-contact .gform_wrapper .gform_heading {
	margin: 0
}
.section-contact .gform_wrapper h3.gform_title {
	font-size: 2.4rem;
	line-height: 2.8rem;
	text-transform: uppercase;
	margin: 0
}
.section-contact .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0
}
.section-contact .gform_wrapper .top_label .gfield_label {
	display: none
}
.section-contact input[type="text"], .section-contact input[type="email"], .section-contact textarea, .section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .section-contact .gform_wrapper textarea {
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	border-radius: 0;
	font-size: 1.2rem;
	padding: 1rem 1.5rem
}
.section-contact input[type="text"]::-webkit-input-placeholder, .section-contact input[type="email"]::-webkit-input-placeholder, .section-contact textarea::-webkit-input-placeholder, .section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .section-contact .gform_wrapper textarea::-webkit-input-placeholder {
	color: white;
	text-transform: uppercase;
	font-weight: bold
}
.section-contact input[type="text"]:-moz-placeholder, .section-contact input[type="email"]:-moz-placeholder, .section-contact textarea:-moz-placeholder, .section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, .section-contact .gform_wrapper textarea:-moz-placeholder {
	color: white;
	text-transform: uppercase;
	font-weight: bold
}
.section-contact input[type="text"]::-moz-placeholder, .section-contact input[type="email"]::-moz-placeholder, .section-contact textarea::-moz-placeholder, .section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .section-contact .gform_wrapper textarea::-moz-placeholder {
	color: white;
	text-transform: uppercase;
	font-weight: bold
}
.section-contact input[type="text"]:-ms-input-placeholder, .section-contact input[type="email"]:-ms-input-placeholder, .section-contact textarea:-ms-input-placeholder, .section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .section-contact .gform_wrapper textarea:-ms-input-placeholder {
	color: white;
	text-transform: uppercase;
	font-weight: bold
}
.section-contact .gform_wrapper textarea.medium {
	height: 6rem
}
.section-contact .section-content-form p {
	margin: 0 0 1.6rem 0
}
.section-contact .section-content-form-left {
	float: left;
	width: 50%;
	padding-right: .8rem
}
.section-contact .section-content-form-right {
	float: right;
	width: 50%;
	padding-left: .8rem
}
.section-contact .section-content-submit {
	text-align: right
}
.section-contact .gform_wrapper .gform_footer {
	padding-top: 1rem
}
.section-contact .gform_wrapper .gform_footer input.button, .section-contact .gform_wrapper .gform_footer input[type=submit] {
	float: right
}
.reached .section-contact .gform_wrapper .gform_footer input.button, .reached .section-contact .gform_wrapper .gform_footer input[type=submit] {
	opacity: 1
}
.section-contact .reached .gform_wrapper h3.gform_title {
	opacity: 1
}
.section-contact .reached .gform_wrapper .gform_footer input.button, .section-contact .reached .gform_wrapper .gform_footer input[type=submit] {
	opacity: 1
}
.the-content {
	position: relative;
	z-index: 20;
	background: #fff;
	padding-top: 8rem;
	padding-bottom: 2rem
}
.the-content .post-content {
	padding: 0 2rem;
	max-width: 1300px;
	margin: 0 auto
}
.the-content .hero-header {
	text-align: center
}
.hero-header.has-title-image.fancy-header {
	height: auto;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 20%
}
.hero-header.has-title-image.fancy-header .overlay {
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-top.png) no-repeat center bottom;
	background-size: contain
}
.hero-header.has-title-image.fancy-header .page-subtitle {
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	font-style: normal;
	margin: 0 0 1rem;
	line-height: 4rem
}
.hero-header.has-title-image.fancy-header .page-title {
	font-size: 4rem;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	text-shadow: none;
	line-height: 4rem;
	margin: 0
}
.hero-header.has-title-image.fancy-header .page-title:after {
	display: block;
	float: right;
	height: .5rem;
	width: 20rem;
	background: white;
	content: '';
	margin: 2rem 0 2rem
}
.hero-header.has-title-image.fancy-header .page-headline {
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-size: 2rem;
	margin: 0;
	clear: both
}
.hero-header.has-title-image.fancy-header .grid-column {
	max-width: 46rem;
	float: right;
	text-align: right;
	padding: 0 2rem;
	margin: 0;
	width: auto
}
.hero-header.has-title-image.fancy-header .grid-container {
	max-width: 1300px;
}
.subpage-list {
	color: #676767
}
.subpage-list-item {
	position: relative;
	margin: 0 0 3rem 0
}
.subpage-list-item img {
	margin: 0 auto 1.5rem;
	display: block;
	max-width: 6rem;
	height: auto
}
.subpage-list-item h3 {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.1rem;
	margin: 0 0 1rem 0
}
.subpage-list-item p {
	margin: 0 0 1rem 0
}
.subpage-list-item p:last-child {
	margin: 0
}
.page-template-template-partners .the-content, .c .the-content, .page-template-template-campaign .the-content{
	background: #cee3e5;
	padding-bottom: 0
}
.page-template-template-partners .the-content .hero-header:before, .page-template-template-campaign .the-content .hero-header:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 194, 197, 0)), to(#cee3e5));
	background-image: -webkit-linear-gradient(top, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	background-image: linear-gradient(-180deg, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	content: '';
	display: block
}
.page-template-template-partners .the-content .post-content .grid-column>h2 {
	text-align: center;
	color: #676767;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 7rem 0
}
.page-template-template-partners .the-content .post-content .grid-column>h2 strong {
	border-bottom: .2rem solid #676767;
	padding: 0 3rem 2rem;
	display: inline-block;
	font-weight: 400
}
.share-this-post {
	float: left;
	background-color: white;
	top: 200px;
	clear: right;
	margin-left: 15px;
}

.share-this-post a {
	float: left;
	width: 100%;
	background-color: #4F4F4F;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 5px 5px;
	color: white;
}
.meta-container {
	margin-bottom: 20px;
}
.the-author {
	font-size: 16px;
	display: none;
}

.image-and-name, .author-link {
	margin-left: 20px;
	margin: 5px 0 5px 5px;
	font-size: 16px;
	line-height: 40px;
	background-color: #4F4F4F;
	height: 40px;
	display: inline-block;
	padding: 0 10px;
	color: white;
}


.the-author img {
	position: absolute;
	border-radius: 100px;
	margin-top: -10px;
	margin-left: -5px;
	border: 1px solid #4F4F4F;
}
.the-author .author-name {
	padding-left: 65px;
	text-transform: uppercase;
}
.author-link {
	margin-left: 0px;
}
.author-link i {
	color: white;
}

.page-template-template-partners .the-content article, .page-template-template-campaign .the-content article {
	position: relative;
	padding-bottom: 5rem;
	color: #676767
}
.page-template-template-partners .the-content article .post-content, .page-template-template-campaign .the-content article .post-content{
	position: relative;
	z-index: 22
}
.page-template-template-partners .the-content article:after, .page-template-template-campaign .the-content article:after{
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.solutions-cta+.cta-partners {
	margin-top: -1%
}
.cta-partners {
	background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 10rem;
	-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	position: relative;
	z-index: 20
}
.cta-partners .grid-container {
	width: auto;
	max-width: none
}
.cta-partners .grid-column {
	width: auto;
	float: none;
	margin: 0
}
.cta-partners .c2a-title {
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #707070;
	margin: 0 0 1rem 0
}
.cta-partners .c2a-description h2 {
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: bold;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #707070;
	text-transform: uppercase;
	letter-spacing: 0
}
.cta-partners .c2a-description p:first-of-type>a {
	width: 12.5rem;
	height: 14.2rem;
	background: url(../images/btn-partners.svg) no-repeat center;
	background-size: 100% 100%;
	color: white;
	display: block;
	margin: 3rem auto 3rem;
	text-decoration: none;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 12.2rem;
	text-align: center
}
.cta-partners .c2a-description p:nth-of-type(2), .cta-partners .c2a-description p:nth-of-type(3) {
	display: inline-block;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.6);
	padding: 1rem 2rem;
	font-size: 1.8rem;
	color: white;
	font-weight: 600
}
.cta-partners .c2a-description p:nth-of-type(2) a, .cta-partners .c2a-description p:nth-of-type(3) a {
	color: #66a0ee;
	text-decoration: none
}
.cta-partners .c2a-description p:nth-of-type(3) {
	margin: 5rem 0 0 0;
	padding-bottom: 3rem;
	display: block;
	text-align: center
}
.page-template-template-solutions .the-content {
	background: #cee3e5;
	padding-bottom: 0;
	color: white
}
.page-template-template-solutions .the-content .hero-header:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 171, 183, 0)), to(#cee3e5));
	background-image: -webkit-linear-gradient(top, rgba(87, 171, 183, 0) 0, #cee3e5 100%);
	background-image: linear-gradient(-180deg, rgba(87, 171, 183, 0) 0, #cee3e5 100%);
	content: '';
	display: block
}
.page-template-template-solutions .the-content .hero-header .grid-column {
	max-width: none;
	float: none;
	text-align: center;
	padding: 0 2rem
}
.page-template-template-solutions .the-content .hero-header .page-subtitle {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.4rem;
	font-weight: 300;
	color: #6d6d6d;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2)
}
.page-template-template-solutions .the-content .hero-header .page-title {
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #6d6d6d;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2);
	margin-bottom: 3rem
}
.page-template-template-solutions .the-content .hero-header .page-title:after {
	display: none
}
.page-template-template-solutions .the-content .hero-header .page-headline {
	font-size: 2.8rem;
	color: white;
	line-height: 1.2
}
.page-template-template-solutions .the-content article {
	position: relative;
	padding-bottom: 5rem;
	color: #676767
}
.page-template-template-solutions .the-content article .post-content {
	position: relative;
	z-index: 22
}
.page-template-template-solutions .the-content article:after {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.solutions-cta {
	background: white;
	-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	position: relative;
	z-index: 20;
	padding: 10rem 2rem 1rem
}
.solutions-cta-container {
	max-width: 96.4rem;
	margin: 0 auto;
	color: #9b9b9b
}
.solutions-cta h2 {
	font-size: 2.8rem;
	line-height: 1.2;
	color: #9b9b9b;
	text-align: center;
	margin: 0 0 5rem 0;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600
}
.solutions-cta-item {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0 0 5rem 0
}
.solutions-cta-item h3 {
	font-weight: 600;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #9b9b9b;
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 1rem 0
}
.solutions-cta-item img {
	margin: 0 auto 1.5rem;
	max-width: 7.4rem;
	height: auto
}
.solutions-cta-item p {
	margin: 0 0 1.5rem
}
.solutions-cta-item p:last-child {
	margin: 0
}
.solutions-cta-item a {
	color: #ff771c;
	border-color: #ff771c;
	background: url(../images/arrow-btn-inline-orange.svg) no-repeat .9rem center
}
.page-template-template-general .hero-header, 
.post-template-default .hero-header,
.resources-template-default .hero-header {
	height: auto;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 20%;
	background-image: -webkit-gradient(linear, left top, right top, from(#fee872), to(#fa7360));
	background-image: -webkit-linear-gradient(left, #fee872 0, #fa7360 100%);
	background-image: linear-gradient(90deg, #fee872 0, #fa7360 100%)
}
.page-template-template-general .hero-header .overlay, 
.post-template-default .hero-header .overlay,
.resources-template-default .hero-header .overlay {
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-top-general.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	width: 100%;
	left: 0
}
.page-template-template-general .hero-header .page-subtitle, 
.post-template-default .hero-header .page-subtitle,
.resources-template-default .hero-header .page-subtitle {
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	font-style: normal;
	margin: 0 0 1rem;
	line-height: 4rem;
	color: white
}
.page-template-template-general .hero-header .page-title, 
.post-template-default .hero-header .page-title,
.resources-template-default .hero-header .page-title {
	font-size: 4rem;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	text-shadow: none;
	line-height: 4rem;
	margin: 0;
	color: white
}
.page-template-template-general .hero-header .page-title:after, 
.post-template-default .hero-header .page-title:after,
.resources-template-default .hero-header .page-title:after {
	display: block;
	float: right;
	height: .5rem;
	width: 20rem;
	background: white;
	content: '';
	margin: 1.5rem 0 2rem 20rem
}
.page-template-template-general .hero-header .page-headline, 
.post-template-default .hero-header .page-headline,
.resources-template-default .hero-header .page-headline {
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-size: 2rem;
	margin: 0;
	clear: both;
	color: white
}
.page-template-template-general .hero-header .grid-column, 
.post-template-default .hero-header .grid-column,
.resources-template-default .hero-header .grid-column {
	max-width: 46rem;
	float: right;
	text-align: right;
	padding: 0 2rem;
	margin: 0;
	width: auto
}
.page-template-template-general .hero-header .grid-column.post-meta, 
.post-template-default .hero-header .grid-column.post-meta,
.resources-template-default .hero-header .grid-column.post-meta {
	color: #fff;
	font-size: 90%;
	clear: right;
	margin-right: 2rem
}
.page-template-template-general .hero-header .grid-column.post-meta a, 
.post-template-default .hero-header .grid-column.post-meta a,
.resources-template-default .hero-header .grid-column.post-meta a {
	color: #fff;
	text-decoration:none;
}

.resources a {
	text-decoration: none;
}
.page-template-template-general .hero-header .grid-container, 
.post-template-default .hero-header .grid-container,
.resources-template-default .hero-header .grid-container {
	max-width: 96.4rem
}
.post-template-default .hero-header .grid-column,
.resources-template-default .hero-header .grid-column {
	max-width: 60rem
}
.post-template-default .hero-header .grid-column .page-title,
.resources-template-default .hero-header .grid-column .page-title {
	font-size: 3rem;
	line-height: 3.5rem
}
.page-template-template-general .the-content, 
.post-template-default .the-content,
.resources-template-default .the-content {
	background: #fff;
	padding-bottom: 0
}
.page-template-template-general .the-content article, 
.post-template-default .the-content article,
.resources-template-default .the-content article {
	position: relative;
	padding-bottom: 5rem
}
.page-template-template-general .the-content article .post-content, 
.post-template-default .the-content article .post-content,
.resources-template-default .the-content article .post-content {
	position: relative;
	z-index: 22;
	min-height: 30rem;
	color: #4f4f4f
}
.page-template-template-general .the-content article:after, 
.post-template-default .the-content article:after,
.resources-template-default .the-content article:after {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.page-template-template-general .cta-partners, 
.post-template-default .cta-partners,
.resources-template-default .cta-partners {
	background-image: url(../images/bg-partners.jpg)
}
article img {
	max-width: 100%;
	height: auto
}
.roi-tool {
	width: 1024px;
	height: 720px;
	background: url(../images/tool-bg.jpg) no-repeat center;
	background-size: cover;
	margin: 0 0 100px 0;
	color: #707070;
	display: none
}
.roi-tool-mobile-view {
	margin: 50px 0;
}
.roi-tool-sidebar {
	width: 402px;
	height: 100%;
	float: left;
	background: url(../images/tool-sidebar.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 20px 64px 20px 30px;
	color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	position: relative
}
.roi-tool-sidebar h3 {
	font-size: 2.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 300;
	margin: 0 0 1.5rem
}
.roi-tool-sidebar label {
	font-weight: 600;
	display: block;
	margin: 0 0 1rem 0
}
.roi-tool-sidebar-select-dropdown {
	position: relative
}
.roi-tool-sidebar-select-dropdown ul {
	position: absolute;
	left: 0;
	top: 40px;
	background: #ff9e32;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	max-height: 0;
	overflow: hidden
}
.roi-tool-sidebar-select-dropdown ul li a {
	border-top: 0
}
.roi-tool-sidebar-select-dropdown.open ul {
	max-height: 160px
}
.roi-tool-sidebar-select-dropdown a {
	display: block;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff
}
.roi-tool-sidebar-select-dropdown a:hover {
	background: rgba(255, 255, 255, 0.1)
}
.roi-tool-sidebar-select-dropdown a i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-left: 1px solid #fff
}
.roi-tool-sidebar-select-dropdown a i:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: ''
}
.roi-tool-sidebar-select .tooltip {
	font-weight: 600;
	padding: 20px 70px 0 44px;
	font-size: 14px;
	line-height: 19px;
	position: relative;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.roi-tool-sidebar-select .tooltip.hidden {
	opacity: 0
}
.roi-tool-sidebar-select .tooltip:after {
	position: absolute;
	width: 55px;
	height: 66px;
	top: -10px;
	right: 6px;
	background: url(../images/tool-dropdown-tooltip.svg) no-repeat center;
	content: '';
	display: block
}
.roi-tool-sidebar-configurations {
	padding-top: 30px
}
.roi-tool-sidebar-configurations table {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0
}
.roi-tool-sidebar-configurations table tr:nth-child(2n+1) {
	background: rgba(255, 255, 255, 0.1)
}
.roi-tool-sidebar-configurations table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.roi-tool-sidebar-configurations table tr td {
	font-weight: 300;
	padding: 10px
}
.roi-tool-sidebar-configurations table tr td:last-child {
	font-weight: 600;
	text-align: right
}
.roi-tool-sidebar-configuration {
	display: none
}
.roi-tool-sidebar-nav {
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.roi-tool-sidebar-nav a {
	display: none;
	background-position: left center
}
.roi-tool-sidebar-nav a.last {
	margin-left: auto
}
.roi-tool-sidebar-nav a.first {
	padding: 0 2.4rem 0 .8rem;
	background: url(../images/arrow-btn-inline-white-left.svg) no-repeat right center
}
.roi-tool-content {
	float: left;
	width: 622px;
	padding: 15px 15px 15px 30px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.roi-tool-content-intro {
	font-size: 1.4rem;
	line-height: 2.8rem;
	padding: 85px 15px 0 0
}
.roi-tool-content-intro h2 {
	color: #ff771c;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 1rem 0;
	font-size: 2.4rem;
	line-height: normal
}
.roi-tool-content-intro strong {
	font-size: 1.6rem;
	color: #707070;
	font-weight: 600
}
.roi-tool-content-intro strong+a {
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0 15px 0 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: #66a0ee;
	font-weight: 600;
	font-size: 16px;
	margin-left: 10px;
	margin-top: -4px;
	text-decoration: none
}
.roi-tool-content-intro strong+a:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 10px;
	border-color: transparent transparent transparent #66a0ee;
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	content: ''
}
.roi-tool-content-values {
	display: none;
	position: absolute;
	left: -40px;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 15px 15px 15px 65px;
	background: rgba(246, 246, 246, 0.8);
	z-index: 1;
	overflow: hidden
}
.roi-tool-content-values .footnote {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	margin: 0
}
.roi-tool-content-values .footnote a {
	color: #66a0ee
}
.roi-tool-content-value {
	display: none;
	overflow: hidden
}
.roi-tool-content-value:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 250px;
	content: '';
	display: block;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f6f6f6), to(rgba(246, 246, 246, 0)));
	background-image: -webkit-linear-gradient(bottom, #f6f6f6 20%, rgba(246, 246, 246, 0) 100%);
	background-image: linear-gradient(0, #f6f6f6 20%, rgba(246, 246, 246, 0) 100%);
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.roi-tool-content-value header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0
}
.roi-tool-content-value header h3 {
	color: #ff771c;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 24px;
	margin: 0
}
.roi-tool-content-value header a {
	padding: 0 10px 0 30px;
	border: 1px solid #66a0ee;
	height: 30px;
	line-height: 30px;
	color: #66a0ee;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	background: url(../images/tool-icon-download.svg) no-repeat 10px center
}
.roi-tool-content-value .graph {
	height: 310px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.roi-tool-content-value .graph canvas {
	width: 100%;
	height: 253px
}
.roi-tool-content-value .graph .labels {
	padding-left: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}
.roi-tool-content-value .graph .labels .label {
	float: left;
	width: 50%;
	text-align: center
}
.roi-tool-content-value .graph .labels .label div {
	border-radius: 6px;
	background: #fff;
	height: 30px;
	border: 1px solid #e7e7e7;
	padding: 0 12px;
	font-size: 12px;
	line-height: 30px;
	white-space: normal;
	text-overflow: ellipsis;
	min-width: 113px;
	display: inline-block
}
.roi-tool-content-value .graph .labels .label div.cloudistics {
	background: #fff url(../images/logo.svg) no-repeat center;
	background-size: 65px auto
}
.roi-tool-content-value .view-toggle {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 40px
}
.roi-tool-content-value .view-toggle a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 20px;
	color: #66a0ee;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	z-index: 3
}
.roi-tool-content-value .view-toggle a span {
	padding-left: 40px;
	background: url(../images/tool-icon-breakdown.svg) no-repeat 10px center;
	display: inline-block;
	position: relative
}
.roi-tool-content-value .view-toggle a span:before, .roi-tool-content-value .view-toggle a span:after {
	position: absolute;
	right: 100%;
	width: 300px;
	height: 1px;
	top: 50%;
	background: #66a0ee;
	content: '';
	display: block
}
.roi-tool-content-value .view-toggle a span:after {
	left: 100%;
	right: auto
}
.roi-tool-content-value .view-toggle a.view-toggle-graph {
	opacity: 0;
	visibility: hidden;
	z-index: 2
}
.roi-tool-content-value .view-toggle a.view-toggle-graph span {
	padding-left: 50px
}
.roi-tool-content-value .view-toggle a.view-toggle-graph span {
	background-image: url(../images/tool-icon-graph.svg)
}
.roi-tool-content-value .tables table {
	width: 100%;
	border: 0;
	border-spacing: 1px;
	margin: 0 0 10px 0
}
.roi-tool-content-value .tables table:nth-child(2) {
	margin: 0
}
.roi-tool-content-value .tables table td {
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #707070
}
.roi-tool-content-value .tables table tr td {
	background: #f3f3f3
}
.roi-tool-content-value .tables table tr td:nth-child(2) {
	text-align: center;
	width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.roi-tool-content-value .tables table tr td:nth-child(3) {
	text-align: center;
	background: #fff1e8;
	color: #ff771c
}
.roi-tool-content-value .tables table tr td:last-child {
	background: rgba(255, 119, 28, 0.1);
	color: #ff771c
}
.roi-tool-content-value .tables table tr:nth-child(1) td {
	background: #e5e5e5
}
.roi-tool-content-value .tables table tr:nth-child(1) td:last-child {
	background: #ff771c;
	color: #fff
}
.roi-tool-content-value .tables table tr:last-child {
	border-top: 1px solid #ccc
}
.roi-tool-content-value .tables table tr:last-child td {
	background: none !important;
	border-top: 1px solid #ccc;
	font-weight: 800
}
.roi-tool-content-value .tables table:nth-child(2) tr:nth-last-child(2) td {
	background: none !important;
	border-top: 1px solid #ccc;
	font-weight: 800
}
.roi-tool-content-value .tables table:nth-child(2) tr:last-child td {
	background: none !important;
	border-top: 1px solid #ccc;
	font-weight: 800;
	font-size: 14px
}
.roi-tool-content-value.show-table .graph {
	height: 0;
	opacity: 0
}
.roi-tool-content-value.show-table .view-toggle a.view-toggle-breakdown {
	opacity: 0;
	visibility: hidden;
	z-index: 2
}
.roi-tool-content-value.show-table .view-toggle a.view-toggle-graph {
	opacity: 1;
	visibility: visible;
	z-index: 3
}
.roi-tool-content-value.show-table:after {
	opacity: 0;
	visibility: hidden
}
.page-template-template-why .the-content {
	background: #cee3e5;
	padding-bottom: 0
}
.page-template-template-why .the-content .hero-header {
	padding-top: 7rem
}
.page-template-template-why .the-content .hero-header .grid-column {
	float: none;
	max-width: 60rem;
	text-align: left
}
.page-template-template-why .the-content .hero-header:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 194, 197, 0)), to(#cee3e5));
	background-image: -webkit-linear-gradient(top, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	background-image: linear-gradient(-180deg, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	content: '';
	display: block
}
.page-template-template-why .the-content .hero-header .page-title {
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #6d6d6d;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2)
}
.page-template-template-why .the-content .hero-header .page-title:after {
	float: none;
	background: #707070;
	margin: 2.5rem 0 2rem
}
.page-template-template-why .the-content .hero-header .page-headline {
	font-size: 2.8rem;
	color: #707070;
	line-height: 1.2
}
.page-template-template-why .the-content article {
	position: relative;
	padding-bottom: 5rem;
	color: #676767
}
.page-template-template-why .the-content article .post-content {
	position: relative;
	z-index: 22
}
.page-template-template-why .the-content article .post-content h2 {
	font-size: 3.6rem;
	line-height: 4.5rem;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}
.page-template-template-why .the-content article .post-content h3 {
	font-size: 2.4rem;
	line-height: 3.1rem;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}
.page-template-template-why .the-content article:after {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.c2a.cta-why-us {
	background-position: center;
	background-size: cover;
	text-align: center;
	padding-top: 14rem;
	padding-bottom: 10rem;
	-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	position: relative;
	z-index: 20;
	margin-top: -3%
}
.c2a.cta-why-us .grid-container {
	width: auto;
	max-width: 1260px;
}
.c2a.cta-why-us .grid-column {
	width: auto;
	float: none;
	margin: 0
}
.c2a.cta-why-us .c2a-title {
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #fff;
	margin: 0 0 1rem 0;
	letter-spacing: 0
}
.c2a.cta-why-us .c2a-description {
	padding: 5rem 0 5rem;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: url(../images/icon-down-cta.svg) no-repeat center bottom
}
.why-awards {
	background: white url(../images/bg-news.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding-top: 14rem;
	padding-bottom: 5rem;
	-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	z-index: 20;
	position: relative
}
.why-awards .swiper-pagination-awards {
	text-align: center;
	position: relative;
	margin: 5rem 0 2rem 0
}
.why-awards .swiper-pagination-awards .swiper-pagination-bullet {
	opacity: 1;
	border: .1rem solid #66a0ee;
	background: 0;
	width: 1rem;
	height: 1rem;
	margin: 0 1rem
}
.why-awards .swiper-pagination-awards .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #66a0ee;
	border-color: #fff
}
.why-awards .why-awards-slide img {
	max-width: 15rem;
	margin-bottom: 2rem
}
.why-awards .why-awards-slide .text {
	max-width: 60rem;
	padding-left: 7rem;
	text-align: left
}
.why-awards .why-awards-slide .text p {
	font-size: 3.2rem;
	line-height: 4rem;
	font-style: italic;
	font-weight: normal
}
.page-template-template-about .the-content {
	background: #cee3e5;
	padding-bottom: 0
}
.page-template-template-about .the-content .hero-header .overlay {
	bottom: 2rem
}
.page-template-template-about .the-content .hero-header:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 194, 197, 0)), to(#cee3e5));
	background-image: -webkit-linear-gradient(top, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	background-image: linear-gradient(-180deg, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	content: '';
	display: block
}
.page-template-template-about .the-content .hero-header .page-title {
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.page-template-template-about .the-content .hero-header .page-title:after {
	float: none;
	background: #fff;
	margin: 2.5rem 0 2rem;
	margin-left: auto
}
.page-template-template-about .the-content .hero-header .page-headline {
	font-size: 2.8rem;
	color: #fff;
	line-height: 1.2
}
.page-template-template-about .the-content .hero-header.fancy-header-about-us-small .grid-column {
	max-width: 60rem
}
.page-template-template-about .the-content .hero-header.fancy-header-about-us-small .page-headline {
	font-size: 2.4rem
}
.page-template-template-about .the-content .post-content .grid-column>h2 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 7rem 0
}
.page-template-template-about .the-content .post-content .grid-column>h2 strong {
	border-bottom: .2rem solid #fff;
	padding: 0 3rem 2rem;
	display: inline-block;
	font-weight: 400
}
.page-template-template-about .the-content article {
	position: relative;
	padding-bottom: 5rem
}
.page-template-template-about .the-content article .post-content {
	position: relative;
	z-index: 22
}
.page-template-template-about .the-content article:after {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.page-template-template-about .c2a {
	background: #afc2c5;
	text-align: center;
	padding-top: 15rem;
	padding-bottom: 6rem;
	-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
	position: relative;
	z-index: 20;
	margin-top: -3%
}
.page-template-template-about .c2a .grid-container {
	width: auto;
	max-width: 1260px;
}
.page-template-template-about .c2a .grid-column {
	width: auto;
	float: none;
	margin: 0
}
.page-template-template-about .c2a .c2a-title {
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #fff;
	margin: 0 0 1rem 0;
	letter-spacing: 0
}
.page-template-template-about .c2a .c2a-description {
	padding: 0;
	text-align: center;
	color: white;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: normal;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	max-width: 84rem;
	margin: 0 auto
}
.page-template-template-about .c2a .c2a-description a {
	width: 12.8rem;
	height: 14.6rem;
	background: url(../images/btn-cta-about.svg) no-repeat center;
	background-size: 100% 100%;
	color: white;
	display: block;
	margin: 3rem auto 3rem;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	padding-top: 4rem;
	text-align: center;
	text-transform: uppercase
}
.section-about-reinventing {
	-webkit-clip-path: polygon(69% 0, 100% 3%, 100% 97%, 28% 100%, 0 98%, 0 2%);
	clip-path: polygon(69% 0, 100% 3%, 100% 97%, 28% 100%, 0 98%, 0 2%);
	color: white;
	overflow: hidden
}
.section-about-reinventing h2 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-about-reinventing .section-content {
	font-weight: bold;
	padding: 0 0 1px 0
}
.section-about-reinventing .grid-container {
	max-width: 1300px;
}
.section-about-reinventing .grid-column {
	max-width: 54rem;
	padding: 5rem 2rem;
	float: right;
	margin: 0;
	position: relative;
	z-index: 1;
	width: auto
}
.section-about-reinventing .grid-column:before {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: rgba(0, 0, 0, 0.7);
	content: '';
	display: block
}
.section-about-turnkey {
	color: #676767
}
.section-about-turnkey h2 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-about-turnkey p a {
	color: #ff771c;
	text-decoration: none
}
.section-about-our-people {
	-webkit-clip-path: polygon(69% 0, 100% 3%, 100% 97%, 28% 100%, 0 98%, 0 2%);
	clip-path: polygon(69% 0, 100% 3%, 100% 97%, 28% 100%, 0 98%, 0 2%);
	color: white;
	overflow: hidden
}
.section-about-our-people h2 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-about-our-people a {
	color: #f6b817;
	text-decoration: none
}
.section-about-our-people .section-content {
	font-weight: bold;
	padding: 0 0 1px 0
}
.section-about-our-people .grid-container {
	max-width: 1300px;
}
.section-about-our-people .grid-column {
	max-width: 54rem;
	padding: 5rem 2rem;
	margin: 0;
	position: relative;
	z-index: 1;
	width: auto
}
.section-about-our-people .grid-column:before {
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: rgba(0, 0, 0, 0.7);
	content: '';
	display: block
}
.section-about-our-people .leadership-categories {
	width: 22rem;
	clear: both;
	margin: 0 auto;
	padding: 3rem 0 5rem
}
.section-about-our-people .leadership-categories a {
	height: 4.8rem;
	-webkit-box-shadow: inset 0 0 0 .5rem white;
	box-shadow: inset 0 0 0 .5rem white;
	line-height: 4.8rem;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
	display: block;
	margin: 0 0 2rem 0;
	white-space: nowrap;
	position: relative
}
.section-about-our-people .leadership-categories a:last-child:after {
	display: block;
	background: url(../images/icon-down-cta.svg) no-repeat center;
	content: '';
	height: 2.3rem;
	background-size: contain;
	margin: 2rem 0
}
.section-about-leadership {
	background: #eaeaea
}
.page-template-template-support .the-content {
	background: #cee3e5;
	padding-bottom: 0
}
.page-template-template-support .the-content .hero-header {
	padding-top: 7rem
}
.page-template-template-support .the-content .hero-header .grid-column {
	float: none;
	max-width: 60rem;
	text-align: left
}
.page-template-template-support .the-content .hero-header:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 194, 197, 0)), to(#cee3e5));
	background-image: -webkit-linear-gradient(top, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	background-image: linear-gradient(-180deg, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	content: '';
	display: block
}
.page-template-template-support .the-content .hero-header .page-title {
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #6d6d6d;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2)
}
.page-template-template-support .the-content .hero-header .page-title:after {
	float: none;
	background: #707070;
	margin: 2.5rem 0 2rem
}
.page-template-template-support .the-content .hero-header .page-headline {
	font-size: 2.8rem;
	color: #707070;
	line-height: 1.2
}
.page-template-template-support .the-content article {
	position: relative;
	padding-bottom: 5rem;
	color: #676767
}
.page-template-template-support .the-content article .post-content {
	position: relative;
	z-index: 22
}
.page-template-template-support .the-content article .post-content .grid-column>h2 {
	text-align: center;
	color: #676767;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 2rem 0
}
.page-template-template-support .the-content article .post-content .grid-column>h2 strong, .page-template-template-support .the-content article .post-content .grid-column>h2 b {
	border-bottom: .2rem solid #676767;
	padding: 0 3rem 2rem;
	display: inline-block;
	font-weight: 400
}
.page-template-template-support .the-content article:after {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.support-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4rem 0 15rem 0
}
.support-links a {
	background: #fff;
	-webkit-box-shadow: 0 1rem .6rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 1rem .6rem rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 18.8rem;
	height: 18.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ff771c;
	text-decoration: none;
	margin: 0 2rem 2rem
}
.support-links a img {
	margin: 0 0 1rem 0;
	height: 5.4rem;
	width: auto
}
.page-template-template-products .the-content,
.page-template-template-announcement .the-content {
	background: #cee3e5;
	padding-bottom: 0
}
.page-template-template-products .the-content .hero-header,
.page-template-template-announcement .the-content .hero-header {
	padding-top: 7rem
}
.page-template-template-products .the-content .hero-header .grid-column,
.page-template-template-announcement .the-content .hero-header .grid-column {
	float: none;
	max-width: 68rem;
	text-align: left
}
.page-template-template-announcement .the-content .hero-header .grid-column {
	float: right;
	text-align: right
}
.page-template-template-products .the-content .hero-header:before,
.page-template-template-announcement .the-content .hero-header:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 194, 197, 0)), to(#cee3e5));
	background-image: -webkit-linear-gradient(top, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	background-image: linear-gradient(-180deg, rgba(175, 194, 197, 0) 0, #cee3e5 100%);
	content: '';
	display: block
}
.page-template-template-products .the-content .hero-header .page-title,
.page-template-template-announcement .the-content .hero-header .page-title {
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2)
}
.page-template-template-products .the-content .hero-header .page-title:after,
.page-template-template-announcement .the-content .hero-header .page-title:after {
	float: none;
	background: #fff;
	margin: 2.5rem 0 2rem
}
.page-template-template-announcement .the-content .hero-header .page-title:after {
	float: right;
}
.page-template-template-products .the-content .hero-header .page-headline,
.page-template-template-announcement .the-content .hero-header .page-headline {
	font-size: 2.8rem;
	color: #fff;
	line-height: 1.2
}
.page-template-template-products .the-content article,
.page-template-template-announcement .the-content article {
	position: relative;
	padding-bottom: 5rem;
	color: #676767
}
.page-template-template-announcement .the-content article {
	padding-bottom: 25rem;
}
.page-template-template-announcement .the-content article:after {
	margin-bottom: 20rem;
}
.page-template-template-products .the-content article .post-content,
.page-template-template-announcement .the-content article .post-content {
	position: relative;
	z-index: 22
}
.page-template-template-products .the-content article .post-content .grid-column>h2,
.page-template-template-announcement .the-content article .post-content .grid-column>h2 {
	text-align: center;
	color: #676767;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 2rem 0
}
.page-template-template-products .the-content article .post-content .grid-column>h2 strong, 
.page-template-template-products .the-content article .post-content .grid-column>h2 b,
.page-template-template-announcement .the-content article .post-content .grid-column>h2 strong, 
.page-template-template-announcement .the-content article .post-content .grid-column>h2 b {
	border-bottom: .2rem solid #676767;
	padding: 0 3rem 2rem;
	display: inline-block;
	font-weight: 400
}
.page-template-template-products .the-content article:after,
.page-template-template-announcement .the-content article:after {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.section-products-cloudistics {
	-webkit-clip-path: polygon(69% 0, 100% 3%, 100% 97%, 28% 100%, 0 98%, 0 2%);
	clip-path: polygon(69% 0, 100% 3%, 100% 97%, 28% 100%, 0 98%, 0 2%);
	color: white;
	overflow: hidden
}
.section-products-cloudistics h2 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-products-cloudistics .section-content {
	padding: 0 0 1px 0
}
.section-products-cloudistics .grid-container {
	max-width: 1300px;
}
.section-products-cloudistics .grid-column {
	max-width: 54rem;
	padding: 5rem 2rem;
	float: right;
	margin: 0;
	position: relative;
	z-index: 1;
	width: auto
}
.section-products-cloudistics .grid-column:before {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: rgba(255, 119, 28, 0.3);
	content: '';
	display: block
}
.section-products-ignite {
	padding: 4rem 0
}
.section-products-ignite .grid-container {
	max-width: 1300px;
	margin: 0 auto
}
.section-products-ignite .section-header {
	padding: 0 2rem
}
.section-products-ignite .grid-column {
	width: auto;
	margin: 0
}
.section-products-ignite h2 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-products-ignite h3 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-products-ignite #gallery-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 4rem 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.section-products-ignite #gallery-1 img {
	border: 0
}
.section-products-ignite #gallery-1 .gallery-item {
	width: 22.5rem;
	margin: 0 1rem 2rem 1rem;
	font-weight: 600
}
.section-products-ignite #gallery-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem 0 2rem 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}
.section-products-ignite #gallery-2 img {
	border: 0;
	display: block;
	margin: 0;
	width: 100%;
	height: auto
}
.section-products-ignite #gallery-2 .gallery-item {
	width: 30rem;
	margin: 0 1rem 2rem 1rem;
	font-weight: 600;
	position: relative
}
.section-products-ignite #gallery-2 .gallery-item .gallery-icon {
	position: relative
}
.section-products-ignite #gallery-2 .gallery-item .gallery-icon:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	display: block
}
.section-products-ignite #gallery-2 .gallery-caption {
	position: absolute;
	left: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2rem;
	text-align: left;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.2
}
.section-products-static {
	color: white;
	margin: 0 0 1rem 0;
	overflow: hidden
}
.section-products-static h2 {
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: none
}
.section-products-static .section-content {
	padding: 0 0 1px 0
}
.section-products-static .grid-container {
	max-width: 1300px;
}
.section-products-static .grid-column {
	max-width: 54rem;
	padding: 5rem 2rem;
	float: right;
	margin: 0;
	position: relative;
	z-index: 1;
	width: auto
}
.section-products-static .grid-column:before {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: rgba(0, 0, 0, 0.7);
	content: '';
	display: block
}
.section-products-static-left .grid-column {
	float: none
}
.section-products-static-left .grid-column:before {
	right: 0;
	top: 0;
	left: auto;
	bottom: 0
}
.blog .the-content, 
.archive.category .the-content,
.post-type-archive-resources .the-content,
.tax-resource-category .the-content{
	background: #afc2c5;
	padding-bottom: 0
}
.blog .the-content .hero-header, 
.archive.category .the-content .hero-header,
.post-type-archive-resources .hero-header.has-title-image.fancy-header,
.tax-resource-category .hero-header.has-title-image.fancy-header{
	padding-top: 7rem
}
.blog .the-content .hero-header .grid-column,
.archive.category .the-content .hero-header .grid-column,
.post-type-archive-resources .hero-header.has-title-image.fancy-header .grid-column,
.tax-resource-category  .hero-header.has-title-image.fancy-header .grid-column{
	float: none;
	max-width: 60rem;
	text-align: left
}
.blog .the-content .hero-header:before, 
.archive.category .the-content .hero-header:before,
.post-type-archive-resources .hero-header.has-title-image.fancy-header:before,
.tax-resource-category .hero-header.has-title-image.fancy-header:before{
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 45%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 194, 197, 0)), to(#afc2c5));
	background-image: -webkit-linear-gradient(top, rgba(175, 194, 197, 0) 0, #afc2c5 100%);
	background-image: linear-gradient(-180deg, rgba(175, 194, 197, 0) 0, #afc2c5 100%);
	content: '';
	display: block
}
.blog .the-content .hero-header .page-title, 
.archive.category .the-content .hero-header .page-title,
.post-type-archive-resources .hero-header.has-title-image.fancy-header .page-title,
.tax-resource-category .hero-header.has-title-image.fancy-header .page-title{
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #6d6d6d;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2)
}
.blog .the-content .hero-header .page-title:after, 
.archive.category .the-content .hero-header .page-title:after,
.post-type-archive-resources .hero-header.has-title-image.fancy-header .page-title:after,
.tax-resource-category .hero-header.has-title-image.fancy-header .page-title:after{
	float: none;
	background: #707070;
	margin: 2.5rem 0 2rem
}
.blog .the-content .hero-header .page-headline, 
.archive.category .the-content .hero-header .page-headline,
.post-type-archive-resources .hero-header.has-title-image.fancy-header .page-headline,
.tax-resource-category .hero-header.has-title-image.fancy-header .page-headline
{
	font-size: 2.8rem;
	color: #707070;
	line-height: 1.2
}
.blog .the-content .wrapper, 
.archive.category .the-content .wrapper,
.post-type-archive-resources .wrapper,
.tax-resource-category .wrapper{
	position: relative;
	padding-bottom: 5rem;
	color: white
}
.blog .the-content .wrapper .post-content, 
.archive.category .the-content .wrapper .post-content,
.post-type-archive-resources .wrapper .post-content,
.tax-resource-category .wrapper .post-content{
	position: relative;
	z-index: 22
}
.blog .the-content .wrapper .post-content .grid-column>h2, 
.archive.category .the-content .wrapper .post-content .grid-column>h2,
.post-type-archive-resources .wrapper .post-content .grid-column>h2,
.tax-resource-category .wrapper .post-content .grid-column>h2{
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 2rem 0
}
.blog .the-content .wrapper .post-content .grid-column>h2 strong, 
.blog .the-content .wrapper .post-content .grid-column>h2 b, 
.archive.category .the-content .wrapper .post-content .grid-column>h2 strong, 
.archive.category .the-content .wrapper .post-content .grid-column>h2 b,
.post-type-archive-resources .wrapper .post-content .grid-column>h2 strong, 
.post-type-archive-resources .wrapper .post-content .grid-column>h2 b,
.tax-resource-category .wrapper .post-content .grid-column>h2 strong, 
.tax-resource-category .wrapper .post-content .grid-column>h2 b  {
	border-bottom: .2rem solid #fff;
	padding: 0 3rem 2rem;
	display: inline-block;
	font-weight: 400
}
.blog .the-content .wrapper:after, 
.archive.category .the-content .wrapper:after,
.post-type-archive-resources .the-content .wrapper:after,
.tax-resource-category .the-content .wrapper:after  {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	height: 20rem;
	top: auto;
	bottom: 0;
	background: url(../images/fancy-angle-bottom.png) no-repeat center bottom;
	background-size: contain;
	content: '';
	display: block
}
.blog-articles {
	overflow: hidden;
	margin: 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-articles>article {
	width: 47.2rem;
	margin: 0 1rem 2rem 1rem;
	float: left;
	position: relative
}
.blog-articles>article .post-meta {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0, transparent 100%);
	height: 6.6rem;
	padding: 1rem;
	color: rgba(255, 255, 255, 0);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-articles>article .post-meta time {
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff
}
.blog-articles>article .post-meta time i {
	display: none
}
.blog-articles>article .post-meta .meta a {
	font-style: italic;
	font-weight: 300;
	color: white;
	font-size: 1.6rem;
	background: url(../images/icon-megaphone.svg) no-repeat left center;
	padding-left: 1.8rem
}
.blog-articles>article .post-meta .meta i {
	display: none
}
.blog-articles>article .post-excerpt {
	display: none
}
.blog-articles>article>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.4)
}
.blog-articles>article>a .post-thumbnail {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.blog-articles>article>a .post-thumbnail:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	display: block
}
.blog-articles>article>a .post-thumbnail img {
	display: none
}
.blog-articles>article>a .post-excerpt {
	display: none
}
.blog-articles>article>a .post-header {
	padding: 8rem 1.5rem 1.5rem 1.5rem;
	position: relative
}
.blog-articles>article>a .post-header h3 {
	display: inline;
	font-size: 3.5rem;
	font-weight: 300;
	color: white;
	text-transform: none;
	line-height: 1.2
}
.blog-pagination {
	text-align: center;
	padding: 5rem 0;
	clear: both;
	width: 100%
}
.blog-pagination .page-numbers {
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 .2rem white;
	box-shadow: inset 0 0 0 .2rem white;
	text-align: center;
	line-height: 3.2rem;
	font-weight: 600;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.4rem;
	color: white;
	text-decoration: none;
	margin: 0 .3rem
}
.blog-pagination .page-numbers.current {
	background: white;
	color: #66a0ee
}
.blog-pagination .page-numbers.next, .blog-pagination .page-numbers.prev {
	overflow: hidden;
	white-space: nowrap;
	text-indent: -200px;
	background: url(../images/arrow-pagination.svg) no-repeat center;
	-webkit-box-shadow: none;
	box-shadow: none
}
.blog-pagination .page-numbers.prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.blog .section-contact, .archive.category .section-contact {
	margin-top: 0;
	padding-top: 0
}
.blog-filters {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.blog-filters label {
	font-weight: 300;
	font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: .2rem;
	padding-right: 2rem
}
.blog-filters .blog-filter-category {
	width: 100%;
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-filters .blog-filter-sorting {
	width: 50%;
	padding-right: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.blog-filters .blog-filter-sorting .blog-filter-dropdown {
	max-width: 25rem
}
.blog-filters .blog-filter-dropdown {
	position: relative;
	width: 100%;
	max-width: 25rem
}
.blog-filters .blog-filter-dropdown ul {
	position: absolute;
	left: 0;
	top: 40px;
	background: #ff9e32;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	max-height: 0;
	overflow: auto
}
.blog-filters .blog-filter-dropdown ul li a {
	border-top: 0;
	padding: 0 14px 0 14px
}
.blog-filters .blog-filter-dropdown.open ul {
	max-height: 160px
}
.blog-filters .blog-filter-dropdown a {
	display: block;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 55px 0 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.blog-filters .blog-filter-dropdown a:hover {
	background: rgba(255, 255, 255, 0.1)
}
.blog-filters .blog-filter-dropdown a i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-left: 1px solid #fff
}
.blog-filters .blog-filter-dropdown a i:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: ''
}
article+.section.section-contact {
	z-index: auto !important
}
article+.section.section-contact .section-copy {
	position: relative;
	z-index: 22
}
#commentform .submit {
	background-color: #fff;
	border: 1px solid #eb6d18;
	color: black;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 14px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}
#commentform .submit:hover {
	background-color: #eb6d18;
	color: white
}
.section-contact-info .section-title {
	text-align: center;
	color: #676767;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 4rem 0;
	text-transform: none
}
.section-contact-info .section-title .label {
	border-bottom: .2rem solid #676767;
	padding: 0 3rem 2rem;
	display: inline-block;
	font-weight: 400;
	background: 0
}
.section-contact-info .section-title .hr {
	display: none
}
.section-contact-info hr {
	border: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
	margin: 1rem 0
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	padding-top: 0;
	border-bottom: 0;
	border-top: 0
}
body .gform_wrapper {
	max-width: 640px;
	margin: 20px auto 50px;
	position: relative;
	padding: 20px 0 0 0;
	z-index: 100;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 8px
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin: 0;
	font-weight: normal;
	padding: 5px 0 0 1px
}
.search-results .the-content, .search-no-results .the-content, .error404 .the-content {
	background: #cee3e5;
	padding-bottom: 0
}
.search-results .the-content .page-header, .search-no-results .the-content .page-header {
	text-align: center;
	padding: 5rem 0
}
.search-results .the-content .page-header .page-title, .search-no-results .the-content .page-header .page-title {
	font-size: 4.4rem;
	font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
	text-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: none
}
.search-results .the-content .page-header .page-title:after, .search-no-results .the-content .page-header .page-title:after {
	float: none;
	background: #fff;
	margin: 2.5rem 0 2rem;
	margin-left: auto
}
.search-results .the-content .page-header .page-title:after, .search-no-results .the-content .search-empty {
	margin-bottom: 20rem;
}
.search-results-articles {
	padding-bottom: 5rem
}
.search-results-articles article {
	margin: 0 0 2rem 0;
	border-radius: .5rem;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.4);
	overflow: hidden
}
.search-results-articles article .post-thumbnail {
	float: right;
	width: 10rem;
	margin: 0 0 0 2rem
}
.search-results-articles article .post-meta {
	margin-top: 1rem
}
.search-results-articles article .entry-title {
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1.2
}
.search-results-articles article .entry-title a {
	text-decoration: none
}
.search-results-articles article .entry-summary p:last-child {
	margin: 0
}
.search-empty .search-form {
	clear: both;
	margin: 0;
	-webkit-transition: opacity ease .3s;
	transition: opacity ease .3s;
	-webkit-box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
	background: white;
	overflow: hidden;
	position: relative;
	overflow: hidden
}
.search-empty .search-form input[type="text"] {
	border: 0;
	width: 100%;
	font-size: 2rem;
	padding: 2.4rem 2.4rem 2.4rem 6.4rem
}
.search-empty .search-form svg {
	position: absolute;
	left: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.search-empty .search-form button {
	position: absolute;
	right: .7rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.search-empty {
	margin: 0 auto;
	max-width: 80rem
}
.search-empty .sitemap {
	list-style-type: none;
	margin: 5rem 0 10rem 0;
	padding: 0
}
.search-empty .sitemap>li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid
}
.search-empty .sitemap ul {
	font-size: inherit;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding-left: 2rem
}
.search-empty .sitemap ul li {
	padding: 0;
	border: 0
}
.search-empty .sitemap ul li a {
	text-decoration: underline
}
.error404 .post-content {
	padding: 10vh 0;
	display: flex;
	justify-content: space-evenly;
	text-align: center;

}
.error404 .fourohfour-text {
	width: 35%;
	align-self:center;

}
.error404 .fourohfour-text span {
	color: #FD772E;
}
.error404 .fourohfour-text hr {
	max-width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Start Campaign Form */
.page-template-template-campaign .hero-header.has-title-image {
	background-position: 50% 20%;
}
.page-template-template-campaign .post-content h3 {
	font-family: "Source Sans Pro";
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 0px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0px !important;
}
body.page-template-template-campaign .gform_wrapper {
	max-width: 700px;
}
body.page-template-template-campaign .gform_wrapper {
	border-top: none;
}
.gform_wrapper .campagin-form li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper .campagin-form li div.ginput_complex.ginput_container label {
	display: none;
}
.campagin-form .gform_footer.top_label, .page-template-template-campaign .gform_confirmation_message {
	text-align: center;
}
.campagin-form .gform_button {
	text-transform: uppercase;
}
.gform_wrapper .campagin-form .gsection {
	border-bottom: 1px solid #676767;
	position: relative;
}
.gform_wrapper .campagin-form .gsection::after {
	content: '';
	background-image: url("../images/copy_icon.png");
	height: 20px;
	display: inline-block;
	width: 30px;
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: top center;
	position: absolute;
	bottom: -20px;
	left: 47%;
}
.gform_wrapper .campagin-form ul.gfield_checkbox li input[type="checkbox"] {
	margin-right: 10px;
}
.gform_wrapper .campagin-form .term-privacy-title{
	font-size: 20px;
}
.gform_wrapper .campagin-form .term-privacy-content{
	font-size: .875em;
	line-height: 1.5 !important;
}
.gform_wrapper .campagin-form  .privacy-checkbox .gfield_label {
	display: none !important;
}
/* End Campaign Form */
@media screen and (max-width: 740px) {
	.error404 .post-content {
		padding: 10vw 0;
		display: block;

	}
	.error404 .fourohfour-text {
		width: 90%;
		margin: auto;
	}
	.the-author {
		margin-left: 20px;
		clear: both;
		float: left;
	}
	.share-this-post {
		clear: both;
	}
}

@media screen and (max-width:47.9375em) { 
	.hide-on-desktop {
		display: block;
	}
}
@media screen and (min-width:47.9375em) {
	h1 {
		font-size: 5rem;
		line-height: 6.1rem
	}
	h2, .h2 {
		font-size: 4.4rem;
		line-height: 5.1rem
	}
	p.large {
		font-size: 2rem;
		line-height: 3.6rem;
		font-weight: 600
	}
	.hide-on-desktop {
		display: none;
	}
	#header {
		padding: 0px 2rem 0px 2rem;
	}
	#header.open, #header.search-open {
		padding: 4rem 2rem 100vw 2rem;
	}
	#header .logo {
		width: 17.8rem
	}
	#header .menu-items:before {
		display: block
	}
	#header .menu-items:after {
		display: block
	}
	#header .menu-items .blog-posts {
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	#header .menu-items>ul {
		width: 50%;
		float: left;
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	#header .menu-items>ul>li.menu-item-has-children.open>a i:after, #header .menu-items>ul>li.menu-item-has-children.open>a i:before, #header .menu-items>ul>li.menu-item-has-children:hover>a i:after, #header .menu-items>ul>li.menu-item-has-children:hover>a i:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	#header .menu-items>ul>li a {
		z-index: 2;
		position: relative;
		background: #fff
	}
	#header .menu-items>ul>li ul {
		background: white;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		z-index: 1
	}
	#header .menu-items>ul>li.open ul, #header .menu-items>ul>li:hover ul {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
	#footer .footer-menu>ul>li {
		width: 22.9%;
		margin: 0 2rem 3rem 0
	}
	/* #footer .footer-menu>ul>li:last-child {
		width: 20.4rem
		} */
	/* #footer .footer-menu>ul>li:last-child ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem
		} */
	/* #footer .footer-social {
		position: absolute;
		right: 0;
		top: .5rem;
		z-index: 2;
		top: 3rem;
		right: 3rem
		} */
	/* #footer .footer-social {
		top: 3rem;
		right: 3rem
		} */
		.leadership .leadership-category ul li {
			padding-left: 24rem
		}
		.leadership .leadership-category ul li .photo {
			float: left;
			width: 21.4rem;
			margin-left: -24rem
		}
		.request-demo-mobile {
			display: none
		}
		.section-intro .section-content {
			padding-bottom: 0px;
			overflow: hidden;
			background: 0
		}
		.section-intro .section-copy {
			max-width: 1260px;
			margin: 0 auto;
			text-align: left;
			padding-top: 14.5rem
		}
		.section-intro .section-copy .section-copy-inside {
			max-width: 60rem;
			float: left;
			z-index: 2;
			position: relative
		}
		.section-intro p {
			max-width: 60rem;
			float: left;
			font-size: 2rem;
			line-height: 3.6rem
		}
		.section-intro-btn-large {
			display: none;
		}
		.section-intro .section-illustration {
			width: 50rem;
			height: 36rem;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			bottom: 2rem;
			margin-left: -25rem;
			z-index: 1;
			padding: 0;
			visibility: visible;
			display: none;
		}
		.section-benefits {
			background: #fff
		}
		.section-benefits .section-content {
			padding-bottom: 6.4rem
		}
		.section-ecosystem-intro .section-copy p {
			font-size: 2rem;
			line-height: 3.6rem;
			font-weight: 600;
			font-style: italic
		}
		.section-ecosystem .section-illustration {
			height: 72rem;
			max-width: 96.4rem;
			margin: 0 auto;
			position: relative
		}
		.section-ecosystem-pods {
			position: absolute;
			left: 0;
			top: 0;
			width: 44rem;
			height: 44rem;
			-webkit-transition: all ease .5s;
			transition: all ease .5s;
			-webkit-transform-origin: center;
			-ms-transform-origin: center;
			transform-origin: center;
			overflow: visible;
			-webkit-transform: scale(0.5) translateY(5rem);
			-ms-transform: scale(0.5) translateY(5rem);
			transform: scale(0.5) translateY(5rem);
			opacity: 0
		}
		.section-ecosystem-pods:after {
			position: absolute;
			left: 95%;
			top: 50%;
			border-bottom: .3rem dashed white;
			-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
			transform-origin: left center;
			width: 30rem;
			height: 0;
			content: '';
			-webkit-transition: all ease .1s;
			transition: all ease .1s;
			display: none
		}
		.section-illustration.reached .section-ecosystem-pods {
			-webkit-transform: scale(1) translateY(0);
			-ms-transform: scale(1) translateY(0);
			transform: scale(1) translateY(0);
			opacity: 1
		}
		.section-illustration.reached .section-ecosystem-pods.selected {
			-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
			transform: scale(0.5);
			-webkit-filter: blur(0.2rem);
			filter: blur(0.2rem)
		}
		.section-illustration.reached .section-ecosystem-pods.selected:after {
			width: 100rem;
			-webkit-transform: rotate(-2deg);
			-ms-transform: rotate(-2deg);
			transform: rotate(-2deg)
		}
		.section-illustration.reached-done .section-ecosystem-pods {
			-webkit-transform-origin: left top;
			-ms-transform-origin: left top;
			transform-origin: left top;
			-webkit-transition: all ease .3s;
			transition: all ease .3s
		}
		.section-ecosystem-pods-categories {
			display: none
		}
		.section-ecosystem-pods-categories-desktop {
			display: block
		}
		.section-ecosystem-quotes {
			background-size: contain;
			background-position: 130% bottom;
			max-width: none
		}
		.section-ecosystem-quotes-slide blockquote {
			font-size: 2.2rem;
			line-height: 4.3rem
		}
		.section-ecosystem-quotes-slide blockquote footer {
			padding: 0
		}
		.section-ecosystem-quotes-slide blockquote footer cite {
			font-size: 1.8rem;
			line-height: 2.5rem
		}
		.section-ecosystem-quotes-slide blockquote footer cite strong {
			font-size: 4rem
		}
		.section-services:before {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			content: '';
			display: block;
			width: 50%;
			background: rgba(0, 0, 0, 0.3);
			z-index: -10;
			min-width: 51rem
		}
	/* .section-services .section-content {
		padding-top: 10rem;
		padding-bottom: 10rem
		} */
		.section-roi .section-content {
		/* padding-top: 10rem;
		padding-bottom: 10rem; */
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.section-roi .section-illustration {
		width: 55%
	}
	.section-roi .section-copy {
		width: 45%;
		padding: 0 0 0 2rem
	}
	/* .section-blog .section-content {
		padding: 0 2rem 30% 2rem
		} */
		.section-blog.section-top-news .section-content {
			padding: 0 2rem 10% 2rem
		}
		.section-blog h2 {
			margin: 0 0 2rem;
			padding: 0
		}
		.section-blog.section-top-news h2 {
			color: #323232;
		}
		.section-blog-slide {
			padding: 5.4rem
		}
		.section-blog-slide-image {
			position: absolute;
			bottom: 3.4rem;
			left: 3.4rem;
			top: 3.4rem;
			right: 30%;
			margin: 0
		}
		.section-blog-slide-image img {
			-o-object-fit: cover;
			object-fit: cover;
			height: 100%
		}
		.section-blog-slide-text {
			margin-left: 40%;
			margin-top: 0
		}
		.section-blog .swiper-pagination {
			padding: 0;
			text-align: center
		}
		.section-contact {
			background: url(../images/bg-contact.jpg) no-repeat center;
			background-size: cover
		}
		.section-contact .section-copy {
			padding-left: 50%
		}
		.hero-header.has-title-image.fancy-header {
			height: 57rem;
			padding-bottom: 0
		}
		.page-template-template-campaign .hero-header.has-title-image.fancy-header{
			height: 67rem;
		}
		.hero-header.has-title-image.fancy-header-calculator {
			height: 47rem;
			padding-bottom: 0
		}
		.subpage-list-item {
			margin-left: 13rem;
			border-left: .1rem solid #eaeaea;
			padding-left: 2rem;
			margin-bottom: 5rem
		}
		.subpage-list-item img {
			position: absolute;
			max-width: 8.5rem;
			left: -13rem;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			margin: 0
		}
		.subpage-list-item h3 {
			font-size: 4rem;
			line-height: 5rem
		}
		.page-template-template-partners .the-content article:after, .page-template-template-campaign  .the-content article:after {
			height: 29rem
		}
		.page-template-template-solutions .the-content .hero-header .page-subtitle {
			font-size: 5.4rem
		}
		.page-template-template-solutions .the-content .hero-header .page-title {
			font-size: 6.4rem
		}
		.page-template-template-solutions .the-content .hero-header .page-headline {
			font-size: 3.8rem
		}
		.page-template-template-solutions .the-content article:after {
			height: 29rem
		}
		.solutions-cta h2 {
			font-size: 4rem
		}
		.solutions-cta-items {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			position: relative;
			padding: 4rem 0
		}
		.solutions-cta-items:after {
			position: absolute;
			left: 50%;
			top: 0;
			bottom: 0;
			width: .1rem;
			content: '';
			display: block;
			background: #ddd;
			-webkit-transform: rotate(9deg);
			-ms-transform: rotate(9deg);
			transform: rotate(9deg)
		}
		.solutions-cta-item {
			width: 50%;
			padding: 0 4rem;
			margin: 0
		}
		.solutions-cta-item:first-child {
			text-align: right
		}
		.solutions-cta-item h3 {
			font-size: 3rem
		}
		.solutions-cta-item img {
			display: inline-block
		}
		.page-template-template-general .hero-header, 
		.post-template-default .hero-header,
		.resources-template-default .hero-header {
			height: 38rem;
			padding-bottom: 0
		}
		.page-template-template-general .the-content article:after, 
		.post-template-default .the-content article:after,
		.resources-template-default .the-content article:after {
			height: 29rem
		}
		.roi-tool {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex
		}
		.page-template-template-why .the-content .hero-header .page-title {
			font-size: 5.4rem
		}
		.page-template-template-why .the-content .hero-header .page-headline {
			font-size: 3.4rem
		}
		.page-template-template-why .the-content article:after {
			height: 29rem
		}
		.why-awards .why-awards-slide {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center
		}
		.why-awards .why-awards-slide img {
			margin: 0
		}
		.why-awards .why-awards-slide .text {
			padding-left: 7rem
		}
		.page-template-template-about .the-content .hero-header .page-title {
			font-size: 5.4rem
		}
		.page-template-template-about .the-content .hero-header .page-headline {
			font-size: 3.4rem
		}
		.page-template-template-about .the-content .hero-header.fancy-header-about-us-small .page-headline {
			font-size: 2.4rem
		}
		.page-template-template-about .the-content article:after {
			height: 29rem
		}
		.section-about-reinventing .grid-column:before {
			left: -8rem
		}
		.section-about-our-people .grid-container {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex
		}
		.page-template-template-support .the-content .hero-header .page-title {
			font-size: 5.4rem
		}
		.page-template-template-support .the-content .hero-header .page-headline {
			font-size: 3.4rem
		}
		.page-template-template-support .the-content article:after {
			height: 29rem
		}
		.page-template-template-products .the-content .hero-header .page-title {
			font-size: 5.4rem
		}
		.page-template-template-products .the-content .hero-header .page-headline {
			font-size: 3.4rem
		}
		.page-template-template-products .the-content article:after,
		.page-template-template-announcement .the-content article:after {
			height: 29rem
		}
		.section-products-cloudistics .grid-column:before {
			left: -8rem
		}
		.section-products-static .grid-column:before {
			left: -8rem;
			-webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
			clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%)
		}
		.section-products-static-left .grid-column:before {
			left: auto;
			right: -8rem;
			-webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
			clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%)
		}
		.blog .the-content .hero-header .page-title, 
		.archive.category .the-content .hero-header .page-title,
		.post-type-archive-resources .the-content .hero-header.has-title-image.fancy-header .page-title,
		.tax-resource-category .the-content .hero-header.has-title-image.fancy-header .page-title{
			font-size: 5.4rem;
		}
		.blog .the-content .hero-header .page-headline, 
		.archive.category .the-content .hero-header .page-headline,
		.post-type-archive-resources .the-content .hero-header.has-title-image.fancy-header .page-headline,
		.tax-resource-category .the-content .hero-header.has-title-image.fancy-header .page-headline {
			font-size: 3.4rem
		}
		.blog .the-content .wrapper:after, 
		.archive.category .the-content .wrapper:after,
		.tax-resource-category .the-content .wrapper:after {
			height: 29rem
		}
		.blog-filters .blog-filter-category {
			width: 965px;
			margin: 0 auto;
			padding-right: 1rem;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap
		}
		.search-results .the-content .page-header .page-title, .search-no-results .the-content .page-header .page-title {
			font-size: 5.4rem
		}
		.search-empty .sitemap {
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			-webkit-column-gap: 2rem;
			-moz-column-gap: 2rem;
			column-gap: 2rem
		}
	}
	@media screen and (max-width: 1250px) {

		.the-hamburger {
			display: block;
		}
		.close-menu {
			background-color: white;
			position: absolute;
			right: 0px;
			top: 0px;
			height: 48px;
			width: 48px;
			display: block;
			line-height: 1em;
			text-align: center;
			color: #6D6D6D;
			font-size: 2.5em;
			text-transform: lowercase;
			cursor: pointer;
			display: block;
		}

		#primary_nav_wrap {
			width: 100%;
			margin-right: 0px!important;
			background-color: #fff;
			height: 100vh!important;
			position: absolute!important;
			top: 40px;
			left: 0px;
			display: none;
			overflow-y:scroll; 
		}
		#primary_nav_wrap ul li:hover > ul
		{
			display:none;
		}
		body #header #primary_nav_wrap {
			margin-top: 0px;
		}

		#primary_nav_wrap ul, #primary_nav_wrap li {
			width: 100%!important;
			display: inline-block;
			max-width: 100%;
			position: relative;

		}
		#primary_nav_wrap .sub-menu {
			float: left;
			height: inherit;
			width: 100%;
			position: relative;
		}
		#primary_nav_wrap .mobile-opened .sub-menu {
			display: block;
		}
	}

	@media screen and (min-width:63.9375em) {
		#header .menu-items:before {
			left: 33.3%
		}
		#header .menu-items:after {
			width: 33.3%
		}
		#header .menu-items .blog-posts .menu-blog-post:nth-child(2) {
			display: block;
			border-left: .1rem solid #e0e0e0
		}
		#header .menu-items .blog-posts .menu-blog-post {
			width: 50%
		}
		#header .menu-items .blog-posts {
			width: 66.6%;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-flex: 2;
			-webkit-flex: 2;
			-ms-flex: 2;
			flex: 2
		}
		#header .menu-items>ul {
			width: 33.3%
		}
		.body {
			background: #373737;
			/* padding-bottom: 360px */
			padding-bottom: 120px
		}
		#footer {
			height: 360px;
			z-index: 1;
			position: relative;
		/* position: fixed;
		left: 0;
		bottom: 0;
		right: 0 */
	}
	#footer .footer-content {
		display: block
	}
	#footer .footer-logo {
		max-width: 20rem;
		margin-top: 2rem;
		/* margin-bottom: 5.8rem */
	}
	#footer .footer-contact {
		max-width: 25%
	}
	#footer .footer-contact-heading {
		float:left;
		width:100%;
	}
	#footer .footer-contact br:last-of-type {
		display: block
	}
	#footer .footer-contact-phone {
		padding-left: 1.6rem;
		/* margin-left: 2rem */
	}
	#footer .footer-contact-email {
		padding-left: 1.6rem;
		/* margin-left: 2rem */
	}
	#footer .footer-copyright br {
		display: none
	}
	#footer .footer-menu {
		position: absolute;
		right: 0;
		top: -2.6rem;
		width: 75%
	}
	/* #footer .footer-social {
		right: 2rem;
		bottom: 0;
		top: auto
		} */
		.section-ecosystem-quotes {
			background-position: 100% bottom
		}
		.section-ecosystem-quotes .swiper-wrap {
			max-width: 64rem;
			margin: 6.4rem auto 6.4rem;
			padding: 0 6.4rem
		}
		.section-ecosystem-quotes .swiper-pagination {
			display: none
		}
		.section-ecosystem-quotes .swiper-button-prev, .section-ecosystem-quotes .swiper-button-next {
			display: block
		}
	/* .section-services .section-content {
		padding-top: 15rem;
		padding-bottom: 15rem
		} */
	/* .section-roi .section-content {
		padding-top: 15rem;
		padding-bottom: 15rem
		} */
	/* .section-blog .section-content {
		padding: 0 2rem 24rem 2rem
		} */
		.section-blog {
			padding-top: 3%
		}
		.section-blog .swiper-wrap {
			padding: 0 6.4rem
		}
		.section-blog .swiper-pagination {
			display: none
		}
		.section-blog .swiper-button-prev, .section-blog .swiper-button-next {
			display: block
		}
		.hero-header.has-title-image.fancy-header .overlay {
			background-size: 100% 100%
		}
		.page-template-template-partners .the-content article:after, .page-template-template-campaign .the-content article:after {
			background-size: 100% 100%
		}
		.page-template-template-solutions .the-content article:after {
			background-size: 100% 100%
		}
		.page-template-template-general .hero-header .overlay, 
		.post-template-default .hero-header .overlay,
		.resources-template-default .hero-header .overlay {
			background-size: 100% 100%
		}
		.page-template-template-general .the-content article:after, 
		.post-template-default .the-content article:after,
		.resources-template-default .the-content article:after {
			background-size: 100% 100%
		}
		.page-template-template-why .the-content article:after {
			background-size: 100% 100%
		}
		.page-template-template-about .the-content article:after {
			background-size: 100% 100%
		}
		.section-about-our-people .grid-column:before {
			right: -8rem
		}
		.section-about-our-people .leadership-categories {
			margin: 0px auto;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center
		}
		.section-about-our-people .leadership-categories a {
			font-size: 2.5rem
		}
		.page-template-template-support .the-content article:after {
			background-size: 100% 100%
		}
		.page-template-template-products .the-content article:after,
		.page-template-template-announcement .the-content article:after {
			background-size: 100% 100%
		}
		.blog .the-content .wrapper:after, 
		.archive.category .the-content .wrapper:after,
		.post-type-archive-resources .the-content .wrapper:after,
		.tax-resource-category .the-content .wrapper:after {
			background-size: 100% 100%
		}
		.blog-articles>article {
			height: 30rem
		}
		.blog-articles>article.sticky {
			height: 62rem
		}
		.blog-articles>article>a .post-header {
			position: absolute;
			left: 1.5rem;
			bottom: 1.5rem;
			right: 1.5rem;
			padding: 0
		}
	}
	@media screen and (min-width:75em) {
		#header .search-toggle {
			margin-right: 0px;
		}
		.admin-bar #header .search-toggle {
			margin-top: 32px
		}
		#header .nav-toggle {
			margin-right: 10rem
		}
		.admin-bar #header .nav-toggle {
			margin-top: 32px
		}
		#header .search-form {
			margin: 0 auto;
			max-width: 80rem
		}
		#header .menu-items {
			margin: 0 auto;
			max-width: 114rem
		}
		.section-benefits {
			margin-top: -2%;
			padding-top: 2%
		}
		.section-benefits .smoke {
			display: block
		}
		.section-ecosystem {
			margin-top: -2%;
			padding-top: 2%
		}
		.section-ecosystem-quotes {
			background-size: contain;
			max-width: none;
			background-position: 130% bottom
		}
		.section-ecosystem-quotes .section-copy {
			max-width: 96.4rem;
			margin: 0 auto
		}
		.section-services {
			margin-top: -3%
		}
		.section-roi {
			margin-top: -3%
		}
		.section-blog {
			margin-top: -3%
		}
		.section-contact {
			margin-top: -2%;
			padding-top: 2%;
			padding-bottom: 2%
		}
		.page-template-template-campaign .the-content .section-contact {
			margin-top: 20rem;
		}
	}
	@media screen and (min-width:100em) {
		.section-ecosystem-quotes {
			background-position: 85% bottom
		}
	}
	@-webkit-keyframes swiper-preloader-spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	@keyframes swiper-preloader-spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	@-webkit-keyframes animatedBackground {
		from {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}
		to {
			-webkit-transform: translateX(-45%);
			transform: translateX(-45%)
		}
	}
	@keyframes animatedBackground {
		from {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}
		to {
			-webkit-transform: translateX(-45%);
			transform: translateX(-45%)
		}
	}
	@-webkit-keyframes animatedBackground2 {
		from {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}
		to {
			-webkit-transform: translateX(-45%);
			transform: translateX(-45%)
		}
	}
	@keyframes animatedBackground2 {
		from {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}
		to {
			-webkit-transform: translateX(-45%);
			transform: translateX(-45%)
		}
	}
	@-webkit-keyframes globeAnimation {
		from {
			-webkit-transform: translateX(-50%) rotate(0);
			transform: translateX(-50%) rotate(0)
		}
		to {
			-webkit-transform: translateX(-50%) rotate(360deg);
			transform: translateX(-50%) rotate(360deg)
		}
	}
	@keyframes globeAnimation {
		from {
			-webkit-transform: translateX(-50%) rotate(0);
			transform: translateX(-50%) rotate(0)
		}
		to {
			-webkit-transform: translateX(-50%) rotate(360deg);
			transform: translateX(-50%) rotate(360deg)
		}
	}

	/* Start My New Css */
	.header-container {
		max-width: 1260px;
		margin: 0 auto;
	}
	#header .header-container .header-bg {
		background: none;
		background-image: url('../images/header-bg.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
		box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
	}
	#header .header-container .logo {
		margin-top: 0px;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-color: transparent; 
	}

#primary_nav_wrap > ul > li.current-menu-item, #primary_nav_wrap > ul > li.current-menu-ancestor {
    background-color: #ff6e14;
    border-radius: 20px;
}

#primary_nav_wrap > ul > li.current-menu-item {
	background-color: #ff6e14;
	border-radius: 20px;
}

#primary_nav_wrap > ul > li.current-menu-item > a, #primary_nav_wrap > ul > li.current-menu-ancestor > a {
    color: #fff;
}

#primary_nav_wrap > ul > li.current-menu-item > ay {
	color: #fff;
}
.section-intro h1, .section-intro p {
	font-family: "Gibson";
	font-weight: 300;
}
.section-intro p {
	color: #909090;
	line-height: 2.6rem;
}
.section-intro-req-btn {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5rem;
	font-family: "Gibson";
	font-weight: 500;
	background: #ff771c;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	letter-spacing: .1rem;
}
.admin-bar #header #primary_nav_wrap {
	margin-top: 72px !important;
}
.hero-graphics {
	float: right;
	width: 70rem;
	margin-left: -20rem;
	height: 41rem;
	margin-top: -3rem;
}
.hero-graphics img {
	display: block;
	max-width: 100%;
}

.grid-container {
	max-width: 1300px;
}
.announcement-column .grid-column {
	max-width: 1300px;
	width: 100%;
}
body.page-template-template-campaign .gform_confirmation_message a {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    background: #ff771c;
    padding: 15px 20px;
    font-weight: bold;
    font-family: "Gibson", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1250px) {
	.admin-bar #header .the-hamburger {
		margin-top: 32px;
	}
	.admin-bar #header .search-toggle {
		margin-top: 32px;
	}
	#primary_nav_wrap > ul > li.current-menu-item, #primary_nav_wrap > ul > li.current-menu-ancestor {
		background-color: inherit;
		border-radius: 0px;
	}
	#primary_nav_wrap > ul > li.current-menu-item > a, #primary_nav_wrap > ul > li.current-menu-ancestor > a {
		color: #ff6e14;
	}
	.section-intro .section-copy .section-copy-inside {
		max-width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.section-intro p {
		float: none;
		margin: 0px auto 2.4rem;
	}
	.hero-graphics {
		float: none;
		width: 560px;
		margin: 0px auto;
		height: auto;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 600px) { 
	.admin-bar.fixed-menu #header .the-hamburger, .admin-bar.fixed-menu #header .search-toggle {
		margin-top: 0px;
	}
	.admin-bar.fixed-menu #header .header-bg{
		top: 0px;
	}
	.admin-bar.fixed-menu #header .logo{
		margin-top: 0px !important;
	}
	.hero-graphics {
		width: 100%;
	}

}
/* End My New Css */