form .form_rightcol > .form_field_radio{
    padding-left: 25px;
}
.form_button_save {
    margin-left: 25px;
    padding-left: 10px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}
input.form_field_text {
    width: 100px;
}

/* 2022 Updates */
.column_flex .hhsa-db-landing {
	width: auto;
	min-height: 503px;
	margin-top: 2rem;
	border-top: 3px solid #2e3842;;
	background-image: url('/content/dam/sdc/hhsa/db/hhsa-db-background.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
.column_flex .hhsa-db-landing > div:first-child {
    margin-top: 24px;
}
.column_flex .hhsa-db-landing > div a {
    max-width: 200px;
	text-align: center;
}
.column_flex .hhsa-db-landing > div img {
    max-width: 200px;
    width: 200px;
    height: 200px;
	margin: 0 auto;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-header {
    font-size: 1.75rem;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-alert {
	margin-top: -0.5rem;
	color: red;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-left,
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-right {
	margin: -6rem 0 0 0;
	padding: 3.5rem 3rem 2rem 3rem;
	border-radius: 4rem;
	background-color: rgba(255, 255, 255, 0.75);    
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-left {
	margin-top: -7rem
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-left .button .contents {
	margin-top: 1.5rem;
	text-align: center;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-left .button .contents a {
    float: none !important;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-right .text:not(.parbase).section {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-right .form_row_description {
    color: #aaa;
}
.column_flex .hhsa-db-landing-form-content-right .text.section > .form_row .form_leftcollabel > span,
.column_flex .hhsa-db-landing-form-content-right .text.section > .form_row .form_leftcolmark,
.column_flex .hhsa-db-landing-form-content-right .submit.section > .form_row:first-child .form_leftcollabel > span,
.column_flex .hhsa-db-landing-form-content-right .submit.section > .form_row:first-child .form_leftcolmark {
    display: none;
}
.column_flex .hhsa-db-landing-form-content-right .text + .submit.section {
    padding-bottom: 0.5rem;
}
.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-right input.form_field_text {
    width: 150px;
    border-radius: 0.5rem;
    border-width: 1px;
    font-size: 1.75rem;
}
.column_flex .hhsa-db-landing form {
	margin-top: 0;
	margin-bottom: -1rem;
}
.column_flex .hhsa-db-landing form .submit {
    text-align: center;
}
.column_flex .hhsa-db-landing form .submit .hhsa-db-landing-update-view-submit-top {
    width: 200px;
    height: 200px;
    background-image: url('/content/dam/sdc/hhsa/db/hhsa-db-button-green.png');
    background-size: contain;
    background-color: transparent;
}
.column_flex .hhsa-db-landing form .form_error {
    font-size: 1.25rem;
}
.column_flex .hhsa-db-landing form .form .form_error {
    padding-top: 1rem;
}
.column_flex .hhsa-db-landing-form-content-right > div > div > .text.section .form_row_description {
    min-height: 12px;
}
.column_flex .hhsa-db-landing form .submit .hhsa-db-landing-update-view-submit-bottom {
    padding: 11px 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    border-radius: 6px;
    background-color: #2d3742;
}

@media (max-width: 991px) {
	.column_flex .hhsa-db-landing,
	.column_flex .hhsa-db-landing:before {
	    height: auto;
	}
	.column_flex .hhsa-db-landing  > div .hhsa-db-landing-form-content-right input.form_field_text {
	    width: 90%;
	}
}
@media (max-width: 640px) {
	.column_flex .hhsa-db-landing > div {
		padding-right: 15px !important;
	}
	.column_flex .hhsa-db-landing > div .hhsa-db-landing-form-content-right .text:not(.parbase).section {
	    display: block;
	    width: 100%;
	    margin-top: 2rem;
	}
	.column_flex .hhsa-db-landing  > div .hhsa-db-landing-form-content-right input.form_field_text {
	    width: 100%;
	}
	.column_flex .hhsa-db-landing form .submit .hhsa-db-landing-update-view-submit-bottom {
	    font-size: 28px;
	}
	.column_flex .hhsa-db-landing form > .form {
	    right: 8.5rem;
	}
}

