/* - - - - - - - - - - - - - - - - - - - - -

 Title : Contact Form Custom CSS 
 Author : Building Preservation Services
 URL : 

 Last Updated : October 8, 2015

 - - - - - - - - - - - - - - - - - - - - - -

INSTRUCTIONS

You can modify all or portions of these CSS rules.

FONT
	Source Sans Pro (Google Font)  400, 400italic, 600, 600italic
	  font-family: 'Source Sans Pro', sans-serif;
	
	BRAND COLOR PALETTE 
	.red	  #782a29  /* BPS Red
	.dkred    #52100f  /* Dark Red
	.gray     #bcbec0  /* Gray
	.dkgray   #646464 /* Dark Gray
	.white    #ffffff  /* White
	.ltgray   #eeeeee  /* Light Gray

- - - - - - - - - - - - - - - - - - - - - */


/* -- Logo -- */

#emf-container #emf-logo a /* logo image */
{display:none;}


/* -- Backgrounds -- */

#emf-container #emf-logo /* header */ {
  background-color: none;
}

#emf-container /* form */ {
  background-color: none;
  margin-top:0;
  padding:0;
}
#emf-container-outer {
    padding: 0;
}


/* Stylizing Contact information */ 	

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field select
{
	margin:3px 0 3px;
	outline: none;
	border:solid 1px #646464; /* Dark Gray */
	font-family:'Source Sans Pro', sans-serif;
	font-size: 11pt;
	color: rgba(100,100,100,1.00);
	font-style: normal;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.02em;
	list-style-type: none;
	padding: 8px;
}

/* Stylizing Question and Comments textbox */ 	

#emf-container div.emf-div-field textarea {
	outline: none;
	border:solid 1px #646464; /* Dark Gray */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13pt;
	color: #646464; /* Dark Gray */
	font-style: normal;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.02em;
	list-style-type: none;
	padding: 8px;
	height: 150px;
	resize: none;
	margin-bottom:0px;
	margin-top:2px;
}

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
  background-color: #FFFFFF;
}

#emf-container #emf-form ul li.highlight-field /* highlight */
{
  background-color: none;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  background-color: none;
}

#emf-container div.emf-div-field input:hover , #emf-container div.emf-div-field textarea:hover {
	border:1px solid #782a29;  /* BPS Red */
}



/* -- Typography -- */

#emf-container #emf-form-title /* title */
{
	font-family:'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	line-height:16pt;
	font-weight:400;
	font-style: normal;
	letter-spacing:0.02;
	color:#646464; /* Dark Gray */
	list-style-type:none;
}

#emf-container #emf-form-description /* description */ {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	line-height:16pt;
	font-weight:400;
	font-style: normal;
	letter-spacing:0.02;
	color:#646464; /* Dark Gray */
	list-style-type:none;

}

#emf-container ul li label.emf-label-desc {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
	font-size:10.5pt;
	color:#646464; /* Dark Gray */
    padding-right: 2px;
    padding-bottom: 2px;
    display: block;
}

#emf-container ul li label.emf-label-desc span {
	color:#782a29;  /* BPS Red */
}

#emf-container div.emf-div-field label {
	font-family:'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	line-height:16pt;
	font-weight:400;
	font-style: normal;
	letter-spacing:0.02em;
	color:#782a29;  /* BPS Red */
	list-style-type:none;
	margin-bottom:0;
}

#emf-container label.emf-label-desc /* field title */
{
  	font-family:'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	line-height:16pt;
	font-weight:400;
	font-style: normal;
	letter-spacing:0.02em;
	color:#782a29;  /* BPS Red */
	list-style-type:none;
	text-transform:uppercase;
}


#emf-container div.emf-div-field input, /* field text */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	font-weight:400;
	line-height:16pt;
	letter-spacing:0.02em;
	color:#646464; /* Dark Gray */
}


#emf-container ul li .emf-div-field label
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	font-weight:400;
	line-height:16pt;
	letter-spacing:0.02em;
	color:#782a29;  /* BPS Red */
}

#emf-container ul li .emf-div-instruction { /* instructions */
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	font-weight:400;
	line-height:16pt;
	letter-spacing:0.02em;
	color:#646464; /* Dark Gray */
	font-style:italic;
	padding-top:5px;
}

#emf-container ul li .emf-div-field label.emf-bottom-label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	font-weight:400;
	line-height:16pt;
	letter-spacing:0.02em;
	color:#646464; /* Dark Gray */
}


#emf-container /* form */ { 
  border:none; 
}

#emf-container #emf-logo /* header */ {
  border:none;
}


/* -- Shadows -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  display: none;
}

/* Stylizing for checkboxes */ 	

#emf-container li div.emf-div-field div.two_column {
	outline: none;
	display:block;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 13pt;
	color: rgb(98, 98, 98);
	font-style: normal;
	font-weight: 400;
	line-height:16pt;
	letter-spacing: 0.02em;
	list-style-type: none;
	float:left;
}


/* -- Buttons -- */

.emf-li-post-button, #emf-form input:last-of-type {
	color:#fff;
}


input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;  
	height: 40px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10.5pt;
	font-weight:700;
	font-style: normal;
	line-height:10pt;
	letter-spacing:.02em;
	list-style-type:none;
	text-transform:uppercase;
	padding:5px;
	margin:0;
	color:#fff;
	background-color: #782a29;  /* BPS Red */
	border:0;
	
	float: left;
	width: 105px;
	
	vertical-align: middle;
	transition: background 300ms ease-in-out;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
}

#emf-container #submit_form /* submit button */ {
	color:#fff;
}

input[type="submit"]:hover {
	background-color:#646464 /* Dark Gray */;
	color:#fff;
}

/* -- CAPTCHA -- */

#emf-container li#emf-li-captcha #emf-captcha-top-settings
{
  background-color:#AAD6AA;
  color:#FFFFFF;
}

#emf-container li#emf-li-captcha #emf-captcha-bottom-settings
{
  background-color:#E4F8E4;
}

#emf-container li#emf-li-captcha #emf-captcha-input-settings,
#emf-container li#emf-li-captcha #emf-captcha-input-settings a
{
  color:#000000;
}

#recaptcha_response_field {
	padding:5px;
	font-family: 'Source Sans Pro', sans-serif;
}

/* -- Error message -- */

#emf-container .emf-error-message {
  margin: 10px;
  padding: 10px;
}

div.formErrorContent {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:10pt;
	font-weight:400;
}