/************************************************************************************
*
* Reset
*
/************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 12px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2014 */
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../library/font/ProximaNova-Light.eot');
  src: url('../../library/font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../library/font/ProximaNova-Light.woff') format('woff'), /* Modern Browsers */
   url('../../library/font/ProximaNova-Light.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../../library/font/ProximaNova-Light.svg#da6ddaf3cf69afbba47bd74b5010b98d') format('svg');
  font-style: normal;
  font-weight: 200;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../library/font/ProximaNova-Reg.eot');
  src: url('../../library/font/ProximaNova-Reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../library/font/ProximaNova-Reg.woff') format('woff'), /* Modern Browsers */
   url('../../library/font/ProximaNova-Reg.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../../library/font/ProximaNova-Reg.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg');
  font-style: normal;
  font-weight: 400;/* IE9 Compat Modes */
  /* Legacy iOS */
}
font-face {
  font-family: 'Proxima Nova';
  src: url('../../library/font/ProximaNova-RegIt.eot');
  /* IE9 Compat Modes */

  src: url('../../library/font/ProximaNova-RegIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('../../library/font/ProximaNova-RegIt.woff') format('woff'), /* Modern Browsers */
 url('../../library/font/ProximaNova-RegIt.ttf') format('truetype'), /* Safari, Android, iOS */
 url('../../library/font/ProximaNova-RegIt.svg#77f1c682604b6b0472d490a8e6c22d18') format('svg');
  /* Legacy iOS */

  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../library/font/ProximaNova-Sbold.eot');
  src: url('../../library/font/ProximaNova-Sbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../library/font/ProximaNova-Sbold.woff') format('woff'), /* Modern Browsers */
   url('../../library/font/ProximaNova-Sbold.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../../library/font/ProximaNova-Sbold.svg#67a6c9f6d7dc8f35ecb08de766ea56f0') format('svg');
  font-style: normal;
  font-weight: 600;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../../library/font/ProximaNova-Bold.eot');
  src: url('../../library/font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../../library/font/ProximaNova-Bold.woff') format('woff'), /* Modern Browsers */
   url('../../library/font/ProximaNova-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../../library/font/ProximaNova-Bold.svg#d1e00a8fb1fd9b428ab6b90409479fde') format('svg');
  font-style: normal;
  font-weight: 700;/* IE9 Compat Modes */
  /* Legacy iOS */
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/************************************************************************************
*
* General Layout
*
/************************************************************************************/

body {
	font-family: 'Proxima Nova', verdana, arial, sans-serif;
	font-size: 18px;
	color:#6e6e6e;
	background: #ffffff;
}


#wrapper {
	width: 980px;
	margin:0 auto;
	padding-top:30px;
	position: relative;
}
	
	
#container {
	width: 815px;
	background-color:#ffffff;
	margin:0 auto 100px auto;
}
	
section {
	padding: 20px;
	min-height:400px;
}
	
section.section-narrow {
	width: 72%;
	text-align:center;
	margin:0 auto;
}
		
section.section-wide {
	width: 80%;
	text-align:center;
	margin:0 auto;
}		
		
section.section-wide p {
	line-height:24px;
}
		
section .section-wrapper {
	background: #f2f4f5;
	margin-bottom:20px;
	min-height:100px;
	padding:20px 20px;
	position: relative;
}
		
section.loading {
	height:150px;
	text-align:center;
	background:transparent url('../img/loading.gif') no-repeat center center;			
}
		
			
/************************************************************************************
*
* Melbourne Markets Styles
*
/************************************************************************************/

.container {
	width: 980px;
	margin:0 auto;
	position: relative;
	padding:0 10px;
}

/* Top Nav */
#header {
  height: 147px;
  background: #fff;
  overflow: hidden;
}
#header .container {
  height: 32px;
}
#header #logo {
  display: block;
  width: 280px;
  height: 95px;
  position: absolute;
  top: 25px;
  z-index: 500;
}
#header #logo img {
  width: 100%;
}
#header #top-nav .top-nav {
  width: 480px;
  float: right;
	padding-left: 0;
  list-style: none;
  margin-left: -5px;  
}
#header #top-nav li {
  margin-left: 35px;
  margin-top: 22px;
  float: right;
}
#header #top-nav a {
  color: #888;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 200;
  line-height: 29px;
}
#header #top-nav .search-box input {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bdc3c7;
  font-size: 11px;
  padding: 0px 10px;
  width: 215px;
  font-weight: 200;
  outline: 0;
  line-height: 20px;
  height: 20px;
}
#header #top-nav .search-box button {
  border: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  background: url('../../library/img/sprite_mm.png') no-repeat 0 -805px;
  text-indent: -99999em;
  margin-left: 5px;
  position: relative;
  top: 6px;
}

#main-nav {
  height: 40px;
  position: relative;
  background: #F4F5F5;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 2000;	
}

#footer {
  background: #6e6e6e;
  color: #fff;
}

#footer a {
  color: #a2a2a2;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .footer-mini {
  color: #a2a2a2;
  text-align: center;
  font-size: 12px;
	padding:20px 0;
}
#footer .footer-mini a {
  text-transform: uppercase;
  padding: 0 10px;
}
/************************************************************************************
*
* Reusable elements
*
/************************************************************************************/


h1, h2, h3 {
	width: 85%;
	text-align:center;
	font-family: 'museo500', arial, verdana;
	font-weight:normal;
	color:#1e587b;
	margin:0 auto;
	padding:20px 0 0 0;
}

h2, h3 {
	width: 100%;
	text-align:left;
	padding:15px 0;
}

h3 {
	padding:0 0 10px 0;
}

.btn {
	display:inline-block;
	border:0;
	background-color:transparent;
	height: 37px;
	outline:0;
	margin:0;
	padding:0;
	color:#ffffff;
	font-weight:500;
	text-align:left;
	padding-left:20px;
	padding-right:65px;
	line-height:28px;
}


a.btn {
	line-height:37px;
}

	.btn:hover {
		opacity:0.8;
		color:#fff;
	}
	
	.btn:active {
		opacity:1;
	}	

	.btn.btn-green {
		background: #F03E5F url('../img/btn-green.png') no-repeat right 0;
	}
	.btn.btn-blue {
		padding-left:65px;	
		padding-right:25px;	
		background: #00B9F2 url('../img/btn-blue.png') no-repeat left 0;
	}	
	.btn.btn-orange {
		background: #FFD401 url('../img/btn-orange.png') no-repeat right 0;		
	}	
	
	.btn.btn-disabled {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
		filter: alpha(opacity=20) !important;
		-moz-opacity: 0.2 !important;
		-khtml-opacity:0.2 !important;
		opacity: 0.2 !important;	
		visibility:hidden;	
	}
	
	.btn.btn-disabled:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
		filter: alpha(opacity=20) !important;
		-moz-opacity: 0.2 !important;
		-khtml-opacity:0.2 !important;
		opacity: 0.2 !important;		
		cursor: not-allowed !important;
	}	
	
p.right-align {
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
}

	p.right-align .btn {
		margin-left:5px;
	}

p.button {
	margin-top:40px;
	margin-bottom:0;
	padding-bottom:0;
}

span.info {
	position: absolute;
	top:18px;
	right:20px;
	font-size:12px;
	font-style:italic;
}

span.green {
	color:#5d9f55;
}

.lbl-reference {
	font-size:14px;
	text-align:center;
	display:block;
	color:#8b3c7a;
}

.box-pink {
	display:inline-block;
	margin:0 auto;
	background: #e8d8e4;
	color:#8b3c7a;
	padding:10px 55px;
}

.inmo_note {
	text-align:center;
	color:#aaa;
	font-size:16px;	
	width: 95%;
	margin:0 auto;
}

.step {
	position: relative;	
}
	
#result-success,
#result-failed {
  margin-top: 20px;
  border-top: 1px solid #ccc;	

}
#result-success  ul, 
#result-success ol {
		text-align:left;  
	}

/************************************************************************************
*
* Question and Answer
*
/************************************************************************************/


.step-indicator {
	width: 100%;	
	height:28px;
	border:1px solid #e2e2e2;
	margin-bottom:20px;
	overflow:hidden;
}

.step-indicator .step-wrapper {
	width: 800px;	
	height:28px;
	overflow:hidden;
	white-space:nowrap;
	margin-left:-5px;
}

.step-indicator .step-item {
	float:left;	
	text-align:center;
	font-size:16px;
	line-height:28px;
	height:28px;
	position: relative;
}

.step-indicator .step-item.done,
.step-indicator .step-item.current {
	background:#cac743;	
	color:#fff;
}

.step-indicator .step-item .arrow {
	display:block;
	width:15px;
	height:28px;
	background: url('../img/step-arrow-white.png') no-repeat 0 0;	
	position: absolute;
	top:0;
	right:-15px;
	z-index:10;
}

.step-indicator .step-item.done .arrow,
.step-indicator .step-item.current .arrow {
	background: url('../img/step-arrow.png') no-repeat 0 0;	
}

.step-indicator .step-item.current.last .arrow {
	display:none;
}

.step-indicator .step-item:last-child .arrow {
	display:none;
}

.step.step-validated .section-wrapper {
	padding:10px;	
}

	.step .media-wrong,
	.step .media-correct {
		padding: 7px 20px 12px 20px;
	}

	.step .media-wrong .video,
	.step .media-correct .video {
		margin-top: 22px;
	}

	.step .media-wrong,
	.step .question-wrong {
		background:#fcd5db url('../img/icon-wrong.png') no-repeat right top;
		
	}				
	
	.step .media-correct,
	.step .question-correct {
		background:#dcecda url('../img/icon-correct.png') no-repeat right top;
	}				

	.step .question-wrong,
	.step .question-correct {
		padding:10px;
		margin-bottom:20px;
	}
				
	/* arabic language */
	
	.step .questions.lang-ar h3 {
		text-align:right;
	}

	.step .label-question.lang-ar {
		direction: rtl;
	}

	.step .selection.lang-ar {
		direction: rtl;	
	}
	
	.step .selection.lang-ar .label-answer {
		float:right;
	}
	
	.step .selection.lang-ar .label-caption {
		float:right;
		cursor:pointer;
	}
	
	.step .selection.lang-ar .selection-input {
		float:right;
		width: 45px;
		position: relative;
		top:-2px;
	}
	
	.step .questions.lang-ar .media-wrong,
	.step .questions.lang-ar .question-wrong,	
	.step .questions.lang-ar .media-correct,
	.step .questions.lang-ar .question-correct {
		background-position: left top;
	}				
	
	
	
.media {
	margin-bottom:20px;
}

	.media p.buttons {
		margin-top:20px;
	}
	
	.media iframe {
		margin:0 auto;
		display:block;
	}

	.media .video {
		background:transparent url('../img/loading.gif') no-repeat center center;
		overflow:hidden;
	}

.question {
	margin-bottom:40px;
}

#question-list {
	font-weight:bold;
	color:#cc0000;
}

#question-list h4 {
	color:#1E587B;	
}

.question .label-question {
	color:#1e587b;
	margin-bottom:10px;
}

.question.wrong .label-question {
	color:#cc0000;
}

.selection {
	margin:0 0 10px 0;
}

	.selection .prettyradio a {
		margin-left:30px;
	}

	.selection .selection-input {
		float:left;
		width: 80px;
	}
	
	.selection .selection-label {
			cursor:hand;	
	}
	
		.selection .selection-label .label-answer {
			color:#1e587b;	
		}
		
		.label-answer {
			float:left;
			width: 30px;		
		}
		
		.label-caption {
			float:left;
			width: 600px;
			cursor:pointer;
		}

.error-step {
	color:#cc0000;
}


.download {
	margin-bottom:30px;
}

	.download hr {
		margin:30px 0 25px 0;
	}
	
	.download h2 {
		text-align:center;
		margin:0 0 15px 0;
		padding:0;
	}
	
	.download ul {
		margin:0 auto;
		padding:0;
		list-style:none;
		width: 380px;
	}
	
	.download li {
		list-style:none;
		width: 100%;
		padding:5px 20px 5px 50px;
		margin-bottom:5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		text-align:left;
		background: #eef0c3 url('../img/icon-pdf.png') no-repeat 20px 8px;
	}

/************************************************************************************
*
* Reusable form elements
*
/************************************************************************************/

.control-group {
	margin:0 0 15px 0;
}

.control-group label {
	width: 240px;
	float:left;
	text-align:right;
	padding-top:5px;
}

.control-group.control-group-email {
	margin-bottom:5px;
}
	
.control-group .controls {
	float:left;
	width: 400px;
	margin-left:15px;
}
	
.control-group input.text {
	border:1px solid #d8d9db;
	padding:6px 20px;
	width: 225px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	outline:0;
	color:#6e6e6e;
}
	
select#lang-select {
	width: 226px !important;
}
	
.control-group.error input.text {
	border: 1px solid #cc0000;
}
	
.control-group.error div.info {
	color: #cc0000;
	font-size:12px;
	margin-top:3px;
	padding-left:16px;
}	
	
.control-group .prettycheckbox a {
	margin-top:3px;
}
	
.controls .prettycheckbox label {
	margin:0 0 0 10px;
	text-align:left;
}
	
.control-group.error .chosen-container-single {
	border: 1px solid #cc0000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;	
}	
	
.lbl-name {
	text-transform: capitalize;
}
	
/************************************************************************************
*
* Logic
*
/************************************************************************************/

.lang {
	display:none; /* hide all language defined element to invisible */
}

.step,
#induction-form,
section.loading {
	display:none; /* hide all steps by default */
}

.step .media,
.step .questions {
	display:none;
}

/************************************************************************************
*
* Responsive
*
/************************************************************************************/
@media only screen and (max-width: 900px) {
	#container {
		width: auto;
	}
	#wrapper {
		width: auto;
	}
	.container {
		width: auto;
	}
	span.info {
		text-align: center;
		position: relative;
		top: auto;
		float: right;
		margin-bottom: 20px;
		width: 100%;
	}
	h2 {
		text-align: center;
	}
	p {
		text-align: center;
	}
}

@media only screen and (max-width: 750px) {
	.control-group .controls {
		width: auto;
	}

	.control-group label {
		width: 150px;
	}
	p.right-align {
		text-align: center;
	}
	.search-box {
		display: none;
	}
	label {
		display:block;
		clear:both;
	}
	section.section-wide {
		width: 100%;
		padding: 5px;
	}
}
	
.button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
