body {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	color: #404040;
	background-color: #f7f7f7;
}




#pardot-form .fieldset {
	max-width: 41.25rem;
	margin: 0 auto;
	text-align: left;
}

#pardot-form .field-label {
	display: block;
	margin: 20px 0 5px;
	font-size: 1rem;
	color: #404040;
}

#pardot-form .required .field-label:after {
	content: "*";
	color: #DD1D21 !important;
	font-weight: bold;
	margin-left: .25rem;
}

#pardot-form .description {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 12px;
	color: #404040;
}

#pardot-form select,
#pardot-form input[type="text"],
#pardot-form input[type="email"], 
#pardot-form input[type="number"],
#pardot-form input[type="tel"],
#pardot-form input[type=email],
#pardot-form input[type=number],
#pardot-form input[type=tel],
#pardot-form input[type=text] {
	display: block;
	line-height: 2.125rem;
	font-family: Arial, Roboto, Helvetic, sans-serif;
	color: #404040;
	font-size: 14px;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: white;
	background-image: none;
	border: 1px solid #404040 !important;
	height: 45px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 !important;
}

#pardot-form textarea {
	width: 100%;
	box-sizing: border-box;
}

#pardot-form input[type="radio"],
#pardot-form input[type=radio] {
	margin-right: .5rem;
}

#pardot-form input[type="radio"]+label {
	margin-right: 1rem;
}

#pardot-form select:focus,
#pardot-form input:focus,
#pardot-form textarea:focus {
	border-width: 2px !important;
}

#pardot-form .fsSubmitButton {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #FBCE07 !important;
	width: 100%;
	margin-top: 20px;
	font-family: Arial, Roboto, Helvetic, sans-serif;
	color: #404040;
	font-size: 14px;
	padding: 20px;
	font-weight: bold;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0;
	border: none;
}

#pardot-form .fsSubmitButton:hover {
	background-color: #404040 !important;
	color: #FBCE07 !important;
}

#pardot-form div[id*="error"] {
	background: #DD1D21 !important;
	color: white;
	padding: .25rem .5rem;
}

#pardot-form .errors {
	background: #DD1D21 !important;
	color: white;
	padding: .25rem .5rem;
	font-size: 1.25rem;
}

.regexerror:after
{
    content:" Invalid input. Characters [ < ( { } ) > ] are not allowed." !important;
	color: #DD1D21 !important;
}

#pardot-form .error select,
#pardot-form .error input[type="text"],
#pardot-form .error input[type="email"], 
#pardot-form .error input[type="number"],
#pardot-form .error input[type="tel"],
#pardot-form .error input[type=email],
#pardot-form .error input[type=number],
#pardot-form .error input[type=tel],
#pardot-form .error input[type=text],
#pardot-form .error textarea {
	border: 2px solid #DD1D21 !important;
	background: rgba(204, 0, 0, .05);
}

#pardot-form .error .field-label {
	font-weight: bold;
}

#pardot-form span
{
display: block !important;
}

//NEW ONLINE STANDARD CHECKS - BY MD 
#pardot-form {
text-align:left;
  font-family:Arial,Verdana,Sans-serif;

 
}
  
  /* give the form a width */
.form.form {
  width:100%;
  max-width:640px;
  margin:0 auto;
}
/* Dropdown fields */
#pardot-form select {
  color: #858585;
}
  /* The submit button */
#pardot-form p.submit input {
    background-color: #fbce07 !important;
	width: 100%;
	margin-top: 20px;
	font-family: Arial, Roboto, Helvetic, sans-serif;
	color: #404040;
	font-size: 16px;
	padding: 20px;
	font-weight: bold;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0;
	border: none;
}
  
   
  #pardot-form textarea {
	width: 100%;
	box-sizing: border-box;
    font-family: Arial, Roboto, Helvetic, sans-serif;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 15px;
    vertical-align: middle;

}

/* position the label */
#pardot-form .pd-checkbox input, #pardot-form .pd-checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
#pardot-form .pd-checkbox label {
  position: relative;
}




    /* changing color button */
   
#pardot-form .fsSubmitButton:hover, #pardot-form input[type="submit"]:hover,
#pardot-form .fsSubmitButton:focus, #pardot-form input[type="submit"]:focus{
    background-color: #404040 !important;
    color: #FBCE07 !important;
}


a:focus-visible
{
    border:2px SOLID BLACK !important;
    color:#404040 !important;
/*
    background-color: #404040 !important;
    color: #FBCE07 !important;*/
    
}

button:focus-visible
{
    
    background-color: #404040 !important;
    color: #FBCE07 !important;
    
}
.linkhover:hover
{
    background-color: #404040 !important;
    color: #FBCE07 !important;
}
/*a:hover{
    color:#fbce07 !important;
    background-color:#404040 !important;
    
}*/


a:hover{
    /*color:#404040 !important;
    background-color:#fbce07 !important;*/
    border:2px SOLID BLACK !important;
    color:#404040 !important;
    
}

#pardot-form select
{
    color:#404040 !important;
}


.optionfontMedium
{
    font-size:0.75em !important;
}
.optionfontSmall
{
    font-size:0.5em !important;
}
.optionfontExtremeSmall
{
    font-size:0.4em !important;
}
