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

.FormTR1 {
	display: table-row;
}

.FormTD1 {
	display: table-cell;
}

.FormTD1Lft {
	padding: 6px 30px 6px 0px;
	text-align: left;
}

.FormTD1Rght {
	padding: 6px 0px 6px 30px;
	text-align: left;
}

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

.FormTR2 {
	display: table-row;
}

.FormTD2 {
	display: table-cell;
	padding: 6px 6px 12px 6px;
	text-align: left;
}

.FormLabelWrapper {
	margin: 2px 0px 0px 0px;
}

.FormLabelWrapper {
	margin: 0px 0px 0px 0px;
	text-align: left;
}


label {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
  	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.03em;
	font-size: 18px
}

.FormInput1 { 
	width: 300px;
	max-width: 300px;
}
.FormInput2 { 
	width: 150px;
	max-width: 150px;
}

.FormInput3 { 
	width: 500px;
	max-width: 75vw;
}

.FormWhiteDivider {
	margin: 0px 0px 20px 0px;
	border-top: 2px solid white
}
.FormGreyDivider {
	margin: 0px 0px 20px 0px;
	border-top: 2px solid #8d96a0
}

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






form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.CGFormWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.CGLoginFormWrapper {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	display: inline-block;
	width: auto;
}

.CGForm {
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #000000;
	display: inline-block;
	width: auto;
}


.CGFormOuter {
	margin: 0px 0px 0px 0px;
	padding: 4px;
	border: 4px solid #ec1b24;
	background-color: #ffffff;
    display: inline-block;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	
}

.CGFormContainer {
    display: inline-block;
    width: auto;
/* 
    max-width: 340px;
 */
    vertical-align: top;
    margin: 0px 10px 10px 10px;
 }

.ContacFormHeadingWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: 60px;
}



.ContactFormHeading {
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: ffffff;
	padding: 10px 10px 5px 10px;
}



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

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


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

fieldset {
	border: 1px solid #ffffff;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.FormLabelNormal, legend {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
  	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
	letter-spacing: 0.03em;
	text-shadow: 1px 1px 1px #004665;
}

.FormLabelERROR {
	position: relative;
	z-index: 2000;
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
  	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
	letter-spacing: 0.03em;
	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;
}

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

.FormInput { 
	background-color: white;
	color: #003366 !important;
	font-size: 18px;
	height: 40px;
	border: 1px solid #ffffff !important;
	margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.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;
	font-size: 18px;
	height: 40px;
	margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	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: 18px;
	width: 660px;
	max-width: 660px;
	height: 200px;
	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;
	outline: none;
}

.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: 660px;
	max-width: 660px;
	height: 200px;
	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;
	outline: none;
}

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

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

.SelectMenuWrapper { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left !important;
}


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


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




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

.SpinnyButtonTR {
	display: table-row;
}

.SpinnyButtonWrapper {
	padding: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle !important;
}

#EmailListSignUpSpinnyThings, #ContactFormSpinnyThings {
	display: none;
}

.SpinnyThings {
	display: none;
	width: auto;
	vertical-align: middle !important;
	height: 54px;
	position: relative;
	text-align: center;
	margin: 0px !important;
 }

.svg-spinners {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate; 
	-moz-animation-duration: 1.2s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate; 
	animation-duration: 1.2s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}


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

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

	.FormTable1,
	.FormTR1,
	.FormTD1 {
		display: block;
	}

	.FormTD1Lft,
	.FormTD1Rght {
		padding: 6px 0px 6px 0px;
		text-align: left;
	}

	.FormTextArea,
	.FormTextAreaERROR {
		width: 300px;
		max-width: 300px;
	}
}

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

	.FormInput1,
	.FormInput3,
	.FormTextArea,
	.FormTextAreaERROR,
	.SelectionMenu { 
		width: 68vw;
		max-width: 300px;
	}
	
	label,
	.FormRequired,
	.FormInput,
	.FormInputERROR,
	.FormTextArea,
	.FormTextAreaERROR,
	.SelectionMenu { 

		font-size: 16px;
	}
}
