
/* purple 67318f */
/* blue 2dabec */
/* old blue 00bfe7 */

#ContactFormHolder {
	width: 100vw !important;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	margin-bottom: -20px !important;
	background-image: url('/CoastalGraphics/images/BlueVapeBackground.png');
	background-position: center top;
	background-size: 100% auto;
}

h3.ContactMaxedOutVapeDesign{
	color: #ffffff;
	font-family: 'Cardo';
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 60px;
	word-spacing: 8px;
	margin: 10px 10px 10px 10px;
}

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

.ContactTR {
	display: table-row;
}

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

.ContactTDSpacer {
	display: table-cell;
	width: 60px;
}


.FormLabelNormal {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 1.3;
	display: block;
	z-index: 1200;
	position: relative;
	padding: 10px 10px 4px 0px;
}

.FormLabelERROR {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 1.3;
	display: block;
	z-index: 1200;
	position: relative;
	padding: 10px 10px 4px 0px;
	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: #354357 !important;
	width: 280px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	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;
}

input[type='text']:focus, input:focus{
    outline: none;
}



.FormInputERROR { 
	color: #034083 !important;
	width: 280px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
    background-color: #ff9999 !important;
	width: 96%;
	width: 280px;
	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: #034083 !important;
	width: 280px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	width: 280px;
	font-size: 20px;
	height: 140px;
	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;
}

textarea:focus, input:focus{
    outline: none;
}

.FormTextAreaERROR {
	background-color: #ff9999;
	width: 280px;
	font-size: 20px;
	height: 140px;
	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; }


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

.CaptchaTR {
	display: table-row;
}

.CaptchaTD1 {
	display: table-cell;
	vertical-align: bottom;
	padding: 10px 10px 10px 0px;
}

.CaptchaTD2 {
	display: table-cell;
	vertical-align: bottom;
	padding: 10px 10px 10px 0px;
}

#ValidationCode {
	width: 140px !important;
	font-size: 18px;
}


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

.GoogleMapTD1, .GoogleMapTD2 {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}


.GoogleMapFrame {
	width: 99% !important;
	height: 300px;
	/* height: calc(50vw * 300.0 / 600.0) !important; */
	border: 2px solid white;
	margin: 0px 0px 0px 0px !important;
	padding: 2px 2px 2px 2px !important;
	display: block;
}

.GoogleMapFrameWrapper {
	width: 90vw !important;
	height: auto;
	max-width: 600px !important;
	margin: 0px 8px 0px 0px !important;
	padding: 2px 2px 2px 2px !important;
	border: 1px solid #67318f;
	display: inline-block;
}



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

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

.TealButton {
	background-color: #8294ae;
	border: 1px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	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.TealButton:-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.TealButton:hover, .TealButton-hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #8294ae;
}

.TealButton:focus, .TealButton:active, .TealButton-active {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #8294ae;
   	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;
}

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

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

	.FormInput, .FormInputERROR, .FormTextArea, .FormTextAreaERROR { 
		width: 240px;
	}
	
	#ValidationCode {
		width: 100px !important;
	}

	.CaptchaTD1 {
		padding: 10px 5px 10px 0px;
	}

	.CaptchaTD2 {
		padding: 10px 0px 10px 0px;
	}

	.ContactTDSpacer {
		width: 10px;
	}

	#ValidationCode::-webkit-input-placeholder { /* WebKit browsers */ font-size: 12px; }
	#ValidationCode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-size: 12px;  }
	#ValidationCode::-moz-placeholder { /* Mozilla Firefox 19+ */ font-size: 12px; }
	#ValidationCode:-ms-input-placeholder { /* Internet Explorer 10+ */ font-size: 12px; }
}


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

	h3.ContactCochranDesign{
		font-size: 11vw;
		word-spacing: 4px;
		margin: 7px 7px 7px 7px;
	}

	.ContactTable .ContactTR, .ContactTD {
		display: block;
	}
	.ContactTDSpacer {
		display: none;
	}
}



/* 

