html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, svg, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div, footer, header, nav {
	box-sizing: border-box;
}

input[type=submit]:hover {
	cursor: pointer;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 1em/1.5em 'Lato', sans-serif, sans;
	font-weight: 400;
	color: #686158;
}

strong {
	text-transform: uppercase;
	font-weight: 400;
}

em {
	font-style: italic;
}

small {
	font-size: 0.875em;
}

h1 {
	font: 1.5em/1.15em 'Lato', sans-serif, sans;
	font-weight: 900;
	margin: 0 0 0.3em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font: 1.4em/1.15em 'Lato', sans-serif, sans;
	font-weight: 900;
	margin: 0 0 0.3em 0;
	letter-spacing: 1px;
}

h3 {
	font: 1.2em/1.15em 'Lato', sans-serif, sans;
	font-weight: 400;
	margin: 0 0 0.3em 0;
	color: #666636;
}

h4 {
	font: 1.2em/1.15em 'Lato', sans-serif, sans;
	font-weight: 400;
	margin: 0 0 0.3em 0;
	text-transform: uppercase;
}

h5 {
	font: 1.0em/1.15em 'Lato', sans-serif, sans;
	font-weight: 900;
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font: 1.0em/1.15em 'Lato', sans-serif, sans;
	font-weight: 400;
	margin: 0 0 0.3em 0;
	font-weight: 400;
}

p {
	font: 1.0em/1.5em 'Lato', sans-serif, sans;
	margin: 0 0 1.0em 0;
	font-weight: 300;
}

ul li, ol li {
	font: 1.0em/1.5em 'Lato', sans-serif, sans;
	padding-left: 1.15em;
	list-style-position: inside;
	font-weight: 300;
}

.section-dark ul li, .section-dark ol li {
	color: #fff;
	padding-left: 1.15em;
	list-style-position: inside;
	font-weight: 300;
}

.col2 h2 {
	margin-top: 1em;
}

.col2 ul, .col2 ol {
	margin-bottom: 0.5em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
	margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
	margin-bottom: 0;
}

a {
	color: #898C35;
}

a:hover {
	color: #000000;
	cursor: pointer;
}

.section-dark a {
	color: #ffffff;
}

.section-dark a:hover {
	color: #d0d1b3;
	cursor: pointer;
}

div.cc-grower {
	z-index: 10000;
	position: relative;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: flex-item;
}

div.spacing {
	max-width: 1360px;
	margin: 0 auto;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
}

header div.spacing {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 120px;
	height: 200px;
}

div#logo {
	flex-grow: 0;
}

nav#main {
	flex-grow: 2;
}

nav#main ul.persistent {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 80px;
}

nav#main ul li {
	font: 1.5em/1.15em 'Lato', sans-serif, sans;
	font-weight: 400;
	margin: 0 0 0 0;
	text-transform: uppercase;
	list-style-type: none;
	letter-spacing: 1px;
}

nav#main ul li a {
	font-weight: 900;
	color: #686158;
	text-decoration: none;
}

nav#main ul li a:hover {
	color: #a1a467;
	text-decoration: underline;
}

nav#menu {
	display: none;
}

#primary {
	margin-top: 200px;
	padding: 50px 0;
}

#nextlevelsupport {
	padding: 50px 0;
}

#nextlevelsupport .spacing .nls-graphic {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.nls-graphic div.line {
	border-top: 4px solid #000;
	flex-grow: 1;
}

.nls-graphic img {
	padding: 0 18px;
}

.emea-apac-sales h3 {
	clear: both;
	margin-top: 18px;
}

.portrait-right {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 6px 18px;
}

#splash {
	position: relative;
	margin-top: 200px;
	background-image: url("../graphics/xchange-protects-box-contents.jpg");
	background-size: cover;
	background-position: 50% 50%;
}

#splash div.spacing {
	min-height: 300px;
	height: 25vm;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

#splash div.spacing a {
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	flex: 0 0 40%;
}

#splash div.spacing a img {
	order: 1;
}

#splash div.spacing a h3 {
	font-size: 1.75em;
	font-weight: 900;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.32);
	order: 2;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

#splash a#link {
	transition: transform 0.2s;
}

#splash a#link:hover {
	transform: scale(1.05,1.05);
}

#montage {
	background-color: #696158;
}

#company {
}

#company h1, #company p {
	color: #fff;
}

#company h1 {
	padding-top: 2vh;
}

.feature-sq {
	float: right;
	width: 15vw;
	height: auto;
}

#phc-sq {
	margin-left: 4%;
}

#family .spacing, #events .spacing, #news .spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}

#family #logos {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#family a img {
	transition: transform 0.2s;
}

#family a:hover img {
	transform: scale(1.05,1.05);
}

#family #slice-logo {
	flex-basis: 19%;
}

#family #klever-logo {
	flex-basis: 26%;
}

#family #phc-logo {
	flex-basis: 22%;
}

#family .spacing h1 {
	margin-bottom: 36px;
}

#news .spacing, #events .spacing, footer .spacing, #primary .spacing {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.spacing .col1 {
	flex-basis: 300px;
	flex-shrink: 0;
}

#primary .spacing .col2 {
	flex-basis: 360px;
	flex-shrink: 0;
}

body.standard #primary .spacing .col2 {
	flex-basis: auto;
	flex-shrink: 1;
}

#primary .spacing {
}

.section-light {
	background-color: #fff;
}

.section-dark {
	background-color: #666636;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark p {
	color: #fff;
}

#events {
	width: 100%;
}
#events img.event-logo {
	float: left;
	margin: 0 18px 3px 0;
	max-width: 240px;
	height: auto !important;
}
#events p {
	clear: left;
	padding-bottom: 36px;
}
#events p.box100logo {
	padding-bottom: 76px;
}
#events p strong, #events p span {
	display: block;
}
#events p a.link {
	display: inline-block;
}

footer {
	width: 100%;
	background-color: #696158;
}

footer .spacing {
	min-height: 60px;
	align-items: center;
}

footer .spacing .col2 a {
	margin-right: 18px;
	font-weight: 300;
}

footer .spacing .col2 a:hover {
	color: #d0d1b3;
}

footer a, footer p {
	color: #fff;
	margin-bottom: 0;
}

footer span {
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	margin-right: 18px;
}




/*---- Styles for screens under 1512px ----*/
@media screen and (max-width: 1511px) {
	div.spacing {
		max-width: 90%;
	}
}

/*---- Styles for screens under 1340px ----*/
@media screen and (max-width: 1339px) {
	#company h1 {
		padding-top: 1vh;
	}
	.feature-sq {
		width: 18vw;
	}
}

/*---- Styles for screens under 1280px ----*/
@media screen and (max-width: 1279px) {
	#company h1 {
		font-size: 1.333em;
	}
	#company p {
		font-size: 0.96em;
	}
}

/*---- Styles for screens under 1140px ----*/
@media screen and (max-width: 1139px) {
}

/*---- Styles for screens under 960px ----*/
@media screen and (max-width: 959px) {
	header {
		height: 100px;
	}
	#primary {
		margin-top: 100px;
	}
	#splash {
		margin-top: 100px;
	}
	#splash div.spacing a h3 {
		font-size: 1.25em;
	}
	header div.spacing {
		height: 100px;
		gap: 10%;
	}
	div#logo {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
	}
	div#logo img {
		width: 100%;
		height: auto;
	}
	nav#main {
		flex-grow: 1;
		flex-shrink: 1;
	}
	nav#main ul.persistent {
		gap: 60px;
		justify-content: space-between;
	}
	nav#main ul li {
		font-size: 1.2em;
	}
	#montage #company {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#klever-sq {
		order: 3;
	}
	#slice-sq {
		order: 2;
	}
	#phc-sq {
		order: 1;
		margin-left: 0;
	}
	.feature-sq {
		flex-basis: 33.333%;
	}
	#montage #company .spacing {
		order: 4;
		flex-basis: 100%;
		margin: 25px auto;
	}
	.spacing .col1 {
		flex-basis: 210px;
	}
	#primary .spacing {
		flex-flow: column nowrap;
		gap: 9px;
	}
	#primary .spacing .col1, #primary .spacing .col2, #primary .spacing .col3 {
		flex-basis: 0;
	}
}

/*---- Styles for screens under 640px ----*/
@media screen and (max-width: 639px) {
	div#logo {
		flex-basis: 70%;
	}
	nav#main ul.persistent {
		gap: 8px;
		flex-flow: column wrap;
		align-items: flex-start;
	}
	nav#main ul li {
		font-size: 1.0em;
	}
	#news .spacing, #events .spacing, footer .spacing {
		flex-flow: column nowrap;
	}
	.spacing .col1, .spacing .col2 {
		flex-basis: 0;
	}
	.spacing .col1 {
		margin-bottom: 12px;
	}
	footer .spacing .col1 {
		margin-top: 12px;
	}
	footer {
		padding-bottom: 12px;
	}
	footer .spacing .col2 {
		text-align: center;
	}
	footer .spacing .col2 a {
		display: inline-block;
	}
	#family #logos {
		flex-flow: column wrap;
		gap: 18px;
	}
	#family #slice-logo {
		flex-basis: 1;
	}
	#family #slice-logo {
		width: 126px;
		height: 47px;
	}
	#family #klever-logo {
		flex-basis: 1;
	}
	#family #klever-logo img {
		width: 205px;
		height: 42px;
	}
	#family #phc-logo {
		flex-basis: 1;
	}
	#family #phc-logo img {
		width: 150px;
		height: 45px;
	}
}



/*---- Styles for screens under 540px ----*/
@media screen and (max-width: 539px) {
}