﻿.my-hr
{
	background: #696969;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.welcome
{
	margin-top: 30px;
}

.welcome p,
.welcome ul
{
	line-height: 1.3;
}

.welcome ul
{
	margin-top: 30px;
	border-left: 10px solid #e8ed00;
	padding: 5px 0 5px 40px;
}

@media (min-width: 768px)
{
	.welcome-content
	{
		margin: 0 auto;
		max-width: 90%;
	}
}


@media (max-width: 767px)
{
	.welcome ul
	{
		border-left: 5px solid #e8ed00;
		padding: 5px 0 5px 30px;
	}
}

.create-account
{
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
}

.bg-source,
.bg-source-bgimage,
.bg-source-overlay
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.create-account-content
{
	position: relative;
}

.account-type
{
	text-align: center;
	background: #54206d;
	padding: 20px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.account-type h3
{
	margin-bottom: 20px;
}

@media (min-width: 768px)
{
	.account-types
	{
		display: flex;
	}

	.account-type
	{
		height: 100%;
		margin-bottom: 0px;
	}
}


.process_box
{
	position: relative;
	padding: 0;
	margin-bottom: 80px;
	box-shadow: none;
}

.process_box:after
{
	border-color: transparent;
	border-top-color: #eee;
	border-width: 10px;
	margin-left: -10px;
	left: 10%;
}

.process_box:before
{
	border-color: transparent;
	border-top-color: #ccc;
	border-width: 13px;
	margin-left: -13px;
	left: 10%;
}

.process_box[data-align=right]:after,
.process_box[data-align=right]:before
{
	right: 10%;
	left: auto;
	margin-left: 0;
}

.process_box[data-align=right]:before
{
	margin-right: -13px;
}

.process_box[data-align=center]:after,
.process_box[data-align=center]:before
{
	left: 50%;
}

.process_box[data-align=center]:after
{
	border-top-color: #fff;
}

.process_box .number
{
	padding: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	text-align: center;
	float: left;
}

.process_box .number span
{
	font-size: 100px;
	font-weight: 900;
	color: #333;
	vertical-align: middle;
	position: relative;
	top: 50%;
	line-height: 1;
	display: block;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.process_box .content
{
	margin-left: 240px;
	padding: 25px 35px 20px 35px;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #929292;
	background-color: #fff
}

.process_box .stp_title
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}

.process_box[data-align=right] .number
{
	left: auto;
	right: 0;
	border-right: 0;
}

.process_box[data-align=right] .content
{
	margin-left: auto;
	margin-right: 240px;
	padding: 25px 35px 20px 35px;
	color: #929292;
	line-height: 30px;
	font-size: 14px;
}

.process_box
{
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media (min-width:768px)
{
	.process_box .number span
	{
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	.process_box[data-align=right] .content
	{
		text-align: right;
	}

	.process_box .content:before, .process_box .content:after
	{
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.process_box .content:before
	{
		position: absolute;
		content: '';
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #cd2122;
	}

	.process_box[data-align=left] .content:before
	{
		left: 240px;
	}

	.process_box[data-align=right] .content:before
	{
		right: 240px;
	}

	.process_box:hover .content:before
	{
		width: 5px;
	}

	.process_box .content:after
	{
		position: absolute;
		content: '';
		border: 14px solid;
		border-color: transparent;
		top: 50%;
		margin-top: -14px;
	}

	.process_box[data-align=left] .content:after
	{
		left: 242px;
		border-left-color: #cd2122;
	}

	.process_box[data-align=right] .content:after
	{
		right: 242px;
		border-right-color: #cd2122;
	}

	.process_box[data-align=left]:hover .content:after
	{
		left: 245px;
	}

	.process_box[data-align=right]:hover .content:after
	{
		right: 245px;
	}

	.process_box:after, .process_box .number:before, .process_box .number:after
	{
		background-color: #F1F1F1 !important;
	}

	.process_box:after
	{
		position: absolute;
		content: '';
		width: calc(100% - 234px);
		height: 6px;
		bottom: -43px;
	}

	.process_box[data-align=left]:after
	{
		left: 130px;
	}

	.process_box[data-align=right]:after
	{
		right: 114px;
	}

	.process_box .number:before, .process_box .number:after
	{
		position: absolute;
		content: '';
		width: 6px;
		height: 50px;
	}

	.process_box .number:before
	{
		top: -37px;
	}

	.process_box .number:after
	{
		bottom: -37px;
	}

	.process_box:first-child .number:before, .process_box.last .number:after, .process_box.last:after
	{
		content: none;
	}

	.process_box.last
	{
		margin-bottom: 0
	}
}

@media (max-width:767px)
{
	.process_box .number
	{
		position: relative;
		width: 100%;
	}

	.process_box .content
	{
		margin-left: 0;
	}

	.process_box[data-align="right"] .content
	{
		margin-right: 0;
	}
}

/* CUSTOM PROCESS BOX */

.process_box .content:before
{
	background-color: #783b96;
}

.process_box[data-align=left] .content:after
{
	border-left-color: #783b96;
}

.process_box[data-align=right] .content:after
{
	border-right-color: #783b96;
}

.process_box .stp_title
{
	font-size: 18px;
	border: none;
	padding: 0;
	display: block;
	margin: 10px 0;
	color: #fff;
}

.process_box p
{
	font-size: 16px;
	line-height: 1.3;
}

.process_box .content
{
	line-height: 1.3;
	background: none;
	color: #dedede;
}

.process_box[data-align=right] .content
{
	color: #dedede;
}

.process_box .number span
{
	color: #e8ed00;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width:768px)
{
	.process_box:after, .process_box .number:before, .process_box .number:after
	{
		background-color: #333 !important;
	}
}

@media (max-width:767px)
{
	.process_box p
	{
		font-size: 14px;
	}
}
