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

.SignUpPayPal {
    display: inline-block;
    max-width: 400px;
    width: 99%;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	padding: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #003399;
}

.SignUpPayPal h2 {
    color: #003399;
    font-size: 1.5em;
    line-height: 1.4;
    margin: 10px 0px 10px 0px;
}

#ContactForm {
	padding: 10px 10px 10px 10px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12397a+0,0082d3+31,3db4ff+49,0082d3+69,12397a+100 */
	background: #12397a; /* Old browsers */
	background: -moz-linear-gradient(top,  #12397a 0%, #0082d3 31%, #3db4ff 49%, #0082d3 69%, #12397a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #12397a 0%,#0082d3 31%,#3db4ff 49%,#0082d3 69%,#12397a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #12397a 0%,#0082d3 31%,#3db4ff 49%,#0082d3 69%,#12397a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12397a', endColorstr='#12397a',GradientType=0 ); /* IE6-9 */

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

#ContactFormOuter {
	margin: 10px 0px 10px 0px;
	padding: 4px;
	border: 4px solid #fecd6c;
	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;
	
}

#ContactFormContainer {
    width: 100%;
}

#ContactFormHeading *, 
#GolfTixFormHeading *, 
#GolfSponsorFormHeading * {
	color: #fecd6c;
	padding: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.23;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5) !important;
}

#ContactFormSubHeading *, 
#GolfTixFormSubHeading *, 
#GolfSponsorFormSubHeading * {
	color: #ffffff;
	padding: 10px 4px 20px 4px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: italic;
	font-weight: 700;
	font-size: 1.1em;
	text-shadow: 1px 1px 1px #12397a !important;
}

.FormFields {
    display: inline-block;
    vertical-align: top;
}

.FormFieldsBlock {
    display: block;
    vertical-align: top;
}

.FormTable {
	padding: 0px 0px 4px 0px;
	display: table;
    width: 100%;
}
.FormTR {
	display: table-row;
}

.FormFieldLabel,
.FormFieldLabel3 {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 6px 6px 13px 0px
}

.FormFieldLabel2 {
	display: block;
	text-align: center;
	padding: 0px 0px 6px 0px
}

.FormField {
	display: table-cell;
	vertical-align: middle;
}

#FormQuestionFieldLabel {
	vertical-align: top;
	padding: 0px 4px 0px 0px;
	display: inline-block;
}

#FormQuestionContainer {
	padding: 0px 0px 2px 20px;
}

.NameTable {
	display: table;
}

.NameTableTR {
	display: table-row;
}

.NameTableTD {
	display: table-cell;
}

.NameFieldContainer, .NameLabelContainer {
	padding: 0px 8px 2px 8px;
}

.NameLabelContainer {
	display: block;
}


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

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

.SelectionMenu { 
	padding: 1px;
    max-width: 360px;
    width: 50vw;
    height: 40px;
	font-size: 16px;
    -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 !important;
	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;
}

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

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

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


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


.ContactFormIntro {
	font-family: Merriweather, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

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

.FormRequiredMobile {
	display: none;
}

.FormLabel, .FormLabel span {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
  	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
	letter-spacing: 0.03em;
	text-shadow: 1px 1px 1px #12397a !important;
}
.FormLabelERROR, .FormLabelERROR span {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	color: #ff9999;
  	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
	letter-spacing: 0.03em;
	text-shadow: 1px 1px 1px #12397a !important;
}

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

.forminput { 
    background-color: #FFFFFF;
	color: #003366;
    height: 30px;
	border: 1px solid #003366;
    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;
	color: #990000;
    height: 30px;
	border: 1px solid #990000;
    margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.forminputERROR::-webkit-input-placeholder { /* WebKit browsers */ color: #990000; }
.forminputERROR:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #990000; opacity: 1; }
.forminputERROR::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #990000; opacity: 1; }
.forminputERROR:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #990000; }

.forminput60 {
	width: 60px;
}

.forminput80 {
	width: 80px;
}

.forminput100 {
	width: 100px;
}

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

	.forminput100 {
		width: 90px;
	}
}

.forminput200 {
	width: 200px;
}

.forminput300 {
	width: 300px;
}

hr.FormHR{
    border: 0;
	color: #fecd6c;
    height: 2px;
    margin: 10px 0px 10px 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)); 
}

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

.ContactTextArea {
	color: #003366;
	font-size: 16px;
	width: 100%;
	height: 100px;
	overflow:auto;
	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 #003366;
	/* resize: vertical; */
	resize: none;
}

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

.ContactTextAreaERROR {
	background-color: #ff9999;
	color: #990000;
	font-size: 16px;
	width: 100%;
	height: 100px;
	overflow:auto;
	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 #cc0033;
	/* resize: vertical; */
	resize: none;
}

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


.RedButton {
    background-color: #cc0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff6666));
    background-image: -moz-linear-gradient(top, #990000 0, #ff6666);
    background-image: -webkit-linear-gradient(top, #990000 0, #ff6666);
    background-image: -o-linear-gradient(top, #990000 0, #ff6666);
    background-image: -ms-linear-gradient(top, #990000 0, #ff6666);
    background-image: linear-gradient(top, #990000 0, #ff6666);
    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: 18px;
    font-weight: bold;
    line-height: 15px;
    outline: 0 none;
    padding: 6px 12px 6px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

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

.RedButton:hover, .RedButton-hover {
    border: 1px solid #ffffff;
    background-color: #f8b249;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9933), to(#ffcc66));
    background-image: -moz-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -webkit-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -o-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -ms-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: linear-gradient(top, #cc9933 0, #ffcc66);
}

.RedButton:focus, .RedButton:active, .RedButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
    background-image: -moz-linear-gradient(top, #000000 0, #666666);
    background-image: -webkit-linear-gradient(top, #000000 0, #666666);
    background-image: -o-linear-gradient(top, #000000 0, #666666);
    background-image: -ms-linear-gradient(top, #000000 0, #666666);
    background-image: linear-gradient(top, #000000 0, #666666);
   	outline: 0 none;
}

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

#CommunityActivitiesLabel {
	padding: 0px 20px 10px 20px;
	text-align: left;
}

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

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

	body {
		background-image:none
	}
	.ContainerTable {
		margin: 0px 0px 0px 0px;
		border-right: 4px solid #000000;
		border-left: 2px solid #000000;
	}
	.ContainerTD {
		padding: 0px 10px 0px 10px;
	}

	#ContactFormOuter {
		display: block;
		max-width: 90%;
	}

	.FormTable {
		display: block;
	}
	.FormTR {
		display: block;
	}


	.FormFields {
		display: block;
		width: 100%;
	}

	.FormFieldLabel, .FormFieldLabel2 {
		display: none;
	}
	.FormField,
	.FormFieldLabel3 {
		padding: 4px 4px 4px 4px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.NameTable, .NameTableTR, .NameTableTD {
		display: block;
	}

	.NameFieldContainer, .NameLabelContainer {
		padding: 4px 0px 4px 0px;
	}

	
	.NameLabelContainer {
		display: none;
	}

	#FormQuestionFieldLabel {
		display: none;
	}
	
	#FormQuestionContainer {
		padding: 0px 0px 2px 0px;
	}

	textarea {
		font-size: 14px;
		font-family: inherit;
		font-size: inherit;
		padding: 1px 4px 1px 4px;
	}
	
	.FormRequiredMobile {
		display: inline;
	}

	.forminput {
		height: 32px;
		border: 1px solid #003366;
    }
    
	.forminputERROR {
		height: 32px;
		border: 2px solid #990000;
    }

	.forminput100, .forminput200, .forminput300, .SelectionMenu {
		width: 90%;
		max-width: 380px;
    }

	.ContactTextArea {
		width: 96%;
		border: 1px solid #003366;
    }
    
	.ContactTextAreaERROR {
		max-width: 200px;
		width: 96%;
		border: 2px solid #990000;
    }

	#CommunityActivitiesLabel {
		padding: 0px 0px 10px 10px;
	}
}


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

#GolfSponsorInfo h2 {
	color: #6633cc;
	display; block;
	margin: 0px 0px 0px 0px;
}
#GolfSponsorInfo h3 {
	color: #006699;
	display; block;
	margin: 0px 0px 0px 0px;
}
#GolfSponsorInfo h4 {
	color: #660033;
	display; block;
	margin: 0px 0px 0px 0px;
}

#GolfSponsorInfo ul {
	display: inline-block;
	text-align: left;
	width: auto;
	max-width: 400px;
	margin: 0px 0px 0px 0px;
}

.PhoneCallButton {
	display: inline-block;
	vertical-align: middle;
}

.OrCall {
	font-family: Arial, Helvetica, sans-serif !important;
	display: inline-block;
	font-weight: 900;
	width: auto;
	font-size: 20px;
	font-style: italic;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	line-height: 1.5;
	color: white !important;
}

.ContactPhoneIcon {
	font-style: normal;
	padding: 0px 10px 0px 0px;
	color: white !important;
}

.ContactPhoneNumber {
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
	width: auto;
	font-size: 22px;
	font-style: normal
	vertical-align: middle;
	line-height: 1.3;
	color: white !important;
}

 @font-face {
  font-family: 'PhoneIcon';
  src: url('/includes/fonts/PhoneIcon/PhoneIcon.eot?84457637');
  src: url('/includes/fonts/PhoneIcon/PhoneIcon.eot?84457637#iefix') format('embedded-opentype'),
	   url('/includes/fonts/PhoneIcon/PhoneIcon.woff?84457637') format('woff'),
	   url('/includes/fonts/PhoneIcon/PhoneIcon.ttf?84457637') format('truetype'),
	   url('/includes/fonts/PhoneIcon/PhoneIcon.svg?84457637#PhoneIcon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.PhoneIcon {
	font-family: "PhoneIcon";
}

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

	.OrCall {
		font-size: 14px;
	}

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

