@charset "utf-8";
/* CSS Document */
/* For JVI 1.0*/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	font: normal normal 400 10px 'Inter';
	color: white;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
	/*background: #f5f5f7;*/
	background-color: #000;
}
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, picture, blockquote, figure, form, fieldset, input, legend, pre, abbr, button {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
	line-height: 1em;
}
h1 {
    font: 700 normal 54px/58px 'inter';
}
h2 {
	font: 500 normal 36px/40px 'inter';
}
h3 {
    font: 600 normal 32px/40px 'inter';
}
h4 {
	font: 600 normal 30px/32px 'inter';
}
p {
    font-size: 14px;
}
img {
    width: 100%;
    height: auto;
}
.center-text {
    margin: 0 auto;
    text-align: center !important;
}
.section-content {
    margin: 0 auto;
    padding: 0;
	/*background-color: #16ea60;*/
}
section {
	/* --- background settings --- */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;

	/*border-bottom: #91FF00 solid 1px;*/ 	/* green divider at the bottom
										of every section */
}
/*article {
	border-bottom: #6c00ff solid 1px;
}*/
.visuallyhidden { /* --- For H1 and other SEO Components */
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
/*----- END OF STANDARD STYLES -----*/


/* ----- CUSTOM ----- */
.content-wrapper {
	width: 980px;
	margin: 0 auto;

	/*background-color: #ee432c;*/
}
.body-copy {
	margin-top: 32px;
}
.bg-grey {
	background-color: dimgrey;
}
.image-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.intro-block {
	margin-bottom: 90px;
}


/*--- HERO --- ----------------------------------- */
.hero-section {
	position: relative;
	padding-bottom: 160px;
	background-color: #92908C;
}
.hero-image-container {
	width: 100%;
	z-index: 0;
}
.hero-image-wrapper {
	display: block;
	width: 2560px;
	height: 900px;
	position: relative;
	left: 50%;
	margin-left: calc(-2560px/2);
}
.logo-wrapper {
	margin: 0 auto;
	padding: 0 50px 56px;
}
#hero-logo {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 550px;/*- Size will be controlled by different image source */
	height: 110px;
}
.hero-header {		/* Hero Text */
	width: 90%;
	margin: 0 auto;
}
.hero-headline-wrapper {
	display: block;
	margin: 0 auto;
	padding: 0 36px 0;
	box-sizing: border-box;

	/*background-color: #00b145;*/
}
.hero-headline {
	margin: 0 auto;
	padding: 0;
	font-size: 72px;
	font-weight: 500;
	line-height: 1.07143;
	letter-spacing: -2px;
}
.hero-copyblock {
	margin: 50px 0 0;
}
.hero-copy-wrapper {
	padding: 0 55px 0;
}
.hero-copy {
	margin: 45px auto 0;
	padding: 0;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.16667;
}



/* --- ABOUT --- ----------------------------------- */
.about-image-container {
	background-color: #000;
	z-index: -1;
}
.about-image-wrapper {
	display: block;
	width: 1920px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: calc(-1920px/2);
}
.about-section {
	margin-top: -560px;
}
.about-stats-container {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.about-copyblock {
	flex-basis: 60%;
	margin: 0;
	padding: 0;
}
.about-copyblock p+p {
	margin-top: 20px;
}
.headline-eyebrow {
	font-size: 24px;
}
.headline {
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.05em;
}
.headline-about {
	padding: 0 135px 0 0;
}
.about-body-copy {
	padding-right: 50px;
}
.body-copy-item {
	font-size: 18px;
}
.stats-container { /* General STATS container */
	flex-basis: 40%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	row-gap: 0px;
	padding: 0 95px 0 105px;
	box-sizing: border-box;

	/*background-color: #288ede;*/
}
.stat-content {
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	padding: 10px 0 35px;
}
.stat-icon {
	display: flex;
	position: relative;
	box-sizing: border-box;
	justify-content: right;
}
.stat-icon-globe {
	display: block;
	flex-basis: 65%;
}


.stat-divider { /* Just add divider line */
	border-bottom: 1px solid white;
}
.stat-number {
	flex-basis: 100%;
	box-sizing: border-box;

	color: white;
	font-size: 64px;
	font-weight: 500;
	text-align: right;
}
.stat-caption {
	flex-basis: 100%;
	padding-top: 18px;
	box-sizing: border-box;

	color: white;
	font-size: 24px;
	font-weight: 400;
	text-align: right;

}





/* --- TEAM --- ----------------------------------- */
#team {

}

.team-section {
	position: relative;
	height: auto;
	padding: 150px 0 0;
	overflow: hidden;
}


.team-portrait {
	display: flex;
	left: 0;
	top: 0;
}
.team-image-container {
	border-radius: 5px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.team-image-wrapper {
	display: block;
	width: 1200px;
	height: 1200px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: calc(-1200px/2);
	margin-top: -178px;
}
.portrait-copy-container {
	position: relative;
	margin: 0 0 -380px;
	padding: 0;
	z-index: 1;
}
.team-body-copy {
	padding-right: 30px;
}


/* --- SOLUTIONS --- ------------------------------ */
.solutions-section {
	padding: 100px 0 150px;
}
.section-intro {
	font-size: 20px;
}
.solution-items {
	display: flex;
	flex-direction: column;
	row-gap: 72px;
	margin: 0 60px;
}
.solutions-item {
	display: flex;
	flex-wrap: wrap;
}
.solutions-icon {
	flex-basis: 25%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}

.solutions-item-copyblock {
	flex-basis: 75%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.item-body-copy {
	font-size: 21px;
	line-height: 1.3em;
}
.solutions-subhead {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1em;
}



/* --- CLIENTS & PARTNERS --- --------------------- */
.clients-section {
	padding-bottom: 120px;
}

.clients-grid-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

	/*background-color: #00b145;*/

}
.client-logo-item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	padding: 35px 40px;
	flex-basis: 33.33%;
	align-content: center;
	box-sizing: border-box;

	/*border: 1px solid #dfff0d;*/
}
/*-------------------------------------------------*/



/* --- CONTACT --- */
.contact-section {
	padding-bottom: 120px;
}
.contact-link-item {
	display: flex;
	margin-bottom: 20px;
}
.contact-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 0 25px -6px 0;
	background-position: center;
}
.contact-button {
	display: flex;
	text-decoration: none;
}
.contact-link-name {
	font-size: 21px;
	color: white;

}
.contact-icon {
	background-repeat: no-repeat;
}
#mail-address {
	background-image: url("../images/elements/mail_at-white.gif");
	background-size: 100%;
}
#linkedin-account {
	background-image: url("../images/elements/linkedin_in-white.gif");
	background-size: 100%;
}
#x-account {
	background-image: url("../images/elements/x_x-white.gif");
	background-size: 100%;
}


/* DESKTOP - Queries */
@media only screen and (min-width: 1930px) {
	.about-image-wrapper {
		display: block;
		width: 2560px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: calc(-2560px / 2);
	}
}

/* ---- TABLET - Queries */
@media only screen and (max-width: 1068px) {
    /* --- GENERAL / iPad --- */
	.content-wrapper {
        width:728px;

		/*background-color: #50961c;*/
	}
	.headline {
		font-size: 48px;
	}


	/* --- HERO / iPad --- -----*/
	.hero-image-wrapper {
		width: 1388px;
		height: 488px;
		margin-left: calc(-1388px/2);
	}
	.hero-copyblock {
		margin-top: 20px;
	}
	#hero-logo {
		width: 70%;/*- Size will be controlled by different image source */
		height: auto;
	}
	.hero-headline {
		font-size: 48px;
	}
	.hero-copy {
		font-size: 28px;
	}

	/* --- ABOUT / iPad --- -----*/
	.about-image-wrapper {
		display: block;
		width: 1200px;
		height: auto;
		position: relative;
		left: 50%;
		margin-left: calc(-1200px / 2);
	}
	.about-section {
		margin-top: -320px;
	}

	.stats-container { /* General STATS container */
		flex-basis: 40%;
		flex-direction: column;
		justify-content: right;
		row-gap: 0px;
		padding: 0 55px 0 55px;
		box-sizing: border-box;

		/*background-color: #288ede;*/
	}
	.stat-content {
		display: flex;
		flex-direction: column;
		margin: 15px 0;
		padding: 10px 0 35px;
	}
	.stat-number {
		display: block;
		flex-basis: 100%;
		font-size: 56px;
	}
	.stat-caption {
		font-size: 22px;
	}
	.stat-icon-globe {
		display: block;
		flex-basis: 50%;
	}

	/* --- TEAM / iPad --- ---------------------*/
	.team-section {
		position: relative;
		height: auto;
		padding: 100px 0 100px;
		overflow: visible;
	}


	.team-body-copy {
		padding-right: 30px;
	}

	.team-portrait {
		display: flex;
		left: 0;
		top: 0;
	}
	.team-image-container {
		border-radius: 5px;
		width: 100%;
		max-width: 150%;
		margin: 0 auto;
	}
	.team-image-wrapper {
		width: 830px;
		height: auto;
		top: 0;
		left: 50%;
		margin-left: calc(-830px/2);
		margin-top: -25px;
	}
	.portrait-copy-container {
		 position: relative;
		 margin: 0 0 -360px;
		 padding: 0;
		 z-index: 1;
	 }


	/* --- SOLUTIONS / iPad --- -------*/
	.solutions-section {
		padding: 0 0 150px;
	}
	.solutions-icon {
		flex-basis: 25%;
		padding: 0;
		box-sizing: border-box;
	}
	.solutions-item-copyblock {
		flex-basis: 75%;
		box-sizing: border-box;
		padding: 0 0 0 56px;
	}
	h2.solutions-subheader {
		margin-top: 0;
		padding: 0;
	}
	.item-body-copy {
		font-size: 18px;
	}

	/* --- CLIENTS / iPad --- ---------*/
	.client-logo-item {
		margin: 0 auto;
		padding: 35px 40px;
		flex-basis: 33.33%;
		box-sizing: border-box;
	}
}



@media only screen and (max-width: 760px)  {
	/* GENERAL / iPhone */
	.content-wrapper {
        width: 87.5%;

		/*background-color: #773146;*/
    }
	.headline-eyebrow {
		font-size: 18px;
	}
	.headline {
		font-size: 36px;
	}

	/* HERO / iPhone --- --------------*/
	.hero-section {
		padding-bottom: 120px;
	}
	.hero-image-wrapper {
		width: 980px;
		height: 345px;
		margin-left: calc(-980px/2);
		overflow: hidden;
	}
	#hero-logo {
		width: 85%;/*- Size will be controlled by different image source */
		height: auto;
	}
	.logo-wrapper {
		margin: 0 auto;
		padding: 0 0 50px;
	}


	.hero-headline-wrapper {
		padding: 0 18px 0;
	}
	.hero-headline {
		font-size: 38px;
	}
	.hero-copy-wrapper {
		padding: 0 0 0;
	}
	.hero-copy {
		font-size: 24px;
	}

	/* ABOUT / iPhone --- -------------*/
	.about-section {
		margin-top: -280px;
	}
	.about-image-wrapper {
		width: 970px;
		left: 50%;
		margin-left: calc(-970px / 2);
	}
	.about-copyblock {
		flex-basis: 100%;
	}
	.stats-container { /* General STATS container */
		flex-basis: 100%;
		flex-direction: column;
		row-gap: 0px;
		padding: 0 35px 0 35px;
		box-sizing: border-box;

		/*background-color: #288ede;*/
	}
	.stat-content {
		display: flex;
		flex-direction: row;
		margin: 25px 0;
		padding: 10px 0 45px;
	}
	.stat-number {
		display: block;
		flex-basis: 50%;
		font-size: 52px;
		text-align: right;
		padding-right: 15px;
	}
	.stat-caption {
		padding: 10px 0 0 15px;
		flex-basis: 50%;
		font-size: 22px;
		text-align: left;
	}
	.stat-icon {
		display: flex;
		flex-basis: 50%;
		position: relative;
		padding: 0 15px 0 0;
		box-sizing: border-box;
		justify-content: right;

	}
	.stat-icon-globe {
		display: block;
		flex-basis: 65%;
	}
	/* --- TEAM / iPhone --- ----------*/

	.team-image-container {
		border-radius: 5px;
		width: 100%;
		max-width: 150%;
		margin: 385px auto 0;
	}
	.team-image-wrapper {
		width: 115%;
		height: auto;
		top: 0;
		left: 50%;
		margin-left: calc(-115% / 2);
		margin-top: 68px;
	}
	.team-portrait {
		display: flex;
		left: 0;
		top: 0;
		margin-top: -55%;
	}

	/* --- SOLUTIONS / iPhone ---------*/
	.solution-items {
		display: flex;
		flex-direction: column;
		row-gap: 72px;
		margin: 0 30px;
	}
	.solutions-icon {
		flex-basis: 100%;
		margin-bottom: 25px;
		padding-right: 65%;
		box-sizing: border-box;
	}
	.solutions-item-copyblock {
		flex-basis: 100%;
		box-sizing: border-box;
		padding: 0;
	}


	/* --- CLIENTS / iPhone -----------*/
	.client-logo-item {
		padding: 35px 25px;
		flex-basis: 50%;

		/*border: 1px solid #dfff0d;*/
	}
}

/* --- PHONE Default --- -----------------------------*/
@media only screen and (max-width: 430px)  {


}




/*--- EXTRAS ---*/