/* Oracle Sans and Oracle Sans Cd font family */

/* // Oracle Sans Bold */
@font-face {
	font-family: 'Oracle Sans Bold';
	src: url(../font/OracleSans_W_Bd.woff) format('woff'), url(../font/OracleSans_Bd.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* // Oracle Sans Light */
@font-face {
	font-family: 'Oracle Sans Light';
	src: url(../font/OracleSans_W_Lt.woff) format('woff'), url(../font/OracleSans_Lt.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* // Oracle Sans Regular */
@font-face {
	font-family: 'Oracle Sans';
	src: url(../font/OracleSans_W_Rg.woff) format('woff'), url(../font/OracleSans_Rg.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oracle Sans Italic';
	src: url(../font/OracleSans_W_Rg.woff) format('woff'), url(../font/OracleSans_Rg.ttf) format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/* // Oracle Sans Semibold */
@font-face {
	font-family: 'Oracle Sans Semibold';
	src: url(../font/OracleSans_W_SBd.woff) format('woff'), url(../font/OracleSans_SBd.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/* // Oracle Sans Condensed */
@font-face {
	font-family: 'Oracle Sans Cd';
	src: url(../font/OracleSansCd_W_Rg.woff) format('woff'), url(../font/OracleSansCd_Rg.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body,
html {
	background: #6f7c80;
	color: #5c6367;
	font-family: 'Oracle Sans', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}

.big-container {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	position: relative
}

article {
	display: block;
	margin: 0 auto;
	max-width: 1060px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	width: 100%
}

.wrapper {
	background: #fff;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
	position: relative
}

section {
	position: relative
}

p {
	margin: 0 0 2em;
	font-size: 16px
}

p:last-child {
	margin: 0!important
}

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden
}

.hide,
.preload {
	display: none!important;
	height: 0;
	margin: 0!important;
	padding: 0
}

embed,
iframe,
img,
input,
textarea {
	border: 0;
	max-width: 100%
}

.spacing-60 {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	margin: 0 0 60px;
	overflow: hidden
}

.spacing-80 {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	margin: 0 0 80px;
	overflow: hidden
}

.spacing-120 {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	margin: 0 0 120px;
	overflow: hidden
}

em,
i {
	font-family: "Oracle Sans Italic", sans-serif;
	font-style: normal
}

b,
strong {
	font-family: "Oracle Sans Bold", sans-serif;
	font-weight: 400
}

.content ol {
	list-style: decimal;
	margin: 0 0 25px 50px
}

.content ol li {
	padding: 5px 0
}

.content ul {
	list-style: none;
	margin: 0 0 25px
}

.content ul:last-child {
	margin: 0
}

.content ul li {
	margin: 0 0 20px
}

.content ul li:last-child {
	margin: 0
}

.content .button {
	border: 1px solid #bcc5cc;
	color: #8a9299;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 15px 20px;
	text-transform: uppercase
}

.content .button:hover {
	background: #8a9299;
	border: 1px solid #8a9299;
	color: #fff
}

.content .light-blue .button {
	border: 1px solid #69b7cf;
	color: #007599;
	margin: 20px 30px 0 0
}

.content .light-blue .button:hover {
	background: #007599;
	border: 1px solid #007599;
	color: #fff
}

.logo,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .05);
	-moz-tap-highlight-color: rgba(0, 0, 0, .05);
	tap-highlight-color: rgba(0, 0, 0, .05);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.sidenav {
	margin-left: 24px!important
}

::-moz-selection,
::selection {
	background: #df5629;
	color: #fff
}

.content a {
	color: #df5629;
	font-family: "Oracle Sans Semibold", sans-serif
}

.orange a {
	color: #fff;
	font-family: "Oracle Sans Bold", sans-serif;
	text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2e3133;
	clear: both;
	font-family: "Oracle Sans Bold", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 15px;
	position: relative;
	text-transform: uppercase
}

h1 {
	font-size: 24px
}

h1.title,
h2.section-title,
h2.title {
	font-size: 24px!important;
	letter-spacing: 3px;
	margin: 0 0 25px;
	padding: 10px 0 0
}

.hero h1.title {
	margin: 0
}

h1.title.line-blue,
h2.title.line-blue {
	background: url(../img/line-blue.png) no-repeat
}

h1.title.line-orange,
h2.title.line-orange {
	background: url(../img/line-orange.png) no-repeat
}

h1.title.line-yellow,
h2.title.line-yellow {
	background: url(../img/line-yellow.png) no-repeat
}

h1.white,
h2.white {
	color: #fff
}

.two-column h2,
h4 {
	font-size: 16px
}

h5 {
	font-size: 15px
}

h6 {
	color: #8a9599;
	font-family: "Oracle Sans Italic", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none
}

.header-netsuite {
	background-color: #403C38;
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999
}

.header-netsuite article {
	overflow: visible
}

#scrollto {
	position: relative;
	top: -120px
}

.logo-netsuite {
	float: left;
	margin: 20px 0 0
}

.active .logo-netsuite a,
.logo-netsuite a {
	background: url(../img/logo-netsuite.png) no-repeat;
	background-size: 100% 100%!important;
	width: 117px;
	height: 25px;
	display: block;
	-webkit-transition: ease-in-out;
	-moz-transition: ease-in-out;
	-o-transition: ease-in-out;
	transition: ease-in-out
}

.header-netsuite.active .logo-netsuite a {
	background-position: top left
}

.header-netsuite form {
	border: 1px solid rgba(255, 255, 255, .4);
	float: right;
	height: 32px;
	margin: 15px 32px 0;
	position: relative;
	width: auto
}

.header-netsuite.active form {
	border: 1px solid #e5e5e5
}

.header-netsuite form input {
	background: 0;
	border: 0;
	color: #fff;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 13px;
	height: 30px;
	letter-spacing: 1px;
	padding: 0 32px 0 10px;
	width: 100%
}

.header-netsuite.active form input {
	color: #999
}

.header-netsuite form input:focus {
	background: rgba(0, 0, 0, .1)
}

.header-netsuite.active form input:focus {
	background: 0 0!important
}

.header-netsuite form .searchTopBtn {
	background: url(../img/icon-search.png) center 9px no-repeat!important;
	border: 0;
	bottom: 0;
	height: 30px;
	padding: 0!important;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.header-netsuite form .searchTopBtn {
		background: url(../img/icon-search-2x.png) center 9px/12px 12px no-repeat!important
	}
}

.ns-corp {
	float: right;
	margin: 20px 0 0
}

.ns-corp li {
	display: inline-block;
	margin: 0 20px 0 0
}

.ns-corp li:last-child {
	margin: 0
}

.ns-corp a {
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	padding: 12px;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.global-sites {
	position: relative
}

.global-sites-arrow {
	cursor: pointer!important
}

.global-sites ul {
	background: #fff;
	display: none;
	left: 0;
	padding: 8px 0;
	position: absolute;
	top: 25px;
	width: 200px;
	z-index: 9999
}

.inside .global-sites ul {
	border-bottom: 2px solid rgba(111, 124, 128, .5)
}

.global-sites:hover ul {
	display: block
}

.global-sites:hover>a {
	background: #fff;
	color: #df5629
}

.global-sites ul li,
.global-sites ul li:first-child {
	display: block;
	margin: 0!important
}

.global-sites ul a {
	color: #6f7c80;
	display: block;
	line-height: 25px;
	padding: 0 0 0 12px
}

.global-sites ul a:hover {
	color: #df5629
}

.feature {
	position: relative;
	height: 720px;
	width: 100%
}

#jQuery {
	width: 100%!important
}

.feature #nav {
	line-height: 0;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -30%;
	z-index: 999;
	text-align: center;
	width: 60%
}

.feature #nav a {
	margin: 0 40px 0 0;
	height: 16px;
	display: inline-block;
	width: 16px;
	background: url(../img/home/controls.png) 100% 0 no-repeat;
	text-indent: -9999px;
	-webkit-transition: ease-in-out;
	-moz-transition: ease-in-out;
	-o-transition: ease-in-out;
	transition: ease-in-out
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.feature #nav a {
		background: url(../img/home/controls-2x.png) 100% 0/60px 16px!important
	}
	.feature #nav a.activeSlide {
		background-position: 0 112px!important
	}
}

.feature #nav a:last-child {
	margin: 0
}

.feature #nav a.activeSlide {
	background-position: 0 0
}

.feature .slide {
	width: 100%!important;
	height: 720px!important;
	background-position: 50% 0;
	padding: 180px 0 0;
	text-align: center;
	font-size: 18px;
	line-height: 2em;
	color: #444
}

.feature #slideIRCE {
	background: url(../img/home/bnr-1920x720-irce-suitecommerce.jpg) top center no-repeat
}

.feature #slideIRCE a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em!important;
	padding: 15px 20px;
	text-transform: uppercase
}

.feature #slideIRCE a:hover {
	background: #fff;
	color: #41525c
}

.feature #slideIRCE p,
.feature #slideIRCE.slide h2 {
	color: #fff!important
}

@media screen and (max-width:1160px) {
	.feature #slideIRCE.slide h2 {
		font-size: 32px
	}
	.feature #slideIRCE p {
		margin: 0 0 1.3em
	}
}

@media screen and (max-width:640px) {
	.feature #slideIRCE a {
		background: #fff!important;
		border: none!important;
		color: #41525c!important;
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%
	}
	.feature #slideIRCE a:hover {
		color: #41525c!important
	}
}

.feature #slideSCIS {
	background: url(../img/home/hero-201505-scis.jpg) top center no-repeat
}

.feature #slideSCIS h2,
.feature #slideSCIS p {
	color: #29474f
}

.feature #slideSCIS a {
	border: 1px solid #29474f;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #29474f;
	line-height: 1em!important;
	padding: 15px 20px;
	text-transform: uppercase
}

.feature #slideSCIS a:hover {
	background: #29474f;
	color: #fff
}

@media screen and (max-width:1200px) {
	.feature #slideSCIS p {
		margin: 0 0 1.3em
	}
}

@media screen and (max-width:640px) {
	.feature #slideSCIS a {
		background: #fff!important;
		border: none!important;
		color: #41525c!important;
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%
	}
	.feature #slideIRCE a:hover {
		color: #41525c!important
	}
}

.feature #slide2 a {
	letter-spacing: 1px;
	text-transform: uppercase
}

.feature #slide-tco-ebook a,
.feature #slide1 a,
.feature #slide2 a,
.feature #slide3 a,
.feature #slide4 a,
.feature #slide5 a {
	border: 1px solid #29474f;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #29474f;
	line-height: 1em!important;
	padding: 15px 20px;
	text-transform: uppercase
}

.feature #slide-tco-ebook a:hover,
.feature #slide1 a:hover,
.feature #slide2 a:hover,
.feature #slide3 a:hover,
.feature #slide4 a:hover,
.feature #slide5 a:hover {
	background: #29474f;
	color: #fff
}

.feature #slide6 a,
.feature #slide7 a,
.feature #slide8 a {
	border: 1px solid #fff;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1em!important;
	padding: 15px 20px;
	text-transform: uppercase
}

.feature #slide6 a:hover,
.feature #slide7 a:hover,
.feature #slide8 a:hover {
	background: #fff;
	color: #29474f
}

@media screen and (max-width:768px) {
	.feature #slide-tco-ebook .hideMobi,
	.feature #slide1 .hideMobi,
	.feature #slide2 .hideMobi,
	.feature #slide3 .hideMobi,
	.feature #slide4 .hideMobi,
	.feature #slide5 .hideMobi,
	.feature #slide6 .hideMobi,
	.feature #slide7 .hideMobi,
	.feature #slideIRCE .hideMobi,
	.feature #slideSCIS .hideMobi {
		display: none
	}
}

@media screen and (max-width:640px) {
	.feature #slide-tco-ebook a,
	.feature #slide1 a,
	.feature #slide2 a,
	.feature #slide3 a,
	.feature #slide4 a,
	.feature #slide5 a {
		background: #fff!important;
		border: none!important;
		color: #41525c!important;
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%
	}
}

.feature #slide1 {
	background: url(../img/home/hero-1.jpg) top center no-repeat;
	color: #29474f
}

.feature #slide2 {
	background: url(../img/home/hero-2.jpg) top center no-repeat;
	color: #29474f
}

.feature #slide3 {
	background: url(../img/home/hero-3.jpg) top center no-repeat;
	color: #29474f
}

.feature #slide4 {
	background: url(../img/home/hero-4.jpg) top center no-repeat
}

.feature #slide5 {
	background: url(../img/home/hero-120715-nrf.jpg) top center no-repeat
}

.feature #slide6 {
	background: url(../img/home/hero-6.jpg) top center no-repeat;
	color: #fff
}

.feature #slide7 {
	background: url(../img/home/hero-7.jpg) top center no-repeat;
	color: #fff
}

.feature #slide8 {
	background: url(../img/home/hero-8.jpg) top center no-repeat;
	color: #fff
}

.feature #slide-tco-ebook {
	background: url(../img/home/hero-tco-ebook.jpg) top center no-repeat;
	color: #29474f
}

.feature .slide h2 {
	font-size: 48px;
	line-height: 1em;
	text-transform: none;
	color: inherit;
	letter-spacing: -1px;
	font-family: "Oracle Sans Light", sans-serif
}

.feature .slide h2 small {
	font-size: 28px
}

.feature #slide6 h2,
.feature #slide7 h2 {
	color: #fff
}

.header {
	background: url(../img/header.png) top center repeat-x;
	height: 120px;
	margin: 0 auto;
	max-width: 1920px;
	position: absolute;
	width: 100%;
	z-index: 9998;
	-webkit-transition: ease-in-out;
	-moz-transition: ease-in-out;
	-o-transition: ease-in-out;
	transition: ease-in-out
}

.inside .header {
	top: 60px
}

.header.fixed {
	position: fixed;
	top: 0
}

.inside .header.active {
	animation: .25s ease-in-out .1s forwards headermove;
	-webkit-animation: .25s ease-in-out .1s forwards headermove
}

@keyframes headermove {
	0% {
		top: 60px
	}
	100% {
		top: 120px
	}
}

@-webkit-keyframes headermove {
	0% {
		top: 60px
	}
	100% {
		top: 120px
	}
}

.logo {
	line-height: 0;
	margin: 46px 0 0;
	position: absolute
}

.nlogo {
	width: auto;
	height: 14px!important;
	padding: 20px 0 0;
	margin: 0
}

.nav {
	float: right;
	position: relative;
	right: -10px;
	top: 10px
}

.nav li {
	display: block;
	float: left;
	line-height: 120px;
	margin: 0 30px 0 0
}

.nav li:last-child {
	margin: 0
}

.nav a {
	color: #6f7c80;
	font-size: 12px;
	font-family: "Oracle Sans Semibold", sans-serif;
	letter-spacing: 2px;
	padding: 6px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nav a.selected,
.nav a:hover {
	color: #df5629
}

.header .tour a {
	background: #009ddc;
	color: #fff;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1em;
	padding: 9px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 180px
}

.header .tour a:hover {
	background: #005295
}

@media screen and (max-width:640px) {
	.header .tour a {
		padding: 9px 10px;
		top: 15px;
		width: 60px
	}
}

.nav-secondary {
	background: rgba(232, 242, 245, .9);
	height: 60px;
	left: 0;
	margin: 0 auto;
	max-width: 1920px;
	position: absolute;
	right: 0;
	top: 180px;
	width: 100%;
	z-index: 9998
}

.nav-secondary.fixed {
	position: fixed;
	top: 120px
}

.nav-secondary.active {
	animation: .25s ease-in-out .1s forwards navmove;
	-webkit-animation: .25s ease-in-out .1s forwards navmove
}

@keyframes navmove {
	0% {
		top: 180px
	}
	100% {
		top: 240px
	}
}

@-webkit-keyframes navmove {
	0% {
		top: 180px
	}
	100% {
		top: 240px
	}
}

.nav-secondary ul {
	text-align: right
}

.nav-secondary li {
	display: inline-block;
	float: none;
	margin: 0 40px 0 0;
	text-transform: none
}

.nav-secondary li:last-child {
	margin: 0
}

.nav-secondary a {
	color: #6f7c80;
	float: left;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 60px
}

.nav-secondary a.selected,
.nav-secondary li a:hover {
	color: #df5629
}

.nav-tertiary {
	font-size: 0;
	left: 0;
	margin: 0 auto;
	max-width: 1920px;
	position: absolute;
	right: 0;
	top: 280px;
	width: 100%;
	z-index: 999
}

.nav-tertiary li {
	display: inline-block;
	margin: 0 20px 0 0
}

.nav-tertiary li:last-child {
	margin: 0
}

.nav-tertiary li a {
	color: rgba(255, 255, 255, .5);
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 10px
}

.nav-tertiary li a.selected,
.nav-tertiary li a:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff!important
}

.page-b2b .nav-tertiary li a,
.page-ecommerce .nav-tertiary li a,
.page-features .nav-tertiary li a,
.page-marketing .nav-tertiary li a {
	color: rgba(0, 0, 0, .5)
}

.page-b2b .nav-tertiary li a.selected,
.page-b2b .nav-tertiary li a:hover,
.page-ecommerce .nav-tertiary li a.selected,
.page-ecommerce .nav-tertiary li a:hover,
.page-features .nav-tertiary li a.selected,
.page-features .nav-tertiary li a:hover,
.page-marketing .nav-tertiary li a.selected,
.page-marketing .nav-tertiary li a:hover {
	background: rgba(0, 0, 0, .1);
	color: #707a80!important
}

ul.level-3 {
	background: #fff;
	float: left;
	margin: 10px -20px 0 20px;
	padding: 0 20px;
	width: auto!important
}

.level-3 li {
	vertical-align: top;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Oracle Sans", sans-serif;
	margin: 0
}

.level-3 a {
	background: url(../img/nav-break-tertiary.jpg) 100% 50% no-repeat #fff!important;
	color: #666!important;
	line-height: 40px
}

.level-2 li:last-child a {
	background-image: none!important
}

.level-3 .selected-page a,
.level-3 a:focus,
.level-3 a:hover {
	color: #df5629!important
}

.carousel .carousel-caption {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: center;
	left: 10%;
	padding: 60px 0;
	position: absolute;
	right: 10%;
	text-align: left;
	top: 0;
	vertical-align: middle;
	z-index: 10
}

.news {
	background: url(../img/home/news.jpg) top center/cover no-repeat #1a292e;
	overflow: hidden;
	margin: 0;
	padding: 240px 0 120px!important
}

.news h2.section-title {
	color: #fff;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0 0 80px;
	text-align: center
}

.news h4.title {
	color: #fff
}

.news p {
	color: #dde3e6;
	font-family: "Oracle Sans Semibold", sans-serif;
	margin: 0 0 30px
}

.news p:last-child {
	min-height: 0
}

.news a {
	color: #b1eeff;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase
}

.news a:hover {
	color: #fff
}

.news .bttnHldr {
	margin: 2.815em 0 0;
	text-align: center
}

.news .bttnHldr a {
	color: #fff
}

.benefits {
	padding: 80px 0!important
}

.benefits ul li {
	font-family: "Oracle Sans Semibold", sans-serif;
	list-style: square;
	margin: 0 0 20px 16px!important;
	padding: 0 0 0 5px
}

.benefits ul li:last-child {
	margin: 0 0 0 16px!important
}

.commerce {
	background: #e6f1f5;
	padding: 120px 0 80px
}

.commerce h2.section-title {
	color: #8a9599;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0 0 80px;
	text-align: center
}

.commerce h4.title {
	color: #5c6367;
	font-size: 16px;
	line-height: 1em;
	margin: 0 0 30px
}

.commerce h6 {
	color: #2e3133;
	font-family: "Oracle Sans Light", sans-serif;
	font-size: 24px;
	letter-spacing: 0!important;
	padding: 0 29.411764705882% 0 0;
	text-transform: none
}

.commerce p {
	font-family: "Oracle Sans Semibold", sans-serif
}

.commerce .button {
	background: #cfdbe0;
	border: 0;
	color: #8a9599;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 15px 20px;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.commerce .button:hover {
	background: #df5629;
	border: 0;
	color: #fff
}

.commerce-a,
.commerce-b,
.commerce-c,
.commerce-d,
.commerce-e {
	width: 100%
}

.commerce-a {
	background: url(../img/home/commerce-a.png) top right no-repeat
}

.commerce-b {
	background: url(../img/home/commerce-b.png) top right no-repeat
}

.commerce-c {
	background: url(../img/home/commerce-c.png) top right no-repeat
}

.commerce-d {
	background: url(../img/home/commerce-d.png) top right no-repeat
}

.commerce-e {
	background: url(../img/home/commerce-e.png) top right no-repeat
}

.commerce .show-and-tell {
	min-height: 525px;
	padding: 0
}

.commerce .show-and-tell label {
	background: url(../img/home/commerce-controls.png) no-repeat;
	color: #b6c5cb;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 3% 0 0;
	padding: 8px 0 0;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	z-index: 20;
	height: 30px;
	cursor: pointer!important;
	line-height: 33px;
	bottom: 0
}

.commerce .show-and-tell input {
	display: none
}

.commerce .show-and-tell input:checked+label {
	background: url(../img/home/commerce-controls-active.png) no-repeat;
	color: #5c6367
}

.commerce .show-and-tell figure {
	margin: 0;
	overflow: hidden;
	height: 0;
	position: absolute;
	z-index: 10;
	top: 110px;
	left: 0;
	-webkit-transition: height .1s ease-in-out;
	transition: height .1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.commerce .show-and-tell input:checked~figure {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.commerce .show-and-tell input:checked~figure.item-medium,
.commerce .show-and-tell input:checked~figure.item-small {
	height: 500px
}

.commerce .show-and-tell label.label-2 {
	left: 190px
}

.commerce .show-and-tell label.label-3 {
	left: 360px
}

.commerce .show-and-tell label.label-4 {
	left: 625px
}

.commerce .show-and-tell label.label-5 {
	left: 800px
}

@media screen and (max-width:1080px) {
	.commerce .show-and-tell figure {
		overflow: auto;
		position: relative;
		top: auto
	}
	.commerce .show-and-tell input:checked~figure {
		padding: 0 2%
	}
	.commerce .show-and-tell label.label-1 {
		left: 2%;
		bottom: 100px
	}
	.commerce .show-and-tell label.label-2 {
		left: calc(2%+190px);
		bottom: 100px
	}
	.commerce .show-and-tell label.label-3 {
		left: 2%;
		bottom: 50px
	}
	.commerce .show-and-tell label.label-4 {
		left: calc(2%+260px);
		bottom: 50px
	}
	.commerce .show-and-tell label.label-5 {
		left: 2%
	}
}

.business {
	background: #fff;
	overflow: hidden;
	padding: 120px 0
}

.business h2.section-title {
	color: #8a9599;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0 0 80px;
	text-align: center
}

.business-a,
.business-b,
.business-c {
	float: left;
	width: 29.411764705882%
}

.business-a,
.business-b {
	margin: 0 5.882352941176% 0 0
}

.business h4.title a {
	color: #5c6367;
	font-size: 16px;
	line-height: 1em;
	margin: 0 0 30px
}

.business p {
	font-family: "Oracle Sans Semibold", sans-serif;
	margin: 0 0 30px;
	min-height: 100px
}

.business p:last-child {
	min-height: 0
}

.business a {
	color: #8a9599;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase
}

.business a:hover {
	color: #5c6367
}

.case-study {
	color: #fff;
	font-family: "Oracle Sans Semibold", sans-serif;
	height: 360px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	transition: 1s ease-in-out
}

.case-studies .baileyCS {
	background: url(../img/home/casestudy-bailey-bg.jpg) top center no-repeat
}

.case-studies .gopro {
	background: url(../img/home/casestudy-gopro-bg.jpg) top center no-repeat
}

.case-studies .iwa {
	background: url(../img/home/casestudy-iwa-bg.jpg) top center no-repeat;
	color: #41525c
}

.case-studies .kitchenwaredirect {
	background: url(../img/home/casestudy-kitchenwaredirect-bg.jpg) top center no-repeat
}

.case-studies .libertyBottleCS {
	background: url(../img/home/casestudy-liberty-bg.jpg) top center no-repeat
}

.case-studies .magellan {
	background: url(../img/home/casestudy-magellan-bg.jpg) top center no-repeat
}

.case-studies .saddleback {
	background: url(../img/home/casestudy-saddleback-bg.jpg) top center no-repeat
}

.case-studies .springfree {
	background: url(../img/home/casestudy-springfree-trampoline-bg.jpg) top center no-repeat
}

.case-studies .thosBakerCS {
	background: url(../img/home/casestudy-thosbaker-bg.jpg) top center no-repeat
}

.case-studies .ukflooringdirectCS {
	background: url(../img/home/casestudy-ukflooringdirect-bg.jpg) top center no-repeat
}

.case-studies .wiganwarriorsCS {
	background: url(../img/home/casestudy-wiganwarriors-bg.jpg) top center no-repeat
}

.case-studies .winemarket {
	background: url(../img/home/casestudy-winemarket-bg.jpg) top center no-repeat;
	color: #41525c
}

.case-studies .wingtipCS {
	background: url(../img/home/casestudy-wingtip-bg.jpg) top center no-repeat
}

.case-studies .monsRoyaleCS {
	background: url(../img/home/casestudy-mons-royale-bg.jpg) top center no-repeat
}

.case-studies .duckStoreCS {
	background: url(../img/home/casestudy-the-duck-store-bg.jpg) top center no-repeat
}

.case-studies .littleUnicornCS {
	background: url(../img/home/casestudy-little-unicorn-bg.jpg) center top no-repeat rgba(0, 0, 0, 0)
}

.case-studies .rstCS {
	background: url(../img/home/casestudy-rst-bg.jpg) center top no-repeat rgba(0, 0, 0, 0)
}

.case-studies article {
	height: 100%
}

.case-studies .baileyCS article {
	background: url(../img/home/casestudy-bailey-logo.png) 55px center no-repeat
}

.case-studies .gopro article {
	background: url(../img/home/casestudy-gopro-logo.png) 20px center no-repeat
}

.case-studies .iwa article {
	background: url(../img/home/casestudy-iwa-logo.png) 20px center no-repeat
}

.case-studies .kitchenwaredirect article {
	background: url(../img/home/casestudy-kitchewaredirect-logo.png) 20px center no-repeat
}

.case-studies .libertyBottleCS article {
	background: url(../img/home/casestudy-liberty-logo.png) 20px center/367px auto no-repeat
}

.case-studies .magellan article {
	background: url(../img/home/casestudy-magellan-logo.png) 20px center no-repeat
}

.case-studies .saddleback article {
	background: url(../img/home/casestudy-saddleback-logo.png) 20px center no-repeat
}

.case-studies .springfree article {
	background: url(../img/home/casestudy-springfree-trampoline-logo.png) 20px center no-repeat
}

.case-studies .thosBakerCS article {
	background: url(../img/home/casestudy-thosbaker-logo.png) 20px center/361px auto no-repeat
}

.case-studies .ukflooringdirectCS article {
	background: url(../img/home/casestudy-ukfd-logo.png) 20px center/367px auto no-repeat
}

.case-studies .wiganwarriorsCS article {
	background: url(../img/home/casestudy-wiganwarriors-logo.png) 20px center no-repeat
}

.case-studies .winemarket article {
	background: url(../img/home/casestudy-winemarket-logo.png) 20px center no-repeat
}

.case-studies .wingtipCS article {
	background: url(../img/home/casestudy-wingtip-logo.png) 20px center/367px auto no-repeat
}

.case-studies .monsRoyaleCS article {
	background: url(../img/home/casestudy-mons-royale-logo.png) 95px center/230px auto no-repeat
}

.case-studies .duckStoreCS article {
	background: url(../img/home/casestudy-the-duck-store-logo.png) 20px center/367px auto no-repeat
}

.case-studies .littleUnicornCS article {
	background: url(../img/home/casestudy-little-unicorn-logo.png) 95px center/230px auto no-repeat rgba(0, 0, 0, 0)
}

.case-studies .rstCS article {
	background: url(../img/home/casestudy-rst-logo.png) 95px center/230px auto no-repeat rgba(0, 0, 0, 0)
}

.case-studies ul {
	left: 50%;
	padding: 0 20px 0 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}

.case-studies .baileyCS ul {
	padding: 0 15px 0 0
}

.case-studies .wiganwarriorsCS ul {
	padding: 0 10px 0 0
}

.case-studies ul li {
	line-height: 30px!important
}

.case-studies ul a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em!important;
	margin: 20px 0 0;
	padding: 15px 20px;
	text-transform: uppercase
}

.case-studies ul a:hover {
	background: #fff;
	color: #41525c
}

.case-study.baileyCS ul a,
.case-study.duckStoreCS ul a,
.case-study.libertyBottleCS ul a,
.case-study.monsRoyaleCS ul a,
.case-study.thosBakerCS ul a,
.case-study.ukflooringdirectCS ul a,
.case-study.wiganwarriorsCS ul a,
.case-study.wingtipCS ul a {
	position: relative;
	padding: 15px 35px 15px 20px
}

.case-study.baileyCS ul a:after,
.case-study.duckStoreCS ul a:after,
.case-study.libertyBottleCS ul a:after,
.case-study.monsRoyaleCS ul a:after,
.case-study.thosBakerCS ul a:after,
.case-study.ukflooringdirectCS ul a:after,
.case-study.wiganwarriorsCS ul a:after,
.case-study.wingtipCS ul a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 19px;
	-ms-transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	transform: translateY(-55%)
}

.case-study.baileyCS ul a:hover:after,
.case-study.duckStoreCS ul a:hover:after,
.case-study.libertyBottleCS ul a:hover:after,
.case-study.monsRoyaleCS ul a:hover:after,
.case-study.thosBakerCS ul a:hover:after,
.case-study.ukflooringdirectCS ul a:hover:after,
.case-study.wiganwarriorsCS ul a:hover:after,
.case-study.wingtipCS ul a:hover:after {
	border-color: transparent transparent transparent #41525c
}

.case-study.iwa ul a,
.case-study.winemarket ul a {
	border: 1px solid #41525c;
	color: #41525c
}

.case-study.iwa ul a:hover,
.case-study.winemarket ul a:hover {
	background: #41525c;
	color: #fff
}

.content {
	margin: 60px 0 0
}

.home .content {
	margin-top: 0
}

.has-nav-secondary .content.active {
	animation: .25s ease-in-out .1s forwards secnavcontentcontainer;
	-webkit-animation: .25s ease-in-out .1s forwards secnavcontentcontainer
}

@keyframes secnavcontentcontainer {
	0% {
		margin: 60px 0 0
	}
	100% {
		margin: 120px 0 0
	}
}

@-webkit-keyframes secnavcontentcontainer {
	0% {
		margin: 60px 0 0
	}
	100% {
		margin: 120px 0 0
	}
}

.one-column {
	font-size: 16px;
	padding: 120px 0
}

.three-column,
.two-column {
	font-size: 14px;
	overflow: hidden;
	padding: 120px 0
}

.left,
.middle {
	float: left
}

.right {
	float: right;
	margin: 0
}

.two-column .left,
.two-column .right {
	width: 44.117647058824%
}

.two-column .lg-left {
	width: 50%;
	display: inline-block;
	vertical-align: top
}

.two-column .md-right {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px
}

@media screen and (max-width:480px) {
	.two-column .lg-left {
		width: 100%;
		display: block
	}
	.two-column .md-right {
		width: 100%;
		display: block;
		padding-left: 0
	}
}

.three-column .left,
.three-column .middle {
	margin: 0 5.882352941176% 0 0;
	width: 29.411764705882%
}

.three-column .right {
	width: 29.411764705882%
}

.three-column .middle-right {
	float: right;
	width: 64.7058823529471%
}

.border-bottom {
	border-bottom: 1px solid #dde3e6
}

.resources a:hover {
	opacity: .8;
	color: #0099d8!important;
	text-decoration: underline
}

.resources img {
	padding-bottom: 10px
}

.dark-blue {
	background: #66787d;
	color: #f0f6f7
}

.hero {
	background-size: cover;
	height: 720px;
	padding: 300px 0 120px
}

.hero p {
	font-size: 16px;
	max-width: 600px
}

.additional-resources {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 205px;
	z-index: 999
}

.additional-resources span {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #fbfbfb 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #fbfbfb));
	background: -webkit-linear-gradient(top, #fff 0, #fbfbfb 100%);
	background: -o-linear-gradient(top, #fff 0, #fbfbfb 100%);
	background: -ms-linear-gradient(top, #fff 0, #fbfbfb 100%);
	background: linear-gradient(to bottom, #fff 0, #fbfbfb 100%);
	color: #737373;
	cursor: pointer;
	display: block;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding: 19px 20px 17px 45px;
	position: relative;
	z-index: 9999
}

.additional-resources span:before {
	width: 16px;
	height: 8px;
	color: transparent;
	content: "...";
	text-indent: -9999px;
	background: url(../img/additional-resources.png) bottom left no-repeat;
	margin: 3px 0 0 -25px;
	position: absolute
}

.additional-resources.active span:before {
	background: url(../img/additional-resources.png) no-repeat
}

.additional-resources ul {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	height: auto!important;
	margin: -180px 0 0!important;
	z-index: 1;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.additional-resources ul.active {
	margin: 0!important
}

.additional-resources ul li {
	margin: 0 0 10px
}

.additional-resources li a {
	background: url(../img/icon-document.png) 20px 15px no-repeat;
	color: #999;
	display: block;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 12px;
	padding: 12px 10px 2px 45px
}

.additional-resources li a.video {
	background: url(../img/icon-play.png) 20px 15px no-repeat
}

.additional-resources li a:hover {
	color: #737373
}

.additional-resources-v2 {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 205px;
	z-index: 999;
	display: block
}

.additional-resources-v2 ul {
	background: #fff;
	height: auto!important;
	z-index: 1;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.additional-resources-v2 ul li {
	margin: 0 0 10px
}

.additional-resources-v2 li a {
	background: url(../img/icon-document.png) 20px 15px no-repeat;
	color: #999;
	display: block;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 12px;
	padding: 12px 10px 10px 45px
}

.light-blue {
	background: #f0f6f7;
	color: #66787d
}

.light-blue li {
	background: url(../img/bullet-light-blue.png) 0 5px/10px 10px no-repeat;
	margin: 0 0 40px;
	padding: 0 0 0 25px
}

.light-blue li:last-child {
	border: 0;
	padding: 0 0 0 25px
}

.white li {
	background: url(../img/bullet-white.png) 0 5px/10px 10px no-repeat;
	margin: 0 0 40px;
	padding: 0 0 0 25px
}

.white li:last-child {
	border: 0;
	padding: 0 0 0 25px
}

.page-products .white li {
	margin: 0 0 40px;
	padding: 0 0 40px 25px;
	max-width: 280px
}

.blue {
	background: 0 0/cover #0098c7;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0785ab), color-stop(.39, #0098c7), color-stop(1, #67d4f5));
	background-image: -webkit-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -moz-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -ms-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -o-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: linear-gradient(to right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	color: #fff;
	font-family: "Oracle Sans Semibold", sans-serif;
	padding: 80px 0;
	position: relative
}

.blue article {
	z-index: 2
}

.blue .title {
	color: #fff
}

.blue li {
	background: url(../img/bullet-blue.png) 0 6px/12px 12px no-repeat;
	color: #d9f6ff;
	padding: 0 0 0 25px
}

.orange {
	background: 0 0/cover #df5629;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0785ab), color-stop(.39, #0098c7), color-stop(1, #67d4f5));
	background-image: -webkit-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -moz-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -ms-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -o-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: linear-gradient(to right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	color: #fff;
	font-family: "Oracle Sans Semibold", sans-serif;
	padding: 80px 0;
	position: relative
}

.orange article {
	z-index: 2
}

.orange .title {
	color: #fff
}

.orange li {
	background: url(../img/bullet-orange.png) 0 6px/12px 12px no-repeat;
	color: #d9f6ff;
	padding: 0 0 0 25px
}

.page-advantage .hero {
	background: url(../img/advantage/hero.jpg) top center/cover no-repeat
}

.page-advantage .hero h6 {
	color: #48707c
}

.page-advantage .hero p {
	color: #2d383c
}

.page-advantage .middle-right {
	min-height: 800px
}

.page-advantage .middle-right li {
	border: 0;
	padding: 0 0 0 25px
}

.page-advantage .three-column,
.page-marketing .three-column,
.page-order-management .three-column,
.page-services .three-column {
	background: url(../img/advantage/bg.png) top center repeat-y;
	font-size: 16px!important;
	padding: 0
}

.page-advantage .three-column .container,
.page-marketing .three-column .container,
.page-order-management .three-column .container,
.page-services .three-column .container {
	background: url(../img/advantage/bg-container.png) top center/100% repeat-y;
	display: block;
	overflow: hidden
}

.page-advantage .three-column .left {
	padding: 50px 0 80px
}

.page-advantage .three-column .middle-right {
	padding: 80px 0
}

.advantage-chooser {
	margin: 0 20px 0 0!important
}

.platform-title {
	background: url(../img/advantage/platform.png) center left no-repeat
}

.customers-title {
	background: url(../img/advantage/customers.png) center left no-repeat
}

.orders-title {
	background: url(../img/advantage/orders.png) center left no-repeat
}

.experience-title {
	background: url(../img/advantage/experience.png) center left no-repeat
}

.expansion-title {
	background: url(../img/advantage/expansion.png) center left no-repeat
}

.item-chooser .show-and-tell label,
.page-advantage .show-and-tell label {
	color: #b8c7cc;
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	line-height: 78px;
	z-index: 20;
	cursor: pointer!important;
	padding: 0 0 0 64px
}

.item-chooser .show-and-tell input,
.page-advantage .show-and-tell input {
	display: none
}

.item-chooser .show-and-tell label,
.page-marketing .show-and-tell label {
	color: #b8c7cc;
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	line-height: 78px;
	z-index: 20;
	cursor: pointer!important
}

.item-chooser .show-and-tell .left {
	padding: 50px 0
}

.item-chooser .show-and-tell input,
.page-marketing .show-and-tell input {
	display: none
}

.item-chooser .show-and-tell label,
.page-order-management .show-and-tell label {
	color: #b8c7cc;
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	line-height: 78px;
	z-index: 20;
	cursor: pointer!important
}

.item-chooser .show-and-tell input,
.page-order-management .show-and-tell input {
	display: none
}

.item-chooser .show-and-tell label,
.page-services .show-and-tell label {
	color: #b8c7cc;
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	line-height: 78px;
	z-index: 20;
	cursor: pointer!important
}

.item-chooser .show-and-tell input,
.page-services .show-and-tell input {
	display: none
}

.item-chooser .show-and-tell input:checked+label,
.page-advantage .show-and-tell input:checked+label {
	color: #6b7b80;
	background-color: #f65c0d;
	border-radius: 100px;
	width: 12px
}

.item-chooser .show-and-tell figure,
.page-advantage .show-and-tell figure {
	position: absolute;
	margin: 0;
	overflow: hidden;
	height: 0;
	z-index: 10;
	left: 34%;
	right: 2%;
	top: 80px;
	-webkit-transition: height .1s ease-in-out;
	transition: height .1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (max-width:880px) {
	.item-chooser .show-and-tell figure,
	.page-advantage .show-and-tell figure {
		overflow: auto
	}
	.item-chooser .show-and-tell figure,
	.page-marketing .show-and-tell figure {
		overflow: hidden
	}
}

@media screen and (max-width:640px) {
	.item-chooser .show-and-tell figure,
	.page-advantage .show-and-tell figure {
		left: 2%;
		padding-top: 20px
	}
	.item-chooser {
		margin: 0!important;
		padding: 0 0 20px!important
	}
}

@media screen and (max-width:480px) {
	.item-chooser .show-and-tell figure,
	.page-advantage .show-and-tell figure {
		left: 2%;
		padding-top: 6px
	}
}

.item-chooser .show-and-tell input:checked~figure,
.page-advantage .show-and-tell input:checked~figure {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.item-chooser .show-and-tell input:checked~figure.item-medium,
.item-chooser .show-and-tell input:checked~figure.item-small,
.page-advantage .show-and-tell input:checked~figure.item-medium,
.page-advantage .show-and-tell input:checked~figure.item-small {
	height: 700px
}

.item-chooser .show-and-tell input:checked+label,
.page-marketing .show-and-tell input:checked+label {
	color: #6b7b80;
	background-color: #f65c0d;
	border-radius: 100px;
	width: 12px
}

.item-chooser .show-and-tell label,
.page-marketing .show-and-tell label {
	padding: 0 0 0 64px
}

.item-chooser .show-and-tell figure,
.page-marketing .show-and-tell figure {
	position: absolute;
	margin: 0;
	overflow: hidden;
	height: 0;
	z-index: 10;
	left: 34%;
	right: 2%;
	top: 80px;
	-webkit-transition: height .1s ease-in-out;
	transition: height .1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (max-width:640px) {
	.item-chooser .show-and-tell figure,
	.page-marketing .show-and-tell figure {
		left: 2%;
		padding-top: 50px
	}
	.page-marketing .middle-right {
		min-height: 360px!important
	}
}

@media screen and (max-width:480px) {
	.item-chooser .show-and-tell figure,
	.page-marketing .show-and-tell figure {
		left: 2%;
		padding-top: 20px
	}
}

.item-chooser .show-and-tell input:checked~figure,
.page-marketing .show-and-tell input:checked~figure {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.item-chooser .show-and-tell input:checked~figure.item-medium,
.item-chooser .show-and-tell input:checked~figure.item-small,
.page-marketing .show-and-tell input:checked~figure.item-medium,
.page-marketing .show-and-tell input:checked~figure.item-small {
	height: 400px
}

.item-chooser .show-and-tell input:checked+label,
.page-order-management .show-and-tell input:checked+label {
	color: #6b7b80;
	background-color: #f65c0d;
	border-radius: 100px;
	width: 12px
}

.item-chooser .show-and-tell label,
.page-order-management .show-and-tell label {
	padding: 0 0 0 64px
}

.item-chooser .show-and-tell figure,
.page-order-management .show-and-tell figure {
	position: absolute;
	margin: 0;
	overflow: hidden;
	height: 0;
	z-index: 10;
	left: 34%;
	right: 2%;
	top: 80px;
	-webkit-transition: height .1s ease-in-out;
	transition: height .1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (max-width:640px) {
	.item-chooser .show-and-tell figure,
	.page-order-management .show-and-tell figure {
		left: 2%;
		padding-top: 50px
	}
	.page-order-management .middle-right {
		min-height: 500px!important;
		background-color: #d8eaf0;
		margin-bottom: -30px;
		padding: 0!important
	}
	.page-order-management .three-column {
		background: #d8eaf0!important;
		padding-top: 0!important;
		padding-bottom: 0!important
	}
}

@media screen and (max-width:480px) {
	.item-chooser .show-and-tell figure,
	.page-order-management .show-and-tell figure {
		left: 2%;
		padding-top: 20px
	}
}

.item-chooser .show-and-tell input:checked~figure,
.page-order-management .show-and-tell input:checked~figure {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.item-chooser .show-and-tell input:checked~figure.item-medium,
.item-chooser .show-and-tell input:checked~figure.item-small,
.page-order-management .show-and-tell input:checked~figure.item-medium,
.page-order-management .show-and-tell input:checked~figure.item-small {
	height: 400px
}

.item-chooser .show-and-tell input:checked+label,
.page-services .show-and-tell input:checked+label {
	color: #6b7b80;
	background-color: #f65c0d;
	border-radius: 100px;
	width: 12px
}

.list-border {
	border-bottom: 1px solid #d8e2e6;
	padding-top: 10px;
	padding-bottom: 10px
}

.item-chooser .show-and-tell label,
.page-services .show-and-tell label {
	padding: 0 0 0 64px
}

.item-chooser .show-and-tell figure,
.page-services .show-and-tell figure {
	position: absolute;
	margin: 0;
	overflow: hidden;
	height: 0;
	z-index: 10;
	left: 34%;
	right: 2%;
	top: 80px;
	-webkit-transition: height .1s ease-in-out;
	transition: height .1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (max-width:880px) {
	.item-chooser .show-and-tell figure,
	.page-order-management .show-and-tell figure,
	.page-services .show-and-tell figure {
		overflow: hidden
	}
}

@media screen and (max-width:640px) {
	.item-chooser .show-and-tell figure,
	.page-services .show-and-tell figure {
		left: 2%;
		padding-top: 50px
	}
	.page-services .middle-right {
		min-height: 360px!important
	}
	.services-chooser {
		background: #fff!important;
		display: block;
		margin: 0 -20px!important;
		padding: 20px 0!important;
		overflow: hidden
	}
	.services-chooser label {
		background: top center!important;
		border: 0;
		float: left!important;
		width: 20%!important;
		text-align: center!important;
		padding: 0!important;
		font-size: 12px;
		line-height: 1
	}
}

@media screen and (max-width:480px) {
	.item-chooser .show-and-tell figure,
	.page-services .show-and-tell figure {
		left: 2%;
		padding-top: 20px
	}
}

.item-chooser .show-and-tell input:checked~figure,
.page-services .show-and-tell input:checked~figure {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.item-chooser .show-and-tell input:checked~figure.item-medium,
.item-chooser .show-and-tell input:checked~figure.item-small,
.page-services .show-and-tell input:checked~figure.item-medium,
.page-services .show-and-tell input:checked~figure.item-small {
	height: 400px
}

.page-products .hero {
	background: url(../img/products/hero.jpg) top center/cover no-repeat
}

.page-products .hero h1.title {
	color: #fff
}

.page-products .hero h6 {
	color: #b4eeff
}

.page-products .hero p {
	color: #dde3e6
}

.page-products h2.large {
	background: #28aad1;
	color: #fff;
	font-size: 48px!important;
	height: 240px;
	letter-spacing: 6px;
	line-height: 240px;
	margin: 0;
	padding: 0;
	text-align: center
}

.page-products h2.large+.one-column {
	padding: 0 0 120px
}

.page-products .white li .button {
	margin: 20px 0 0
}

.page-products .video {
	margin: 50px 0 40px;
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	text-align: center
}

.page-products .video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.page-products .left {
	width: 23.529411764706%
}

.page-products .ecommerce {
	background: url(../img/products/ecommerce.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-products .point {
	background: url(../img/products/point.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-products .commercemarketing {
	background: url(../img/products/commercemarketing.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-products .order {
	background: url(../img/products/order.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-products .product {
	background: url(../img/products/product.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-products .crm {
	background: url(../img/products/crm.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-products .services {
	background: url(../img/products/services.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-ecommerce .hero {
	background: url(../img/products/ecommerce/hero.jpg) top center/cover no-repeat #636a72
}

.page-ecommerce .benefits {
	background: #636a72;
	color: #d5dadf
}

.page-ecommerce div.orange-chooser {
	background: url(../img/products/ecommerce/orange.jpg) top center/cover no-repeat #df5629;
	color: #ffdcbd;
	font-family: "Oracle Sans Semibold", sans-serif
}

.page-ecommerce div.orange-chooser article {
	min-height: 300px;
	overflow: visible
}

.page-ecommerce .orange-chooser h4 {
	color: #fff
}

.page-ecommerce .orange-chooser #next,
.page-ecommerce .orange-chooser #prev {
	display: none!important;
	background: url(../img/slider-sprite.png) top left no-repeat;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 35px
}

.page-ecommerce .orange-chooser #prev {
	left: -40px
}

.page-ecommerce .orange-chooser #next {
	background-position: top right;
	right: -40px
}

.orange-chooser .icon {
	background: url(../img/products/ecommerce/icons.png) top left no-repeat;
	height: 48px;
	margin: 0 0 40px;
	overflow: hidden;
	width: 48px
}

.page-ecommerce .orange-chooser #slide1 .left .icon {
	background-position: 0 0
}

.page-ecommerce .orange-chooser #slide1 .right .icon {
	background-position: -72px 0
}

.page-ecommerce .orange-chooser #slide2 .left .icon {
	background-position: 0 -72px
}

.page-ecommerce .orange-chooser #slide2 .left,
.page-ecommerce .orange-chooser #slide2 .right {
	padding-top: 50px
}

.page-ecommerce .orange-chooser #slide2 .right .icon {
	background-position: -72px -72px
}

.page-ecommerce .orange-chooser #slider p a {
	color: #fff;
	font-family: "Oracle Sans Bold", sans-serif
}

.page-ecommerce .orange-chooser #slider p a:hover {
	text-decoration: underline
}

.page-b2b .hero {
	background: url(../img/products/ecommerce/b2b/hero.jpg) top center/cover no-repeat
}

.page-b2c .hero {
	background: url(../img/products/ecommerce/b2c/hero.jpg) top center/cover no-repeat
}

.page-b2c .hero h1.title {
	color: #fff
}

.page-b2c .hero p {
	color: #fff2e4;
	max-width: 600px
}

.page-b2c .blue {
	background: url(../img/ecommerce/blue.jpg) 0 0/cover no-repeat;
	color: #fff;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 16px;
	padding: 80px 0;
	position: relative
}

.page-b2c .blue:before {
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0785ab), color-stop(.39, #0098c7), color-stop(1, #67d4f5));
	background-image: -webkit-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -moz-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -ms-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: -o-linear-gradient(right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	background-image: linear-gradient(to right bottom, #0785ab 0, #0098c7 39%, #67d4f5 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: .8;
	z-index: 1;
	width: 100%
}

.page-b2c .blue article {
	z-index: 2
}

.page-b2c .blue .title {
	color: #fff
}

.page-b2c .white li {
	margin: 0 0 20px;
	padding: 0 0 25px 25px
}

.page-b2c .white li:last-child {
	padding: 0 0 0 25px
}

.page-b2c .white li .button {
	margin: 20px 0 0
}

.page-b2c .white .button {
	margin: 0 30px 0 0
}

.page-development .hero {
	background: url(../img/products/ecommerce/development/hero.jpg) top center/cover no-repeat #394549
}

.page-development .hero h1.title {
	color: #fff
}

.page-development .hero h6 {
	color: #b4eeff
}

.page-development .hero p {
	color: #dde3e6
}

.page-development .hero a {
	border: 1px solid #fff;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1em!important;
	padding: 15px 20px;
	text-transform: uppercase
}

.page-development .hero a:hover {
	background: #fff;
	color: #29474f
}

@media screen and (max-width:640px) {
	.page-development .hero a {
		background: #fff!important;
		border: none!important;
		color: #41525c!important;
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%
	}
}

.page-development .benefits {
	background: #394549;
	color: #c3cfd3
}

.page-development .video {
	margin: 50px 0 40px;
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	text-align: center
}

.page-development .video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.page-development .two-column .right img {
	margin: 0 0 120px
}

.page-development .two-column .right:last-child img {
	margin: 0
}

.page-marketing .hero {
	background: url(../img/products/ecommerce/marketing/hero.jpg) top center/cover no-repeat #95a8ad
}

.page-marketing .hero p {
	max-width: 500px
}

.page-marketing .middle-right {
	min-height: 600px
}

.page-marketing .middle-right li {
	border: 0;
	padding: 0 0 0 25px
}

.page-marketing .benefits {
	background: #3faabe!important;
	color: #ebfcff
}

.page-marketing h2.large {
	background: #95a8ad;
	color: #fff;
	font-size: 48px!important;
	height: 240px;
	letter-spacing: 6px;
	line-height: 240px;
	margin: 0;
	padding: 0;
	text-align: center
}

.page-marketing h2.large+.one-column {
	padding: 0
}

.page-marketing .three-column .left {
	padding: 50px 0 80px
}

.page-marketing .three-column .middle-right {
	padding: 80px 0
}

.marketing-chooser {
	margin: 0 20px 0 0!important
}

.marketing-a-title {
	background: url(../img/products/ecommerce/marketing/cartrecovery.png) center left no-repeat
}

.marketing-b-title {
	background: url(../img/products/ecommerce/marketing/segmentation.png) center left no-repeat
}

.marketing-c-title {
	background: url(../img/products/ecommerce/marketing/automation.png) center left no-repeat
}

.marketing-d-title {
	background: url(../img/products/ecommerce/marketing/trackingreporting.png) center left no-repeat
}

.marketing-e-title {
	background: url(../img/products/ecommerce/marketing/contactlist.png) center left no-repeat
}

.marketing-f-title {
	background: url(../img/products/ecommerce/marketing/social.png) center left no-repeat
}

.marketing-g-title {
	background: url(../img/products/ecommerce/marketing/abtesting.png) center left no-repeat
}

.page-features .hero {
	background: url(../img/products/ecommerce/features/hero.jpg) top center/cover no-repeat #0b93be
}

.page-features .benefits {
	background: #0b93be;
	color: #b9eeff
}

.page-features .light-blue h2.title,
.page-features .white h2.title {
	margin: 0
}

.page-features .light-blue h6,
.page-features .white h6 {
	margin: 0 0 80px
}

.page-pos .hero {
	background: url(../img/products/pos/hero.jpg) top center/cover no-repeat #34353c
}

.page-pos .hero h1.title {
	color: #fff
}

.page-pos .hero h6 {
	color: #b4eeff
}

.page-pos .hero p {
	color: #dde3e6
}

.page-pos .benefits {
	background: #34353c;
	color: #eaebf0
}

.page-pos .video {
	margin: 50px 0 40px;
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	text-align: center
}

.page-pos .video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.page-pos .left {
	width: 23.529411764706%
}

.page-pos .seamless {
	background: url(../img/products/pos/seamless.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-pos .enhance {
	background: url(../img/products/pos/enhance.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-pos .extend {
	background: url(../img/products/pos/extend.png) top center/contain no-repeat;
	height: 240px;
	width: 100%
}

.page-pos .white li {
	max-width: 280px
}

@media screen and (max-width:640px) {
	.page-pos .left img {
		max-width: 50%
	}
}

@media screen and (max-width:480px) {
	.page-pos .left img {
		max-width: 80%
	}
}

.page-order-management .hero {
	background: url(../img/products/order-management/hero.jpg) top center/cover no-repeat #2c475e
}

.page-order-management .hero h1.title {
	color: #fff
}

.page-order-management .hero h6 {
	color: #b4eeff
}

.page-order-management .hero p {
	color: #fff
}

.page-order-management .benefits {
	background: #2c475e;
	color: #90abc2
}

.page-order-management h2.large {
	background: #f65c0d;
	color: #fff;
	font-size: 48px!important;
	height: 240px;
	letter-spacing: 6px;
	line-height: 240px;
	margin: 0;
	padding: 0;
	text-align: center
}

.page-order-management h2.large+.one-column {
	padding: 0 0 120px
}

.page-order-management .three-column .left {
	padding: 50px 0 80px
}

.features-chooser {
	display: block;
	font-size: 0;
	margin: 0 -20px 80px!important;
	overflow: hidden
}

.features-chooser li,
.features-chooser li:last-child {
	background: 0 0!important;
	border: 0;
	display: block;
	float: left;
	padding: 60px 0 0;
	position: relative;
	text-align: center;
	width: 12.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.light-blue ul li {
		background: url(../img/bullet-light-blue-2x.png) 0 5px/12px 12px no-repeat!important
	}
	.white ul li {
		background: url(../img/bullet-white-2x.png) 0 5px/12px 12px no-repeat!important
	}
	.page-digital-agency-partners ul.partners li,
	.page-technology-partners ul.partners li {
		background: 0 0!important
	}
	.blue ul li {
		background: url(../img/bullet-blue-2x.png) 0 1px/12px 12px no-repeat!important
	}
	.orange ul li {
		background: url(../img/bullet-orange-2x.png) 0 5px/12px 12px no-repeat!important
	}
	.white .features-chooser li,
	.white .features-chooser li:last-child {
		background: 0 0!important
	}
}

.features-chooser li div:first-child {
	-moz-opacity: .5;
	opacity: .5;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.features-chooser li div.active {
	-moz-opacity: 1;
	opacity: 1
}

.features-chooser li div.active+div.selected {
	background: url(../img/products/order-management/selected.png) top center no-repeat;
	height: 20px;
	position: absolute;
	top: 0;
	width: 100%
}

.features-chooser li a {
	color: #6b7b80;
	cursor: pointer;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 60px 0 0;
	text-transform: uppercase
}

.features-a-title {
	background: url(../img/products/order-management/features-a-title.png) center left no-repeat
}

.features-b-title {
	background: url(../img/products/order-management/features-b-title.png) center left no-repeat
}

.features-c-title {
	background: url(../img/products/order-management/features-c-title.png) center left no-repeat
}

.features-d-title {
	background: url(../img/products/order-management/features-d-title.png) center left no-repeat
}

.features-e-title {
	background: url(../img/products/order-management/features-e-title.png) center left no-repeat
}

.features-f-title {
	background: url(../img/products/order-management/features-f-title.png) center left no-repeat
}

.features-g-title {
	background: url(../img/products/order-management/features-g-title.png) center left no-repeat
}

.features-h-title {
	background: url(../img/products/order-management/features-h-title.png) center left no-repeat
}

.page-product-content-management .hero {
	background: url(../img/products/product-content-management/hero.jpg) top center/cover no-repeat #454d57
}

.page-product-content-management .hero h1 {
	color: #fff
}

.page-product-content-management .hero h6 {
	color: #b4eeff
}

.page-product-content-management .hero p {
	color: #fff
}

.page-product-content-management .benefits {
	background: #454d57;
	color: #d5d6d6
}

.page-crm .hero {
	background: url(../img/products/crm/hero.jpg) top center/cover no-repeat #2e2922
}

.page-crm .hero h1.title {
	color: #fff
}

.page-crm .hero h6 {
	color: #ffd299
}

.page-crm .hero p {
	color: #fff
}

.page-crm .benefits {
	background: #2e2922;
	color: #dbd5cd
}

.page-services .hero {
	background: url(../img/services/hero.jpg) top center/cover no-repeat #596066
}

.page-services .benefits {
	background: #596066;
	color: #b1bac2
}

.page-services .middle-right li {
	border: 0;
	padding: 0 0 0 25px
}

.page-services .three-column {
	background: url(../img/services/bg.png) top center repeat-y;
	font-size: 16px!important;
	padding: 0
}

.page-services .three-column .container {
	background: url(../img/services/bg-container.png) top center/100% repeat-y;
	display: block;
	overflow: hidden
}

.page-services .three-column .left {
	padding: 50px 0 450px
}

.page-services .three-column .middle-right {
	padding: 80px 0
}

.page-services .middle-right h2 {
	margin: 0!important
}

.services-chooser {
	margin: 0 20px 0 0
}

.services-chooser li {
	background: 0 0!important;
	border-bottom: 1px solid #d8e2e6;
	margin: 0!important;
	padding: 0!important;
	position: relative
}

.services-chooser li:last-child {
	border: 0
}

.services-chooser li div {
	margin: 0!important;
	padding: 0!important;
	-moz-opacity: .5;
	opacity: .5;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.services-chooser li:first-child::before {
	border: 0
}

.consulting-title {
	background: url(../img/services/consulting.png) center left no-repeat
}

.implementation-title {
	background: url(../img/services/implementation.png) center left no-repeat
}

.optimization-title {
	background: url(../img/services/optimization.png) center left no-repeat
}

.training-title {
	background: url(../img/services/training.png) center left no-repeat
}

.services-chooser li a {
	color: #b8c7cc;
	cursor: pointer;
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	line-height: 84px;
	padding: 0 0 0 64px
}

.services-chooser li div.active a {
	color: #6b7b80
}

.services-chooser div.active+.selected {
	background: url(../img/services/selected.png) no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 22px;
	width: 20px;
	-moz-opacity: 1;
	opacity: 1
}

.optimization-content ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2
}

@media only screen and (max-width:420px) {
	.optimization-content ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1
	}
}

.optimization-content ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box
}

.page-partners .hero {
	background: url(../img/partners/hero.jpg) top right/cover no-repeat
}

.page-partners .hero h1.title,
.page-partners .hero h6,
.page-partners .hero p {
	color: #000
}

.secondary-partners .hero p {
	max-width: 100%
}

.become-partners {
	background: url(../img/partners/hero-cap-partner.jpg) top right/cover no-repeat;
	height: 220px;
	padding: 300px 0 120px;
	margin-bottom: 60px
}

.subAnchorNav ul.level1,
.subAnchorNav ul.level2 {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 30px;
	text-align: center!important
}

.subAnchorNav ul.level2 {
	margin: 0 auto!important
}

.subAnchorNav ul>li {
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0
}

.subAnchorNav ul>li a {
	display: block;
	margin: 0;
	padding: 0 0 7px;
	font-size: 15px;
	line-height: 1;
	border-bottom: 1px solid #daeaee;
	color: #707a80
}

.subAnchorNav ul>li a:hover {
	border-bottom: 1px solid #df5629;
	color: #df5629
}

.page-technology-partners .hero {
	height: auto
}

.page-technology-partners .hero p {
	margin: 0 auto 60px
}

@media screen and (max-width:960px) {
	.subAnchorNav {
		display: none
	}
}

.page-technology-partners .white h2.title {
	color: #fff;
	display: block!important;
	font-size: 48px!important;
	height: 240px;
	letter-spacing: 6px;
	line-height: 230px;
	margin: 0 0 120px;
	padding: 0;
	text-align: center
}

.page-technology-partners h2.cart-abandonment {
	background: url(../img/partners/cart-abandonment.jpg) top center no-repeat
}

.page-technology-partners h2.loyalty {
	background: url(../img/partners/loyalty.jpg) top center no-repeat
}

.page-technology-partners h2.marketing-campaign {
	background: url(../img/partners/marketing-campaign.jpg) top center no-repeat
}

.page-technology-partners h2.marketplace-integration {
	background: url(../img/partners/marketplace-integration.jpg) top center no-repeat
}

.page-technology-partners h2.payment-gateways {
	background: url(../img/partners/payment-gateways.jpg) top center no-repeat
}

.page-technology-partners .content h2.personalization-recommendation {
	background: url(../img/partners/personalization-recommendation.jpg) top center no-repeat;
	font-size: 38px!important
}

.page-technology-partners h2.ratings-reviews {
	background: url(../img/partners/ratings-reviews.jpg) top center no-repeat
}

.page-technology-partners h2.social {
	background: url(../img/partners/social.jpg) top center no-repeat
}

.page-technology-partners .cart-abandonment article {
	background: url(../img/partners/cart-abandonment.png) center 150px no-repeat
}

.page-technology-partners .loyalty article {
	background: url(../img/partners/loyalty.png) center 150px no-repeat
}

.page-technology-partners .marketing-campaign article {
	background: url(../img/partners/marketing-campaign.png) center 150px no-repeat
}

.page-technology-partners .marketplace-integration article {
	background: url(../img/partners/marketplace-integration.png) center 150px no-repeat
}

.page-technology-partners .payment-gateways article {
	background: url(../img/partners/payment-gateways.png) center 150px no-repeat
}

.page-technology-partners .personalization-recommendation article {
	background: url(../img/partners/personalization-recommendation.png) center 150px no-repeat
}

.page-technology-partners .ratings-reviews article {
	background: url(../img/partners/ratings-reviews.png) center 150px no-repeat
}

.page-technology-partners .social article {
	background: url(../img/partners/social.png) center 150px no-repeat
}

.page-technology-partners .uk .button {
	background: #54a9ce;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54a9ce), color-stop(100%, #258db6));
	background: -webkit-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: -moz-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: -ms-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: -o-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: linear-gradient(to bottom, #54a9ce 0, #258db6 100%);
	border: 1px solid #007599;
	border-radius: 4px;
	box-shadow: inset 0 1px #92ddff;
	margin: 20px 30px 0 0;
	text-shadow: 0 1px #005980
}

.page-technology-partners .two-column.white {
	padding: 0
}

.page-technology-partners .two-column.white h2,
.page-technology-partners .two-column.white strong {
	display: inline-block
}

.page-technology-partners .two-column.white strong {
	color: #b6c5cb;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	text-transform: uppercase
}

.page-technology-partners ul.partners {
	margin: 0 0 120px
}

.page-technology-partners ul.partners li {
	background: 0 0!important;
	border: none!important;
	height: 220px;
	margin: 0 0 120px;
	padding: 0;
	position: relative
}

.page-technology-partners ul.partners li:last-child {
	margin: 0
}

.page-technology-partners ul.partners .button {
	bottom: 0;
	margin: 0;
	position: absolute
}

.page-digital-agency-partners .hero {
	height: auto
}

.page-digital-agency-partners .hero p {
	margin: 0 0 30px
}

.page-digital-agency-partners .hero p+p {
	margin: 0 0 60px
}

@media screen and (max-width:960px) {
	.page-digital-agency-partners .hero p {
		margin: 0 0 30px
	}
	.page-digital-agency-partners .hero p+p {
		margin: 0
	}
}

.page-digital-agency-partners .white h2.title {
	color: #fff;
	display: block!important;
	font-size: 48px!important;
	height: 240px;
	letter-spacing: 6px;
	line-height: 230px;
	margin: 0 0 120px;
	padding: 0;
	text-align: center
}

.page-digital-agency-partners .us {
	background: url(../img/partners/us.jpg) top center no-repeat
}

.page-digital-agency-partners .uk {
	background: url(../img/partners/uk.jpg) top center no-repeat
}

.page-digital-agency-partners .aus {
	background: url(../img/partners/aus.jpg) top center no-repeat
}

.page-digital-agency-partners .asia {
	background: url(../img/partners/asia.jpg) top center no-repeat
}

.page-digital-agency-partners .us article {
	background: url(../img/partners/us.png) center 150px no-repeat
}

.page-digital-agency-partners .uk article {
	background: url(../img/partners/uk.png) center 150px no-repeat
}

.page-digital-agency-partners .aus article {
	background: url(../img/partners/aus.png) center 150px no-repeat
}

.page-digital-agency-partners .asia article {
	background: url(../img/partners/asia.png) center 150px no-repeat
}

.page-digital-agency-partners .uk .button {
	background: #54a9ce;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54a9ce), color-stop(100%, #258db6));
	background: -webkit-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: -moz-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: -ms-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: -o-linear-gradient(top, #54a9ce 0, #258db6 100%);
	background: linear-gradient(to bottom, #54a9ce 0, #258db6 100%);
	border: 1px solid #007599;
	border-radius: 4px;
	box-shadow: inset 0 1px #92ddff;
	margin: 20px 30px 0 0;
	text-shadow: 0 1px #005980
}

.page-digital-agency-partners .two-column.white {
	padding: 0
}

.page-digital-agency-partners .two-column.white h2,
.page-digital-agency-partners .two-column.white strong {
	display: inline-block
}

.page-digital-agency-partners .two-column.white strong {
	color: #b6c5cb;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	text-transform: uppercase
}

.page-digital-agency-partners ul.partners {
	margin: 0 0 120px
}

.page-digital-agency-partners ul.partners li {
	background: 0;
	border: none!important;
	height: 140px;
	margin: 0 0 120px;
	padding: 0;
	position: relative
}

.page-digital-agency-partners ul.partners li:last-child {
	margin: 0
}

.page-digital-agency-partners ul.partners .button {
	bottom: 0;
	margin: 0;
	position: absolute
}

.page-news .hero {
	background: url(../img/news/hero-news.jpg) bottom center/cover no-repeat
}

.page-news .hero h1.title,
.page-news .hero h6,
.page-news .hero p {
	color: #2e3133
}

.page-news h2.title {
	margin: 0
}

.page-news .row {
	margin: 0 0 30px
}

.page-news .row:after {
	content: "";
	display: table;
	clear: both
}

.page-news .prContainer {
	background-color: #e6f1f5!important
}

.page-news .prContainer h6 {
	margin: 0 0 40px;
	color: #2e3133
}

.page-news .prContainer ul.pressReleases li,
.page-news .prContainer ul.pressReleases li:last-child {
	margin: 0;
	padding: 0 0 44px;
	font-family: "Oracle Sans Semibold", sans-serif;
	line-height: 1;
	border: 0;
	background: 0;
	color: #2e3133
}

.page-news .prContainer ul.pressReleases li a {
	font-family: "Oracle Sans Semibold", sans-serif;
	color: #2e3133;
	text-decoration: none
}

.page-news .prContainer ul.pressReleases li a:hover {
	color: #000;
	text-decoration: underline
}

.page-news .prContainer ul.pressReleases li span {
	display: inline-block;
	margin: 0 0 0 13px;
	font-family: 'Oracle Sans';
	font-size: 14px;
	color: #8a9599;
	font-style: italic
}

.page-news .cBlogContainer h2,
.page-news .cBlogContainer h2.title {
	color: #5c6367
}

.page-news .cBlogContainer h6 {
	margin: 0 0 56px;
	color: #5c6367
}

.page-news .cBlogContainer .morePosts {
	margin: 80px 0 0;
	text-align: center
}

.page-news .cBlogContainer .button,
.page-news .inTheNews .button {
	background: #cfdbe0;
	border: 0;
	color: #8a9599;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 15px 20px;
	margin: 0;
	text-transform: uppercase;
	box-sizing: border-box
}

.page-news .cBlogContainer .button:hover,
.page-news .inTheNews .button:hover {
	background: #df5629;
	border: 0;
	color: #fff
}

.page-news .inTheNews h6 {
	margin: 0 0 56px
}

.page-news .inTheNews .newsDate {
	display: block;
	font-style: italic
}

.page-customers .hero {
	background: url(../img/customers/hero.jpg) top center/cover no-repeat
}

.page-customers .hero h6 {
	color: #272b2e
}

.page-customers .hero p {
	color: #000;
	max-width: 500px
}

.venda {
	background: url(../img/customers/venda.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 16px;
	z-index: 999;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.page-customers li.customer:hover .venda {
	background: url(../img/customers/venda.png) bottom center no-repeat
}

.page-customers .customerVideos {
	padding: 0 0 120px
}

.page-customers .customerVideos .customerVidDescrp {
	padding: 20px 0 0;
	color: #b6c5cb;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase
}

.filter-all {
	color: #fff;
	cursor: pointer;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	float: none;
	margin: 0 0 0 20px;
	background: #6a7b80;
	padding: 6px 0 5px;
	position: absolute;
	right: 0;
	width: 120px;
	text-align: center;
	top: 20px
}

ul.filters {
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: -15px;
	text-align: right;
	top: 14px;
	z-index: 999
}

ul.filters2,
ul.filters3 {
	font-size: 0;
	line-height: 1;
	position: absolute;
	top: 15px
}

ul.filters2 {
	right: -15px;
	z-index: 999
}

ul.filters3 {
	right: 5px;
	line-height: 1;
	position: absolute;
	top: 158px;
	z-index: 998
}

ul.filters li,
ul.filters2 li,
ul.filters3 li {
	background: 0;
	border: 0;
	color: #6f7c80;
	cursor: pointer;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 0 40px!important;
	padding: 11px 15px 10px!important;
	position: relative;
	text-transform: uppercase;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px
}

ul.filters li button {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: auto;
	border: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	color: #6f7c80;
	cursor: pointer;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	background: 0 0
}

.scale-anm {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

ul.filters li:first-child,
ul.filters2 li:first-child,
ul.filters3 li:first-child {
	margin: 0!important
}

ul.filters3 li {
	cursor: default!important
}

ul.filters li.current,
ul.filters2 li.current,
ul.filters3 li.current {
	background: #f1b12a;
	color: #fff!important
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.page-news .prContainer ul.pressReleases li,
	.page-news .prContainer ul.pressReleases li:last-child,
	ul.current li {
		background: 0 0!important
	}
	ul.filters li.current,
	ul.filters2 li.current,
	ul.filters3 li.current {
		background: #f1b12a!important;
		color: #fff!important
	}
	.customer .customer-story {
		background: url(../img/customers/story-2x.png) 10px center/16px 16px no-repeat #f37348!important
	}
	.customer .customer-story:hover {
		background: url(../img/customers/story-2x.png) 10px center/16px 16px no-repeat #ff7d51!important
	}
}

ul.filters li.current ul {
	display: block
}

.page-customers .one-column h4 {
	color: #6f7c80;
	line-height: 4em;
	margin: 0
}

.page-customers .one-column h2:last-child {
	border-bottom: 0
}

.page-customers ul#customers {
	display: block;
	font-size: 0;
	margin: 40px 0 0;
	padding: 0 0 1px;
	overflow: hidden
}

.page-customers li.customer {
	border-collapse: separate;
	background: 0 0!important;
	border: 1px solid #dde3e6;
	float: left;
	font-size: 12px;
	height: 240px;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0)
}

.page-customers li.customer:hover {
	background: #df5629!important;
	border: 1px solid #df5629
}

.page-customers li.customer p {
	margin: 0
}

.page-customers li.customer .customer-name {
	color: #b6c5cb;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1;
	padding: 200px 20px 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.page-customers li:hover .customer-name {
	font-size: 0
}

.page-customers li.customer:hover p {
	color: #fff
}

ul.customer-links {
	margin: 300px 0 0!important;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

ul.customer-links li {
	background: 0;
	border: none!important;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0!important
}

ul.customer-links li:last-child {
	margin: 0!important
}

ul.customer-links li a {
	background: 0;
	color: #fff!important;
	display: inline-block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	height: 16px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px;
	position: relative;
	width: 16px;
	z-index: 9996;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.customer-story {
	background: url(../img/customers/story.png) 10px center no-repeat #f37348!important
}

.customer-site {
	background: url(../img/customers/site.png) 10px center no-repeat #f37348!important
}

.customer-video {
	background: url(../img/customers/video.png) 10px center no-repeat #f37348!important
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.customer .customer-site {
		background: url(../img/customers/site-2x.png) 10px center/16px 16px no-repeat #f37348!important
	}
	.customer .customer-site:hover {
		background: url(../img/customers/site-2x.png) 10px center/16px 16px no-repeat #ff7d51!important
	}
	.customer .customer-video {
		background: url(../img/customers/video-2x.png) 10px center/16px 16px no-repeat #f37348!important
	}
	.customer .customer-video:hover {
		background: url(../img/customers/video-2x.png) 10px center/16px 16px no-repeat #ff7d51!important
	}
}

li.customer:hover ul.customer-links {
	margin: 165px 0 0!important
}

.customer-story:hover {
	background: url(../img/customers/story.png) 10px center no-repeat #ff7d51!important
}

.customer-site:hover {
	background: url(../img/customers/site.png) 10px center no-repeat #ff7d51!important
}

.customer-video:hover {
	background: url(../img/customers/video.png) 10px center no-repeat #ff7d51!important
}

li.customer .customer-name {
	background-position: center 65px
}

li.customer:hover .customer-name {
	background-position: center -175px!important
}

.adidas {
	background: url(../img/customers/adidas.png) no-repeat
}

.afloral {
	background: url(../img/customers/afloral.png) no-repeat
}

.agsure {
	background: url(../img/customers/cus-logo-agsure.png) no-repeat
}

.aircraft {
	background: url(../img/customers/aircraft.png) no-repeat
}

.antiques {
	background: url(../img/customers/antiques.png) no-repeat
}

.arsenal {
	background: url(../img/customers/arsenal.png) no-repeat
}

.arthritis {
	background: url(../img/customers/arthritis.png) no-repeat
}

.atwestend {
	background: url(../img/customers/atwestend.png) no-repeat
}

.avago {
	background: url(../img/customers/avago.png) no-repeat
}

.awesomemerchandise {
	background: url(../img/customers/awesomemerchandise.png) no-repeat
}

.bailey {
	background: url(../img/customers/bailey.png) no-repeat
}

.barcoding {
	background: url(../img/customers/logo-barcoding.png) no-repeat
}

.batteryworld {
	background: url(../img/customers/cus-logo-battery-world.png) no-repeat
}

.beyond {
	background: url(../img/customers/beyond.png) no-repeat
}

.bigelow {
	background: url(../img/customers/bigelow.png) no-repeat
}

.biopak {
	background: url(../img/customers/biopak.png) no-repeat
}

.blueberry {
	background: url(../img/customers/blueberry.png) no-repeat
}

.bonmarche {
	background: url(../img/customers/bonmarche.png) no-repeat
}

.boohoo {
	background: url(../img/customers/boohoo.png) no-repeat
}

.booq {
	background: url(../img/customers/booq.png) no-repeat
}

.browns {
	background: url(../img/customers/browns.png) no-repeat
}

.cellbikes {
	background: url(../img/customers/cus-logo-cellbikes.png) no-repeat
}

.circa {
	background: url(../img/customers/circa.png) no-repeat
}

.cloggs {
	background: url(../img/customers/cloggs.png) no-repeat
}

.cmpcorp {
	background: url(../img/customers/cmpcorp.png) no-repeat
}

.cocorepublic {
	background: url(../img/customers/cus-logo-coco-republic.png) no-repeat
}

.coffee {
	background: url(../img/customers/coffee.png) no-repeat
}

.cufflinks {
	background: url(../img/customers/cufflinks.png) no-repeat
}

.design {
	background: url(../img/customers/design.png) no-repeat
}

.distillerslist {
	background: url(../img/customers/distillerslist.png) no-repeat
}

.dylans {
	background: url(../img/customers/dylans-candy-bar.png) no-repeat
}

.emitations {
	background: url(../img/customers/emitations.png) no-repeat
}

.endochoice {
	background: url(../img/customers/endochoice.png) no-repeat
}

.envirocent {
	background: url(../img/customers/envirocent.png) no-repeat
}

.evitaperoni {
	background: url(../img/customers/cus-logo-evita-peroni.png) no-repeat
}

.evo {
	background: url(../img/customers/evo.png) no-repeat
}

.fab {
	background: url(../img/customers/fab.png) no-repeat
}

.firstaidwarehouse {
	background: url(../img/customers/firstaidwarehouse.png) no-repeat
}

.bigagnes {
	background: url(../img/customers/big-agnes.png) no-repeat
}

.flywheelsports {
	background: url(../img/customers/logo-flywheelsports.png) no-repeat
}

.food {
	background: url(../img/customers/food.png) no-repeat
}

.found {
	background: url(../img/customers/found.png) no-repeat
}

.foundation {
	background: url(../img/customers/foundation.png) no-repeat
}

.franklin {
	background: url(../img/customers/franklin.png) no-repeat
}

.garrett {
	background: url(../img/customers/garrett.png) no-repeat
}

.glassybaby {
	background: url(../img/customers/glassybaby.png) no-repeat
}

.gopro {
	background: url(../img/customers/gopro.png) no-repeat
}

.grouseriver {
	background: url(../img/customers/grouseriveroutfitters.png) no-repeat
}

.hanover {
	background: url(../img/customers/hanover.png) no-repeat
}

.rallyhouse {
	background: url(../img/customers/rally-house.png) no-repeat
}

.harvey {
	background: url(../img/customers/harvey.png) no-repeat
}

.ibex {
	background: url(../img/customers/ibex.png) no-repeat
}

.igloo {
	background: url(../img/customers/igloo.png) no-repeat
}

.inkjet {
	background: url(../img/customers/inkjet.png) no-repeat
}

.iwa {
	background: url(../img/customers/iwa.png) no-repeat
}

.jackthreads {
	background: url(../img/customers/jackthreads.png) no-repeat
}

.jaybird {
	background: url(../img/customers/cus-logo-jaybird.png) no-repeat
}

.joseph {
	background: url(../img/customers/joseph.png) no-repeat
}

.journelle {
	background: url(../img/customers/journelle.png) no-repeat
}

.kitchenwaredirect {
	background: url(../img/customers/cus-logo-kitchenwaredirect.png) no-repeat
}

.king-ranch {
	background: url(../img/customers/logo-king-ranch.png) no-repeat
}

.laguna {
	background: url(../img/customers/laguna.png) no-repeat
}

.laura-ashley {
	background: url(../img/customers/laura-ashley.png) no-repeat
}

.liberty {
	background: url(../img/customers/liberty.png) no-repeat
}

.lillap {
	background: url(../img/customers/lillap.png) no-repeat
}

.lindemann {
	background: url(../img/customers/lindemann.png) no-repeat
}

.lionelracing {
	background: url(../img/customers/lionelracing.png) no-repeat
}

.lovesac {
	background: url(../img/customers/lovesac.png) no-repeat
}

.maclaren {
	background: url(../img/customers/maclaren.png) no-repeat
}

.magellan {
	background: url(../img/customers/magellan.png) no-repeat
}

.mamas-papas {
	background: url(../img/customers/mamas-papas.png) no-repeat
}

.mes {
	background: url(../img/customers/mes-fire.png) no-repeat
}

.metropolitan {
	background: url(../img/customers/metropolitan.png) no-repeat
}

.monterey {
	background: url(../img/customers/monterey.png) no-repeat
}

.mysteryranch {
	background: url(../img/customers/mysteryranch.png) no-repeat
}

.napa {
	background: url(../img/customers/napa.png) no-repeat
}

.niner {
	background: url(../img/customers/niner.png) no-repeat
}

.noerr {
	background: url(../img/customers/noerr.png) no-repeat
}

.olivina {
	background: url(../img/customers/olivina.png) no-repeat
}

.orlebar {
	background: url(../img/customers/orlebar.png) no-repeat
}

.ovation {
	background: url(../img/customers/ovation.png) no-repeat
}

.pag {
	background: url(../img/customers/pag.png) no-repeat
}

.party {
	background: url(../img/customers/party.png) no-repeat
}

.patriot {
	background: url(../img/customers/patriot.png) no-repeat
}

.philz {
	background: url(../img/customers/philz.png) no-repeat
}

.planetdog {
	background: url(../img/customers/planetdog.png) no-repeat
}

.poppin {
	background: url(../img/customers/poppin.png) no-repeat
}

.precision-disposables {
	background: url(../img/customers/logo-precision-disposables.png) no-repeat
}

.pure {
	background: url(../img/customers/pure.png) no-repeat
}

.redcat {
	background: url(../img/customers/redcat.png) no-repeat
}

.redstar {
	background: url(../img/customers/redstar.png) no-repeat
}

.revant-optics {
	background: url(../img/customers/revant-optics.png) no-repeat
}

.ruffwear {
	background: url(../img/customers/ruffwear.png) no-repeat
}

.saddleback {
	background: url(../img/customers/saddleback.png) no-repeat
}

.scouts {
	background: url(../img/customers/scouts.png) no-repeat
}

.screenprinting {
	background: url(../img/customers/screenprinting.png) no-repeat
}

.seedsavers {
	background: url(../img/customers/seedsavers.png) no-repeat
}

.serena {
	background: url(../img/customers/serena.png) no-repeat
}

.skinmedix {
	background: url(../img/customers/skinmedix.png) no-repeat
}

.source {
	background: url(../img/customers/source.png) no-repeat
}

.sportstop {
	background: url(../img/customers/sportstop.png) no-repeat
}

.tacoma {
	background: url(../img/customers/tacoma.png) no-repeat
}

.teakandmahogany {
	background: url(../img/customers/cus-logo-teak-and-mahogany.png) no-repeat
}

.teno {
	background: url(../img/customers/teno.png) no-repeat
}

.terry {
	background: url(../img/customers/terry.png) no-repeat
}

.tesco {
	background: url(../img/customers/tesco.png) no-repeat
}

.the-duck-store {
	background: url(../img/customers/the-duck-store.png) no-repeat
}

.thosBaker {
	background: url(../img/customers/thos-baker.png) no-repeat
}

.timbuk2 {
	background: url(../img/customers/timbuk2.png) no-repeat
}

.tkmaxx {
	background: url(../img/customers/tkmaxx.png) no-repeat
}

.topo-atheltic {
	background: url(../img/customers/logo-topo-atheltic.png) no-repeat
}

.tree {
	background: url(../img/customers/tree.png) no-repeat
}

.tree-of-life {
	background: url(../img/customers/tree-of-life.png) no-repeat
}

.truebrand {
	background: url(../img/customers/true-brands.png) no-repeat
}

.ukflooringdirect {
	background: url(../img/customers/uk-flooring-direct.png) no-repeat
}

.uniden {
	background: url(../img/customers/uniden.png) no-repeat
}

.varidesk {
	background: url(../img/customers/varidesk.png) no-repeat
}

.vetnpet {
	background: url(../img/customers/cus-logo-vet-n-pet.png) no-repeat
}

.vince {
	background: url(../img/customers/vince.png) no-repeat
}

.wilko {
	background: url(../img/customers/wilko.png) no-repeat
}

.williamsonoma {
	background: url(../img/customers/cus-logo-william-sonoma.png) no-repeat
}

.wine {
	background: url(../img/customers/wine.png) no-repeat
}

.winemarket {
	background: url(../img/customers/winemarket.png) no-repeat
}

.wingtip {
	background: url(../img/customers/wingtip.png) no-repeat
}

.yankee {
	background: url(../img/customers/yankee.png) no-repeat
}

.zumba {
	background: url(../img/customers/zumba.png) no-repeat
}

.diyhomecenter {
	background: url(../img/customers/diyhomecenter.png) no-repeat
}

.rad {
	background: url(../img/customers/rad.png) no-repeat
}

.monsroyale {
	background: url(../img/customers/monsroyale.png) no-repeat
}

.soccerx {
	background: url(../img/customers/soccerx.png) no-repeat
}

.pos {
	background: url(../img/customers/pos.png) no-repeat
}

.vhc {
	background: url(../img/customers/vhc.png) no-repeat
}

.talas {
	background: url(../img/customers/talas.png) no-repeat
}

.honey-stinger {
	background: url(../img/customers/cus-logo-honeystinger.png) no-repeat
}

.klim {
	background: url(../img/customers/klim.png) no-repeat
}

.murray {
	background: url(../img/customers/cus-logo-murrays.png) no-repeat
}

.toadandco {
	background: url(../img/customers/cus-logo-toadandco.png) no-repeat
}

.altonlane {
	background: url(../img/customers/altonlane.png) no-repeat
}

.littleunicorn {
	background: url(../img/customers/cus-logo-littleunicorn.png) no-repeat
}

.motoalliance {
	background: url(../img/customers/cus-logo-motoalliance.png) no-repeat
}

.built {
	background: url(../img/customers/cus-logo-built.png) no-repeat
}

.dd-fil-select {
	display: block;
	position: relative;
	width: 100%;
	min-width: 155px;
	font-size: 13px;
	line-height: 1.5;
	color: #a8a8a8;
	vertical-align: middle;
	background: url(/portal/assets/img/select-arrow-gray.png) right center/18px 18px no-repeat;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	text-indent: .01px;
	-o-text-overflow: '';
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 3px 18px 6px 12px;
	height: 27px;
	margin-right: 15px
}

.customers-filter-container {
	display: inline-block
}

.customers-filter .filter-label {
	font-family: "Oracle Sans Bold", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase
}

.margin-select {
	margin: 0 0 0 20px
}

@media screen and (max-width:479px) {
	.margin-select {
		margin: 20px 0 0
	}
}

.itemContainer .showOnEmpty {
	display: none;
	text-align: center
}

.page-resources .hero {
	background: url(../img/resources/hero-resources.jpg) bottom center/cover no-repeat
}

.page-resources .hero h1.title {
	color: #fff
}

.page-resources .hero h6 {
	color: #b4eeff
}

.page-resources .hero p {
	color: #fff
}

.page-resources h2.title {
	margin: 0
}

.page-resources .one-column h4 {
	color: #6f7c80;
	line-height: 4em;
	margin: 0
}

.page-resources ul#resources {
	display: block;
	width: 1130px;
	margin: 40px 0 0;
	padding: 0 0 1px;
	overflow: hidden
}

#resources .customer {
	display: inline-block;
	vertical-align: top
}

.page-resources ul#resources li.customer {
	max-width: 450px;
	margin: 0 112px 45px 0;
	padding: 0;
	background-image: none;
	border: 0
}

.page-resources ul#resources h3.resourceTitle {
	width: 100%;
	height: 200px;
	background-size: auto 100%;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
	color: #fff
}

.page-resources ul#resources h3.resourceTitle span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (max-width:1000px) {
	.page-resources ul#resources {
		display: block;
		width: 100%;
		margin: 40px 0 0;
		padding: 0 0 1px;
		overflow: hidden
	}
	.page-resources ul#resources li.customer {
		width: 50%;
		margin: 0 0 45px;
		padding: 0;
		background-image: none;
		border: 0
	}
}

@media screen and (max-width:640px) {
	.page-resources .one-column h4 {
		display: none
	}
	.page-resources ul#resources li.customer {
		width: 100%;
		margin: 0 0 45px;
		border: 0
	}
}

.b2bcommerce {
	background: url(../img/resources/img-b2b-commerce.jpg) center center no-repeat
}

.buildingfoundation {
	background: url(../img/resources/img-building-foundation.jpg) center center no-repeat
}

.erpinsideout {
	background: url(../img/resources/img-turning-erp.jpg) center center no-repeat
}

.secondthirdgen {
	background: url(../img/resources/img-second-third-generation.jpg) center center no-repeat
}

.scdemo {
	background: url(../img/resources/img-demo.jpg) center center no-repeat
}

.scadata {
	background: url(../img/resources/img-sca-datasheet.jpg) center center no-repeat
}

.scinstore {
	background: url(../img/resources/img-instor-data.jpg) center center no-repeat
}

.nsordermanagement {
	background: url(../img/resources/img-ordermanagement.jpg) center center no-repeat
}

.sccustomercenter {
	background: url(../img/resources/img-customer-center-data.jpg) center center no-repeat
}

.convergencecrm {
	background: url(../img/resources/img-convergence.jpg) center center no-repeat
}

.nsadvanceordermanagement {
	background: url(../img/resources/img-nsadvanceordermanagement.jpg) center center no-repeat
}

.midmarketb2b {
	background: url(../img/resources/img-midmarketb2b.jpg) center center no-repeat
}

.custexperience {
	background: url(../img/resources/img-custexperience.jpg) center center no-repeat
}

.ecominfograph {
	background: url(../img/resources/img-ecominfograph.jpg) center center no-repeat
}

.criticalComp {
	background: url(../img/resources/img-critical-components-achieving-perfect-order.jpg) center center no-repeat
}

html.tour {
	background: url(../img/bg-tour.jpg) top center/cover no-repeat #323d41
}

html.tour .header,
html.tour .wrapper,
html.tour body {
	background: 0
}

html.tour .header.fixed {
	position: absolute!important;
	top: 60px!important
}

html.tour .header article {
	height: 120px
}

.page-tour .footer {
	display: none!important
}

.page-tour .form .left {
	height: 100%;
	padding: 30px 0;
	position: absolute;
	width: 54%
}

.page-tour .form .left .background {
	background: #fff;
	height: 100%;
	padding: 60px
}

.page-tour .form .right {
	background: #e6f1f5;
	padding: 40px;
	position: relative;
	width: 44.5%;
	z-index: 999
}

.page-tour .left h2 {
	color: #8a9599;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 1.5em;
	margin: 40px 0 100px;
	text-align: center
}

.page-tour h4 {
	color: #5b6366
}

.page-tour .form .left p.margin {
	margin: 0 0 6em
}

.page-tour .form .right input.input {
	background: #fff;
	border: 1px solid #d7e2e6;
	color: #b8c7cc;
	display: block;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 16px;
	margin: 0 0 1.5em;
	padding: 15px 20px;
	width: 100%
}

.page-tour .form .right select {
	background: url(../img/select-arrow.png) right center no-repeat #fff;
	border: 1px solid #d7e2e6;
	border-bottom: 2px solid #d7e2e6;
	color: #b8c7cc;
	display: block;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 16px;
	margin: 0 0 1.5em;
	padding: 15px 40px 15px 20px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.page-tour .form .right select {
		background: url(../img/select-arrow-2x.png) right center/33px 8px no-repeat #fff!important
	}
}

.page-tour .form .right input:focus {
	color: #5c6367
}

.page-tour .form .right input.submit {
	background: #df5629;
	border: none!important;
	color: #fff;
	display: block;
	font-family: "Oracle Sans Bold", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1em!important;
	margin: 0 0 1.5em;
	padding: 15px!important;
	text-transform: uppercase
}

.page-tour .form .right label {
	color: #829399;
	cursor: pointer!important;
	font-family: "Oracle Sans Semibold Italic", sans-serif;
	font-style: italic;
	font-size: 12px
}

.page-tour .disclaimer {
	bottom: 0;
	font-family: "Oracle Sans Semibold", sans-serif;
	font-size: 11px;
	left: 20px;
	line-height: 1em;
	position: absolute
}

.page-tour .disclaimer p {
	display: inline-block
}

.page-tour .disclaimer p:first-child {
	margin: 0 3px 0 0
}

.page-tour .disclaimer a {
	color: #a6b5bb
}

.page-tour .disclaimer a:hover {
	text-decoration: underline
}

@media screen and (max-width:960px) {
	.page-tour .form .right input.input {
		font-size: 12px;
		padding: 15px 10px
	}
	.page-tour .form .right select {
		font-size: 12px;
		padding: 15px 40px 15px 20px
	}
}

@media screen and (max-width:768px) {
	.page-tour .form .left,
	.page-tour .form .right {
		float: none;
		margin: 0!important;
		padding: 0;
		position: relative;
		width: 100%!important
	}
	.page-tour .form article {
		padding: 0
	}
	.page-tour .header,
	html.tour .page-tour .header.fixed {
		position: absolute!important;
		top: 0!important
	}
	.page-tour .two-column {
		padding: 120px 0 0!important
	}
	.page-tour .content {
		margin: 0!important
	}
	.page-tour .form .left .background,
	.page-tour .form .right {
		padding: 40px 20px
	}
	.page-tour .left h2 {
		font-size: 18px;
		margin: 0 0 40px
	}
	.page-tour .form .left p.margin {
		margin: 0 0 2em
	}
	.page-tour .form .right input.input,
	.page-tour .form .right select {
		font-size: 16px;
		padding: 15px 40px 15px 10px
	}
	.page-tour .disclaimer {
		left: 0;
		padding: 30px 0;
		position: relative;
		text-align: center
	}
}

@media screen and (max-width:640px) {
	.page-tour .header,
	html.tour .page-tour .header.fixed {
		position: fixed!important
	}
	.page-tour .form .left .background {
		background: url(../img/bg-tour.jpg) top center/cover no-repeat #323d41;
		color: #dde3e6
	}
	.page-tour .form .left h2 {
		background: url(../img/line-orange.png) no-repeat;
		color: #fff;
		font-size: 18px!important;
		letter-spacing: 2px!important;
		line-height: 1.8em;
		margin: 0 0 15px!important;
		padding: 10px 0 0;
		text-align: left
	}
	.page-tour h4 {
		color: #d8eaf0;
		font-size: 14px!important;
		letter-spacing: 1px!important
	}
	.page-tour .form .right h2 {
		background: url(../img/line-blue.png) no-repeat;
		color: #000;
		font-size: 18px!important;
		letter-spacing: 2px!important;
		line-height: 1.8em;
		margin: 0 0 15px!important;
		padding: 10px 0 0;
		text-align: left
	}
	html.tour .header article {
		height: 60px
	}
	.page-tour .content .two-column {
		padding: 60px 0 0!important
	}
	.page-tour .form .right input.submit {
		display: block;
		padding: 20px 0!important;
		text-align: center;
		width: 100%
	}
	.page-tour .disclaimer p {
		display: block
	}
	.page-tour .disclaimer p:first-child {
		margin: 0 0 5px
	}
	.venda {
		background: url(../img/customers/venda.png) no-repeat;
		cursor: pointer;
		display: block;
		height: 16px;
		position: absolute;
		right: 5%;
		top: 5%;
		width: 16px;
		z-index: 1200;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none
	}
	.page-customers li.customer:hover .venda {
		background: url(../img/customers/venda.png) top center no-repeat
	}
}

@media screen and (max-width:480px) {
	.page-tour .form .right input.input,
	.page-tour .form .right select {
		font-size: 14px
	}
	.carousel .carousel-caption {
		left: 0!important;
		right: 0!important
	}
}

html.thank-you,
html.thank-you .content,
html.thank-you .wrapper,
html.thank-you body {
	height: 100%
}

html.thank-you {
	background: url(../img/bg-tour.jpg) top center/cover no-repeat #323d41
}

html.thank-you .header.fixed {
	position: absolute!important;
	top: 60px!important
}

html.thank-you .header article {
	height: 120px
}

.page-thank-you .header,
.page-thank-you .wrapper,
body.page-thank-you {
	background: 0
}

.page-thank-you .content {
	margin: 0!important;
	padding: 132px 0 0
}

.page-thank-you .footer {
	display: none
}

h1.logo a {
	display: block
}

.page-thank-you .one-column {
	padding: 0!important;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.page-thank-you .one-column h2 {
	color: #fff;
	text-align: center
}

.page-thank-you .one-column p {
	color: #a6b5bb;
	margin: 0 auto!important;
	max-width: 800px;
	text-align: center
}

@media screen and (max-width:640px) {
	.page-thank-you .content {
		padding: 60px 0 0
	}
}

.ie9 .case-studies ul {
	top: 75px!important
}

.ie9 .ns-corp select option,
.ie9 .ns-corp select option.global {
	color: #fff!important
}

@media screen and (max-width:1160px) {
	.feature,
	.feature .slide {
		height: 600px!important
	}
	.feature .slide {
		background-size: cover!important
	}
	.page-ecommerce .orange-chooser #prev {
		left: 20px!important
	}
	.page-ecommerce .orange-chooser #next {
		right: 20px!important
	}
	.page-ecommerce .orange-chooser article {
		padding: 0 80px!important
	}
}

@media screen and (max-width:1060px) {
	.footer .levels .highlight {
		display: block
	}
	.case-studies .gopro {
		background: url(../img/home/casestudy-gopro-bg.jpg) top right no-repeat
	}
	.case-studies .magellan {
		background: url(../img/home/casestudy-magellan-bg.jpg) top right no-repeat
	}
	.case-studies .winemarket {
		background: url(../img/home/casestudy-winemarket-bg.jpg) top right no-repeat
	}
	.case-studies .saddleback {
		background: url(../img/home/casestudy-saddleback-bg.jpg) top right no-repeat
	}
	.case-studies .iwa {
		background: url(../img/home/casestudy-iwa-bg.jpg) top left -55px no-repeat;
		color: #fff;
		text-shadow: 1px 1px rgba(0, 0, 0, .2)
	}
	.case-study.iwa ul a {
		border: 1px solid #fff;
		color: #fff
	}
	.case-study.iwa ul a:hover {
		background: #fff;
		color: #41525c
	}
	.case-study article {
		background-position: 12.5% center!important;
		background-size: 25%!important
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
	.nav li a {
		letter-spacing: .03em
	}
	.inside.page-resources .hero {
		background-position: 80% top!important
	}
	.global-sites.active ul {
		display: block
	}
	.global-sites.active>a {
		background: #fff;
		color: #df5629
	}
	.page-customers li.customer:hover {
		background: 0 0!important;
		border: 1px solid #dde3e6!important
	}
	.page-customers .customer-name {
		background-position: center 20px!important;
		background-size: 75px 160px!important
	}
	li.customer:hover .customer-name {
		background-position: center 20px!important
	}
	li.customer:hover ul.customer-links,
	ul.customer-links {
		margin: 60px 0 0!important
	}
	.customer-story {
		background: url(../img/customers/story.png) 10px center no-repeat #c6d3d8!important
	}
	.customer-story:hover {
		background: url(../img/customers/story.png) 10px center no-repeat #6a7b80!important
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
	.customer .customer-story {
		background: url(../img/customers/story-2x.png) 10px center/16px 16px no-repeat #c6d3d8!important
	}
	.customer .customer-story:hover {
		background: url(../img/customers/story-2x.png) 10px center/16px 16px no-repeat #6b7c81!important
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
	.customer-site {
		background: url(../img/customers/site.png) 10px center no-repeat #c6d3d8!important
	}
	.customer-site:hover {
		background: url(../img/customers/site.png) 10px center no-repeat #6a7b80!important
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
	.customer .customer-site {
		background: url(../img/customers/site-2x.png) 10px center/16px 16px no-repeat #c6d3d8!important
	}
	.customer .customer-site:hover {
		background: url(../img/customers/site-2x.png) 10px center/16px 16px no-repeat #6b7c81!important
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
	.customer-video {
		background: url(../img/customers/video.png) 10px center no-repeat #c6d3d8!important
	}
	.customer-video:hover {
		background: url(../img/customers/video.png) 10px center no-repeat #6a7b80!important
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
	.customer .customer-video {
		background: url(../img/customers/video-2x.png) 10px center/16px 16px no-repeat #c6d3d8!important
	}
	.customer .customer-video:hover {
		background: url(../img/customers/video-2x.png) 10px center/16px 16px no-repeat #6b7c81!important
	}
}

@media screen and (max-width:970px) {
	.inside .hero {
		-webkit-transition: 1s ease-in-out;
		-moz-transition: 1s ease-in-out;
		transition: 1s ease-in-out
	}
}

@media screen and (max-width:960px) {
	.inside .hero {
		background-position: -400px top!important
	}
	.inside.page-resources .hero {
		background-position: 80% top!important
	}
	.footer .levels .highlight {
		display: block;
		width: 100%
	}
	.case-studies .gopro {
		background: url(../img/home/casestudy-gopro-bg.jpg) top right no-repeat
	}
	.case-studies .magellan {
		background: url(../img/home/casestudy-magellan-bg.jpg) top right no-repeat
	}
	.case-studies .winemarket {
		background: url(../img/home/casestudy-winemarket-bg.jpg) top right no-repeat
	}
	.page-ecommerce div.orange-chooser article {
		min-height: 380px
	}
	.hero {
		height: 600px
	}
	.benefits,
	.one-column,
	.three-column,
	.two-column {
		padding: 60px 0
	}
}

@media screen and (max-width:920px) {
	.nav li {
		margin: 0 10px 0 0
	}
	.nav li a {
		text-transform: none
	}
}

@media screen and (max-width:820px) {
	.marketing-chooser li a {
		font-size: 10px;
		text-transform: none
	}
	.features-chooser li a {
		font-size: 12px;
		text-transform: none
	}
}

@media screen and (max-width:768px) {
	.logo-netsuite {
		-webkit-transition: 1s ease-in-out;
		-moz-transition: 1s ease-in-out;
		-o-transition: 1s ease-in-out;
		transition: 1s ease-in-out
	}
	.logo-netsuite a:before {
		display: none!important
	}
	.ns-corp {
		display: none
	}
	.logo {
		margin: 50px 0 0
	}
	.logo img {
		width: 190px
	}
	.nav li {
		line-height: 120px;
		margin: 0
	}
	.nav li a {
		text-transform: none;
		letter-spacing: .03em
	}
	.feature {
		height: 360px!important
	}
	.feature .slide {
		background-size: 960px 460px!important;
		font-size: 14px;
		height: 360px!important;
		padding: 140px 0 0!important
	}
	.feature #nav {
		bottom: 60px;
		margin-left: -92px
	}
	.feature .slide h2 {
		font-size: 32px!important
	}
	ul.filters li,
	ul.filters2 li {
		margin: 0!important
	}
	.page-product-content-management .one-column img.desktop {
		display: none
	}
	.page-product-content-management .one-column img.tablet {
		display: block!important
	}
	.nav-secondary li {
		margin: 0 20px 0 0
	}
}

.logo-mobile,
.mobile,
.nav-ecommerce,
.nav-partners,
.nav-products,
.nav-top {
	display: none!important
}

@media screen and (max-width:640px) {
	.desktop {
		display: none!important
	}
	.mobile {
		display: block!important
	}
	html.active {
		height: 100%;
		overflow: hidden
	}
	.header-netsuite {
		display: none!important
	}
	.header,
	.inside .header {
		background: #fff!important;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
		height: 60px;
		position: fixed!important;
		top: 0
	}
	.header article {
		height: 60px;
		padding: 0 20px 0 0
	}
	.logo {
		display: none
	}
	.logo-mobile {
		cursor: pointer;
		display: block!important;
		height: 40px;
		line-height: 0;
		margin: 0 0 0 10px;
		padding: 20px 0 0;
		width: 220px
	}
	.logo-mobile:before {
		background: url(../img/nav-icon.png) no-repeat;
		content: "";
		float: left;
		height: 15px;
		margin: 3px 6px 0 0;
		width: 16px;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}
	.logo-mobile.active:before {
		margin: 3px 12px 0 -6px;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}
	.additional-resources,
	.logo-netsuite a:before {
		display: none
	}
	.logo-netsuite {
		left: 20px
	}
	.content .button {
		background: #8a9299;
		border: none!important;
		color: #fff!important;
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%
	}
	.content .button:hover {
		background: #df5629!important;
		border: none!important;
		color: #fff!important
	}
	.content .blue ul li {
		background: url(../img/bullet-blue.png) 0 1px no-repeat!important;
		line-height: 1.2
	}
	.content:before {
		background: red;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 9999
	}
	.one-column,
	.three-column,
	.two-column {
		padding: 40px 0
	}
	.page-home .content {
		margin: 0
	}
	.has-nav-secondary .content.active,
	.inside .header.active {
		-webkit-animation: none!important;
		animation: none!important
	}
	.nav {
		display: none!important
	}
	.nav-ecommerce,
	.nav-partners,
	.nav-products,
	.nav-top {
		background: #6f7c80;
		display: block!important;
		float: none;
		position: fixed;
		height: 100%;
		left: -320px;
		right: auto;
		top: 60px;
		width: 300px;
		-webkit-box-shadow: inset #687174 0 2px 4px;
		-moz-box-shadow: inset #687174 0 2px 4px;
		box-shadow: inset #687174 0 2px 4px;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}
	.nav-ecommerce,
	.nav-partners,
	.nav-products {
		-webkit-box-shadow: #444849 0 2px 2px!important;
		-moz-box-shadow: #444849 0 2px 2px!important;
		box-shadow: #444849 0 2px 2px!important
	}
	.nav-partners,
	.nav-products {
		left: -280px;
		width: 260px
	}
	.nav-ecommerce {
		left: -240px;
		width: 220px
	}
	.nav-ecommerce.active,
	.nav-partners.active,
	.nav-products.active,
	.nav-top.active {
		left: 0
	}
	.nav-mobile .hide {
		background: #5b696d
	}
	.nav-mobile li {
		border-bottom: 1px solid #5c696d;
		cursor: pointer;
		display: block!important;
		float: none;
		height: auto;
		margin: 0
	}
	.nav-mobile li:last-child {
		border: none!important
	}
	.nav-mobile li a {
		color: #fff;
		display: block;
		font-size: 12px;
		font-family: "Oracle Sans Bold", sans-serif;
		letter-spacing: 2px;
		line-height: 1;
		padding: 19px 20px 17px 40px;
		text-transform: uppercase
	}
	.nav-mobile li.title {
		color: #c6d3d8;
		display: block;
		font-size: 24px;
		font-family: "Oracle Sans", sans-serif;
		line-height: 1;
		padding: 24px 20px 22px
	}
	.nav-mobile li a.selected,
	.nav-mobile li a:hover {
		background: #7d898c;
		color: #fff
	}
	.nav-mobile li a.ecommerce-tap,
	.nav-mobile li a.partners-tap,
	.nav-mobile li a.products-tap {
		background: url(../img/nav-tap.png) 15px 16px no-repeat
	}
	.nav-mobile li a.ecommerce-tap:hover,
	.nav-mobile li a.partners-tap:hover,
	.nav-mobile li a.products-tap:hover {
		background: url(../img/nav-tap.png) 15px 16px no-repeat #7d898c
	}
}

@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio:2) {
	.nav-mobile li a.ecommerce-tap,
	.nav-mobile li a.partners-tap,
	.nav-mobile li a.products-tap {
		background: url(../img/nav-tap-2x.png) 15px 16px no-repeat;
		background-size: 10px 16px!important
	}
	.nav-mobile li a.ecommerce-tap:hover,
	.nav-mobile li a.partners-tap:hover,
	.nav-mobile li a.products-tap:hover {
		background: url(../img/nav-tap-2x.png) 15px 16px no-repeat #7d898c;
		background-size: 10px 16px!important
	}
}

@media screen and (max-width:640px) {
	.nav-mobile li.hide a.selected {
		-webkit-box-shadow: inset #687174 0 2px 4px;
		-moz-box-shadow: inset #687174 0 2px 4px;
		box-shadow: inset #687174 0 2px 4px
	}
	.nav-ecommerce,
	.nav-partners,
	.nav-products,
	.nav-secondary,
	.nav-tertiary {
		display: none
	}
	.nav-mobile .back {
		background: #637074;
		padding: 0 15px 0 0
	}
	.nav-mobile .back a {
		background: url(../img/nav-back.png) right center no-repeat #637074;
		background-size: 10px 12px!important;
		padding: 13px 20px 11px 15px
	}
	.nav-mobile .back a:hover {
		background: url(../img/nav-back.png) right center no-repeat #637074;
		background-size: 10px 12px!important
	}
	.nav-products.hide li,
	.nav-top.hide li {
		visibility: hidden
	}
	.overlay {
		background: rgba(45, 50, 51, .9);
		height: 100%;
		opacity: 0;
		position: fixed;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 9997;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}
	.overlay.active {
		opacity: 1;
		visibility: visible
	}
	.commerce h6 {
		font-family: "Oracle Sans", sans-serif;
		font-size: 16px;
		padding: 0
	}
	.commerce {
		margin: 0;
		padding: 20px 0
	}
	.commerce .button {
		display: block;
		padding: 20px 0;
		text-align: center
	}
	.commerce-a,
	.commerce-b,
	.commerce-c,
	.commerce-d,
	.commerce-e {
		background: 0;
		min-height: 0;
		padding: 0
	}
	.commerce .controls {
		display: block;
		margin: 0 -20px 20px;
		overflow: hidden
	}
	.commerce .controls ul {
		display: block;
		margin: 0;
		overflow: hidden
	}
	.commerce .controls li {
		float: left;
		width: 20%
	}
	.commerce .controls li a {
		background-size: 24px 24px!important;
		font-size: 0;
		height: 72px;
		margin: 0!important;
		opacity: .4;
		padding: 0!important;
		width: 100%!important
	}
	.commerce .controls li.active a {
		opacity: 1!important
	}
	.commerce .controls li a span {
		color: #6b7b80;
		font-size: 12px;
		letter-spacing: 0;
		padding: 40px 0 0;
		text-align: center;
		text-transform: none
	}
	.commerce .controls li.controls-a a {
		background: url(../img/advantage/platform.png) top center no-repeat
	}
	.commerce .controls li.controls-b a {
		background: url(../img/advantage/customers.png) top center no-repeat
	}
	.commerce .controls li.controls-c a {
		background: url(../img/advantage/orders.png) top center no-repeat
	}
	.commerce .controls li.controls-d a {
		background: url(../img/advantage/experience.png) top center no-repeat
	}
	.commerce .controls li.controls-e a {
		background: url(../img/advantage/expansion.png) top center no-repeat
	}
	.commerce h2.section-title {
		margin: 0 0 40px
	}
	.business p {
		margin: 0;
		min-height: 0
	}
	.business h2.section-title {
		margin: 0 0 40px
	}
	.business h4.title {
		margin: 0 0 10px
	}
	.case-study {
		background-size: cover!important;
		height: auto!important
	}
	.case-study article {
		background-position: center 40px!important;
		background-size: 167px!important;
		padding: 110px 20px 20px!important
	}
	.case-study.baileyCS article {
		background-position: center 25px!important;
		background-size: 120px!important
	}
	.case-study.wiganwarriorsCS article {
		background-position: center 25px!important;
		background-size: 80px!important
	}
	.case-study ul {
		padding: 0;
		position: static;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}
	.case-studies ul a {
		background: #fff!important;
		border: none!important;
		color: #41525c!important;
		display: block;
		padding: 20px 0;
		text-align: center;
		width: 100%
	}
	.case-studies ul a:hover {
		color: #41525c!important
	}
	.case-study.baileyCS ul a,
	.case-study.duckStoreCS ul a,
	.case-study.libertyBottleCS ul a,
	.case-study.monsRoyaleCS ul a,
	.case-study.thosBakerCS ul a,
	.case-study.ukflooringdirectCS ul a,
	.case-study.wiganwarriorsCS ul a,
	.case-study.wingtipCS ul a {
		padding: 20px 0
	}
	.case-study.baileyCS ul a:after,
	.case-study.duckStoreCS ul a:after,
	.case-study.libertyBottleCS ul a:after,
	.case-study.monsRoyaleCS ul a:after,
	.case-study.thosBakerCS ul a:after,
	.case-study.ukflooringdirectCS ul a:after,
	.case-study.wiganwarriorsCS ul a:after,
	.case-study.wingtipCS ul a:after {
		border-color: transparent transparent transparent #41525c;
		position: absolute;
		top: 50%;
		right: 27%;
		-ms-transform: translateY(-55%);
		-webkit-transform: translateY(-55%);
		-moz-transform: translateY(-55%);
		transform: translateY(-55%)
	}
}

@media screen and (max-width:640px) and (max-width:480px) {
	.case-study.baileyCS ul a:after,
	.case-study.duckStoreCS ul a:after,
	.case-study.libertyBottleCS ul a:after,
	.case-study.monsRoyaleCS ul a:after,
	.case-study.thosBakerCS ul a:after,
	.case-study.ukflooringdirectCS ul a:after,
	.case-study.wiganwarriorsCS ul a:after,
	.case-study.wingtipCS ul a:after {
		border-color: transparent transparent transparent #41525c;
		position: absolute;
		top: 50%;
		right: 17%;
		-ms-transform: translateY(-55%);
		-webkit-transform: translateY(-55%);
		-moz-transform: translateY(-55%);
		transform: translateY(-55%)
	}
}

@media screen and (max-width:640px) {
	.inside .hero {
		background-position: -450px -200px!important;
		background-size: auto!important;
		height: auto;
		padding: 40px 0
	}
	.content .one-column,
	.content .three-column,
	.content .two-column {
		font-size: 14px!important;
		padding: 40px 0
	}
	.left,
	.left-middle,
	.middle,
	.middle-right,
	.right {
		float: none;
		width: 100%!important
	}
	.left,
	.middle {
		margin: 0 0 40px!important
	}
	.page-technology-partners .content h2,
	h1,
	h1.title,
	h2,
	h2.title {
		font-size: 18px!important;
		letter-spacing: 1px!important
	}
	h6 {
		font-size: 12px
	}
	.hero h1.title {
		font-size: 18px!important;
		letter-spacing: 2px!important
	}
	.hero p,
	.secondary-partners .hero p {
		font-size: 14px
	}
	.content ul li {
		font-size: 13px
	}
	.list-border {
		border-bottom: none!important;
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.page-advantage .three-column,
	.page-advantage .three-column .container {
		background: 0;
		overflow: visible
	}
	.page-advantage .three-column {
		background: #d8eaf0;
		padding: 0 0 40px!important
	}
	.page-advantage .three-column .left,
	.page-advantage .three-column .middle-right {
		padding: 0!important
	}
	.page-advantage .three-column .left {
		margin: 0 0 40px!important
	}
	.advantage-chooser {
		background: #fff!important;
		display: block;
		margin: 0 -20px!important;
		padding: 20px 0!important;
		overflow: hidden
	}
	.advantage-chooser label {
		background: top center!important;
		border: 0;
		float: left!important;
		width: 20%!important;
		text-align: center!important;
		padding: 0!important;
		font-size: 12px;
		line-height: 1
	}
	.item-chooser {
		background: #fff!important;
		display: block;
		margin: 0 -20px;
		padding: 20px 0;
		overflow: hidden
	}
	.item-chooser label {
		background: top center!important;
		border: 0;
		float: left!important;
		width: 20%!important;
		text-align: center!important;
		padding: 0!important;
		font-size: 12px;
		line-height: 1
	}
	.page-products .commercemarketing,
	.page-products .crm,
	.page-products .ecommerce,
	.page-products .order,
	.page-products .point,
	.page-products .product {
		height: 120px
	}
	.page-products h2.large {
		font-size: 24px!important;
		height: 80px!important;
		letter-spacing: 4px!important;
		line-height: 80px!important
	}
	.page-ecommerce div.orange-chooser {
		background: #df5629
	}
	.page-ecommerce div.orange-chooser article {
		min-height: 0
	}
	.page-ecommerce .orange-chooser #next,
	.page-ecommerce .orange-chooser #prev {
		display: none!important
	}
	.page-ecommerce .slide {
		display: block!important;
		opacity: 1!important;
		position: relative!important
	}
	.page-ecommerce #slide1 {
		margin: 0 0 40px!important
	}
	.page-ecommerce .orange-chooser article {
		padding: 0 20px!important
	}
	.page-b2c .two-column {
		padding: 40px 0 20px!important
	}
	.page-b2c .left,
	.page-b2c .middle {
		margin: 0!important
	}
	.page-b2c .light-blue li,
	.page-b2c .white li {
		border: none!important;
		margin: 0 0 20px!important;
		padding: 0 0 0 25px!important
	}
	.page-b2c .white p .button:first-child {
		margin: 0 0 20px!important
	}
	.page-b2b .content .hero {
		background-position: bottom left!important
	}
	.page-b2b .two-column {
		padding: 40px 0 20px!important
	}
	.page-b2b .left,
	.page-b2b .middle {
		margin: 0!important
	}
	.page-b2b .two-column .white .left {
		width: 50%!important
	}
	.page-b2b .two-column .right {
		width: 40%
	}
	.page-b2b .light-blue li,
	.page-b2b .white li {
		border: none!important;
		margin: 0 0 20px!important;
		padding: 0 0 0 25px!important
	}
	.page-b2b .white p .button:first-child {
		margin: 0 0 20px!important
	}
	.page-development .two-column .right img {
		margin: 0 0 40px!important
	}
	.page-development .two-column .right:last-child img {
		margin: 0!important
	}
	.page-development .two-column .left {
		margin: 0 0 20px!important
	}
	.page-marketing h2.large+.one-column {
		padding: 0 0 40px!important
	}
	.page-marketing h2.large {
		font-size: 24px!important;
		height: 80px!important;
		letter-spacing: 4px!important;
		line-height: 80px!important
	}
	.page-marketing .three-column,
	.page-marketing .three-column .container {
		background: 0;
		overflow: visible
	}
	.page-marketing .three-column {
		background: #d8eaf0!important;
		padding: 0 0 40px!important
	}
	.page-marketing .three-column .left,
	.page-marketing .three-column .middle-right {
		padding: 0!important
	}
	.page-marketing .three-column .left {
		margin: 0 0 40px!important
	}
	.page-features .light-blue h6,
	.page-features .white h6 {
		margin: 0 0 20px!important
	}
	.page-order-management .content .hero {
		background-position: bottom left!important
	}
	.page-order-management h2.large+.one-column {
		padding: 0 0 40px!important
	}
	.page-order-management h2.large {
		font-size: 24px!important;
		height: 80px!important;
		letter-spacing: 4px!important;
		line-height: 80px!important
	}
	.order-management-chooser {
		background: #fff!important;
		display: block;
		margin: 0 -20px!important;
		padding: 20px 0!important;
		overflow: hidden
	}
	.order-management-chooser label {
		background: top center!important;
		border: 0;
		float: left!important;
		width: 20%!important;
		text-align: center!important;
		padding: 0!important;
		font-size: 12px;
		line-height: 1
	}
	.page-order-management .three-column .left {
		margin: 0 0 40px!important;
		padding: 0!important
	}
	.features-chooser li div.active+div.selected {
		background-size: 20px 10px!important;
		height: 10px!important
	}
	.features-chooser {
		margin: 0 -20px 40px!important
	}
	.features-chooser li,
	.features-chooser li:last-child {
		margin: 0!important;
		padding: 30px 0 0!important
	}
	.features-chooser li a {
		background-size: 24px 24px!important;
		color: #b8c7cc;
		font-family: "Oracle Sans Bold", sans-serif!important;
		font-size: 12px!important;
		letter-spacing: 0!important;
		padding: 40px 0 0!important;
		text-transform: none!important
	}
	.features-chooser li .active a {
		color: #6b7b80!important
	}
	.page-services .three-column,
	.page-services .three-column .container {
		background: 0;
		overflow: visible
	}
	.page-services .three-column {
		background: #d8eaf0;
		padding: 0 0 40px!important
	}
	.page-services .three-column .left,
	.page-services .three-column .middle-right {
		padding: 0!important
	}
	.page-services .three-column .left {
		margin: 0 0 40px!important
	}
	.marketing-chooser {
		background: #fff!important;
		display: block;
		margin: 0 -20px!important;
		padding: 20px 0!important;
		overflow: hidden
	}
	.marketing-chooser label {
		background: top center!important;
		border: 0;
		float: left!important;
		width: 20%!important;
		text-align: center!important;
		padding: 0!important;
		font-size: 12px;
		line-height: 1
	}
	.page-product-content-management .one-column img.tablet {
		display: none!important
	}
	.page-product-content-management .one-column img.mobile {
		display: block!important
	}
	.page-crm .content .hero {
		background-position: bottom left!important
	}
	.secondary-partners .white h2.title {
		background-size: cover!important;
		height: 80px;
		font-size: 12px!important;
		line-height: 70px;
		margin: 0 0 40px
	}
	.secondary-partners .hero {
		padding: 40px 0 0
	}
	.secondary-partners article {
		background-position: center 50px!important;
		background-size: auto 15px!important
	}
	.secondary-partners ul.partners {
		margin: 0
	}
	.secondary-partners ul.partners li {
		height: auto!important
	}
	.secondary-partners ul.partners .button {
		position: static!important
	}
	.secondary-partners .two-column .right,
	.secondary-partners ul.partners li {
		margin: 0 0 40px
	}
	.secondary-partners .two-column article:last-child .right {
		margin: 0!important
	}
	.page-digital-agency-partners .two-column.white h2 {
		display: block!important;
		margin: 0!important
	}
	.page-digital-agency-partners .two-column.white strong {
		display: block!important;
		margin: 0 0 10px!important
	}
	.page-customers .one-column h4 {
		display: none
	}
	.page-customers ul#customers {
		margin: 0
	}
	.page-customers li.customer {
		display: inline-block;
		font-size: 12px!important;
		height: 120px;
		opacity: 1!important;
		padding: 10px;
		width: 50%
	}
	.page-customers li.customer:hover {
		background: 0 0!important;
		border: 1px solid #dde3e6!important
	}
	.page-customers .customer-name {
		background-position: center 20px!important;
		background-size: 75px 160px!important
	}
	li.customer:hover .customer-name {
		background-position: center 20px!important
	}
	li.customer:hover ul.customer-links,
	ul.customer-links {
		margin: 60px 0 0!important
	}
	.customer-story {
		background: url(../img/customers/story.png) 10px center no-repeat #c6d3d8!important
	}
	.customer-story:hover {
		background: url(../img/customers/story.png) 10px center no-repeat #6a7b80!important
	}
}

@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio:2) {
	.commerce .controls li.controls-a a {
		background: url(../img/advantage/platform-2x.png) top center no-repeat
	}
	.commerce .controls li.controls-b a {
		background: url(../img/advantage/customers-2x.png) top center no-repeat
	}
	.commerce .controls li.controls-c a {
		background: url(../img/advantage/orders-2x.png) top center no-repeat
	}
	.commerce .controls li.controls-d a {
		background: url(../img/advantage/experience-2x.png) top center no-repeat
	}
	.commerce .controls li.controls-e a {
		background: url(../img/advantage/expansion-2x.png) top center no-repeat
	}
	.customer .customer-story {
		background: url(../img/customers/story-2x.png) 10px center/16px 16px no-repeat #c6d3d8!important
	}
	.customer .customer-story:hover {
		background: url(../img/customers/story-2x.png) 10px center/16px 16px no-repeat #6b7c81!important
	}
}

@media screen and (max-width:640px) {
	.customer-site {
		background: url(../img/customers/site.png) 10px center no-repeat #c6d3d8!important
	}
	.customer-site:hover {
		background: url(../img/customers/site.png) 10px center no-repeat #6a7b80!important
	}
}

@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio:2) {
	.customer .customer-site {
		background: url(../img/customers/site-2x.png) 10px center/16px 16px no-repeat #c6d3d8!important
	}
	.customer .customer-site:hover {
		background: url(../img/customers/site-2x.png) 10px center/16px 16px no-repeat #6b7c81!important
	}
}

@media screen and (max-width:640px) {
	.customer-video {
		background: url(../img/customers/video.png) 10px center no-repeat #c6d3d8!important
	}
	.customer-video:hover {
		background: url(../img/customers/video.png) 10px center no-repeat #6a7b80!important
	}
}

@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio:2) {
	.customer .customer-video {
		background: url(../img/customers/video-2x.png) 10px center/16px 16px no-repeat #c6d3d8!important
	}
	.customer .customer-video:hover {
		background: url(../img/customers/video-2x.png) 10px center/16px 16px no-repeat #6b7c81!important
	}
}

@media screen and (max-width:480px) {
	.marketing-chooser li a {
		font-size: 0!important
	}
	.feature .slide h2 {
		font-size: 20px!important;
		letter-spacing: 0!important
	}
	.feature p {
		line-height: 1.5
	}
	.feature p br {
		display: none
	}
	.commerce .controls li,
	.commerce .controls li a {
		height: 48px
	}
	.features-chooser li a {
		font-size: 0!important
	}
	.become-partners {
		padding: 100px 0
	}
}

@media screen and (max-width:767px) {
	.hidden-xs {
		display: none
	}
	.become-partners {
		padding: 100px 0
	}
}

footer.footer {
	padding: 0;
	background-color: #1c2127;
	color: #fff;
	font-family: 'Oracle Sans Light';
	font-size: 14px;
	line-height: 1.1
}

footer.footer .container {
	display: block;
	margin: 0 auto;
	padding: 70px 20px 30px;
	max-width: 1060px;
	overflow: hidden;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	clear: both
}

footer.footer .container .row {
	clear: both
}

footer.footer .container .row::after {
	content: "";
	display: table;
	clear: both
}

footer.footer .container .col-sm-2 {
	float: left;
	width: 16.6667%
}

.footer a {
	color: #a8a8a8
}

.footer a:hover {
	color: #009ddc
}

.footer a strong {
	color: #fff;
	font-weight: 400
}

.footer-logo {
	margin: 30px auto;
	text-align: center;
	width: 100px
}

.footer-links {
	padding: 0
}

@media(max-width:767px) {
	footer.footer {
		padding: 15px 0 10px
	}
	footer.footer .container {
		padding: 10px
	}
	footer.footer .gloabls {
		float: right;
		clear: right
	}
	footer.footer .gloabls a {
		padding: 2px 0;
		margin: 0 0 0 10px
	}
	footer.footer .gloabls .login-link,
	footer.footer .gloabls .search-input {
		display: none
	}
	#follow-us p {
		display: inline;
		padding: 2px 5px
	}
}

@media(min-width:768px) {
	footer.footer .gloabls {
		display: none
	}
}

.gloabls .search-input {
	width: 160px;
	display: inline-block
}

.gloabls a {
	color: #676867;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px 1px 20px;
	vertical-align: text-top
}

.gloabls a:hover {
	color: #676867
}

.footer h4 {
	margin: 0 0 5px;
	color: #fff;
	font-weight: 400;
	font-family: 'Oracle Sans Light';
	letter-spacing: 0
}

.footer h4 a {
	color: #fff;
	font-weight: 400
}

.footer p {
	margin: 0 0 13px
}

.country-links {
	padding: 60px 0 30px 80px
}

.country-links a {
	color: #666;
	font-family: 'Oracle Sans'
}

.country-links a:hover {
	color: #009ddc
}

.country-links a.active {
	color: #fff
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

.list-inline>li:first-child {
	padding-left: 0
}

.footer .address {
	font-family: 'Oracle Sans Light';
	font-size: 14px;
	line-height: 1.4278
}

@media(max-width:767px) {
	.country-links {
		padding: 0 0 30px;
		line-height: 1.4278
	}
	.list-inline>li {
		padding: 0 10px 0 0
	}
	.footer .address {
	    text-align: center;
	    margin: 0 0 20px 0;
	    font-weight: 300;
	    padding: 0;
	}
	.copyright {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.copyright {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	    flex-flow: column nowrap;
	    -webkit-box-pack: end;
	    -webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    height: 62px;
	    text-align: left;
	}
}

.copyright a {
	color: #a8a8a8
}

.copyright a:hover {
	color: #f8f8f8
}

.copyright-links a {
	display: inline-block;
	padding: 0 5px
}

.copyright .container {
	display: block;
	margin: 0 auto;
	max-width: 1060px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	clear: both
}

.copyright .container::after {
	content: "";
	display: table;
	clear: both
}

.copyright .container .copyinfo {
	float: left
}

.copyright .container .copylinksContainer {
	float: right
}

.page-digital-agency-partners .hero.hpad-sm {
	padding: 235px 0 20px
}

.h1-v2 {
	font-size: 36px!important;
	text-transform: none;
	font-weight: 300;
	line-height: 1;
	font-family: "Oracle Sans Light", sans-serif;
	color: #5c6367;
	letter-spacing: normal
}

.h1-v3 {
	font-size: 28px!important;
	text-transform: none;
	font-weight: 300;
	line-height: 1;
	font-family: "Oracle Sans Light", sans-serif;
	color: #5c6367;
	letter-spacing: normal
}

.line-separator {
	border-width: 0 0 1px;
	margin: 50px 0
}

.digital-agency-partners-desc {
	max-width: 84%!important
}

a.card {
	display: block;
	color: #5c6367;
	font-family: 'Oracle Sans', sans-serif
}

.cust-col {
	width: 25%;
	display: block;
	padding: 0 15px;
	float: left
}

.cust-row {
	margin: 0 -15px
}

@media screen and (max-width:767px) {
	.copyright .container .copyinfo,
	.copyright .container .copylinksContainer {
		float: none;
		width: 100%;
		text-align: center
	}
	.secondary-partners .hero.hpad-sm {
		padding: 40px 0 30px
	}
	.digital-agency-partners-desc {
		max-width: 100%!important
	}
	.cust-col {
		width: 100%
	}
	.cust-container {
		margin-bottom: 20px
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.cust-col {
		width: 50%
	}
}

.cust-box-head {
	padding: 5px;
	background-color: #8a9299;
	color: #fff
}

.cust-box-head .country {
	font-size: 12px;
	padding: 0 15px
}

.cust-box-body {
	padding: 20px;
	border-style: solid;
	border-color: #2e3133;
	border-width: 0 1px 1px;
	margin-bottom: 30px
}

.cust-box-body .img-container {
	height: 80px;
	margin: 0 auto 20px
}

.cust-box-body img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.cust-box-body .desc {
	margin-top: 25px!important;
	line-height: 23px;
	min-height: 190px
}

.cust-box-body .spec {
	font-size: 12px
}

.cust-box-body .learnmore {
	color: #00b5ef;
	cursor: pointer
}

.cust-box-body .learnmore::after {
	content: " >";
	color: #2e3133
}

.tab-container {
	padding: 20px 0
}

.tab-label {
	display: inline-block;
	font-family: "Oracle Sans Light", sans-serif;
	font-size: 24px;
	padding-right: 10px
}

.partner-chooser-mobile {
	display: none
}

@media screen and (max-width:767px) {
	.cust-box-body .desc {
		min-height: auto
	}
	.partner-chooser-mobile {
		display: block
	}
	.partner-chooser li a {
		font-size: 0!important
	}
}

.partner-chooser {
	display: inline-block;
	margin-bottom: 0!important
}

.partner-chooser li,
.partner-chooser li:last-child {
	border: 0;
	background: 0;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0!important
}

.partner-chooser li+li a:before {
	content: " | ";
	padding: 0 10px 0 15px;
	color: #2e3133
}

@media screen and (max-width:820px) {
	.partner-chooser li a {
		font-size: 10px;
		text-transform: none
	}
	.features-chooser li a {
		font-size: 12px;
		text-transform: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.content .white .partner-chooser li,
	.content .white .partner-chooser li:last-child {
		background: 0 0!important
	}
}

.partner-chooser li div.active {
	-moz-opacity: 1;
	opacity: 1
}

.partner-chooser li div.active+div.selected {
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px
}

.partner-chooser li a {
	color: #00b5ef;
	font-family: "Oracle Sans Bold", sans-serif!important;
	letter-spacing: 0;
	text-transform: none!important;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 10px
}

.partner-chooser li .active a {
	color: #2e3133!important
}

.button.btn-orange {
	border: 1px solid #ff9016;
	letter-spacing: 0;
	font-family: "Oracle Sans", sans-serif;
	background-color: #ff9016;
	color: #fff;
	text-transform: none;
	font-size: 14px;
	background-image: none;
	line-height: 1em
}

.button.btn-orange:hover {
	background: 0 0;
	border: 1px solid #ff9016;
	color: #ff9016
}

.inline-btn-container {
	text-align: right;
	display: inline-block;
	float: right
}

@media screen and (max-width:767px) {
	.inline-btn-container {
		display: block;
		float: initial
	}
	.additional-resources-v2 {
		display: none
	}
}

@media(min-width:768px) and (max-width:991px) {
	.cust-box-head .country {
		font-size: 9px
	}
	.cust-box-body .desc {
		min-height: 130px
	}
}

@media(min-width:992px) and (max-width:1024px) {
	.cust-box-head .country {
		font-size: 13px
	}
}

@media(max-width:822px) {
	.inline-btn-container {
		float: none
	}
}