.our-process .main-hero {
	background-image: url('../images/bg-our-process.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	min-height: 476px;
	color: #333;
	text-align: left;
}

.our-process .main-hero h1 {
	/*font-size: 60px;*/
	/*font-size: 4.5em;*/
	font-family: 'ralewaythin';
	margin-top: 110px;
}

.our-process .main-hero h1 b {
    font-family: 'ralewaymedium';
}

.our-process .contact-us {
	margin-top: 10px;
}

.our-process .main-hero hr {
	display: inline-block;
	width: 30%;
	margin-left: 0;
}

.our-process .darkpink-banner p {
	font-family: 'ralewaymedium'
}

.step-1 h2, .step-2 h2, .step-3 h2, .step-4 h2, .step-5 h2, .step-6 h2 {
	font-family: 'raleway';
	/*font-size: 38px;*/
	font-size: 2.175em;
	line-height: 50px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 0;
	display: table-row;
}

.step-1 span:before, .step-2 span:before, .step-3 span:before, 
.step-4 span:before, .step-5 span:before, .step-6 span:before {
	border-radius: 50%;
	border: 2px solid #237ec2;
	width: 50px;
	height: 38px;
	line-height: 38px;
	color: #237ec2;
	padding: 10px;
	margin-right: 15px;
	font-family: "raleway";
	font-size: 32px;
	float: left;
	display: inline-table;
}

.step-1 span:before {
	content: '01';
}

.step-1 span:before {
	content: '01';
}

.step-2 span:before {
	content: '02';
}

.step-3 span:before {
	content: '03';
}

.step-4 span:before {
	content: '04';
}

.step-5 span:before {
	content: '05';
}

.step-6 span:before {
	content: '06';
}

.step-1 p, .step-2 p, .step-3 p, .step-4 p, .step-5 p, .step-6 p {
	font-family: 'raleway';
	/*font-size: 18px;*/
	font-size: 1.2672em;
	line-height: 1.45;
	margin-top: 30px;
}

.step-1 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.step-6 {
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #f4f4f3;
	position: relative;
	min-height: 395px;
}

.step-2 {
	background-image: url('../images/bg-step-2.jpg');
	padding-top: 60px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
	min-height: 395px;
}

.step-3 {
	padding-top: 50px;
	padding-bottom: 60px;
}

.step-4 {
	background-image: url('../images/bg-step-4.jpg');
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f4f4f3;
	position: relative;
	min-height: 395px;
}

.step-5 {
	padding-top: 30px;
	padding-bottom: 60px;
}

.step-5 a {
	color: #f68d4f;
	text-decoration: underline;
	font-weight: bold;
}

.step-6 {
	background-image: url('../images/bg-step-6.jpg');
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ffffff;
}

.step-4 .notch, .step-2 .notch, .step-6 .notch {
	position: absolute;
	top: 0;
	left: 10%;
}

.step-2 .notch-wrap, .step-4 .notch-wrap,.step-6 .notch-wrap {
	left: 0;
}

.step-2 .notch-down-trans:before {
  right: 76%;
  width: 100%;
}
.step-2 .notch-down-trans:after {
  left: 24%;
  width: 100%;
}

.step-4 .notch-down-trans:before {
  right: 76%;
  width: 100%;
}

.step-4 .notch-down-trans:after {
  left: 24%;
  width: 100%;
}

.step-6 .notch-down-trans:before {
  right: 76%;
  width: 100%;
}

.step-6 .notch-down-trans:after {
  left: 24%;
  width: 100%;
}

/* Wide Screen */
@media (min-width: 1230px) {
	.our-process .main-hero {
		background-position: 0 30%;
		background-size: cover;
	}
	.step-2 {
		background-position: -200px 0;
	}
    .step-4 {
	    background-position: top center;
    }
    .step-6 {
	    background-position: -100px 0;
    }
}


@media (min-width: 691px) {
	.step-2 {
		background-position: -200px 0;
		background-size: contain;
	}
}

@media (max-width: 690px) {
	.our-process .main-hero {
		min-height: 470px;
		background-size: cover;
	}
	.step-2 {
		background-size: cover;
		background-position: bottom right;
		padding-top: 60px;
		padding-bottom: 60px;
	}
    .step-4 {
	    background-position: bottom left;
	    background-size: cover;
	    padding-top: 60px;
	    padding-bottom: 60px;
    }
    .step-6 {
	    background-position: bottom right;
	    background-size: cover;
	    padding-top: 60px;
	    padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
	.step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
		padding-top: 20px;
	}
	.step-2 .notch-wrap, .step-4 .notch-wrap {
		bottom: -20px;
	}
	.step-2 span, .step-4 span {
		margin-top: 50px;
		margin-bottom: 10px;
	}
    /*.darkpink-banner h3, .banner h3 {*/
	    /*font-size: 51px;*/
    /*}*/

}