
/* NEW STUFF */
	.secm-form.hr-display-none hr {
		display: none;
	}
	.secm-form-responses-checkbox-container,
	.secm-form-responses-radio-container {
		display: flex;
		flex-direction: column;
		margin-top: 1em;
		line-height: 2;
	}

	.secm-form-checkbox,
	.secm-form-radio {
		display: inherit;
		margin-bottom: 1em;
	}
	.secm-form-checkbox-label,
	.secm-form-radio-label {
		margin-bottom:  unset;
	}
	.secm-form-checkbox-input,
	.secm-form-radio-input {
		width: 2rem !important;
	}




	@media screen and (max-width: 991px) {
			.secm-form .form_button_submit {
				width: 100%;
				white-space: normal;
				padding: 1.34vw 1.005vw;
			}
	}
	.secm-form .form_label {
		background-color: var(--vt-smoke);
		margin-bottom: unset;
		margin-top: 1em;
		padding: .5rem 1rem;
	}
	.secm-form .form_p .form_label {
		background: unset !important;
	}
	.secm-form input {
		vertical-align: unset !important;
	}
	.secm-form input,
	.secm-form textarea,
	.secm-form select {
		width:100%;
		border: 1px solid var(--vt-smoke);
		padding: .5rem 1rem;
	}
	.secm-form input:focus,
	.secm-form textarea:focus,
	.secm-form select:focus {
		background-color: white !important;
	}

	.secm-form .form_header .form_label:not([for]),
	.secm-form .form_address .form_label:not([for]) {
		color: white;
		background: var(--vt-maroon);
	}

	/* This is override the maroon asterisk */
	.secm-form .form_header .form_label:not([for]) span,
	.secm-form .form_address .form_label:not([for]) span {
		color: white !important;
	}

	.secm-form .form_header .form_label {
		padding: 1em !important;
	}

	.secm-form fieldset .form_responses select:not(:first-child) {
		margin-left: unset !important;
		margin-top: 0.5em;
	}

	.secm-form .form_button_submit {
		display: inline-block;
		margin:  1em 3px 0 3px;
		background-color: #861f41;
		border-color: #861f41;
		color: #fff;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		border: 2px solid transparent;
		letter-spacing: .25rem;
		padding: 0.67vw 0.67vw;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 0;
		text-transform: uppercase;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-family: Acherus,sans-serif!important;
		-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	}
	.secm-form .form_button_submit:hover {
		color: #fff;
		background-color: #a52650;
		border-color: #a52650;
	}