h1 {
	padding: 3rem 0 1.5rem;
	margin: 0;
	font-size: 36px;
	line-height: 1.0;
	text-align: left;
	border-bottom: 1px solid #dbd8d8;
}
	article.PagesContents h1 {
		padding: 2.5rem 0;
		border-radius: 5px;
	}
	h1.readmore {
		padding: 1rem 0;
		border: none;
	}
	h1.noborder {
		border: none;
	}
	h1 span {
		display: block;
		font-size: 15px;
		padding-top: 0.5rem;
		font-weight: 500;
	}

div.h1-wrapper {
	text-transform: uppercase;
	position: relative;
	margin: 20px 0;
}
	div.h1-wrapper .h1-pre {
		font-weight: 300;
		font-size: 24px;
		line-height: 1.3;
		width: 100%;
	}
	div.h1-wrapper h1 {
		font-size: 60px;
		font-weight: bold;
		line-height: 0.9;
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
	}
		div.h1-wrapper h1 span {
			font-weight: 200;
		}
	div.h1-wrapper .h1-post {
		font-weight: 300;
		font-size: 24px;
		line-height: 1.3;
		width: 100%;
	}
	div.h1-wrapper .spacer {
		height: 3px;
		width: 40px;
		margin-top: 20px;
		margin-left: 3px;
		background: #333333;
	}


div.h2-wrapper {
	text-transform: uppercase;
	color: #FFF;
	position: relative;
}
	div.h2-wrapper .h2-pre {
		font-weight: 300;
		font-size: 24px;
		line-height: 1.3;
		width: 100%;
	}
	div.h2-wrapper h2 {
		font-size: 60px;
		font-weight: bold;
		line-height: 0.9;
		width: 100%;
		padding: 0;
		margin: 0;
	}
		div.h2-wrapper h2 span {
			font-weight: 200;
		}
	div.h2-wrapper .h2-post {
		font-weight: 300;
		font-size: 24px;
		line-height: 1.3;
		width: 100%;
	}
	div.h2-wrapper .spacer {
		height: 3px;
		width: 20px;
		margin-top: 20px;
		margin-left: 3px;
		background: #FFF;
	}
	div.h2-wrapper .spacer.assemblage {
		margin-left: 11px;
		margin-bottom: 13px;
	}
	div.h2-wrapper .logo-title {
		width: 100%;
		text-align: left;
	}
	div.h2-wrapper .logo-title.isar {
		position: absolute;
		top: 0px;
		right: 0px;
		width: unset;
	}

div.h2-wrapper.alt {
	color: #000;
}
	div.h2-wrapper.alt .spacer {
		background: #000;
	}

h3 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
h4 {
	padding: 0.9rem 0 0.5rem;
	margin: 0;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 500;
	text-align: left;
}



/* STEP TITRES */
.step-title {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 25px;
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
	flex-direction: column-reverse;
}
	.step-border {
		width: 1px;
		height: 260px;
		background: #FFF;
		margin: 25px auto 5px;
	}
	.step-label {
		width: 25px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		color: #FFF;
		font-size: 14px;
		margin: 0 auto;
		line-height: 25px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	.step-title.alt .step-border {
		background: #242424;
	}
	.step-title.alt .step-label {
		color: #242424;
	}	