.form-group {
	margin: 0 auto 20px;
}

/*=====FORM STYLES=====*/

.customForm .radiobuttonlist, .customForm input.text, .customForm input[type="checkbox"], .datepickerfield, .customForm select {
	margin-left: 1.5em!important;
}

.customForm .checkboxlist {
	margin-bottom: 2em;
	padding: 0px!important
}

.customForm .checkboxlist label {
	float: unset!important;
}

.customForm .umbraco-forms-field-wrapper label {
	font-weight: unset;
	line-height: 1.5em;
	margin-left: 1em;
}

.customForm .umbraco-forms-field {
	margin-top: 2em;
}

.customForm .btn.primary {
	background-color: #5c4720!important;
	color: #fff!important;
	box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
	font-family: Inter;
	font-style: bold;
	font-size: 16px!important;
	line-height: 36px!important;
	align-self: center;
	letter-spacing: 20%;
	vertical-align: center;
}

.customForm .btn.primary:hover {
	background-color: #001d39!important;
	color: #fff!important;
}

.customForm select, .datepickerfield {
    max-width: 400px;
    padding: 5px;
    display: block;
    width: 95%;
    line-height: 1.5em;
    border: 1px solid #bbb;
}

 @media print {
        .breadcrumbs, .sticky-header, .header-global, .atc-footer2, .btn, .subpage-title, .toolbar-img, .atc-sub-head {
            display:none;
        }
        .atc-subpage-hero {
            box-shadow:none;
        }
        .pt-6 {
            padding-top:none;
        }
        .umb-grid {
            margin-top:-250px;
        }
    }

/*///////End Form Styles/////////*/


        