.form-group {
	float: left;
	clear: both;
	width: 100%;
}
.Requestor-lable {
	margin-top: 18px;
}
.uni_navbar div.customizedFor {
	display: none;
}
div#ctl_identifier-wrapper {
	width: 100%;
}
.g-recaptcha {
	float: left;
	margin-bottom: 28px;
}
div#dsr-form-wrapper {
	max-width: 970px;
	margin: 0 auto;
}
.checkbox-group-wrapper {
	margin-bottom: 8px;
}
.checkbox-control-container {
	float: left;
}
.checkbox-text-container {
	padding-left: 10px;
	padding-right: 10px;
}
input.ctlOrageBtn {
	background-color: #ff8b19;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 27px;
	width: auto;
	padding: 10px 20px;
	display: block;
	border: none;
	float: left;
	clear: both;
}
.access-label-ns {
	display: none;
}
#sendDsrRequest {
	display: none;
}
#ctl_relationship_type-group-container > div:nth-child(1) > span:nth-child(4) > a {
	color: #8cc63f;
}
.not-provided-default-boxes-buttons {
	display: none;
}
.bannerBotBorder {
	height: 10px;
	background: -webkit-linear-gradient(left, #001e60 15%, #0047bb 15%, #0047bb 50%, #48d597 50%);
	background-image: -ms-linear-gradient(left, #001e60 15%, #0047bb 15%, #0047bb 50%, #48d597 50%);
	background-image: -moz-linear-gradient(left, #001e60 15%, #0047bb 15%, #0047bb 50%, #48d597 50%);
}
form#form_dsr_request {
	margin-bottom: 36px;
}
.leftFloat {
	float: left;
}
label.leftFloat {
	margin-right: 10px;
	line-height: 40px;
}
input.leftFloat {
	width: auto;
}
.checkbox-text-container.leftFloat {
	line-height: 20px;
	padding-bottom: 7px;
	padding-top: 1px;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.notFooter {
	float: none;
	text-align: center;
	font-size: 14px;
	max-width: 400px;
	margin: 0 auto;
	clear: both;
}
.pagetitle-dsr {
	margin-top: 18px;
	font-size: 20px;
	font-weight: bold;
}
.security-concerns {
	float: left;
	clear: both;
	width: 100%;
	margin: 18px 0px 18px 0px;
}
.text-container {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 14px 0px;
}
.contact-by-margin {
	margin-bottom: 0px;
}
.Lumenlink,
.Lumenlink:hover,
.Lumenlink:visited,
.Lumenlink:focus {
	color: #0047bb !important;
}
.element-wrap-radio-btn {
	float: left;
}
.element-wrap-radio-text.pt3px {
	padding-left: 5px;
	padding-top: 3px;
}
.element-wrap-radio-text.pt5px {
	padding-left: 5px;
	padding-top: 5px;
}
@media (max-width: 767px) {
	input.leftFloat {
		width: 100%;
	}
	label.leftFloat {
		line-height: initial;
	}
	.request-type-checkbox-wrap input.leftFloat {
		width: auto;
	}
	input#checkbox-CCPA-request.leftFloat,
	input#checkbox-DSR-request.leftFloat {
		width: auto;
	}
}

/* Security: Hide any submit buttons that might be injected maliciously */
input[type='submit']:not(#sendDsrRequest),
input[type='image']:not(#sendDsrRequest) {
	display: none !important;
}

/* Ensure our authorized submit button is visible when enabled */
#sendDsrRequest {
	display: block !important;
}
