



.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 {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.3;
	font-style: italic;
	letter-spacing: 0.03em;
	padding: 4px 1px 6px 1px;
	display: block;
}

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

.FormLabelERROR {
	position: relative;
	z-index: 2000;
	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 { 
	background-color: #FFFFFF;
	color: #003366 !important;
	width: 220px !important;
	max-width: 220px !important;
	font-size: 20px;
	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: 20px;
	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 {
	color: #003366 !important;
	font-size: 20px;
	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: 20px;
	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;
}

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




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

.BlackButton {
    background-color: #000000;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
	text-shadow: 1px 1px #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    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.BlackButton:-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.BlackButton:hover, .BlackButton-hover {
    border: 1px solid #ffffff;
    background-color: #00a4c2;
}

.BlackButton:focus, .BlackButton:active, .BlueButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    background-color: #00a4c2;
   	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;
}

a.AffirmForm {
	color:#fff;
	text-shadow:0 0 5px #ea008d, 0 0 10px #ea008d, 0 0 15px #ea008d, 0 0 20px #ea008d, 0 0 30px #ea008d, 0 0 40px #ea008d, 0 0 55px #ea008d, 0 0 75px #ea008d;
}
a.AffirmForm:hover {
	color:#fff;
	text-shadow:0 0 5px #e5b642, 0 0 10px #e5b642, 0 0 15px #e5b642, 0 0 20px #e5b642, 0 0 30px #e5b642, 0 0 40px #e5b642, 0 0 55px #e5b642, 0 0 75px #e5b642;
}

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

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-checkbox-label {
	padding-left:23px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-checkbox-label {
	background-position: 0 -28px;
}
label.css-checkbox-label {

	background-image:url('/CoastalGraphics/images/cssCheckBox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.CheckboxContainer {
	cursor: pointer
}

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

input[type=radio].css-radio {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-radio + label.css-radio-label {
	padding-left:23px;
	height:18px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-radio:checked + label.css-radio-label {
	background-position: 0 -18px;
}

label.css-radio-label {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
  	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.03em;
	text-shadow: 1px 1px 1px #004665;

	background-image:url('/CoastalGraphics/images/cssRadio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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



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

@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;
	}
}

