/* - - - - - - - - - - - - - - - - - - - - -

 Title : Custom CSS for Higher Purpose Co Online Forms
 Author : Dewon Hall
 URL : https://thatcreativeguy.com/	

 Last Updated : August 17, 2025

 - - - - - - - - - - - - - - - - - - - - - -

INSTRUCTIONS

You can modify all or portions of these CSS rules.

- - - - - - - - - - - - - - - - - - - - - */


/* -- Logo -- */

#emf-container #emf-logo a /* logo image */
{
  background-repeat:no-repeat;
  text-indent:-99999px;
  background-image: url("http://emf2/builder/images/themes/logos/airplane.png");
  background-repeat: no-repeat;
  height: 40px;
  display: none;
}


/* -- BACKGROUNDS AND FORM FIELD BORDERS -- */

body /* wallpaper */
{
	font-family: SourceCodePro-Light!important;
	background-image: none; 
	background-color: none;
	color: none;
}

#emf-container #emf-logo /* header */
{
  background-image: none;
  background-color: none;
}

#emf-container /* form */
{
  
}

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
	height: auto;
	margin-bottom: 9px;
	border: 1px dashed #1f869a;
	padding: 0.65em;
	font-size: 13px;
	line-height: normal;
	color: #555;
      background-color: #eeeeee
	
}

#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 - use this to change fonts -- */

#emf-container #emf-form-title /* title */
{
  font-family: source-sans-pro 700!important;
  font-style: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

#emf-container #emf-form-description /* description */
{
  font-family: Source Sans Pro Extra Light 200!important;
  font-style: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}

#emf-container label.emf-label-desc /* field title */
{
  font-family: Source Sans Pro Extra Light 200!important;
  font-style: bold;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700!important;
  color: #000000;
}

#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 Extra Light 200!important;
  font-style: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-family: Source Sans Pro Extra Light 200!important;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: Source Sans Pro Extra Light 200!important;
  font-style: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}


/* -- BORDERS -- */

#emf-container /* form */
{ 
  border: none;
}

#emf-container #emf-logo /* header */
{
  -moz-border-radius:2px 2px 0 0;
  -webkit-border-radius:2px 2px 0 0;
}

/* -- SHADOWS THIS IS WHERE YOU CHANGE THE SHADOWS -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  display:block;
  margin:0 auto;
  height:0px;
  width:640px;
  border:medium none;
  visibility: none;
}

/* -- Separator Lines -- */

#emf-container .emf-head-widget, #emf-container li .emf-section-separator{
  border-bottom-style: dashed;
  border-color: #555555;
}

/* -- Section Title -- */

#emf-container li.emf-field-section_break div.emf-div-field-section h3 {
	font-size:18px;
	
}

/* -- Section Text -- */

#emf-container li.emf-field-section_break .emf-section-text{
  font-family: Avenir LT W01_55 Roman1475520!important;
  font-style: normal;
  font-size: 13px;
  color: #555555;
}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
	color: #ffffff;
	background-color: #182a54;
	text-shadow: none;
	border-radius: 0.25em;
	border: none;
	padding: 0.563em 1.125em 0.813em;
	font-size: 16px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear
}

#emf-container .emf-action-previous /* previous button */
{
	color: #ffffff;
	background-color: #182a54;
	text-shadow: none;
	border-radius: 0.25em;
	border: none;
	padding: 0.563em 1.125em 0.813em;
	font-size: 16px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear
}

#emf-container #submit_form /* submit button */
{
	color: #ffffff;
	background-color: #182a54;
	text-shadow: none;
	border-radius: 0.25em;
	border: none;
	padding: 0.563em 1.125em 0.813em;
	font-size: 16px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear
}

#emf-container .emf-action-next:hover /* next button */
{
	color: #182a54;
	background-color: #c5c5c5;
	text-shadow: none;
}

#emf-container .emf-action-previous:hover /* previous button */
{
	color: #182a54;
	background-color: #c5c5c5;
	text-shadow: none;
}

#emf-container #submit_form:hover /* submit button */
{
	color: #182a54;
	background-color: #c5c5c5;
	text-shadow: none;
}


/* -- 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;
}


/* -- Error message -- */

#emf-container .emf-error-message
{
  margin: 10px;
  padding: 10px;
  border: 2px dashed #FF0000;
}