* {
	font-family: 'Adelle', Arial, Helvetica, sans-serif;
	font-weight: 200;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	background: #233840;
}
html,
body {
	height: 100%;
	width: 100%;
}
body {
	overflow-x: hidden;
	z-index: 1;
}
header,
footer {
	width: 100%;
	z-index: 99;
}
header {
	position: absolute;
	padding: 1rem 0;
}
.logos {
	float: left;
}
header #header_logo img {
	width: 201px;
	height: 35px;
}
#secondary_logo {
	display: none;
}
#secondary_logo.active {
		display: block;
}
#secondary_logo img {
	max-width: 120px;
}
@media only screen and (min-width: 769px) {
	header .header-cta .btn:first-child {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.header-cta {
		margin: 0 auto;
		float: left;
		width: 100%;
		clear: both;
		text-align: center;
	}
	.track {
		padding-top: 19rem !important;
	}
	.header-cta {
		margin-top: 79px;
	}
}
@media only screen and (min-width: 769px) {
	header .header-cta {
		display: block;
		float: right;
	}
}
header .social {
	display: none;
	float: right;
	margin-top: 1.4rem;
}
@media only screen and (min-width: 769px) {
	header .social.active {
		display: block;
	}
}
footer {
	background-color: #ffffff;
	padding: 3rem 0;
}
.inner {
	max-width: 1200px;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 1rem;
}
@media only screen and (min-width: 769px) {
	.track .inner,
	#view_outro .inner {
		width: 80%;
		padding-left: 8rem;
	}
}
@media only screen and (min-width: 1050px) {
	.track .inner,
	#view_outro .inner {
		width: 90%;
	}
}
.logo-sage {
	height: 33px;
	width: 87px;
	display: block;
	margin: 1rem auto 2rem;
}
.legal, .note{
	font-size: 12px;
	line-height: 1.4em;
	color: #95989A;
}
.note {
	font-size: 14px;
}
.legal a {
	color: inherit;
}
.legal.legal-links {
	text-align: center;
}
.social .social-text {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 1.6rem;
}
.social .social-icons {
	display: block;
	vertical-align: middle;
	text-align: center;
}
.social .social-icons a {
	margin-left: 1rem;
}
.social .social-icons img {
	width: 3rem;
	height: 3rem;
}
main {
	min-height: 100%;
}
section {
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	position: relative;
	z-index: 1;
	display: none;
}
section.active {
	display: block;
	z-index: 10;
}
h1,
h2,
h5,
h6,
p {
	margin: 1.5rem 0;
}
h1 {
	font-size: 28px;
	line-height: 1.2em;
	max-width: 450px;
	color: #ffffff;
}
h2 {
	font-size: 2.2rem;
	color: #ffffff;
	font-weight: 100;
}
@media only screen and (min-width: 1200px) {
	h2 {
		font-size: 2.8rem;
	}
}
h5 {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}
h5:before,
h5:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 20px;
	background-image: url(https://img06.en25.com//EloquaImages/clients/SageGlobalInstance/%7Bf1f60514-0dfe-49cc-94eb-632fb3760103%7D_arrow-left-green.png);
	background-size: contain;
	background-repeat: no-repeat;
}
h5:before {
	margin-right: 1rem;
	display: none;
}
@media only screen and (min-width: 769px) {
	h5:before {
		display: inline-block;
	}
}
h5:after {
	margin-left: 1rem;
	transform: rotate(180deg);
}
@media only screen and (min-width: 769px) {
	h5:after {
		display: none;
	}
}
h6 {
	font-size: 13px;
	font-weight: 800;
}
p {
	font-size: 14px;
	color: #ffffff;
	font-weight: 100;
}
a {
	text-decoration: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.btn {
	font-size: 14px;
	position: relative;
	display: inline-block;
	border: none;
	padding: 10px 48px 10px 20px;
	margin: 1rem 0 0 0;
	color: #ffffff !important;
	font-weight: 100;
	line-height: 1em;
	text-decoration: none !important;
	background-color: #c8006e;
	border: 1px solid #c8006e;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.1s all 0s;
}
.btn:before,
.btn:after {
	content: '';
	display: block;
	position: absolute;
}
.btn:before {
	height: 18px;
	width: 1px;
	background: #ffffff;
	right: 28px;
	top: 8px;
}
.btn:after {
	width: 8px;
	height: 8px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
	top: 12px;
	right: 15px;
}
.btn:focus,
.btn:hover {
	background-color: #990069 !important;
	border-color: #990069 !important;
	color: #ffffff !important;
}
.btn:focus:after,
.btn:hover:after {
	border-color: #ffffff !important;
}
.btn:focus:before,
.btn:hover:before {
	background: #ffffff !important;
}
.btn.btn-secondary {
	color: #51534a !important;
	background-color: #ffffff;
	border-color: #51534a;
}
.btn.btn-secondary:after {
	border-color: #51534a;
}
.btn.btn-secondary:before {
	background: #51534a;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
	color: #ffffff !important;
}
.btn.btn-left {
	padding: 10px 20px 10px 48px;
}
.btn.btn-left:before {
	right: inherit;
	left:28px;
}
.btn.btn-left:after {
	transform: rotate(-135deg);
	right: inherit;
	left: 15px;
}
.btn.next-step {
	margin-right: 10px;
}
.back_button {
	display: none;
}
.back_button.active {
	display: inline-block;
}
.text-center {
	text-align: center;
}
.full-screen {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
}
@media only screen and (min-width: 769px) {
	.full-screen {
		position: fixed;
	}
}
.bg-full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}
@media only screen and (min-width: 769px) {
	.bg-full {
		position: fixed;
	}
}
.bg-full .bg-vid {
	z-index: 2;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
}
.videomask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 769px){
	video {
		min-height: 100vh;
		min-width: 100vw;
		width: auto;
	}
}
@media only screen and (min-width: 769px) {
	.bg-full .bg-vid {
		position: fixed;
	}
}
@media only screen and (min-width: 769px) {
	.bg-full .bg-vid.active {
		display: block;
	}
}
.bg-full .bg-vid iframe {
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
}
@media only screen and (min-width: 769px) {
	.bg-full .bg-vid iframe {
		position: fixed;
	}
}
.bg-full .bg-img {
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	background-size: cover;
	background-position: 50% 35%;
	height: 250px;
}
@media only screen and (min-width: 769px) {
	.bg-full .bg-img {
		position: fixed;
	}
}
@media only screen and (min-width: 769px) {
	.bg-full .bg-img {
		height: 100%;
	}
}
.bg-full .bg-img.active {
	opacity: 1;
	transition: opacity 0.25s;
}
.bg-full .bg-img#bg_img_intro {
	background-image: url(../images/main-bg.jpg);
}
.bg-full .bg-img#bg_img_enhance {
	background-image: url(../images/main-bg.jpg);
}
.bg-full .bg-img#bg_img_confidence {
	background-image: url(../images/main-bg.jpg);
}
.bg-full .bg-img#bg_img_smarter {
	background-image: url(../images/main-bg.jpg);
}
.bg-full .bg-img#bg_img_silos {
	background-image: url(../images/main-bg.jpg);
}
#hamburger {
	float: right;
	margin-top: -0.3rem;
	margin-right: -1.5rem;
	width: 5.9rem;
	height: 5rem;
	display: flex;
	padding: 1.5rem;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}
@media only screen and (min-width: 769px) {
	#hamburger {
		display: none;
	}
}
#hamburger .line {
	width: 100%;
	height: 2px;
	opacity: 1;
	background-color: #00dc00;
	transition: all 0.25s;
}
#hamburger.active .line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}
#hamburger.active .line:nth-child(2) {
	opacity: 0;
}
#hamburger.active .line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}
#menu_mobile {
	padding: 15rem 5% 3rem;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	position: absolute;
	background-color: #243741;
	z-index: 98;
	overflow-y: auto;
	transition: opacity 0.3s ease-in;
	pointer-events: none;
	opacity: 0;
}
#menu_mobile.active {
	transition-timing-function: ease-out;
	pointer-events: auto;
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	#menu_mobile {
		display: none !important;
	}
}
#menu_mobile .text-center {
	margin: 2rem auto;
}
#menu_mobile > * {
	transition: all 0.3s ease-in;
	opacity: 0;
	transform: translateY(2rem);
}
#menu_mobile.active > * {
	transition-timing-function: ease-out;
	opacity: 1;
	transform: translate(0);
}
.menu-block .menu-item {
	cursor: pointer;
	background-color: #003349;
	border-bottom: 1px solid #66787C;
	display: flex;
	align-items: center;
	height: 74px;
}
.menu-block .menu-item .item-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	margin: 1.5rem;
}
.menu-block .menu-item .item-icon img {
	width: 4rem;
	height: 4rem;
}
.menu-block .menu-item .item-text {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 100;
	padding-right: 1.9rem;
	height: 100%;
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-width: 200px;
}
.menu-block .menu-item.active .item-text {
	color: #00dc00;
}
.menu-block .menu-item.active,
.menu-block .menu-item:hover {
	border-bottom-color: #00dc00;
}
.menu-block .menu-item:hover .item-text {
	color: #00dc00;
}
.menu-block .menu-item:hover img {
	opacity: 1 !important;
}
.mobile-menu-open {
	cursor: pointer;
}
@media only screen and (min-width: 769px) {
	.mobile-menu-open {
		cursor: default;
	}
}
#view_intro {
	padding: 1rem 0 0;
}
#view_intro .menu-block {
	display: block;
	padding: 3rem;
	padding-left: 1.8rem;
}
@media only screen and (max-width: 769px) {
	#view_intro .menu-block {
		display: none;
	}
	#view_intro .menu-block .menu-item .item-text {
		display: block;
	}
}
#view_intro #intro_mobile_hero {
	display: block;
}
@media only screen and (min-width: 769px) {
	#view_intro #intro_mobile_hero {
		display: none;
	}
}
#view_intro #intro_center {
	padding: 0;
	display: block;
}
#view_intro #intro_center {
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
@media only screen and (max-width: 768px) {
	#view_intro #intro_center {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	#view_intro #intro_center #intro_copy {
		margin-top: 210px;
	}
}
#view_intro #intro_center #intro_copy {
	width: 100%;
	max-width: 675px;
}
#view_intro #intro_center #intro_copy .intro-copy-block {
	display: none;
	padding: 0;
}
@media only screen and (min-width: 769px) {
	#view_intro #intro_center #intro_copy .intro-copy-block {
		padding: 0 3rem 0 0;
	}
}
@media only screen and (min-width: 900px) {
	#view_intro #intro_center #intro_copy .intro-copy-block {
		padding: 0 3rem 0 2rem;
	}
}
#view_intro #intro_center #intro_copy .intro-copy-block.active {
	display: block;
}
#menu_block_track {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -86px;
	z-index: 98;
	min-width: none;
	transform: translateY(-50%);
}
#menu_block_track img {
	opacity: 0.6;
}
#menu_block_track .active img {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	#menu_block_track.active {
		display: block;
	}
}
#menu_block_track .menu-item {
	min-width: unset;
}
#menu_block_track .menu-item .item-text {
	display: none;
}
#menu_block_track .menu-item.active .item-text,
#menu_block_track .menu-item:focus .item-text,
#menu_block_track .menu-item:hover .item-text {
	display: inline-flex;
}
#menu_block_track .menu-item.active.hidden .item-text {
	display: none;
}
.track {
	width: 100%;
	min-height: 100%;
	padding: 8rem 0 2rem;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.track {
		margin-bottom: 5rem;
	}
	.track .inner {
		margin-top: 6rem;
	}
}
.track .inner > * {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.track .carousel {
	padding-bottom: 9rem;
	position: relative;
	/*background-image: url(https://img06.en25.com/EloquaImages/clients/SageGlobalInstance/%7B361d4781-73e5-462c-853e-a23403237d69%7D_loader.gif);
	background-position: 50% 45%;
	background-size: 40px 40px;
	background-repeat: no-repeat;*/
}
.track .carousel .slides {
	padding: 2% 0 0;
}
.track .carousel .slide {
	padding: 2rem;
	display: none;
	height: 35vh;
	width: 100%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
	.track .carousel .slide {
		height: 45vh;
	}
}
.track .carousel .slide.active {
	display: block;
}
@media screen and (min-width: 767px) and (min-height: 490px) {
	.track .carousel .slide {
		height: 50vh;
	}
}
@media screen and (min-width: 767px) and (min-height: 550px) {
	.track .carousel .slide {
		height: 55vh;
	}
}
@media screen and (min-width: 767px) and (min-height: 610px) {
	.track .carousel .slide {
		height: 60vh;
	}
}
@media screen and (min-width: 767px) and (min-height: 690px) {
	.track .carousel .slide {
		height: 65vh;
	}
}
.track .carousel .carousel-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}
.track .carousel .carousel-nav > * {
	display: inline-block;
}
@media only screen and (max-width: 870px) {
	.track .carousel .dots:after {
		display: none;
	}
	.track .carousel .carousel-nav {
		width: 650px;
		margin-left: -325px;
	}
}
@media only screen and (max-width: 769px) {
	.track .carousel .carousel-nav {
		width: 350px;
		margin-left: -175px;
		bottom: -30px;
		position: relative;
	}
}
.track .carousel .dots {
	z-index: 1;
	display: inline-block;
	position: relative;
}
.track .carousel .dots .dot {
	display: inline-block;
	padding: 1rem;
	margin: 0 0.1rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
}
.track .carousel .dots .dot:before {
	content: '';
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: #243741;
}
.track .carousel .dots .dot.active:before {
	background-color: #ffffff;
}
.track .carousel .dots:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.5rem;
	right: 1.5rem;
	height: 1px;
	margin-top: -1px;
	background-color: #ffffff;
	z-index: -1;
}
.track .carousel .next,
.track .carousel .prev {
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	margin: 1.2rem 2rem;
	cursor: pointer;
}
.track .carousel .next:after,
.track .carousel .prev:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.track .carousel .next:after {
	transform: rotate(45deg);
}
.track .carousel .prev:after {
	transform: rotate(-135deg);
}
.carousel-textlinks {
	position: absolute;
	top: 0;
	min-height: 295px;
	background-color: #003349;
	border-left: 1px solid #66787C;
}
.carousel-textlinks ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.carousel-textlinks ul li {
	display: block;
	padding: 6px 10px;
	background-color: #003349;
	float: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 100;
	margin: 0;
	text-align: left;
}
.carousel-textlinks ul li:first-child {
	padding-top: 15px;
}
.carousel-textlinks ul li:last-child {
	padding-bottom: 15px;
}
.carousel-textlinks ul li.active, .carousel-textlinks ul li:hover {
	color: #00dc00;
}
.disclaimer {
	position: absolute;
	bottom: 0;
	right: -80px;
	color: #fff;
	max-width: 200px;
	text-align: left;
}
.hot-spot {
	z-index: 20;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.5, 0, 0.35, 1);
}
@media screen and (max-width: 768px) {
	.disclaimer {
		max-width: 100%;
		bottom: -70px;
		right: 0;
	}
	.hot-spot {
		position: relative;
		top: 100% !important;
		left: 0 !important;
	}
}
.hot-spot .box {
	position: absolute;
	padding: 0.5rem 2rem;
	background-color: #ffffff;
	width: 100%;
	box-shadow: 0 0 5rem rgba(0, 0, 0, 0.4);
	z-index: 22;
}
@media only screen and (min-width: 769px) {
	.hot-spot .box {
		width: 400px;
	}
}
.hot-spot .box * {
	color: #51534a;
	text-align: left;
	font-size: 14px;
}
.hot-spot .box h6 {
	margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
	.hot-spot .box {
		left: 0 !important;
		position: relative;
		top: 1rem !important;
		background-color: transparent;
	}
	.hot-spot .box * {
		color: #ffffff;
		text-align: left;
	}
}
/*.hot-spot .box:before {
	content: '';
	display: none;
	position: absolute;
	border-right: 6rem solid #ffffff;
	box-sizing: border-box;
	border-top: 0.8rem solid transparent;
	border-bottom: 0.8rem solid transparent;
	margin: -0.8rem;
	transform-origin: 85% 50%;
}*/
@media only screen and (min-width: 769px) {
	.hot-spot .box:before {
		display: block;
	}
}
.hot-spot .box.bottom-left {
	bottom: 0;
	left: 0;
}
.hot-spot .box.bottom-left:before {
	top: 100%;
	right: 100%;
	transform: rotate(-45deg);
}
.hot-spot .box.top-left {
	top: 0;
	left: 0;
}
.hot-spot .box.top-left:before {
	bottom: 100%;
	right: 100%;
	transform: rotate(45deg);
}
.hot-spot .box.bottom-right {
	bottom: 0;
	right: 0;
}
.hot-spot .box.bottom-right:before {
	top: 100%;
	right: 0;
	transform: rotate(225deg);
}
.hot-spot .box.top-right {
	top: 0;
	right: 0;
}
.hot-spot .box.top-right:before {
	bottom: 100%;
	right: 0;
	transform: rotate(135deg);
}
.hot-spot .box .hot-spot-close {
	display: none;
	height: 1.5rem;
	width: 1.5rem;
	float: right;
	margin: 1.5rem 0 0 1rem;
	cursor: pointer;
}
@media only screen and (min-width: 769px) {
	.hot-spot .box .hot-spot-close {
		display: block;
	}
}
.hot-spot .spot {
	display: none;
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #00dc00;
	margin: -1rem 0 0 -1rem;
	z-index: 23;
	box-shadow: 0 0 0 1.5rem rgba(0, 0, 0, 0.08), 0 0 0 3rem rgba(0, 0, 0, 0.08);
	cursor: pointer;
}
@media only screen and (min-width: 769px) {
	.hot-spot .spot {
		display: block;
	}
}
.hot-spot-content {
	display: none;
}
#view_outro {
	background-color: #ffffff;
	min-height: 100vh;
	z-index: 1;
}
#view_outro .social {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 170px;
	margin-left: -85px;
	display: block;
}
.outro-titles {
	position: absolute;
	left: 0;
	width: 100%;
	top: 15vh;
	text-align: center;
}
.outro-img, .outro-title {
	display: none;
}
.outro-img {
	margin-top: 30px;
}
.outro-img.active, .outro-title.active {
	display: block;
}
@media only screen and (min-width: 769px) {
	#view_outro .social {
		display: none;
	}
	.outro-img {
		margin-top: 0;
	}
}
#view_outro .outro-bg {
	position: relative;
	width: 100%;
	min-height: 170px;
	height: 30vh;
	max-height: 250px;
	background: url(https://img06.en25.com/EloquaImages/clients/SageGlobalInstance/%7Bb955f33f-1a73-41a3-9b9c-01fb703163d5%7D_bg-outro.jpg) 50% no-repeat;
	background-size: cover;
	z-index: -1;
}
#view_outro .inner {
	direction: rtl;
}
#view_outro .inner * {
	direction: ltr;
	color: #51534a;
}
#view_outro .col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 1rem 0;
}
#view_outro .col img {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	#view_outro .col:first-child {
		margin-top: -13%;
	}
	#view_outro .outro-bg {
		height: 35vh;
		max-height: 350px;
	}
	#view_outro .inner {
		margin-top: 0;
	}
}
@media only screen and (min-width: 900px) {
	#view_outro .col {
		width: 40%;
	}
	#view_outro .col img {
		width: auto;
		max-width: 100%;
	}
	#view_outro .col:first-child {
		margin-top: -6.5%;
		width: 58%;
	}
}
/* CUSTOM */
body {
overflow-y:scroll; 
}
.fixed {
position:fixed;
width:100%;
}
.fixed.not-fixed {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.fixed {
		position: relative;
	}
}

#GDPRSection {
	text-align: left; 
	width: 100%;
}
#GDPRSection label {
	margin-left: 24px;
	text-transform: none;
	font-weight: 100;
}
#GDPRSection input[type=checkbox] {
	float: left;
	margin-left: -24px;
	margin-top: 2px; 
}
#GDPRintro {
	font-size: 16px;
}
ul.list {
	margin: 0;
	padding: 0 0 0 15px;
}