.process-container {
	margin-top: 30px;
	margin-bottom: 90px;
}

.process-cotainer audio {
	display: none;
}

.process-container > h2 {
	text-align: center;
	font-weight: 600;
}

.process-group {
	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: ;
	display: grid;
	grid-template-columns: repeat(4, calc((100% - 52px)/4));
	grid-column-gap: 14px;
	width: 1158px;
	margin: 0 auto;
	/*background-image: url('/template.jpg');*/
	background-repeat: no-repeat;
	background-position: 0px 14px;
}

.process-group > div:nth-child(1) {
	-ms-grid-column: 1;	
	-ms-grid-row: 1;
}

.process-group > div:nth-child(2) {
	-ms-grid-column: 1;	
	-ms-grid-row: 2;
}

.process-group > div:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;	
}

.process-group > div:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;	
}

.process-group > div:nth-child(5) {
	-ms-grid-column: 2;	
	-ms-grid-row: 2;
}

.process-group > div:nth-child(6) {
	-ms-grid-column: 2;	
	-ms-grid-row: 3;
}

.process-group > div:nth-child(7) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;	
}

.process-group > div:nth-child(8) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;	
}

.process-group > div:nth-child(9) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;	
}

.process-group > div:nth-child(10) {
	-ms-grid-column: 4;
	-ms-grid-row: 1;	
}

.process-group > div:nth-child(11) {
	-ms-grid-column: 4;
	-ms-grid-row: 2;	
}

.process-group > div:nth-child(12) {
	-ms-grid-column: 4;
	-ms-grid-row: 3;	
}

.process-group > div {
	box-sizing: border-box;
	width: 280px;
}

.process-group > div:nth-child(3n + 1) {
	grid-row-start: 1;
}

.process-group > div:nth-child(3n + 2) {
	grid-row-start: 2;
}

.process-group > div:nth-child(3n + 3) {
	grid-row-start: 3;
}


.process-group h1, .process-group h2,
.process-group h3, .process-group h4,
.process-group h5 {
	margin: 0;
}

.process-group h2 {
	font-weight: 700;
	font-size: 18px !important;
	letter-spacing: 0.25px;
}

.process-group h4 {
	font-weight: 600;
	font-size: 14px !important;
}

.process-group p {
	font-weight: 400;
	font-size: 14px;
}

.process-content {
	max-height: 0px;
	-webkit-transition: max-height 0.4s ease-out !important;
	-moz-transition: max-height 0.4s ease-out !important;
	-o-transition: max-height 0.4s ease-out !important;
	transition: max-height 0.4s ease-out !important;
	overflow: hidden;
}

.process-content.open {
}

.process-content > div {
	display: grid;
	grid-template-columns: 15px auto;
	grid-column-gap: 5px;
}

.process-content > div {
}

.process-header {
	text-align: center;
	padding-bottom: 14px;
	padding-left: 12px;
	padding-right: 12px;
}

.process-header h2, .process-header h4 {
	margin-bottom: 8px;
}

.process-header p {
	background-color: transparent;
	line-height: 1.3em;
}

.process-header > *:last-child {
	margin-bottom: 0px;
}

.process-timeline {
	position: relative;
	border-right: 1pt black dashed;
}

.process-timeline > div {
	position: absolute;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin:    0 0;
	-ms-transform-origin:     0 0;
	-o-transform-origin:      0 0;
	top: 0;
	left: -5px;
	transform: rotate(-90deg) translateX(-100%);
	width:auto;
	white-space: nowrap;
	font-size: 11px;
}

.process-items {
	background-color: #f3f3f3;
	font-size: 14px;
}

.entry-content .process-items ul {
	background-color: transparent;
}

.process-items h5 {
	display: block;
	background-color: #e7e7e8;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 14px;
}

.process-items ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 14px;
}

.process-items li {
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0 0 8px 12px;
	line-height: 1.5em;
}

.process-items li:before {
	content: '\2022';
	position: absolute;
	top: 0px;
	left: -12px;
	font-size: 10px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.process-items li.item-lock {
	display: block;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin-left:-14px;
	padding: 2px 14px 2px 26px;
	width: calc(100% + 40px);
	background-color: #d7df23;
	color: #333333;
	list-style-type: none;
	font-weight: 600;
	font-size: 10px;
}

.process-items li.item-lock:before {
	content: '';
}

.processicon {
	width: 143px;
	margin: 0 auto;
}

.item-lock-icon {
	position: absolute;
	width: 7px;
	height: 9px;
	top: 4px;
	left: 15px;
	width: 7px;
	height: 9px;
	background-image: url('lock.svg');
	background-size: 7px 9px;
}

.process-columns-reveals {
	margin-bottom: 8px;
}

.process-reveal {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 29px;
	background-color: #d8e028;
	border: 4px solid #d8e028;
}

.process-reveal svg {
	width: 10px !important;
	height: 7px !important;
	transition: transform .4s ease;
}

.process-reveal .st0 {
	transition: fill .4s ease;
	fill: white;
}

.process-reveal.over .st0 {
	fill: #d8e028;
}

.process-reveal.open {
	background-color: white !important;
	border: 4px solid transparent !important;
}

.process-reveal.open svg {
	transform: rotate(180deg);
}

.process-reveal.open .st0 {
	fill: #d8e028 !important;
}

.process-items > ul:last-child {
	padding-bottom: 15px;
}

.process-items > ul:last-child > li:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 1180px) {
	.process-group {
		display: grid;
		grid-template-columns: repeat(2, calc((100% - 14px)/2));
		grid-column-gap: 14px;
		grid-row-gap: 24px;
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}

	.process-group > div {
		box-sizing: border-box;
		width: 100%;
	}

	.process-group > div:nth-child(1), 
	.process-group > div:nth-child(4) {
		grid-row-start: 1;
	}

	.process-group > div:nth-child(2), 
	.process-group > div:nth-child(5) {
		grid-row-start: 2;
	}

	.process-group > div:nth-child(3), 
	.process-group > div:nth-child(6) {
		grid-row-start: 3;
	}

	.process-group > div:nth-child(7), 
	.process-group > div:nth-child(10) {
		grid-row-start: 4;
	}

	.process-group > div:nth-child(8), 
	.process-group > div:nth-child(11) {
		grid-row-start: 5;
	}

	.process-group > div:nth-child(9), 
	.process-group > div:nth-child(12) {
		grid-row-start: 6;
	}
}

@media all and (max-width: 640px) {
	.process-group {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}

	.process-group > div:nth-child(3n)
	{
		margin-bottom: 24px;
	}

}

.processicon {
	cursor: pointer;
}

.processicon svg {
	pointer-events: none;
}