.helpContent
{
	margin-top: 50px;
	margin-bottom:50px;
	font-size:18px;
}

.help_type
{
	display: flex;
	text-align: center;
}
#scrollTo
{
	position: relative;
	top: 30px;
}

.help_panel
{
	display: inline-block;
	background: #fff;
	width: 306px;
	height: 295px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	font-family: "Helvetica", "Arial", sans-serif;
	position: relative;
	text-align: center;
	float: left;
}

.help_panel h2
{
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.help_panel p
{
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mid_panel_spacer
{
	margin: 0 26px 0 26px;
}

.help_type_container
{
	margin: 0 auto;
	width: 980px;
}

.icon_default
{
	height: 73px;
	width: 73px;
	margin: 0 auto;
	margin-top: 22px;
	margin-bottom: 10px;
}

.step_icon
{
	background: url('../images/step_help.svg') no-repeat;
}

.faq_icon
{
	background: url('../images/faq_help.svg') no-repeat;
}

.tutorial_icon
{
	background: url('../images/tutorial_help.svg') no-repeat;
}

.goButton
{
	background-color:#222a39;
	width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	margin: 0 auto;    
	position: relative;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	cursor: pointer;
}

.goButton a
{
    width:100%;
    color: #eae32d;
    line-height:2.5em;
    text-align: center;
    text-decoration:none;
    margin-top: 5px;
    position: relative;
    top: 8px;
}

.white
{
	background-color: #fff;
	padding-bottom: 20px;
}

.step_row 
{
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 100px;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.help_heading
{
	text-align: center;
	font-weight: normal;
	font-size: 34px;
	margin-bottom: 80px;
}

.step_row h2
{
	color: #adadad;
	font-size: 20px;
	font-weight: 700;
}

.step_row p
{
	font-size: 16px;
	font-family: "Helvetica", "Arial", sans-serif;
}

.step_row li
{
	font-size: 16px;
	line-height: 20px;
}

.step_row ul
{
	margin: -5px 0px;
}

.step_icon_default
{
	width: 49px;
	position: relative;
	top: 0px;
}

.icon_step_num_container
{
	width: 49px;
	height: 90px;
	text-align: center;
	position: absolute;
	float: left;
	margin-right: 10px;
}

.icon_step_num_container p
{
	font-size: 10px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.text_wrap_push 
{
	height: 100%;
}

.row_content
{
	margin-left: 60px;
}

.float_clear
{
	clear: both;
}

.question_answer_row
{
	border-bottom: solid 1px #23b4a6;
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-family: "Helvetica", "Arial", sans-serif;
}

.question:before
{
	content: 'Q';
	font-size: 38px;
	color: #23b4a6;
	float:left;
	clear: left;
	margin-right: 5px;
	margin-bottom: 15px;
	position: relative;
	top: -6px;
}

.answer:before
{
	content: 'A';
	font-size: 38px;
	color: #23b4a6;
	float:left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 70px;
}

.question, .answer
{
	margin-left: 20px;
	clear: both;
}
.question
{
	
}
.answer
{
	font-size: 16px;
}

.question
{
	margin-bottom: 20px;
}

.question_answers_container
{
	float: left;
	width: 540px;
	
}

.jargon_buster_container
{
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #a5b6b6;
	width: 360px;
	padding: 20px;
	font-family: "Helvetica", "Arial", sans-serif;
	margin-bottom: 50px;
}

.jargon_buster h1
{
	font-size: 24px;
	font-weight: normal;
}

.jargon_buster_content
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	color: #000;
	padding: 20px;
	margin-top: 30px;
}

.jargon_head
{
	font-size: 16px;
	font-weight: 700;
	color: #23b4a6;
	margin-bottom: 5px;
}

.jargon_head_black
{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 30px;
}

.jargon_buster_content h2, .jargon_buster_content h3
{
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}

.jargon_buster_content h2
{
	color: #23b4a6;
	font-size: 14px;
	font-weight: 700;
}
.jargon_buster_content h3
{
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 14px;
}

.faq
{
	min-height: 2640px;
	height: 100%;
}

#faq
{
	display: none;
}
.stepByStep
{
	/* display: none; */
}

.jargon_buster
{
	position: relative;
}

.jargonbuster_icon
{
	background: url('../images/Icon_JargonBuster.svg') #fff no-repeat;
	height: 58px;
	width: 58px;
	float: right;
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}