.atmos-page .custwheelchair-formWrapper .atm-c-radio-field {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.atmos-page .custwheelchair-formWrapper .atm-c-legend {
    display: inline-block;
    padding: 0;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio-field__body {
    position: relative;
    margin-bottom: 0.25rem;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio-field__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio-field__item {
    display: flex;
    margin-bottom: 1rem;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio-field__item-control {
    position: relative;
    top: 2px;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio__input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio__input {
	opacity: 1;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio__custom-radio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio__custom-radio:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    border: 2px solid #024;
    border-radius: 50%;
    background: transparent;
}

.atm-c-radio__input:checked+.atm-c-radio__custom-radio:after {
    opacity: 1;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio__custom-radio:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    z-index: 2;
    display: block;
    opacity: 0;
    border: 4px solid #024;
    border-radius: 50%;
    background: #024;
    opacity: 0;
}

.atmos-page .custwheelchair-formWrapper .atm-c-radio-field__item-label {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.71429;
    margin-bottom: 0;
    letter-spacing: normal;
    text-transform: none;
    color: #000;
    padding-left: 0.5rem;
}


.custwheelchair-formWrapper {
	counter-reset: formlist;
}

.custwheelchair-formWrapper > div > div:before {
    counter-increment: formlist;
    content: counter(formlist)".";
    position: absolute;
    left: 0px;
}

.custwheelchair-col1, .custwheelchair-fieldrow {
	margin-bottom: 32px;
}

.custwheelchair-fieldrow {
    padding-left: 40px;
    position: relative;
}

.atmos .custwheelchair-fieldrow .atm-c-text-input.atm-c-textfield__input {
	width: 600px;
	max-width: 100%;
}

.atmos .custwheelchair-fieldrow .atm-c-textarea-field {
    padding-top: 0px;
}

.custwheelchair-photobox {
	display: table;
	width: 90%;
	margin-top: 32px;
}

.custwheelchair-photobox > p {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	border: solid 1px #333;
	text-align: center;
	padding: 24px;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia,'Times New Roman',serif;
	height: 400px;
}

.atmos-page .custwheelchair-formWrapper input.atm-c-text-input, .atmos-page .custwheelchair-formWrapper .atm-c-textarea-field__input {
    width: 600px;
    max-width: 100%;
}

.atmos-page .custwheelchair-formWrapper .atm-c-textarea-field {
	padding-top: 0px;
}

.printonly {
	display: none !important;	
}

.custwheelchair-print {
    padding-left: 40px;
    padding-top: 16px;	
}

.atmos-page .custwheelchair-formWrapper .atm-c-textarea-field label {
	display: block;
}

@media print {
	
	
	@page {
		margin: 1cm;
		size: A4 landscape;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
	
	@page vertical {
		size: A4 portrait;
	}
	
	@page horizontal {
		size: A4 landscape; 
	}
	
	 html {
		text-rendering:optimizeLegibility;
		-ms-text-size-adjust:100%;
		-webkit-text-size-adjust:100%;
		height:100%;
		position:relative;
	}
	
	.printonly {
		display: block !important;
	}
	
	.hide-onprint, .qualtrics-siteintercept-13cr7n5, .QSIFeedbackButton, .custwheelchair-print {
		display: none !important;
	}
	
	h1.printonly {
		margin-top: 24px !important;
	}
	
	.custwheelchair-formWrapper {
		display: table;
	}
	
	.custwheelchair-col1 {
		border-right: 1px dashed #000;
	}
	
	.custwheelchair-col2 {
		padding-left: 24px;
	}
	
	.custwheelchair-col1, .custwheelchair-col2 {
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}
	
	.atmos-page .custwheelchair-formWrapper input.atm-c-text-input {
		border: none;
		border-bottom: 1px solid #000;
	}
	
	.atmos-page .custwheelchair-oneline label, 
	.atmos-page .custwheelchair-oneline .atm-c-textfield__body,
	.atmos-page .custwheelchair-fieldset-oneline .atm-c-textfield {
		display: inline-block;
		width: auto;
	}
	
	.atmos-page .custwheelchair-fieldset-oneline legend {
		float: left;
		width: auto;
	}
	
	.atmos-page .custwheelchair-formWrapper .atm-c-textarea.atm-c-textarea-field__input {
		border: none;
		display: none;
	}
	
	.atmos-page .custwheelchair-inputshort input.atm-c-text-input {
		width: 200px;
	}
	
	.atmos-page .custwheelchair-formWrapper .atmos-page .atm-c-textarea-field:after {
		content: attr(data-replicated-value) " ";
	}
	
	
}

/*wheelchair tool*/
.wheelchair-result, #wheelchair-no-result, .wheelchair-result-list > li {
display: none;	
}

ul#wheelchair-result-list, .wheelchair-result-list {
	margin-left: 0px;
	list-style-position: inside;
}

.wheelchair-result-list > li {
	font-weight: 600;
}

#wheelchair-search {
	margin-top: 22px;
}
