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

 Title : Custom CSS 
 Author : EmailMeForm
 URL : http://emailmeform.com

 Last Updated : June 22, 2011

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

INSTRUCTIONS

You can modify all or portions of these CSS rules.

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


/* -- Logo -- */


@import url("https://use.typekit.net/imd2pdv.css");



#emf-container #emf-logo a /* logo image */
{
  background-repeat:no-repeat;
  text-indent:-99999px;
  height: 40px;
}


/* -- Backgrounds -- */

body /* wallpaper */
{
  background-image: none; 
  background-color: #fff;
}

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

#emf-container /* form */
{
  background-color: #fff;

}

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


/* -- Typography -- */

#emf-container #emf-form-title /* title */
{
  font-family: forma-djr-deck, sans-serif;
  font-style: normal;
  letter-spacing: .14em;
  font-size: 23px;
  color: #1A1A1A;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 35px;
  padding-top:10px;
}

#emf-container #emf-form-description /* description */
{
  font-family: din-2014,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #1A1A1A;
}

#emf-container label.emf-label-desc /* field title */
{
  font-family: din-2014,sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #1A1A1A;
  font-weight: 500;
}

#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: din-2014,sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #1A1A1A;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: din-2014,sans-serif;
  font-style: italic;
  font-size: 10px;
  color: #1A1A1A;
}


/* -- Borders -- */

#emf-container /* form */
{ 
  border-radius: 3px;
  border: 1px solid rgb(238, 238, 238);
}

#emf-container #emf-logo /* header */
{
  -moz-border-radius:2px 2px 0 0;
  -webkit-border-radius:2px 2px 0 0;
}

/* -- Shadows -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  display:block;
  margin:0 auto;
  height:9px;
  width:640px;
  border:medium none;
  visibility: visible;
}

/* -- Separator Lines -- */

#emf-container .emf-head-widget, #emf-container li .emf-section-separator{
  border-bottom-style: dashed;
  border-color: #1A1A1A;
}

/* -- Section Title -- */

#emf-container li.emf-field-section_break div.emf-div-field-section h3{
	font-size:16px;
}

/* -- Section Text -- */

#emf-container li.emf-field-section_break .emf-section-text{
  font-family: din-2014,sans-serif;
  font-style: normal;
  font-size: 13px;
  color: #1A1A1A;
}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
}

#emf-container .emf-action-previous /* previous button */
{
}

#emf-container #submit_form /* submit button */
{
  
}
#emf-li-post-button input {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: .125rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  background-color: #2B3D44;
  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:#1A1A1A;
}


/* -- Error message -- */

#emf-container .emf-error-message
{
  margin: 10px;
  padding: 10px;
  border: 2px dashed #FF0000;
}