hr.FormHR {
    border: 0;
	color: #fecd6c;
    height: 2px;
    margin: 10px 0px 20px 0px;
    width: 100%;
    background-image: -webkit-linear-gradient(left, rgba(254, 205, 108, 0), rgba(254, 205, 108, 1), rgba(254, 205, 108, 0)); 
    background-image:    -moz-linear-gradient(left, rgba(254, 205, 108, 0), rgba(254, 205, 108, 1), rgba(254, 205, 108, 0)); 
    background-image:     -ms-linear-gradient(left, rgba(254, 205, 108, 0), rgba(254, 205, 108, 1), rgba(254, 205, 108, 0)); 
    background-image:      -o-linear-gradient(left, rgba(254, 205, 108, 0), rgba(254, 205, 108, 1), rgba(254, 205, 108, 0)); 
}



#FormBody {
	padding: 10px 10px 10px 10px;
	background-color: #0066cc;
    display: block;
    max-width: 800px;
    width: 100%;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	
}

#FormOuter {
	margin: 10px 10px 10px 10px;
	padding: 4px;
	border: 4px solid #cc0033;
	background-color: #ffffff;
    max-width: 800px;
    display: inline-block;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	
}

#FormContainer {
    width: 100%;
}

.FormTable {
	display: table;
	margin: 0px;
	padding: 0px;
}

.FormRow, .FormRow2 {
	display: table-row;
}

.FormLabels {
	text-align: right;
	display: table-cell;
}

.FormLabelsMobile {
	text-align: left;
	display: none;
}

.InputWrapper {
	padding: 0px 2px 2px 2px;
	width: 100% !important;
}

.FormFields {
	padding: 0px 0px 10px 0px;
	text-align: left;
	display: table-cell;
}

.FormRequired, .FormRequiredMobile {
	font-size: 20px;
	vertical-align: middle;
	line-height: 0;
	font-weight: bold;
	color: #ff3333;
	text-decoration: none;
	white-space: nowrap;
}

.SubmitFormContainer {
	height: 66px;
}

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

	.FormTable, .FormLabels, .FormRow, .FormFields {
		display: block !important;
		text-align: center;
	}
	
	.FormRow2 {
		display: block;
		text-align: center;
	}
	
	.FormLabel br {
		display: none;
	}

	.FormLabels {
		padding: 0px 2px 4px 2px;
	}

	.InputWrapper {
		padding: 0px 2px 2px 2px;
	}

}

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

.FormLabel {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	font-style: italic;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

a.FormLabel {color: #ffcc33; text-decoration: none}
a.FormLabel:hover {color : #99ffcc; text-decoration: none}
a.FormLabel:active {color : #ff9999; text-decoration: none}

.FormLabelLG {
	font-size: 20px;
  	font-weight: 600;
}

.FormLabelMED {
	font-size: 18px;
}

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

	.FormLabelMED {
		font-size: 16px;
	}
}

.FormLabelSM {
	font-size: 16px;
}

.FormLabelNormal {
	color: #ffffff;
  	font-weight: 600;
	text-shadow: none;
}


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

.FormLabelNormal a, .FormLabelError a {
	cursor: pointer;
}

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

#NameTable {
	display: table;
}

.NamePart {
	padding: 0px 2px 2px 2px;
	white-space: nowrap;
	display: table-cell;
}

.Address2Container {
	padding: 2px 0px 0px 0px;
}


#NameLabels {
	display: table-row;
}

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

.FormInfo, .FormInfo *{
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
  	font-weight: 400;
	line-height: 1.2;
	font-style: italic;
	letter-spacing: 0.03em;
}

.FormInfoError, .FormInfoError *{
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	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;
	line-height: 1.2;
	font-style: italic;
	letter-spacing: 0.03em;
}

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

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

.FormTextInput { 
    height: 30px;
    margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

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

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

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

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

.NonEditableFormInput {
	display: inline-block;
    background-color: #ffffff;
	border: 1px solid #003366;
	color: #003366;
    margin-bottom: 10px;
	padding: 1px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.NonEditableFormInputError {
	display: inline-block;
    margin-bottom: 10px;
	padding: 1px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	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;
}

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


textarea {
	font-size: 16px;
	font-family: inherit;
	font-size: inherit;
	padding: 1px 4px 1px 4px;
	outline: none;
}

.TextAreaStyle {
    background-color: #ffffff;
	color: #003366;
	font-size: 16px;
	overflow:auto;
	border: 1px solid #003366;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* resize: vertical; */
	resize: none;
}

.TextAreaStyleError {
	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;
	font-size: 16px;
	overflow:auto;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* resize: vertical; */
	resize: none;
}

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

.SelectionMenu { 
	padding: 1px;
   /*  max-width: 360px; */
    max-width: 260px;
    width: 55vw;
    height: 30px;
	font-size: 16px;
}

.SelectionMenu2 { 
	padding: 1px;
    max-width: 260px;
    width: 55vw;
    height: 30px;
	font-size: 16px;
}

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

@media screen and (max-width: 600px) {
	.SelectionMenu { 
		width: 50vw;
		max-width: 200px !important;
	}
	input[type='text'] {
		max-width: 200px !important;
	}
}

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

.RedButton, .RedButtonAlt {
	display: inline-block;
	background-color: #ff0000;
	padding: 18px 18px 18px 18px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid white;
    margin: 4px 1px 4px 1px;
	color: white;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 0;
	cursor: pointer;
}

.RedButton:hover, .RedButton-hover, .RedButtonAlt:hover, .RedButtonAlt-hover {
	background-color: #ff9933;
	cursor: pointer;
}

.RedButton:focus, .RedButton:active, .RedButton-active {
	background-color: #000000;
	cursor: pointer;
}


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

/* input[type='checkbox'] { */
/* 	-ms-transform: scale(1.5,1.5); */
/* 	-moz-transform: scale(1.5,1.5); */
/* 	-webkit-transform: scale(1.5,1.5); */
/* 	-o-transform: scale(1.5,1.5) */
/* 	padding: 10px; */
/* 	margin: 10px; */
/* } */

/* input[type='radio'] { */
/* 	-ms-transform: scale(1.5,1.5); */
/* 	-moz-transform: scale(1.5,1.5); */
/* 	-webkit-transform: scale(1.5,1.5); */
/* 	-o-transform: scale(1.5,1.5); */
/* } */

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: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=checkbox].css-checkbox:checked + label.css-checkbox-label {
	background-position: 0 -18px;
}
label.css-checkbox-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/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;
}

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

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('/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;
}

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


.CheckboxContainer, .RadioContainer  {
	padding: 6px 10px 0px 0px;
	width: 24px;
	height: 24px;
}

label { display: none;}

/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
.InquiryFormHeadingWrapper {
	width: 90%;
	max-width: 800px;
	padding: 30px 30px 10px 30px;
}


.InquiryFormHeading {

	-webkit-transform:scale(1.2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.2,1) !important; /* Firefox */
	-ms-transform:scale(1.2,1) !important; /* IE 9 */
	-o-transform:scale(1.2,1) !important; /* Opera */
	transform:scale(1.2,1) !important; /* W3C */
	display:inline-block;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 0px;
	line-height: 1.1;
	color: #ff0000;
	display: inline-block;

}


@media screen and (max-width: 580px) {
	.InquiryFormHeading {

		font-size: 1.6em;
	}
}

.InquiryFormSubHeadingWrapper {
	width: 90%;
	max-width: 800px;
	padding: 10px 10px 10px 10px;
}


.InquiryFormSubHeading {

	font-family: 'Permanent Marker';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	color: #000000;
	line-height: 1;
	max-width: 800px;
}

.InquiryFormFollowUpWrapper {
	width: 90%;
	max-width: 800px;
	padding: 30px 30px 10px 30px;
}


.InquiryFormFollowUp {

	-webkit-transform:scale(1.2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.2,1) !important; /* Firefox */
	-ms-transform:scale(1.2,1) !important; /* IE 9 */
	-o-transform:scale(1.2,1) !important; /* Opera */
	transform:scale(1.2,1) !important; /* W3C */
	display:inline-block;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 0px;
	line-height: 1.1;
	color: #ff9900;
	display: inline-block;

}

.InquiryFormInstructions {

	max-width: 700px;
	margin: 20px 0px 20px 0px;
}

.MessageInfoTable {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.MessagesIntro {
	color: #0066cc;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #0066cc;
}

.MessageInfoDate {
	color: #0066cc;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5;
	padding: 0px 0px 5px 0px;
}
.MessagesYou {
	color: #006666;
	font-size: 1.1em;
	font-weight: 700;
}


.IncomingMessage {
	background: #eeeeee;
	border: 1px dashed #0085c8;
	display: inline-block;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 100%;
	max-width: 800px;
	font-style: italic;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.OutgoingMessage {
	background: #fff3d1;
	border: 1px dashed #0085c8;
	display: inline-block;
	margin: 20px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 100%;
	max-width: 800px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.bluedivider {
	margin: 12px 0px 12px 0px;
	border-bottom: 1px solid #0066cc;
	width: 100%;
}

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

#SpinnyThing {
	display: none;
}

#svg-spinner{
	-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);}
}

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

.FormReCaptchaWrapper {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}
#GoogleAdsenseWrapper iframe {
	margin-left: 10px !important;
	margin-right: 10px !important;
	max-width: 90vw !important;
}
.FormReCaptchaWrapper * {
	max-width: 60vw !important;
}



