a {
	color: #a38d6c;
}
a.btn {
	align-items: center;
	font-size: 1.6rem;
	margin: 0 5px;
	padding: 12px 20px;
	text-decoration: none;

	background-color: #a38d6c;
	color: #fff;
	display: inline-flex;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-transform: uppercase;
}

a.btn:before {
	border-left: 40px solid #a38d6c;
	border-top: 40px solid transparent;
	bottom: 0;
	content: '';
	position: absolute;
	right: -40px;
	width: 0;
}

a.btn:after {
	border-left: 40px solid transparent;
	border-top: 40px solid #a38d6c;
	bottom: 0;
	content: '';
	left: -40px;
	position: absolute;
	width: 0;
}

a.btn.previous {
	margin-left: 50px;
}
a.btn:hover {
	padding: 0 50px;
}

.transition {
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: all;
	-webkit-transition-transition-property: all;
}

body, html {
	height: 100%;
}
body {
	background: #eef3f5;
	color: #2A3B45;
	font: 1.4em/1.7 'Roboto', Arial, sans-serif;
}
.txt-center {
	text-align: center;
}
.flt-left {
	float: left;
}
.flt-right {
	float: right;
}
.full-width {
	width: 100%;
}

/*********************************************************************************************************************/
/** Layout ***********************************************************************************************************/
/*********************************************************************************************************************/

#container {
	display: flex;
	height: 100%;
	flex-direction: column;
}
#top-bar {
	background: #2A3B45 url(../img/izisub-logo.svg) no-repeat center left 20px;
	background-size: 150px;
	color: #fff;
	padding: 20px 20px 20px 65px;
	text-align: center;
}
#top-bar .languages strong {
	border: 2px solid #a38d6c;
	border-radius: 999px;
	color: #a38d6c;
	display: inline-block;
	height: 32px;
	line-height: 28px;
	text-align: center;
	width: 32px;
	margin-left: 10px;
}
#top-bar .languages a.lang {
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
}

#top-bar .languages a.lang:hover {
	color: #a38d6c;
}
#top-bar {
	display: flex;
}

#top-bar .partner {
	align-items: center;
	display: none;
	margin: auto;
}

#top-bar .partner img {
	margin-left: 15px;
	height: 50px;
}

#top-bar .flt-right{
	display: flex;
	margin-left: auto;
}

#wrapper {
	flex: 1;
	overflow-y: auto;
}
#update-notify {
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin-left: -250px;
	position: fixed;
	text-align: center;
	top: -45px;
	width: 500px;
	z-index: 2000;
}
#update-notify span {
	display: none;
	background: #39b54a;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
}
#update-notify span.error {
	background: #f00;
}
/*********************************************************************************************************************/
/** Home *************************************************************************************************************/
/*********************************************************************************************************************/

/*#home {*/
/*	align-items: center;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	padding: 50px;*/
/*	height: 100%;*/
/*	text-align: center;*/
/*}*/
/*#home form {*/
/*	width: 100%*/
/*}*/

p.gdpr-text {
	font-size: small;
	font-style: italic;
	margin: 10px auto;
	text-align: justify;
	width: 50%;
}

/*********************************************************************************************************************/
/** Eligibility ********************************************************************************************************/
/*********************************************************************************************************************/

#eligibility {
	padding: 50px;
	width: 100%;
}
#eligibility form {
	margin-bottom: 50px;
}
#eligibility h1 {
	font-size: 2.4rem;
	font-weight: 300;
	margin-bottom: 50px;
}
#eligibility h1 strong {
	color: #ea1140;
	font-weight: 500;
}
#eligibility h2.strike {
	color: #a38d6c;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	/*align-items: bottom;*/
	display: flex;
	height: 30px;
	margin: 30px 0;
	padding-left: 20px;
}
#eligibility h2.strike span {
	background: #eef3f5;
	padding: 0 20px;
	position: absolute;
	top: 0;
}
#eligibility h2.strike span i {
	font-size: 1.6rem;
	margin: 0 8px;
}
#eligibility h2.strike span em {
	color: #2A3B45;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 300;
}
#eligibility h2.strike:before {
	background: #cedbe2;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
}
#eligibility h2.strike a.btn {
	background: #eef3f5;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0 0 0 20px;
	position: absolute;
	right: 0;
}
#eligibility h2.strike a.btn .icon {
	color: #ea1140;
	font-size: 3rem;
	margin: 0;
}
#eligibility .hidden {
	display: none;
}
#eligibility .contact.hidden + div {
	display: none;
}
#eligibility .align-middle {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#eligibility .requiredField {
	float: right;
	text-align: right;
}

#eligibility .requiredField span {
	color: #ea1140;
	font-weight: bold;
}

/*********************************************************************************************************************/
/** Form *************************************************************************************************************/
/*********************************************************************************************************************/

input[type=text], input[type=password], select, textarea {
	border: 2px solid transparent;
	border-radius: 3px;
	color: #2A3B45;
	font: 1.4rem 'Roboto', Arial, sans-serif;
	height: 45px;
	margin-bottom: 20px;
	padding: 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea {
	height: auto;
	resize: vertical;
}
input[type=text]:disabled, select:disabled, textarea:disabled {
	background: rgba(255,255,255,.4);
}
input[type=text].no-bg:disabled, select.no-bg:disabled, textarea.no-bg:disabled {
	background: transparent;
}
input.uppercase {
	text-transform: uppercase;
}
input.capitalize {
	text-transform: capitalize;
}
input:not([type=file]):focus, input:not([type=checkbox]):focus, select:focus, textarea:focus {
	border: 2px solid #a38d6c;
}
input.numeric {
	text-align: right;
}
select {
	appearance: none;
	background: #fff url(../img/select-arrow.png) no-repeat center right 15px;
	padding: 0 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
	display: none;
}
select option {
	background: #fff;
}
label:not(.radio) {
	color: #648ca3;
	display: block;
	margin-bottom: 10px;
	padding-left: 10px;
}
label span {
	color: #cedbe2;
	font-weight: 300;
}
.row > .checkbox {
	position: relative;
}
.row > .checkbox input[type='checkbox'] {
	position: absolute;
	visibility: hidden;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.row > .checkbox label {
	display: inline-block;
	margin: 12px 0 20px 0;
	min-height: 45px;
	padding-left: 60px;
}
.row > .checkbox label:before {
	background: #fff;
	border-radius: 3px;
	color: #ea1140;
	content: '\00a0';
	cursor: pointer;
	font-size: 1.8rem;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 40px;
}
.row > .checkbox input + label:before {
	color: #f00;
	content: '';
}
.row > .checkbox input:checked + label:before {
	color: #2ca02c;
	content: '✔';
}
.row > .checkbox input:disabled + label:before {
	background: transparent;
}

.form-required::after {
	color: #ea1140;
	content: '*';
	font-weight: bold;
	margin-left: 5px;
}
::-webkit-input-placeholder {
	color: #648ca3;
	text-transform: none !important;
}
:-moz-placeholder {
	color: #648ca3;
	opacity: 1;
	text-transform: none !important;
}
::-moz-placeholder {
	color: #648ca3;
	opacity: 1;
	text-transform: none !important;
}
:-ms-input-placeholder {
	color: #648ca3 !important;
	text-transform: none !important;
}
::-ms-input-placeholder {
	color: #648ca3;
	text-transform: none !important;
}
.input {
	display: inline-block;
}
.input.error input {
	border-color: #f00;
}
.column, .columns, .input {
	position: relative;
}
.column.disabled:after, .columns.disabled:after, .one-line.disabled:after, .input.disabled:after {
	background: #eef3f5;
	content: '';
	cursor: auto;
	height: 100%;
	left: 0;
	opacity: .75;
	position: absolute;
	top: 0;
	width: 100%;
}
.columns .padding, .column .padding {
	padding: 0 30px;
	position: relative;
}
.row.select {
	margin-bottom: 50px;
}
.row.select a {
	display: inline-block;
	font-size: 1.8rem;
	padding: 20px 60px 20px 60px;
	position: relative;
	text-decoration: none;
}
.row.select a.black {
	color: #2A3B45;
	font-size: 1.5rem;
}
.row.select a.red {
	color: #ea1140;
	font-size: 1.5rem;
}
.row.select.small {
	margin-bottom: 20px;
}
.row.select.small a {
	color: #648ca3;
	font-size: 1.4rem;
	padding-right: 40px;
}
.row.select a:before {
	background: #fff;
	border-radius: 999px;
	content: '';
	height: 40px;
	left: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
.row.select a.active:after {
	background: #a38d6c;
	border-radius: 999px;
	content: '';
	height: 20px;
	left: 10px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.row.select a span {
	color: #2A3B45;
	display: block;
	font-size: 1.4rem;
}
.column:not(.disabled) label.error,
.columns:not(.disabled) label.error,
.column:not(.disabled) label.error span,
.columns:not(.disabled) label.error span,
.column:not(.disabled) label.error:after,
.columns:not(.disabled) label.error:after {
	color: #f00;
}
.column:not(.disabled) label.error + *,
.columns:not(.disabled) label.error + *,
.column:not(.disabled) label.error + div input,
.columns:not(.disabled) label.error + div input {
	border-color: #f00;
}
.column:not(.disabled)  label.error + div ul,
.columns:not(.disabled)  label.error + div ul,
.column:not(.disabled)  label.error + div ul li,
.columns:not(.disabled)  label.error + div ul li {
	border-color: #f00;
}
input.error {
	border-color: #f00 !important;
}

/*********************************************************************************************************************/
/** Progress Bar *****************************************************************************************************/
/*********************************************************************************************************************/

ol.progtrckr {
	display: table;
	list-style-type: none;
	padding: 0;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 40px;
}
ol.progtrckr li {
	display: table-cell;
	text-align: center;
	line-height: 3em;
}
ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }
ol.progtrckr li.progtrckr-done {
	color: #2A3B45;
	border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}
ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
	font-family: "IcoMoon-Ultimate" !important;
	content: "\ed71";
	color: white;
	background-color: yellowgreen;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	border: none;
	border-radius: 1.5em;
}
ol.progtrckr li.progtrckr-todo:before {
	font-family: "IcoMoon-Ultimate" !important;
	content: "\ee73";
	color: silver;
	background-color: #eef3f5;
	font-size: 1.5em;
	bottom: -1.6em;
}

/*********************************************************************************************************************/
/** Modal ************************************************************************************************************/
/*********************************************************************************************************************/

#modal-container {
	background: rgba(0,0,0,.2);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}
#modal-container > div {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
#modal-container .modal {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
	margin-top: -75px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-out;
}
#modal-container .modal.loaded {
	margin-top: 0;
	opacity: 1;
}
#modal-loader {
	left: 50%;
	position: absolute;
	top: 25px;
	transform: translate(-50%);
}
#modal-loader > div {
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 18px;
	margin: 0 5px;
	width: 18px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#modal-loader .bounce1 {
	animation-delay: -.32s;
	-webkit-animation-delay: -.32s;
}
#modal-loader .bounce2 {
	animation-delay: -.16s;
	-webkit-animation-delay: -.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
#modal-container .modal-content {
	text-align: center;
}
#modal-container .modal-content > div:first-child {
	padding: 40px;
}
#modal-container .modal > a.close {
	display: none;
	color: #a38d6c;
	float: right;
	height: 24px;
	margin: 15px 15px 0 0;
	text-decoration: none;
	width: 24px;
}
#modal-container .modal > a.close:hover {
	color: #857358;
}
#modal-container .modal > a.close .icon {
	font-size: 2.4rem;
}
#modal-container .modal h1 {
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1.5rem;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin: -15px -15px 10px -15px;
	padding: 0 55px 0 15px;
	text-align: left;
	white-space: nowrap;
}
#modal-container .modal h2 {
	font-size: 1.5rem;
}
#modal-container .modal h2.success {
	color: #50b62d;
}
#modal-container .modal h2.warning {
	color: #f00;
}
#modal-container .modal h2 .icon {
	display: block;
	font-size: 4rem;
	margin-bottom: 10px;
}
#modal-container .button-group {
	align-items: center;
	background: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: flex;
	padding: 20px;
}
#modal-container .button-group a {
	align-items: center;
	color: #fff;
	border-radius: 3px;
	display: inline-flex;
	line-height: 4rem;
	margin-left: auto;
	padding: 0 20px;
	text-decoration: none;
}
#modal-container .button-group a:active {
	position: relative;
	top: 1px;
}
#modal-container .button-group a .icon {
	font-size: 1.6rem;
	margin-right: 8px;
}
#modal-container .button-group a.cancel {
	color: #2A3B45;
	padding: 0;
}
#modal-container .button-group a.cancel:hover {
	color: #2A3B45;
}
#modal-container .button-group a.cancel  + a {
	margin-left: 20px;
}
#modal-container .button-group a.delete {
	background: #f00;
	color: #fff;
}
#modal-container .button-group a.delete:hover {
	background: #f00;
}
#modal-container .button-group a.submit {
	background: #a38d6c;
	color: #fff;
}
#modal-container .button-group a.submit:hover {
	background: #857358;
}