@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}

* {
	box-sizing: border-box;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	font-size: 15px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

div.header {
	background-color: rgba(70,30,6,0.733);
	border-bottom: 1px solid #775a48;
	color: white;
	padding: 25px 60px 15px 60px;
	overflow: hidden;
}

div.header img.stage-icon {
	float: left;
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
}

div.header img.logo {
	float: right;
	height: 100px;
	margin-top: 10px;
	position: relative;
	top:-34px;
}


div.header h2 {
	width: 50%;
	float: left;
	padding-top: 4px;
	font-size: 1.75em;
	font-weight: 300;
}

div.header svg {
	max-width: 25%;
	float: right;
}

body.slim div.header img.stage-icon {
	max-height: 35px;
	margin: 10px 15px 10px 0;
}

body.slim div.header img.logo {
	height: 45px;
	margin-top: 10px;
}

body.slim div.header {
	padding: 10px 60px 8px 60px;
}

body.slim div.header h2 {
	margin: 12px 0;
	font-size: 1.75em;
}

body.slim div.header svg {
	max-width: 150px;
	height: auto;
}

.list-group-item {
	font-weight: 200;
}

.list-group-item h4 {
	font-weight: 700;
	font-size: 1em;
}

.page {
	/*padding: 20px 60px;*/
	overflow: hidden;

	padding: 20px 60px 100px;
}

.page .sub-header {
	overflow: hidden;
	margin-bottom: 25px;
}

.page .sub-header img {
	max-width: 100px;
}

.progress {
	height: 50px;
	width: 200px;
	margin-right: 20px;
	background-color: rgba(240, 239, 251, 0.75) !important;
	border-radius: 10%;
	float: right;
}

.progress-bar {
	background-color: #9FDDB6 !important;
}

/* .page .progress .progress-dot{
	width: 15px;
	height: 15px;

	border-radius: 50%;
	margin: 0 5px;
	display:inline-block;
}

.page .progress .progress-dot.progress-current{
} */

.page .explanation {
	padding-bottom: 20px;
	overflow: hidden;
}

.page .explanation p {
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
	letter-spacing: .02em;
	float: left;
	padding-right: 40px;
}

.page .explanation video {
	display: block;
	float: right;
	width: 25%;
}

.page .form-group {
	margin: 20px 0 5px;
}

h3, .page .form-group h3 {
	text-align: left;
	font-size: 1.4em;
	color: rgb(14, 0, 24);
	font-weight: 400;
	margin: 0 0 -10px 0;
	padding: 0;
	border-bottom: 1px solid rgba(204, 204, 204, 0.59);
}

.field-skip {
	padding-top: 50px;
	margin-top: 60px;
}

.page .form-group label.checkbox-label,
.page .form-group label.radio-label {
	margin-left: 29%;
	padding-left: 50px;
}

.page .form-group label.left-label {
	width: 27%;
	text-align: right;
	font-size: 1.15em;
	margin-bottom: 0;
	padding-right: 2%;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
}

.page .form-group .radio-button-span {
	position: relative;
}

.page .btn-group {
	width: 100%;
}

.page .btn-group label.btn {
	display: inline-block;
	margin-top: 3px;
	color: #000;
	text-align: left;
	border: 1px solid #C1C1C1;
	border-left: 10px solid #313c49;
	background-color: #FFF;
	padding: 15px 20px 15px;
	border-radius: 0;
	width: 100%;
	font-weight: 400;
	transition-property: background-color, color;
	transition: 0.25s, 0.25s;
}

.page .btn-group label.btn:hover {
	background: rgb(29, 0, 36);
	background: radial-gradient(circle, rgba(29, 0, 36, 1) -100%, rgba(55, 15, 73, 0.18110994397759106) 0%, rgba(30, 21, 40, 0.22032563025210083) 100%, rgba(0, 36, 14, 1) 2000%);
}

.page .form-group label.active {
	background: rgb(29, 0, 36);
	background: radial-gradient(circle, rgba(29, 0, 36, 1) -100%, rgba(55, 15, 73, 1) 0%, rgba(30, 21, 40, 1) 100%, rgba(0, 36, 14, 1) 2000%);
	color: #FFF;

}

.page .form-group .input-group {
	display: inline-flex;
	margin-left: 20px;
	padding: 7px;
	width: 70%;
}

.page .form-group input.text,
.page .form-group input.email,
.page .form-group input.number,
.page .form-group div.file-wrapper,
.page .form-group input.date {
	width: 70%;
	display: inline-block;
	padding: 7px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #AAA;
	font-weight: 200;
	font-size: 1em;
	background-color: rgba(255, 255, 255, 1);
	margin-left: 20px;
}

.page .form-group .input-group input.text,
.page .form-group .input-group input.email,
.page .form-group .input-group input.number,
.page .form-group .input-group input.date {
	width: 94%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 0;
}

.page .form-group .input-group input.date {
	flex: 1 1 auto;
	width: 1%;
}


.page .form-group div.file-wrapper {
	position: relative;
}

.page .form-group input.file {
	display: none;
}

.info {
	display: inline-block;
	margin-top: 3px;
	font-size: .85em;
	color: #000;
	text-align: left;
	border-left: 10px solid #313c49;
	padding: 10px;
	margin-left: 30%;
	border-radius: 0;
	width: 70%;
	font-weight: 100;
	background-color: rgba(199, 215, 217, 0.2);
}

.info i {
	color: rgb(9, 65, 26);
}

/*div.alert {
	margin: 50px 0 50px 0;
	padding: 50px;
	width: 100%;
	display: none;
}*/

div.alert {

}

.constraint {
	display: none;
}

div.alert-warning {
	border-color: #856404;
}

div.alert-danger {
	border-color: #721C24;
}


.page .form-group div.file-wrapper::after {
	content: 'Browse...';
	float: right;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: inherit;
	border-left: 1px solid #000;
	background-color: #F7F7F7;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.page .form-group label {
	display: block;
	position: relative;
	padding: 10px 0 10px 15px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 1.1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page .form-group input.checkboxinput,
.page .form-group input.radioinput {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.page .form-group .checkboxbtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #EEE;
	border-radius: 5px;
	border: 1px solid #AAA;
}

.page.intro-form .form-group label.checkbox-label {
	margin-left: 0;
	padding-left: 0;
	margin-top: 2vh;
}

.page.intro-form .form-group .checkboxbtn {
	position: relative;
	margin-left:10px;
	display:inline-block;
	vertical-align: middle;
}

.page .form-group .radiobtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #EEE;
	border-radius: 50%;
	border: 1px solid #CCC;
}

.page .form-group .checkboxbtn:after {
	left: 15px;
	top: 6px;
	width: 7px;
	height: 20px;
	border: solid black;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	display: none;
}

.page .form-group .radiobtn:after {
	top: 12px;
	left: 12px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: black;
	content: "";
	position: absolute;
	display: none;
}

.page .form-group input.checkboxinput:checked ~ .checkboxbtn:after,
.page .form-group input.radioinput:checked ~ .radiobtn:after {
	display: block;
}

.page .form-group select {
	width: 70%;
	display: inline-block;
	padding: 7px;
	box-shadow: none;
	border: 1px solid #AAA;
	font-size: 1em;
	background-color: rgba(238, 238, 238, 0.24);
	margin-left: 20px;
}

.page .form-group textarea {
	width: 69.70%;
	display: inline-block;
	padding: 20px 7px 20px 7px;
	box-shadow: none;
	border: 1px solid #AAA;
	font-size: 1em;
	font-weight: 200;
	background-color: #FFF;
	margin-left: 20px;
	min-height: 250px;
}

.tooltip {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}

.tooltip img {
	width: 25px;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 33vw;
	background-color: #EBECF8;
	color: black;
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 105%;
	border: 1px solid #69417E;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 12px;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #313c49;
}

.page .footer {
	overflow: hidden;
}

.page .footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 20px 20px;
	background-color: ece4df;
	border-top: 1px solid #ece4df;
}

.page .btn {
	padding: 10px 0;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	display: inline-block;
	float: left;
	font-size: 1.5em;
	margin: 10px 0 0;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: 0.25s;
	transition-property: background-color;
}

.page .btn:hover {
	background-color: #CCC;
}

.page .btn-success {
	background: linear-gradient(to bottom, #775a48 0%,#604839 100%);
	border-color: #EBECF8;
	color: #FFF;
	font-weight: 800;
	border-radius: 0;
}

.page .btn-success:hover {
	background-color: #106E25;
}

.page a.back {
	width: 49%;
	margin-right: 1%;
	border-radius: 0;
}

.page button.next {
	width: 49%;
	margin-left: 1%;
}

.page a.next {
	width: 49%;
	margin-left: 1%;
}


@media only screen and (max-width: 1024px) {

	div.header {
		padding: 20px 0 5px 0;
		text-align: center;
	}

	div.header img.stage-icon,
	div.header h2 {
		display: none;
	}

	div.header img.logo {
		margin: auto;
		padding: 0;
		text-align: center;
		float: none;
	}

	div.progress {
		width: 95%;
	}

	.page .explanation p {
		padding: 0;
		line-height: 1.25em;
		font-size: 1em;
		margin: 20px 0 0 0;
	}

	p.info {
		margin-left: 20px;
	}

	label.left-label {
		margin-bottom: 5px;
		padding: 0;
	}

	.page .form-group label.left-label {
		width: 100%;
		text-align: left;
		margin: 0 0 10px 0;
	}

	label.btn {
		margin-top: 0;
	}

	.page .form-group .input-group {
		display: inline-flex;
		margin-left: 0;
		padding: 7px;
		width: 100%;
	}

	.page .form-group input.text,
	.page .form-group input.email,
	.page .form-group input.number,
	.page .form-group div.file-wrapper,
	.page .form-group input.date {
		width: 90%;
		display: inline-block;
		padding: 7px;
		border-radius: 0;
		box-shadow: none;
		border: 1px solid #AAA;
		font-weight: 200;
		font-size: 1em;
		background-color: rgba(255, 255, 255, 1);
		margin-left: 20px;
	}

	.page .form-group input.date {
		padding-left: 30%;
	}

}

th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
	display: none;
}

.row {
	display: block !important;
}

.list-group{
	width:100%;
}

@media print {


	.noprint,
	div.footer,
	button {
		display: none;
	}
}
