@charset "UTF-8";
/* CSS Document */

@import url("survey.css");


.progress-qw {
	display: block;
	position: fixed;
	width: 0; height: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	pointer-events: all;
	transition: opacity 0.6s ease;
	/*
	background-image: url("../../images/form/progress-black-25px.v2.gif");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	*/
	backdrop-filter:blur(5px);
}
.progress-qw i {
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	text-align: center;
	font-size: 50px;
	line-height: 1;
	color: white;
}
.progress-qw i:before {
	display: block;
	-webkit-animation: qw_rotating 2s linear infinite;
	   -moz-animation: qw_rotating 2s linear infinite;
	    -ms-animation: qw_rotating 2s linear infinite;
	     -o-animation: qw_rotating 2s linear infinite;
	        animation: qw_rotating 2s linear infinite;	
}
@keyframes qw_rotating {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.progress-qw i:before { content:"\E9B6" }

html[data-pro="loading-next-pane"] .progress-qw { opacity: 1; width: auto; height: auto; inset:0;  }
/* html .progress-qw { opacity: 1; width: auto; height: auto; inset:0;  } */ 

main {
	background-color: #EEE;
	background-color: var(--brand_gray);
}

.css.skn-1 main .hero figure figcaption h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 5rem;
	line-height: 1.1;
	font-weight: bold;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.68);
}
.css.skn-1 main .hero figure figcaption h2 {
	top: auto;
	left: auto;
	transform: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: white;
	font-size: 3.5rem;
	line-height: 1.1;
	font-weight: normal;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.68);
}



#survey {
	padding: 0 0 0 0;
	/*overflow: hidden;*/
	user-select: none;
}
.buttonset {
	padding-bottom: 50px;
	padding-bottom: 0;
}
.form-notes {
	padding-bottom: 50px;
}
form[name="survey"] {
	outline: 1px dashed blue;
	outline: none;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}
form[name="survey"]:before {
	display: block;
	content: "";
	inset: -10px -50vw -35px -50vw;
	position: absolute;
	background: linear-gradient(0deg, #E5E6E6, #F0F1F2);
	pointer-events: none;
	/*display: none;*/
}
.titles {
	display: block;
	padding-top: 50px;
}
.css.skn-1 main h1,
.css.skn-1 main h2,
.css.skn-1 main h3 {
	display: inline-block;
	color: white;
}
.css.skn-1 main h2 {
	font-family: TeamCompass;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 400;
	margin:0;
	text-transform: uppercase;
}
.css.skn-1 main h2:before {
	display: inline-block;
	content:"|"; 
	padding-inline:10px;
}
.css.skn-1 main .form-notes p {
	color: white;
}


.form-element {
	margin: 0 0 5px 0;
	width: calc(100% + 0px);
}
.form-element[data-type="2"] .fe-label,
.form-element[data-type="3"] .fe-label{
	display: block;
	width: calc(100% - 0px);
	min-height: 25px;
}
.form-element[data-type="2"] .fe-value,
.form-element[data-type="3"] .fe-value {
	display: inline-block;
	width: calc(100% - 20px);
}
.form-element[data-type="2"] .fe-value input,
.form-element[data-type="3"] .fe-value textarea {
	padding: 5px 40px 5px 20px;
	margin: 0 0 0 0;
	width: calc(100% - 42px);
	font-family: TeamCompass;
	font-size: 1.5rem;
	background-color: white;
	border:1px solid #999;
	border-radius: 5px;
}
.form-element[data-type="2"] .fe-value input    { height: 30px; line-height: 30px; }
.form-element[data-type="3"] .fe-value textarea { height: 90px; line-height: 1.3; resize:none; }

.form-element[data-type="2"]:after,
.form-element[data-type="3"]:after {
	display: none;
}
.form-element[data-type="1"]:after {
	display: none;
}
.form-element[data-type="1"]:before {
	display: block;
	position: relative;
	content: " ";
	background-color: #D2D2D2;
	width: calc(100% - 10px);
	height: 1px;
	margin: 0 0 -1px 0px;
	padding: 0;
	top: -7px;
	left: 5px;
}
.form-element[data-type="1"]:first-child:before { display: none; }

.form-items[data-group="yesno"] .form-element .fe-label {
	padding-left: 40px;
	height: 45px;
	width: calc(100% - 260px);
}
.form-items[data-group="yesno"] .form-element .fe-label:before {
	display: block;
	position: relative;
	width:         25px;
	height:        25px;
	margin:   0 0 -25px 0;
	border-radius: 25px;
	line-height:   25px;
	left:         -35px;
	border-radius: 2px;
	top: 10px;
	font-size:13px;
	font-weight: bold;
	text-indent: .25em;
	background-color: #999;
	color: white;
	text-align: center;
}

.form-items[data-group="yesno"] .form-element:nth-child(1) .fe-label:before { content:"1."; }
.form-items[data-group="yesno"] .form-element:nth-child(2) .fe-label:before { content:"2."; }
.form-items[data-group="yesno"] .form-element:nth-child(3) .fe-label:before { content:"3."; }
.form-items[data-group="yesno"] .form-element:nth-child(4) .fe-label:before { content:"4."; }
.form-items[data-group="yesno"] .form-element:nth-child(5) .fe-label:before { content:"5."; }
.form-items[data-group="yesno"] .form-element:nth-child(6) .fe-label:before { content:"6."; }
.form-items[data-group="yesno"] .form-element:nth-child(7) .fe-label:before { content:"7."; }
.form-items[data-group="yesno"] .form-element:nth-child(8) .fe-label:before { content:"8."; }
.form-items[data-group="yesno"] .form-element:nth-child(9) .fe-label:before { content:"9."; }
.form-items[data-group="yesno"] .form-element:nth-child(10) .fe-label:before { content:"10."; }
.form-items[data-group="yesno"] .form-element:nth-child(11) .fe-label:before { content:"11."; }
.form-items[data-group="yesno"] .form-element:nth-child(12) .fe-label:before { content:"12."; }
.form-items[data-group="yesno"] .form-element:nth-child(13) .fe-label:before { content:"13."; }
.form-items[data-group="yesno"] .form-element:nth-child(14) .fe-label:before { content:"14."; }
.form-items[data-group="yesno"] .form-element:nth-child(15) .fe-label:before { content:"15."; }
.form-items[data-group="yesno"] .form-element:nth-child(16) .fe-label:before { content:"16."; }
.form-items[data-group="yesno"] .form-element:nth-child(17) .fe-label:before { content:"17."; }
.form-items[data-group="yesno"] .form-element:nth-child(18) .fe-label:before { content:"18."; }
.form-items[data-group="yesno"] .form-element:nth-child(19) .fe-label:before { content:"19."; }
.form-items[data-group="yesno"] .form-element:nth-child(20) .fe-label:before { content:"20."; }
.form-items[data-group="yesno"] .form-element:nth-child(21) .fe-label:before { content:"21."; }
.form-items[data-group="yesno"] .form-element:nth-child(22) .fe-label:before { content:"22."; }
.form-items[data-group="yesno"] .form-element:nth-child(23) .fe-label:before { content:"23."; }
.form-items[data-group="yesno"] .form-element:nth-child(24) .fe-label:before { content:"24."; }
.form-items[data-group="yesno"] .form-element:nth-child(25) .fe-label:before { content:"25."; }
.form-items[data-group="yesno"] .form-element:nth-child(26) .fe-label:before { content:"26."; }
.form-items[data-group="yesno"] .form-element:nth-child(27) .fe-label:before { content:"27."; }
.form-items[data-group="yesno"] .form-element:nth-child(28) .fe-label:before { content:"28."; }
.form-items[data-group="yesno"] .form-element:nth-child(29) .fe-label:before { content:"29."; }
.form-items[data-group="yesno"] .form-element:nth-child(30) .fe-label:before { content:"30."; }


.form-items[data-group="yesno"] .fe-label:before {}
.form-items[data-group="yesno"] .fe-label:before {}

.form-items[data-group="personal"] {
	display: block;
	position: relative;
	padding-bottom: 10px;
}
.form-items[data-group="yesno"] {
	display: block;
	position: relative;
	border:1px solid #999;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	background-color: white;
	margin-top: 30px;
}
.form-items[data-group="freetext"] {
	display: block;
	position: relative;

}

.form-element[data-type="1"] .fe-value {
	width: 200px;
	outline: 1px solid orange;
	outline: none;
	white-space: nowrap;
	text-align: left;
}

.form-element[data-type="1"] .fe-label p {
	padding-left: 0;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
	padding-right: 15px;
	hyphens: none;
}
.form-element[data-type="1"][data-filled="1"] .fe-label p {
	color:#333333;
}
.buttonset {
	margin: 0;
	padding:0;
	width: calc(100% - 0px);
}
.buttonset a.form-submit-button {
	background-color: var(--brand_red);
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.2), 0 0 0 0px var(--brand_red);
}
.buttonset a.form-submit-button:hover {
	box-shadow: 0 20px 10px 0 rgba(0,0,0,0.1), 0 0 0 5px var(--brand_red);
}
#survey[data-ready="0"] .buttonset a.form-submit-button {
	position: relative;
	opacity:1;
	pointer-events: all;
	top: 0;
}


.form-element[data-type="1"] .fe-value label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-right: 10px;
	outline: 1px solid orange;
	outline: none;
	cursor: pointer;
}
.form-element[data-type="1"] .fe-value label input[type="radio"] {
	opacity: 0;
	position: absolute;
	cursor: inherit;
}
.form-element[data-type="1"] .fe-value label input[type="radio"] ~ .fcb i {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid gray;
	background-color: white;
}
.form-element[data-type="1"] .fe-value input[type="radio"] ~ .fcb i:before {
	display: block;
	text-align: center;
	content: "";
}
.form-element[data-type="1"] .fe-value input[type="radio"]:checked ~ .fcb i:before {
	content: "\EBA0";
}
.form-element[data-type="1"] .fe-value label[data-field="yes"] input[type="radio"] ~ .fcb i { border-color:var(--brand_red); }
.form-element[data-type="1"] .fe-value label[data-field="no"]  input[type="radio"] ~ .fcb i { border-color: var(--brand_blue);}

.form-element[data-type="1"] .fe-value label[data-field="yes"] input[type="radio"]:checked ~ .fcb i { background-color:var(--brand_red);   color:white; }
.form-element[data-type="1"] .fe-value label[data-field="no"]  input[type="radio"]:checked ~ .fcb i { background-color: var(--brand_blue); color:white; }

.form-element[data-type="1"] .fe-value input[type="radio"] ~ .fcb em {
	display: block;
	position: relative;
	font-family: 'TeamCompass';
	font-size: 1.3rem;
	line-height: 1.1;
	font-style: normal;
	height: 15px;
	margin-bottom: -15px;
	left: 30px;
	top: -20px;
	color: gray;
	pointer-events: none;
	width: 60px;
	outline: 1px solid orange;
	outline: none;
}
html[lang="hu"] .form-element[data-type="1"] .fe-value label[data-field="yes"] input[type="radio"] ~ .fcb em:before { content:"Igen"; }
html[lang="hu"] .form-element[data-type="1"] .fe-value label[data-field="no"]  input[type="radio"] ~ .fcb em:before { content:"Nem"; }

html[lang="en"] .form-element[data-type="1"] .fe-value label[data-field="yes"] input[type="radio"] ~ .fcb em:before { content:"Yes"; }
html[lang="en"] .form-element[data-type="1"] .fe-value label[data-field="no"]  input[type="radio"] ~ .fcb em:before { content:"No"; }

.form-element .fe-marker {
	display: inline-block;
	position: relative;
	float: right;
	pointer-events: none;
	width: 20px;
	height: 22px;
	margin: 0 0 -22px 0;
	left: -10px;
	top: 10px;
	font-size: 1.5rem;
	line-height: 22px;
	outline: 1px solid orange;
	outline: none;
	text-align: center;
}


.form-items[data-group="confirmations"] {}
.form-items[data-group="confirmations"] .form-element {}
.form-items[data-group="confirmations"] .form-element:after { content:""; display: none; }

.form-element[data-type="4"] .fe-label,
.form-element[data-type="5"] .fe-label{
	display: block;
	width: calc(100% - 0px);
	min-height: 25px;
	display: none;
}
.form-element[data-type="4"] .fe-value,
.form-element[data-type="5"] .fe-value {
	display: inline-block;
	width: calc(100% - 20px);
	font-family: TeamCompass-Light;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.4;
	color: var(--brand_gray);
	color: black;
}
.form-element[data-type="4"] .fe-value label,
.form-element[data-type="5"] .fe-value label {
	margin-bottom: 5px;
	white-space: nowrap;
	cursor: pointer;
}
.form-element[data-type="4"] .fe-value label input,
.form-element[data-type="5"] .fe-value label input {
	position: absolute;
	opacity: 0;
}
.form-element[data-type="4"] .fe-value label input ~ i,
.form-element[data-type="5"] .fe-value label input ~ i {
	display: block;
	width:  20px;
	height: 20px;
	border: 2px solid #7d8597;
	margin: 0 0 -24px 0;
	background-color: white;
	color: white;
	border-radius: 3px;
	font-size: 0px;
	line-height: 20px;
	text-align: center;
}
.form-element[data-type="4"] .fe-value label input ~ i:before,
.form-element[data-type="5"] .fe-value label input ~ i:before { content:"\EBA0"; }

.form-element[data-type="4"] .fe-value label input:checked ~ i,
.form-element[data-type="5"] .fe-value label input:checked ~ i {
	background-color: var(--brand_blue);
	border-color: var(--brand_blue);
	font-size: 15px;
}
.form-element[data-type="4"][data-global="1"] .fe-value label input:checked ~ i {
	background-color: var(--brand_red);
	border-color: var(--brand_red);
}
.form-element[data-type="4"][data-global="1"] .fe-value label input ~ em { font-family: TeamCompass; font-weight: normal; }

.form-element[data-type="4"] .fe-value label input ~ em,
.form-element[data-type="5"] .fe-value label input ~ em {
	display: block;
	max-width: calc(100% - 50px);
	white-space: normal;
	margin: 2px 0 0 30px;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 23px;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}








/*
#survey .conditional-contents[data-template="registration-form"] .conditional-content[data-label="registration-form"] { display: block; }
#survey .conditional-contents[data-template="questions-form"]    .conditional-content[data-label="registration-form"] { display: block; }

#survey .conditional-contents[data-template="registration-button"] form[name="survey"]:before { display: none; }

#survey .conditional-contents[data-template="registration-form"]   #trigger-registration { display: none; }
#survey .conditional-contents[data-template="questions-form"]      #trigger-registration { display: none; }

#survey .conditional-contents[data-template="questions-form"]      #form-registration { display: none; }

#survey .conditional-contents[data-template="registration-button"] #form-quick-win { display: none; }
#survey .conditional-contents[data-template="registration-form"]   #form-quick-win { display: none; }
#survey .conditional-contents[data-template="questions-form"]      #form-quick-win {display: block;padding: 25px 0 50px 0;}
*/


#survey .dynamic-form-item.dfi-loader[data-label="registration-form"] {}
#survey .dynamic-form-item.dfi-loader[data-label="registration-form"] i {}
#survey .dynamic-form-item.dfi-loader[data-label="registration-form"] i:before {}
#survey .dynamic-form-item.dfi-loader[data-label="registration-form"] em { }


#survey .dynamic-form-item.dfi-loader { 
}

html[data-pro="form-registration-loader"] { pointer-events:none; }
html[data-pro="form-registration-loader"] #survey #form-registration-loader { display: block; opacity: 1; }

html[lang="hu"] #survey #form-quickwin-loader em:before { content:"Felmérés betöltése..."; }
html[lang="en"] #survey #form-quickwin-loader em:before { content:"Preparing survey..."; }

form[name="survey"][data-warnings="0"] .form-element[data-mandatory="1"][data-filled="0"] .fe-marker { opacity: 0; transition: opacity 2s ease; }
.form-element[data-mandatory="1"][data-invalid="1"] .fe-marker i { color: #BF0000; }
.form-element[data-mandatory="1"][data-invalid="1"] .fe-marker i:before { content:"\E900"; }

/* conditional states of dynamic form contents */

	#registration-button,
	#form-registration,
	#form-quick-win {
		padding: 0 0 0 0;
	}
	#registration-button .buttonset {
		padding: 25px 0 25px 0;
	}
	#form-registration .buttonset {padding: 25px 0 25px 0;}

	#survey .dynamic-form-item {
		display: none;
		pointer-events: all;
		display: block;
		height: auto;
		opacity: 0.99;
		padding-block: 0;
		max-height: 0;
		overflow: hidden;
	}
	#survey .dynamic-form-item.dfi-loader  { transition: padding 0.1s ease, max-height 0.1s ease; }
	#survey .dynamic-form-item.dfi-content { transition: padding 0.2s ease, max-height 0.2s ease; }
	
	#survey .dynamic-form-item.dfi-loader {
		overflow: hidden;
		font-size: 1.5rem;
		color: black;
		text-align: center;
		outline: 2px solid orange;
		outline: none;
		background-color: rgba(255,165,0,0.59);
		background-color: transparent;
	}
	#survey .dynamic-form-item.dfi-loader i {
		display: inline-block;
		vertical-align: middle;
		font-size: 2.3rem;
		line-height: 1.2;
		margin-right: 10px;
		color: inherit;
	}
	#survey .dynamic-form-item.dfi-loader i:before {
		-webkit-animation: qw_rotating 1s steps(12) infinite;
		   -moz-animation: qw_rotating 1s steps(12) infinite;
			-ms-animation: qw_rotating 1s steps(12) infinite;
			 -o-animation: qw_rotating 1s steps(12) infinite;
				animation: qw_rotating 1s steps(12) infinite;	
		display: block;
		content:"\e9b6";
		content:"\e9e8";
	}
	#survey .dynamic-form-item.dfi-loader em {
		display: inline-block;
		vertical-align: middle;
		font-style: normal;
		font-size: 1.3rem;
		line-height: 1.2;
		color: inherit;
	}
	



	#survey .dynamic-form-item.dfi-content {
	}
	html[lang="hu"] #registration-form-loader					   em:before { content:"Regisztrációs űrlap betöltése..."; }
	html[lang="hu"] #quickwin-form-loader                          em:before { content:"Tovább a kitöltéshez..."; }
	html[lang="hu"] #registration-button  .buttonset a.form-button em:before { content:"Regisztrálok a kitöltéshez"; }
	html[lang="hu"] #registration-form    .buttonset a.form-button em:before { content:"Regisztrálok a kitöltéshez"; }
	html[lang="hu"] #quickwin-form        .buttonset a.form-button em:before { content:"Felmérés kiértékelése"; }
	
	html[lang="en"] #registration-form-loader					   em:before { content:"Preparing Survey..."; }
	html[lang="en"] #quickwin-form-loader                          em:before { content:"To the Survey..."; }
	html[lang="en"] #registration-button  .buttonset a.form-button em:before { content:"Registration to fill out the Survey"; }
	html[lang="en"] #registration-form    .buttonset a.form-button em:before { content:"Registration to fill out the Survey"; }
	html[lang="en"] #quickwin-form        .buttonset a.form-button em:before { content:"Evaluate survey"; }
	
	#registration-form {
		padding: 25px 0;
	}
	#registration-form .buttonset {padding: 25px 0 25px 0;}
	#quickwin-form .buttonset { padding: 25px 0 50px 0; }
	#registration-form-loader,
	#quickwin-form-loader {
	}
	#registration-form-loader { 
		color: white;
	}
	#registration-button .buttonset .buttons a.form-button {
		font-weight: bold;
		background-color: var(--brand_red);
		box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0px var(--brand_red);
		border:2px solid white;
		padding-inline:50px;
	}
	#registration-button .buttonset .buttons a.form-button:hover {
		box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0), 0 0 0 2px var(--brand_red);
		box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0), 0 0 0 2px white;
	}
	#survey .dynamic-form-item.dfi-loader#registration-form-loader {
		color: white;
	}

	#dynamic_form[data-dynamic_form_progress="none"] #registration-form-loader {}
	#dynamic_form[data-dynamic_form_progress="none"] #quickwin-form-loader {}
	
	#dynamic_form[data-dynamic_form_progress="registration-form-loader"] #registration-form-loader,
	#dynamic_form[data-dynamic_form_progress="quickwin-form-loader"]     #quickwin-form-loader { max-height: 300px; padding-bottom: 100px; }
	#dynamic_form[data-dynamic_form_progress="quickwin-form-loader"]     #registration-form    { max-height: 0;	}
	#dynamic_form[data-dynamic_form_progress="quickwin-form-loader"]     #quickwin-form-loader { max-height: 300px; padding-bottom: 100px; }
	#dynamic_form[data-dynamic_form_progress="quickwin-form-loader"]     #registration-form    { pointer-events:none; }
	
	#dynamic_form[data-dynamic_form_item="registration-button"]          #registration-button,
	#dynamic_form[data-dynamic_form_item="registration-form"]            #registration-form,
	#dynamic_form[data-dynamic_form_item="quickwin-form"]                #quickwin-form {
		max-height: 1500px; opacity: 1; 
	}
	#dynamic_form[data-dynamic_form_item="registration-button"]:before { display: none; }

	#quickwin-form .form-element.hidden { opacity: 0; max-height: 0; padding: 0; margin: 0; }
	#quickwin-form .form-element {
		opacity: 1;
		max-height: 100px;
	}
	
	#dynamic_form[data-dynamic_form_item="quickwin-form-saved"]          #quickwin-form-saved,
	#dynamic_form[data-dynamic_form_item="quickwin-form-failed"]         #quickwin-form-failed {padding-block: 50px 80px;max-height: 500px;}



.hero {
	display: block;
	position: relative;
	width: 100%;
	height: 600px;
}
.hero .background {
	display: block;
	position: absolute;
	width: 100vw;
	height: 600px;
	left:50%;
	transform: translate(-50%);
	background-color: #333;
	overflow: hidden;
}
.hero .background:before {
	position: absolute;
	content:"";
	inset:0;
	background-image: url("../../uploads/quick-survey/XL/1.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter:blur(20px);
	opacity: 0.5;
}
.hero figure {
	display: block;
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 2;
	background-image: url("../../uploads/quick-survey/XL/1.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hero figure .dim {
	display: block;
	position: absolute;
	width: 100%;
	height: 160px;
	bottom: 0;
	background: linear-gradient(#00000000, #000000bd);
}
.hero figure figcaption {
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 60px;
	right: auto;
}
#admin .page .hero figure figcaption h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 5rem;
	line-height: 1.1;
	text-shadow: 0 3px 5px rgba(0,0,0,0.68);
}
#admin .page .hero figure figcaption h2 {
	top: auto;
	left: auto;
	transform: none;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 3.5rem;
	line-height: 1.1;
	text-shadow: 0 3px 5px rgba(0,0,0,0.68);
}







@media screen and (min-width:0px) and (max-width:699px){

	.css.skn-1 main h1, .css.skn-1 main h2, .css.skn-1 main h3 {
		display: block;
		text-align: center;
	}
	.css.skn-1 main h2:before {
		content:"";
		display: none;
	}
	.hero figure figcaption {
		left: auto;
		right: auto;
		width: 100%;
	}
	.css.skn-1 main .hero figure figcaption h1 {
		font-size: 3.5rem;
		line-height: 1.1;
	}
	.css.skn-1 main .hero figure figcaption h2 {
		font-size: 2.25rem;
		line-height: 1.1;
	}
	#registration-button .buttonset .buttons a.form-button {
		padding-inline: 25px;
		width: auto;
	}
	.form-items[data-group="yesno"] .form-element .fe-label {
		width: calc(100% - 40px);
		height: auto;
	}
	.form-element[data-type="1"]:before {
		left: 40px;
		width: calc(100% - 50px);
	}
	.form-items[data-group="yesno"] .form-element .fe-label:before { top:0; }
	.form-element[data-type="1"] .fe-label p {
		top: 0; 
		transform: none;
		padding-right: 35px;
	}
	.form-element[data-type="1"] .fe-value {
		width: calc(100% - 40px);
		text-align: left;
		margin-left: 40px;
	}
	.form-element[data-type="1"] .fe-value label {
		
	}
	.form-element[data-type="1"] .fe-value label .fcb {
		/* text-align: left; */
	}
	.form-element[data-type="1"] .fe-value label .fcb i {	
		position: relative;
	}
	.form-element[data-type="1"] .fe-value label .fcb em {	
	}
	.form-element[data-type="1"] .fe-label p {
		hyphens: auto;
	}
	.form-element[data-type="2"] .fe-label, .form-element[data-type="3"] .fe-label {
		min-height: 0;
	}
	.form-element .fe-marker {
		top: -25px;
	}
}