@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli:400,600,700');

@import url("https://use.typekit.net/zkx1fla.css");

.ccpa-form {
	font-family: 'Muli', sans-serif;
}

.ccpa-form .container {
	max-width: 95%;
}

.text-primary {
	color: #f2695b !important;
}

.btn-primary:disabled {
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.radio-check-square {
	border-radius: 0 !important;
}

.radio-check-square.disabled {
	background-color: #e9ecef;
}

.recaptcha_div{
	position: relative;
}

.recaptcha_div #recaptcha_ccpa{
	z-index: 1;
}

.header-text {
	background-image: url('/binaries/content/gallery/behrbrxm/ccpa/roller.jpg');
	background-repeat: no-repeat;
	height: 438px;
	background-size: contain;
	padding: 11% 10%;
}

.header-text-mobile {
	height: 280px;
	padding: 8% 10%;
}

.header-text-mobile h1 {
	width: 54%;
}

#hidden_recaptcha, #hidden_california_resident, #hidden_typeOfRequest, #hidden_association {
	position: relative;
    top: 44px;
    left: 80px;
    z-index: -1;
    width: 1px;
	height: 0;
	border-color: white;
	background-color: white;
	border: 0;
	color: transparent;
}

#hidden_recaptcha, #hidden_california_resident, #hidden_typeOfRequest, #hidden_association:focus {
	outline: none;
}

#hidden_california_resident {
    top: 19px;
    left: -98px;
}

#hidden_typeOfRequest {
    top: 0px;
    left: 10px;
}

#hidden_association {
    top: 0px;
    left: 10px;
}