/* PWC - DATA TOOLS */

.project-pwc-data-tools .article-head-bg {
	background: #AB9C8E;
}

.pwc-header {
	font-family: 'georgia-bold-italic';
	font-size: 60px;
}

@media only screen and (max-width: 1240px) {

	.pwc-header {
		font-size: 48px;
	}

}

@media only screen and (max-width: 800px) {

	.pwc-header {
		font-size: 40px;
	}

}

.compliance {
	margin-top: 50px;
}

@media only screen and (max-width: 1480px) {

	.compliance {
		margin-top: 20px;
	}

}

.wrapper-compliance {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 960px) {

	.wrapper-compliance {
		flex-direction: column-reverse;
	}

}

.compliance-screens {
	width: 60%;
	position: relative;
}

@media only screen and (max-width: 1480px) {

	.compliance-screens {
		width: 57%;
	}

}

@media only screen and (max-width: 1080px) {

	.compliance-screens {
		width: 55%;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-screens {
		width: 90%;
		margin: 0 auto;
	}

}

.compliance-screen-1 {
	width: 462px;
	position: absolute;
	left: 0;
	top: 8%;
	filter: drop-shadow(0 4px 16px rgba(0,0,0,0.15));
}

@media only screen and (max-width: 1480px) {

	.compliance-screen-1 {
		width: 400px;
	}

}

@media only screen and (max-width: 1240px) {

	.compliance-screen-1 {
		width: 360px;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-screen-1 {
		position: relative;
		width: 48%;
		filter: drop-shadow(0 5px 20px rgba(0,0,0,0.1));
	}

}

@media only screen and (max-width: 600px) {

	.compliance-screen-1 {
		position: relative;
		width: 300px;
	}

}

@media only screen and (max-width: 480px) {

	.compliance-screen-1 {
		display: none;
	}

}

.compliance-screen-2 {
	width: 462px;
	position: absolute;
	right: 0;
	z-index: 2;
	filter: drop-shadow(0 10px 30px rgba(0,0,0,0.15));
}

@media only screen and (max-width: 1480px) {

	.compliance-screen-2 {
		width: 400px;
	}

}

@media only screen and (max-width: 1240px) {

	.compliance-screen-2 {
		width: 360px;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-screen-2 {
		width: 48%;
		filter: drop-shadow(0 5px 20px rgba(0,0,0,0.1));
	}

}

@media only screen and (max-width: 600px) {

	.compliance-screen-2 {
		width: 300px;
	}

}

@media only screen and (max-width: 480px) {

	.compliance-screen-2 {
		display: none;
	}

}

.compliance-screen-combo {
	display: none;
}

@media only screen and (max-width: 480px) {

	.compliance-screen-combo {
		display: initial;
		filter: drop-shadow(0 5px 20px rgba(0,0,0,0.1));
	}

}

.compliance-info {
	width: 37%;
	position: relative;
	box-sizing: border-box;
	padding: 170px 0 140px 80px;
}

@media only screen and (max-width: 1480px) {

	.compliance-info {
		width: 41%;
		padding: 100px 0 100px 50px;
	}

}

@media only screen and (max-width: 1240px) {

	.compliance-info {
		padding-top: 110px;
	}

}

@media only screen and (max-width: 1080px) {

	.compliance-info {
		width: 42%;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-info {
		width: 100%;
		padding: 0 0 10px;
	}

}

.compliance-info-pointer {
	position: absolute;
	top: 280px;
	left: 0;
	width: 85px;
	height: 3px;
	background-color: #EB8C00;
}

@media only screen and (max-width: 1480px) {

	.compliance-info-pointer {
		top: 210px;
		width: 55px;
	}

}

@media only screen and (max-width: 1240px) {

	.compliance-info-pointer {
		top: 196px;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-info-pointer {
		display: none;
	}

}

.compliance-info-pointer:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #EB8C00;
}

.compliance-info-header {
	color: #EB8C00;
	line-height: 1.2em;
}

@media only screen and (max-width: 960px) {

	.compliance-info-header {
		text-align: center;
	}

	.compliance-info-header br {
		display: none;
	}

}

.compliance-the {
	font-size: 30px;
	line-height: 1em;
}

@media only screen and (max-width: 960px) {

	.compliance-the {
		display: none;
	}

}

.compliance-info-text {
	margin: 25px 0 65px;
}

@media only screen and (max-width: 1240px) {

	.compliance-info-text {
		margin: 20px 0 50px;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-info-text {
		text-align: center;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-facts {
		display: none;
	}

}

.compliance-steps {
	padding: 80px 0;
}

@media only screen and (max-width: 960px) {

	.compliance-steps {
		margin-top: 100px;
	}

}

.compliance-steps-header {
	font-family: 'helvetica-light';
    font-size: 48px;
    text-align: center;
    color: #222222;
}

.wrapper-compliance-steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	width: 72%;
}

@media only screen and (max-width: 800px) {

	.wrapper-compliance-steps {
		flex-direction: column;
		margin-top: 50px;
		width: 86%;
	}

}

.compliance-step {
	width: 26%;
	text-align: center;
}

@media only screen and (max-width: 800px) {

	.compliance-step {
		width: 82%;
		margin: 30px auto;
		display: flex;
	}

	.compliance-step:nth-of-type(2) {
		justify-content: flex-end;
	}

}

@media only screen and (max-width: 600px) {

	.compliance-step {
		flex-direction: column;
	}

}

.compliance-step img {
	width: 88%;
}

@media only screen and (max-width: 800px) {

	.compliance-step img {
		width: 140px;
		height: 140px;
		margin-right: 30px;
	}

}

@media only screen and (max-width: 600px) {

	.compliance-step img {
		display: none;
	}

}

.compliance-step-header {
	font-family: 'helvetica-regular';
	font-size: 24px;
	margin: 26px 0 13px;
}

@media only screen and (max-width: 800px) {

	.compliance-step-header {
		text-align: left;
		margin: 40px 0 13px;
	}

}

@media only screen and (max-width: 600px) {

	.compliance-step-header {
		text-align: center;
		margin-top: 0;
	}

}

.compliance-step-header br {
	display: none;
}

@media only screen and (max-width: 1480px) {

	.compliance-step-header br {
		display: initial;
	}

}

@media only screen and (max-width: 800px) {

	.compliance-step-header br {
		display: none;
	}

}

.compliance-step-text {
	font-family: 'helvetica-medium';
	font-size: 14px;
	text-transform: uppercase;
	color: #AAA;
}

@media only screen and (max-width: 960px) {

	.compliance-step-text {
		font-size: 12px;
	}

}

@media only screen and (max-width: 800px) {

	.compliance-step-text {
		text-align: left;
	}

}

@media only screen and (max-width: 600px) {

	.compliance-step-text {
		text-align: center;
	}

}

.compliance-step-arrow {
	width: 4%;
	position: relative;
	top: -45px;
}

@media only screen and (max-width: 1480px) {

	.compliance-step-arrow {
		top: -68px;
	}

}

@media only screen and (max-width: 960px) {

	.compliance-step-arrow {
		top: -62px;
	}

}

@media only screen and (max-width: 800px) {

	.compliance-step-arrow {
		display: none;
	}

}

@media only screen and (max-width: 600px) {

	.compliance-step-arrow {
		display: initial;
		transform: rotate(90deg);
		top: 0;
		width: 8%;
	}

}

.finnapp {
	margin-top: 140px;
}

@media only screen and (max-width: 800px) {

	.finnapp {
		margin-top: 100px;
	}

}

.wrapper-finnapp-info {
	position: relative;
}

.finnapp-info-pointer {
	position: absolute;
	z-index: 2;
	left: calc(18% + 265px);
	top: 41px;
	width: 640px;
	height: 265px;
	border-top: 3px solid #EB8C00;
	border-right: 3px solid #EB8C00;
}

@media only screen and (max-width: 1480px) {

	.finnapp-info-pointer {
		left: calc(9% + 265px);
		width: 55%;
	}

}

@media only screen and (max-width: 1240px) {

	.finnapp-info-pointer {
		left: calc(9% + 210px);
		top: 33px;
		width: 57%;
		height: 257px;
	}

}

@media only screen and (max-width: 960px) {

	.finnapp-info-pointer {
		display: none;
	}

}

.finnapp-info-pointer:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #EB8C00;
}

.finnapp-info-header {
	color: #EB8C00;
	line-height: 1.2em;
	margin-left: 18%;
}

@media only screen and (max-width: 1480px) {

	.finnapp-info-header {
		margin-left: 9%;
	}

}

@media only screen and (max-width: 960px) {

	.finnapp-info-header {
		margin: 0;
		text-align: center;
	}

}

.finnapp-info-text {
	max-width: 580px;
	margin: 25px 0 45px 25%;
}

@media only screen and (max-width: 1480px) {

	.finnapp-info-text {
		margin-left: 15%;
	}

}

@media only screen and (max-width: 960px) {

	.finnapp-info-text {
		max-width: none;
		margin: 25px 0 60px;
		text-align: center;
	}

}

.finnapp-presentation {
	position: relative;
	background-image: linear-gradient(to right, #141414 , #404040);
}

.finnapp-presentation-bg {
	position: absolute;
	width: 100%;
	height: 40%;
	background: url('/projects/pwc-data-tools/bg-hex.png') center top repeat-x;
	background-size: contain;
}

.wrapper-finnapp-presentation {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 960px) {

	.wrapper-finnapp-presentation {
		padding-bottom: 30px;
	}

}

.finnapp-team {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 180px;
	width: 400px;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

@media only screen and (max-width: 1480px) {

	.finnapp-team {
		top: 130px;
		width: 320px;
	}

}

@media only screen and (max-width: 1240px) {

	.finnapp-team {
		top: 210px;
	}

}

@media only screen and (max-width: 960px) {

	.finnapp-team {
		bottom: 0;
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}

}

.finnapp-team-desc {
	background-color: #DB536A;
	color: white;
	box-sizing: border-box;
	padding: 40px 30px;
}

@media only screen and (max-width: 960px) {

	.finnapp-team-desc {
		width: 50%;
		margin: 0 auto 50px;
	}

}

@media only screen and (max-width: 800px) {

	.finnapp-team-desc {
		display: none;
	}

}

.finnapp-team-header {
	font-family: 'georgia-bold-italic';
	font-size: 36px;
}

.finnapp-separator {
	width: 60px;
	height: 5px;
	background-color: white;
	margin: 22px 0 30px;
}

@media only screen and (max-width: 960px) {

	.finnapp-team img {
		display: none;
	}

}

.finnapp-screen {
	width: 840px;
	position: relative;
	right: -42px;
	padding: 45px 0 0;
}

@media only screen and (max-width: 1480px) {

	.finnapp-screen {
		width: 760px;
	}

}

@media only screen and (max-width: 1240px) {

	.finnapp-screen {
		width: 900px;
	}

}

@media only screen and (max-width: 960px) {

	.finnapp-screen {
		width: 100%;
		right: 0;
	}

}

.riskbrain {
	margin-top: 180px;
}

@media only screen and (max-width: 1240px) {

	.riskbrain {
		margin-top: 140px;
	}

}

@media only screen and (max-width: 960px) {

	.riskbrain {
		margin-top: 100px;
	}

}

.riskbrain-description {
	text-align: center;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.riskbrain-info-header {
	color: #602320;
	line-height: 1.2em;
}

.riskbrain-info-text {
	margin: 25px 0 45px;
}

.riskbrain-presentation {
	max-width: 1036px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {

	.riskbrain-presentation {
		width: 88%;
	}

}

@media only screen and (max-width: 960px) {

	.riskbrain-presentation {
		width: 92%;
	}

}

.data-tools {
	margin-top: 140px;
}

@media only screen and (max-width: 960px) {

	.data-tools {
		margin-top: 120px;
	}

}

.dt-webpage .element-caption {
	margin-bottom: 12px;
}

.dt-screen {
	filter: drop-shadow(0 4px 16px rgba(0,0,0,0.15));
}

.wrapper-dt {
	box-sizing: border-box;
	padding: 150px 80px 0;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1480px) {

	.wrapper-dt {
		padding: 150px 40px 0;
	}

}

@media only screen and (max-width: 960px) {

	.wrapper-dt {
		flex-direction: column;
		padding: 100px 0 0;
	}

}

.dt-description {
	box-sizing: border-box;
	padding-right: 7%;
	width: 50%;
}

@media only screen and (max-width: 1480px) {

	.dt-description {
		padding-right: 3%;
	}

}

@media only screen and (max-width: 1080px) {

	.dt-description {
		padding-right: 0;
	}

}

@media only screen and (max-width: 960px) {

	.dt-description {
		width: 100%;
		padding: 0 0 60px;
		text-align: center;
	}

}

.dt-info-header {
	line-height: 1.2em;
}

@media only screen and (max-width: 1300px) {

	.dt-info-header {
		font-size: 48px;
	}

}

@media only screen and (max-width: 800px) {

	.dt-info-header {
		font-size: 40px;
	}

}

.dt-info-header br {
	display: none;
}

@media only screen and (max-width: 480px) {

	.dt-info-header br {
		display: initial;
	}

}

.dt-info-subheader {
	font-family: 'georgia-bold-italic';
	font-size: 30px;
	line-height: 1.8em;
}

@media only screen and (max-width: 800px) {

	.dt-info-subheader {
		font-size: 22px;
	}

}

@media only screen and (max-width: 480px) {

	.dt-info-subheader {
		padding: 15px 5px;
	}

}

.dt-info-text {
	margin-top: 35px;
}

@media only screen and (max-width: 1080px) {

	.dt-info-text {
		margin: 20px 0;
	}

}

@media only screen and (max-width: 1240px) {

	.dt-info-text-x {
		display: none;
	}

}

.dt-scientists {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 1480px) {

	.dt-scientists {
		padding-left: 3%;
	}

}

@media only screen and (max-width: 1080px) {

	.dt-scientists {
		padding-left: 5%;
	}

}

@media only screen and (max-width: 960px) {

	.dt-scientists {
		width: 100%;
		padding: 0 60px;
	}

}

@media only screen and (max-width: 600px) {

	.dt-scientists {
		padding: 0;
	}

}

.dt-apps-bg-1 {
	height: 200px;
}

.dt-apps-bg-2 {
	margin-top: 20px;
	height: 90px;
}

.dt-apps-bg-3 {
	margin-top: 90px;
	height: 20px;
}

@media only screen and (max-width: 1480px) {

	.dt-apps-bg-1 {
		height: 14vw;
	}

	.dt-apps-bg-2 {
		margin-top: 1vw;
		height: 5vw;
	}

	.dt-apps-bg-3 {
		margin-top: 5vw;
		height: 1vw;
	}

}

@media only screen and (max-width: 1080px) {

	.dt-apps-bg-1 {
		height: 21vw;
	}

	.dt-apps-bg-2 {
		margin-top: 1vw;
		height: 7vw;
	}

	.dt-apps-bg-3 {
		margin-top: 7vw;
		height: 1vw;
	}

}

@media only screen and (max-width: 600px) {

	.dt-apps-bg-1 {
		height: 30vw;
	}

	.dt-apps-bg-2 {
		margin-top: 2vw;
		height: 10vw;
	}

	.dt-apps-bg-3 {
		margin-top: 10vw;
		height: 2vw;
	}

}

.dt-apps-inner {
	position: relative;
}

.dt-apps-all {
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0;
	padding: 0 15%;
	box-sizing: border-box;
}

@media only screen and (max-width: 1480px) {

	.dt-apps-all {
		padding: 0 12%;
	}

}

@media only screen and (max-width: 1080px) {

	.dt-apps-all {
		padding: 0;
	}

}

@media only screen and (max-width: 600px) {

	.dt-apps-all {
		padding: 0 5%;
	}

}

.dt-app {
	width: 244px;
}

@media only screen and (max-width: 1480px) {

	.dt-app {
		width: 26%;
	}

}

@media only screen and (max-width: 600px) {

	.dt-app {
		width: 47%;
	}

}

.dt-app img {
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

.dt-app-2 {
	margin-top: 90px;
}

@media only screen and (max-width: 600px) {

	.dt-app-2 {
		display: none;
	}

}

.dt-apps-more {
	margin-top: 400px;
	height: 600px;
	background: #EB8C00 url(/projects/pwc-data-tools/bg-apps-2.png) no-repeat;
	background-position: right center;
	background-size: auto 100%;
	display: flex;
}

@media only screen and (max-width: 1480px) {

	.dt-apps-more {
		margin-top: calc(20vw + 120px);
		background-position: left center;
	}

}

@media only screen and (max-width: 1080px) {

	.dt-apps-more {
		margin-top: calc(28vw + 120px);
		background-position: -140px center;
	}

}

@media only screen and (max-width: 960px) {

	.dt-apps-more {
		height: 520px;
	}

}

@media only screen and (max-width: 800px) {

	.dt-apps-more {
		margin-top: calc(20vw + 200px);
		height: calc(40vw + 180px);
		background-position: -80px center;
	}

}

@media only screen and (max-width: 600px) {

	.dt-apps-more {
		background-position: right center;
	}

}

.wrapper-dt-apps-more {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 600px) {

	.wrapper-dt-apps-more {
		justify-content: center;
	}

}

.dt-apps-more-text {
	color: white;
	font-size: 48px;
}

@media only screen and (max-width: 960px) {

	.dt-apps-more-text {
		font-size: 40px;
	}

}

@media only screen and (max-width: 480px) {

	.dt-apps-more-text {
		font-size: 28px;
	}

}

.dt-apps-more-text span {
	font-family: 'helvetica-medium';
}

.pwc-logo-inner {
	width: 420px;
	margin: 150px auto 50px;
}

@media only screen and (max-width: 800px) {

	.pwc-logo-inner {
		width: 280px;
	}

}

@media only screen and (max-width: 480px) {

	.pwc-logo-inner {
		width: 60%;
	}

}

