h1{
	font-size: 1.3em;
	display: none;
}
.lighter-gray{
/*	background-color: #f4f4f4;
	border-top: 1px solid #EEE;;
	border-bottom: 1px solid #EEE;
*/
}

.slide .slide-headline{
	background-color: #EFA92C;
	color: #FFF;
}


.gayko-inquiry-tool{
	position: relative;
}
.gayko-inquiry-tool .form-actions{
	display: flex;
}

.gayko-tool-width{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}


.gayko-inquiry-tool .form-actions > button:last-of-type{
	align-self: flex-end;
	margin-left: auto;
}

.step-indicator{
	margin-top: 50px;
	margin-bottom: 50px;
	height: 2px;
	background-color: #CCCCCC;
	position: relative;
	
}
.step-indicator .percent{
	height: 6px;
	position: absolute;
	background-color: #EFA92C;
	top: -2px;
	left: 0;
	right: 0;
	width: 0%;
}
.step-indicator-current-percent{
	text-align: center;
	position: absolute;
	top: -25px;
	font-size: small;
	left: 0;
	right: 0;
}

.flex.form-radios,
.flex.form-checkboxes{
	flex-wrap: wrap;
	justify-content: center;
	align-items: inherit;
}



.flex.form-radios > *,
.flex.form-checkboxes > *{
	width: 100%;
	margin: inherit inherit 20px inherit;
}

@media only screen and (min-width: 600px) {
	.flex.form-radios > *,
	.flex.form-checkboxes > *{
		width: 50%;
	}	
}

@media only screen and (min-width: 800px) {
	.flex.form-radios > *,
	.flex.form-checkboxes > *{
		width: 33.3333%;
	}	
}
@media only screen and (min-width: 950px) {
	.flex.form-radios > *,
	.flex.form-checkboxes > *{
		width: 25%;
	}	
}
@media only screen and (min-width: 1100px) {
	.flex.form-radios > *,
	.flex.form-checkboxes > *{
		width: 20%;
	}	
}
@media only screen and (min-width: 1300px) {


	.flex-6.form-radios > *,
	.flex-6.form-checkboxes > *{
		width: 16.666%;
	}
	.flex-7.form-radios > *,
	.flex-7.form-checkboxes > *{
		width: 14.2857%;
	}

}

/*
.flex.form-radios > *,
.flex.form-checkboxes > *{
	width: 20%;
	margin: inherit inherit 20px inherit;
}
.flex-6.form-radios > *,
.flex-6.form-checkboxes > *{
	width: 16.666%;
}
.flex-7.form-radios > *,
.flex-7.form-checkboxes > *{
	width: 14.2857%;
}



*/


.label-wrapper{
	padding: 5px;
	margin-left: 7px;
	margin-right: 7px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.css-radio.image .label,
.css-checkbox.image .label{
	display: block;
}

.css-radio.image,
.css-checkbox.image{
	text-align: left;
}


fieldset.fieldgroup.form-composite{
	border: 0;
	padding: 0;
	margin: 0;
}

.flex-left{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.flex-left > *{
	margin-right: 20px;
	margin-bottom: 20px;
}



.gayko-inquiry-tool label.css-label-image{
	cursor: pointer;
	display: block;
	padding: 7px;
}
.gayko-inquiry-tool label.css-label-image img{
	max-width: 120px; 
	margin: auto;
}
.gayko-inquiry-tool label.image{
	padding: 0;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}

.gayko-inquiry-tool label.image .label{
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 1.1;
}
.gayko-inquiry-tool label.image .label .label-title{
	margin-top: 7px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	line-height: 1.1;
}
.gayko-inquiry-tool label.image .label .label-description{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	line-height: 1.2;
	opacity: .8;
	font-size: .8em;
}
.gayko-inquiry-tool label.image input ~ .checkmark {
	position: relative;

}
.gayko-inquiry-tool .info-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;

}





.info-icon{
	display: inline-block;
	border-radius: 50%;
	background-color: #EFA92C;
	padding: 4px 8px;
	height: 31px;
	width: 31px;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
	font-style: normal;
}
.images-container label .label{
	display: flex;
}
.images-container .file-image-wrapper{
	display: flex;
	max-width: 100px;
	margin-right: 15px;
}


.images-container .label{
	font-weight: bold;
	text-align: center;
}
.images-container{
	border: 1px solid #CCC;; 
	margin-top: 50px;
	padding: 20px;
	background-color: #FFF;
}




.overlay-modal{
	--overflow-modal-padding: 20px;
	visibility: hidden;
	z-index: 9000;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	transition: .3s ease all;
	display: flex;
	justify-content: center;
	align-items: center;

}


.overlay-modal .modal-close{
	position: absolute;
	top:0;
	right: 0;
	font-size: 2em;
	z-index: 40;
	cursor: pointer;
}
.overlay-modal .gayko-tool-width{
	max-width: 1200px;
}
.modal-btn-wrapper .btn.btn-gray{
	width: 100%;
	display: block;
	background-color: #4c4c4c;
	border-color: #4c4c4c;
	color: #FFF;
}
.overlay-modal .bg-close{
	background-color: rgba(0,0,0,0);
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	z-index: 1;

	
}

.modal-btn-wrapper.flex.flex{
	justify-content: flex-start;
}
.modal-btn-wrapper .form-item{
	padding-right: 15px;
	width 25px;
	margin-left: 7px;
	margin-right: 7px;
	justify-content: flex-start;
}
.overlay-modal-in .overlay-modal{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;	
}

.overlay-modal-in{
	overflow: hidden;
}

.overlay-modal-in .scroll-fixer{
	margin: var(--overflow-modal-padding);
	position: relative;
	z-index: 5;
	overflow: auto;
	max-height: 100%;
	
}
.overlay-modal 	.wrapper{
	background-color: rgba(0,0,0,.8);
	color: #FFF;
	padding-top: var(--overflow-modal-padding);
	padding-bottom: var(--overflow-modal-padding);
	position: relative;
}


.usp{
	display: flex;
	margin-top: var(--overflow-modal-padding);
	flex-wrap: wrap;

}
.usp > *{
	width: 100%;
	padding: 0px 20px 20px 20px;
	border-left: 2px solid var(--color-brand);

}
.usp > *:not(:last-child){
	margin-bottom: 50px;			
}


@media only screen and (min-width: 600px) {
	.overlay-modal{
		--overflow-modal-padding: 50px;
	}
	.usp > *{
		width: 50%;
	}
	.usp > *:not(:last-child){
		margin-bottom: 0px;			
	}
}

