



.ContactFormLabels {
	display: block;
	padding: 2px 2px 2px 2px
}


/* ********************************************************************** */
/* ********************************************************************** */


/* ********************************************************************** */
/* ********************************************************************** */



input[type='text'] {
	font-size: 20px;
	outline:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


textarea {
	font-size: 20px;
	line-height: 1.1;
	font-family: inherit;
	font-size: inherit;
	padding: 1px 4px 1px 4px;
}


.FormRequired {
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

label {
	color: white;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 4px 1px 4px 1px;
	display: block;
}

.FormLabelNormal, fieldset legend {
	color: white;
  	font-weight: 400;
	text-shadow: none;
}

.FormLabelERROR {
	position: relative;
	z-index: 100;
	color: #ffffff;
  	font-weight: 600;
	text-shadow: 0px 0px 2px #ff9999, 0px 0px 4px #ff6666, 0px 0px 6px #ff6666, 0px 0px 8px #ff3333, 0px 0px 10px #ff3333, 0px 0px 12px #ff3333, 0px 0px 14px #ff3333, 0px 0px 16px #ff3333, 0px 0px 18px #ff3333, 0px 0px 20px #ff3333, 0px 0px 22px #ff3333, 0px 0px 24px #ff3333, 0px 0px 26px #ff3333;
}

/* ***************************************************************** */

.FormInput { 
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	background-color: #FFFFFF;
	color: #67318f;
	max-width: 220px !important;
	font-size: 18px;
	height: 40px;
	border: 1px solid #ffffff !important;
	margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.FormInput::-webkit-input-placeholder { /* WebKit browsers */ color: #888888; }
.FormInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #888888; opacity: 1; }
.FormInput::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #888888; opacity: 1; }
.FormInput:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #888888; }

.FormInputERROR { 
    background-color: #ff9999 !important;
	width: 220px !important;
	max-width: 220px !important;
	font-size: 18px;
	height: 40px;
	margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff9999;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	box-shadow: 0px 0px 2px #ff9999, 0px 0px 4px #ff6666, 0px 0px 6px #ff6666, 0px 0px 8px #ff3333, 0px 0px 10px #ff3333, 0px 0px 12px #ff3333, 0px 0px 14px #ff3333, 0px 0px 16px #ff3333, 0px 0px 18px #ff3333;
}
.FormInputERROR::-webkit-input-placeholder { /* WebKit browsers */ color: #ffffff; }
.FormInputERROR:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ffffff; opacity: 1; }
.FormInputERROR::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ffffff; opacity: 1; }
.FormInputERROR:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ffffff; }

/* ***************************************************************** */

.FormTextArea {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
	color: #67318f;
	font-size: 18px;
	width: 92%;
	max-width: 720px;
	height: 150px;
	overflow:auto;
	line-height: 1.3 !important;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border: 1px solid #ffffff !important;
	/* resize: vertical; */
	resize: none;
	padding: 6px !important;
}

.FormTextArea::-webkit-textarea-placeholder { /* WebKit browsers */ color: #888888; }
.FormTextArea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #888888; opacity: 1; }
.FormTextArea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #888888; opacity: 1; }
.FormTextArea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #888888; }

.FormTextAreaERROR {
	background-color: #ff9999;
	font-size: 18px;
	width: 92%;
	max-width: 720px;
	height: 150px;
	overflow:auto;
	line-height: 1.3 !important;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	box-shadow: 0px 0px 2px #ff9999, 0px 0px 4px #ff6666, 0px 0px 6px #ff6666, 0px 0px 8px #ff3333, 0px 0px 10px #ff3333, 0px 0px 12px #ff3333, 0px 0px 14px #ff3333, 0px 0px 16px #ff3333, 0px 0px 18px #ff3333;
	/* resize: vertical; */
	resize: none;
	padding: 6px !important;
}

.FormTextAreaERROR::-webkit-input-placeholder { /* WebKit browsers */ color: #ffffff; }
.FormTextAreaERROR:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ffffff; opacity: 1; }
.FormTextAreaERROR::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ffffff; opacity: 1; }
.FormTextAreaERROR:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ffffff; }

#AddressWrapper { 
	margin-top: 30px;
}

/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */




/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */

.PurpleButton {
    background-color: #67318f;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    outline: 0 none;
    padding: 10px 16px 10px 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button.PurpleButton:-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.PurpleButton:hover, .PurpleButton-hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #67318f;
}

.PurpleButton:focus, .PurpleButton:active, .PurpleButton-active {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #2dabec;
   	outline: 0 none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
}

/* *********************************************************************** */
/* *********************************************************************** */
/* *********************************************************************** */

@media screen and (max-width: 800px) {

	.FormInput, .FormInputERROR { 
		width: 180px !important;
		max-width: 180px !important;
	}
	
	.FormTextArea, .FormTextAreaERROR {
		max-width: 600px;
	}
}


@media screen and (max-width: 740px) {

	.CGFormContainer {
		display: block;
	} 
	.CGFormContainer:nth-of-type(2) {
		margin-top: 20px;
	} 

	.FormTextArea, .FormTextAreaERROR {
		max-width: 90vw !important;
	}
}

@media screen and (max-width: 460px) {

	.FormLabelNormal, fieldset legend, .FormLabelERROR {
		font-size:16px !important;
	}

	input[type=checkbox].css-checkbox + label.css-label {
		font-size:14px;
	}
	
	.ServiceRadioLabelWrapper {
		font-size:14px !important;
	}

	.ServiceRadioWrapper:nth-of-type(2) {
		height: 66px;
	}
}

@media screen and (max-width: 390px) {

	.ServiceRadioWrapper:nth-of-type(2) {
		height: 80px;
	}
}

