.column-fields{
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
}
.column-fields.single-column{
	width: 50%;
}
.column-fields .labeled-field{
	align-items: flex-end;
	display: flex;
	flex-basis: 50%;
	flex-grow: 1;
	justify-content: space-between;
	margin-bottom: 5px;
}
.column-fields.single-column .labeled-field{
	flex-basis: 100%;
}
.column-fields.full-width .labeled-field > label{
	flex-basis: 20%;
}
.column-fields.full-width .labeled-field > input[type=text],
.column-fields.full-width .labeled-field > input[type=password],
.column-fields.full-width .labeled-field > select,
.column-fields.full-width .labeled-field > textarea{
	flex-basis: 80%;
}
.labeled-field input[type=text],
.labeled-field input[type=password],
.labeled-field select,
.labeled-field textarea{
	margin-left: 1em;
}
.column-fields .labeled-field > label{
	flex-basis: 40%;
}
.column-fields .labeled-field > input[type=text],
.column-fields .labeled-field > input[type=password],
.column-fields .labeled-field > select,
.column-fields .labeled-field > textarea{
	flex-basis: 60%;
}
.column-fields .labeled-field > label:nth-of-type(1){
	align-self: flex-start;
	margin-top: 3px;
}
.column-fields .labeled-field > label:nth-of-type(2){
	display: flex;
	flex-basis: 60%;
	flex-direction: column;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 1em;
	margin-top: 0;
	text-align: left;
}
.column-fields .labeled-field > label:nth-of-type(2) input[type=text],
.column-fields .labeled-field > label:nth-of-type(2) input[type=password],
.column-fields .labeled-field > label:nth-of-type(2) select{
	margin-left: 0em;
}
.column-fields label{
	text-align: right;
}
.g-recaptcha{
	margin: 1em 0;
}
.labeled-field{
	display: block;
}
.ncu-form{
	background-color: #f1f1f2;
	border-radius: 20px;
	margin-top: 30px;
	padding: 30px 5%;
}
.ncu-form textarea{
	width:  100%;
}
@media (max-width: 815px){
	.column-fields{
		align-items: flex-start;
		justify-content: space-between;
	}
	.column-fields .labeled-field{
		align-items: flex-start;
		flex-basis: auto;
		flex-direction: column;
		flex-shrink: 0;
	}
	.column-fields .labeled-field label{
		flex-basis: auto;
		margin-top: 0.25em;
	}
	.column-fields.full-width .labeled-field label{
		flex-basis: auto;
		margin-top: 0.25em;
	}
	.column-fields .labeled-field > label:nth-of-type(2){
		flex-basis: auto;
		margin-left: 0;
	}
	.column-fields .labeled-field input[type=text],
	.column-fields .labeled-field input[type=password],
	.column-fields .labeled-field select,
	.column-fields .labeled-field textarea{
		flex-basis: auto;
		margin-left: 0;
		width: 16em;
	}
	.column-fields.full-width .labeled-field input[type=text],
	.column-fields.full-width .labeled-field input[type=password],
	.column-fields.full-width .labeled-field select,
	.column-fields.full-width .labeled-field textarea{
		flex-basis: auto;
		width: 100%;
	}
}
@media (max-width: 430px){
	#rc-imageselect,
	.g-recaptcha{
		transform:scale(0.85);
		-webkit-transform:scale(0.85);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		width: 200px;
	}
}

/* forms in episerver */

.FormChoice label {
    display: block;
}

.EPiServerForms .FormParagraphText h4, .EPiServerForms h1, .EPiServerForms h2, .EPiServerForms h3, .EPiServerForms h4, .EPiServerForms h5 {
	margin-left: -2%;
}

.EPiServerForms .FormTextbox,
.EPiServerForms .FormSelection {
    box-sizing: border-box;
    display: inline-block;
    min-width: 250px;
    padding-right: 1em;
    width: 50%;
}

.EPiServerForms .FormTextbox .Form__Element__Caption,
.EPiServerForms .FormSelection .Form__Element__Caption {
    max-width: 20%;
    min-width: 195px !important;
    padding-right: 1em;
    width: 50%;
}

.EPiServerForms .FormTextbox input,
.EPiServerForms .FormSelection select {
    box-sizing: border-box;
    min-width: 195px;
    width: 50%;
}

.EPiServerForms .FormTextbox.FormTextbox--Textarea {
    display: block;
    min-width: 0px;
    padding-right: 0;
    width: 100%;
}

.EPiServerForms .FormTextbox.FormTextbox--Textarea .Form__Element__Caption {
    display: block;
    max-width: inherit;
    min-width: inherit;
    width: inherit;
}

.EPiServerForms .FormTextbox.FormTextbox--Textarea textarea {
    height: 5em;
    width: 100%;
}

.EPiServerForms .FormFileUpload .Form__Element__Caption {
    display: block !important;
}

.EPiServerForms .Form__Element.FormParagraphText > div:empty {
    margin-top: -1.5rem;
}

.EPiServerForms .Form__Element p:first-child {
    margin-top: 1em;
}

.EPiServerForms .Form__Element__Caption {
    margin-top: 1rem;
    vertical-align: middle !important;
}

.EPiServerForms .FormCaptcha > * {
    display: block !important;
    margin: 1em 0;
}

.EPiServerForms .FormCaptcha img {
    max-width: 350px;
    width: 100%;
}

.EPiServerForms .Form__Success__Message {
    background-color: inherit !important;
    color: inherit !important;
}

.EPiServerForms .Form__Element.FormStep {
    background-color: #f1f1f2;
    border-radius: 20px;
    padding: 30px 5%;
}

.EPiServerForms .FormResetButton:active,
.EPiServerForms .FormResetButton:focus,
.EPiServerForms .FormResetButton:hover {
    background-color: #84973b;
    border-color: #84973b;
    color: #fff;
    text-decoration: none;
}

.EPiServerForms .FormResetButton {
    background-color: #fff;
    border: 6px solid #c1d82f;
    border-radius: 24px;
    color: #84973b;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
    margin: 10px 0px;
    min-width: 145px;
    padding: 13px 25px;
    text-align: center;
    text-decoration: none;
    transition: 150ms;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
}

    .EPiServerForms .FormResetButton:active,
    .EPiServerForms .FormResetButton:focus,
    .EPiServerForms .FormResetButton:hover {
        background-color: #84973b;
        border-color: #84973b;
        color: #fff;
        text-decoration: none;
    }

.EPiServerForms .Form__NavigationBar {
    margin-top: 2em;
}

.EPiServerForms .FormSubmitButton + .FormResetButton,
.EPiServerForms .FormResetButton + .FormSubmitButton,
.EPiServerForms .FormSubmitButton + .FormSubmitButton,
.EPiServerForms .FormResetButton + .FormResetButton {
    margin-left: 1em;
}

.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
    display: block !important;
    margin-right: 1.5em !important;
    max-width: inherit !important;
    text-align: inherit !important;
}

.EPiServerForms .FormChoice--Image .FormChoice--Image__Item img {
    display: block;
    margin-bottom: 2em;
    margin-left: 1.5em;
    margin-top: 0.5em;
    max-width: 40%;
    width: auto;
}

.EPiServerForms .Form__Status .Form__Status__Message {
	background: none !important;
	display: block;
	padding: 1rem;
	margin: 1rem 0 0;
}

.EPiServerForms .Form__Status .Form__Status__Message.hide {
	display: none;
}

.Form__MainBody {
	margin-top: 1em;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
}