

/* 
logo gold: fcb623
logo royal blue: 0066c6
logo delaware blue: 63c1d0
 */

.SignUpFormWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
}

.FormContainer {
    display: inline-block;
    width: auto;
    max-width: 300px;
    vertical-align: top;
    margin: 0px 10px 10px 10px;
    padding: 0px 0px 0px 5px;
}

.FormOuter {
	margin: 0px 0px 0px 0px;
	padding: 4px;
    display: inline-block;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 4px solid #fcb623;
}

.FormInner {
	background-color: #ffffff;
	padding: 10px 10px 0px 10px;
 	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
    display: inline-block;
    width: auto;
    background: #0066c6
}

label {
	color: white;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	line-height: 1.3;
	padding: 4px 1px 4px 1px;
	display: block;
}

.FormQualifier {
	color: white;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	line-height: 1.3;
	padding: 0px 1px 8px 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;
}

.FormRequiredHeading {
    max-width: 260px !important;
	font-size: 18px;
	color: white;
	white-space: normal;
	text-align: left;
	padding: 16px 0px 16px 0px
}

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

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

.SignUpCheckboxes {
	display: inline-block;
	width: auto;
}

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-label {
	padding-left:23px;
	height:22px; 
	display:inline-block;
	line-height: 1.4em;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
	/* margin-top: 30px; */

}

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

label.css-label {
	color: #ffffff;
  	font-weight: 400;
	font-size: 18px !important;
	letter-spacing: 0.03em;
	margin-left: 10px;

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

label.css-label div {
	padding-left: 10px;
	margin-top: -5px;

}

.SignUpCheckboxWrapper {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	height: 30px;
	position: relative;
}

.SignUpCheckbox {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

.SignUpCheckboxLabelWrapper {
	display: inline-block !important;
	padding-left: 5px;
}

.SignUpRadioWrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	height: 45px;
}
.SignUpRadioWrapperAlt {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	position: relative;
	height: 10px;
}

.SignUpRadio {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

.SignUpRadioLabelWrapper {
	font-size:16px !important;
	display: inline-block !important;
	padding-left: 5px;
}
* ********************************************************************** */
/* ********************************************************************** */
.CheckboxContainer, .RadioContainer  {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 18px;
	height: 18px;
}

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

.RadioGroupLabel {
	color: white;
	font-size: 18px;
	margin: -2px 0px 0px 0px;
	line-height: 1.3;
	padding: 4px 1px 4px 1px;
	display: block;
}
.CustomFacebookLabel {
	color: #ffcc66;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2;
	padding: 4px 1px 4px 1px;
	display: block;
	font-style: italic
}


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:28px;
	background-position: 0px 0px;
	height:10px; 
	display:inline-block;
	line-height:1;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-radio:checked + label.css-radio-label {
	background-position: 0px -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('/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;
}

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

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

.SelectionMenu { 
	font-size: 18px;
	height: 45px;
	padding: 1px 4px 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.SelectionMenuNormal { 
	color: #003366;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.SelectionMenuError { 
	background-color: #ff9999;
	border: 1px solid #ffffff;
	color: #ffffff;
	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;
}

.SelectWrapperNormal {
	padding: 0px !important;
	box-shadow: none;
	display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.SelectWrapperError {
	padding: 0px !important;
	box-shadow: 0px 0px 2px #ff9999, 0px 0px 4px #ff9999, 0px 0px 6px #ff6666, 0px 0px 8px #ff6666, 0px 0px 10px #ff6666, 0px 0px 12px #ff3333, 0px 0px 14px #ff3333, 0px 0px 16px #ff3333, 0px 0px 18px #ff3333, 0px 0px 20px #ff3333, 0px 0px 22px #ff3333;
	display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff9999;
}


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



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


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

.FormInput { 
	background-color: #FFFFFF;
	color: #67318f;
	width: 100%;
	max-width: 250px !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: 100%;
	max-width: 250px !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;
}

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

.SignUpFormHeadingWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100px;
}

.SignUpFormHeading, .SignUpFormHeading2, .SignUpFormHeading3 {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
	font-size: 24px !important;
	font-style: normal;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 1px;
	color: ffffff;
	padding: 10px 10px 5px 10px;
}

.SignUpFormHeading {
	position: absolute;
	z-index: 600 !important;
	text-shadow: 1px 1px 1px #004665;
}

.SignUpFormHeading2 {
	position: absolute;
	z-index: 500 !important;
	display: none;
}

.SignUpFormHeading3 {
	position: relative;
	z-index: 400 !important;
	visibility: hidden;
}

.PulsateIn {
	color:#fff;
	text-shadow: 0 0 5px #ffff33, 0 0 10px #ffcc33, 0 0 15px #ff9933, 0 0 20px #ff6633, 0 0 30px #ff3333, 0 0 40px #ff0099, 0 0 55px #cc00ff, 0 0 75px #9900ff;
}

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

.PurpleButton {
    background-color: #ff0000;
    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 {
	background-color: #f7b62a;
	border: 1px solid #ffffff;
	color: #ffffff;
}

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

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

.StateZipTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
}

.StateZipTableTR {
	display: table-row;
}

.StateZipTableTD1 {
	display: table-cell;
	width: auto;
}
.StateZipTableTD2 {
	display: table-cell;
	padding-left: 30px;
}

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

	.StateZipTableTR, .StateZipTableTR, .StateZipTableTD1, .StateZipTableTD2 { 
		display: block;
	}

	.StateZipTableTD2 {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
	}
}


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

	.FormInput, .FormInputERROR { 
		width: 30vw;
		max-width: 30vw;
	}
	
	.FormTextArea, .FormTextAreaERROR {
		max-width: 600px;
	}
}


@media screen and (max-width: 767px) {
	
	.SignUpFormWrapper {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px
	}
	
	.FormContainer {
		width: auto;
		max-width: 310px;
		margin: 0px 0px 10px 0px;
	}

	.FormInput, .FormInputERROR { 
		width: 100% !important;
		max-width: 250px !important;
	}
}


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

	.SignUpFormHeading, .SignUpFormHeading2, .SignUpFormHeading3 {
		font-size: 22px !important;
	}

	.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) {

	.SignUpFormHeading, .SignUpFormHeading2, .SignUpFormHeading3 {
		font-size: 20px !important;
	}

	.FormContainer {
		width: auto;
		margin: 0px 0px 10px 0px;
	}

	.FormInput, .FormInputERROR { 
		width: 70vw !important;
		max-width: 70vw !important;
	}

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

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

	.FormQualifier {
		font-size: 13px;
	}
}

