/******** Qinetiq Styles ********/

.contact-form {
	width: 100%;
	background-color: #eeefef;
	padding: 15px 0;
	margin-bottom: 30px;
	border-top: 3px solid #9a258f;
}

	.contact-form .col-md-6, .contact-form .col-md-12 {
		margin-bottom: 0;
	}

.form-control, .custom-select {
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	/*padding-left: 0;*/
}

textarea.form-control {
	background-color: #fff;
	border: 0;
}

/* Customize the label (the container) */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 12px;
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.checkbox-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 35px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #fefefe;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 14px;
	top: 2px;
	width: 8px;
	height: 25px;
	border: #9a258f solid;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	transform: rotate(38deg);
}

.btn-submit {
	background-color: #002744;
	color: #fff;
	border-radius: 0;
}

	.btn-submit:hover {
		background-color: #9a258f;
		color: #fff;
	}



form[id^=fxb] input, form[id^=fxb] select {
	font-size: inherit;
	font-family: inherit;
	padding: 4px 8px;
	text-overflow: ellipsis;
	border: none;
	border-bottom: 1px solid #aaa;
	width: 240px;
}

form[id^=fxb] div {
	margin-bottom: 1rem;
}

form[id^=fxb] label {
	width: 120px;
	line-height: 45px;
	margin-bottom: 0;
}

form[id^=fxb] input[type=submit] {
	color: #9a258f;
	border: 1px #9a258f solid;
	font-weight: bold;
	max-width: 350px;
	width: 100%;
	max-width: 350px;
	background-color: white;
	padding: 10px;
}

form[id^=fxb] input[type=checkbox] {
	width: 30px !important;
}

.scFormFieldWideLabel {
	width: 400px !important;
}

.scFormFieldOptional + .field-validation-valid {
	display: none;
}

.scFormTerms {
	font-size: 0.9rem !important;
	padding-top: 10px;
}