@import url("https://fonts.googleapis.com/css?family=Spartan&display=swap");
* {
  margin: 0;
  padding: 0;
}

body { 
  width: 100vw;
  height: 100vh;
	font-size: 16px;
  font-family: Spartan,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #2A293E;
}

form .contact-us {
  background: #f8f4e5;
  padding: 50px 100px;
  border-top: 10px solid #f45702;
}

form div.field {margin: 1em 0;} 
form label, input, textarea {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.1; 
}

form label {
    margin-top: 0.05em;

padding: 0.5em;}
form input[type=tel] {
    padding-left: 3.5em!important;
}
/*form input.submit  {
    margin-bottom: 0;
	padding: 5px;
}*/
form h3 {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 24pt;
  margin: 0 0 0.5em 0;
}

form span {
  font-size: 1em;
}

form em {
  color: #f45702;
  font-weight: bold;
}
form option {
    padding: 5px 0px;
}
form input, form textarea, form select, form email, form tel  {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background:#fff;
  padding: 0.75em; 
}

form input:focus, form textarea:focus, form select:focus, form email:focus, form tel:focus  {
  border: 1px solid #6bd4b1;
}

form textarea {
  resize: none;
}

form button {
  display: block;
  float: right;
  line-height: 24pt;
  padding: 0 20px;
  border: none;
  background: #f45702;
  color: white;
  letter-spacing: 2px;
  transition: 0.2s all ease-in-out;
  border-bottom: 2px solid transparent;
  outline: none;
}
form button:hover {
  background: inherit;
  color: #f45702;
  border-bottom: 2px solid #f45702;
}

form .button {
  display: block;
  float: right;
  line-height: 24pt;
  padding: 0 20px;
  border: none;
  background: #f45702;
  color: white;
  letter-spacing: 2px;
  transition: 0.2s all ease-in-out;
  border-bottom: 2px solid transparent;
  outline: none;
}
form .button:hover {
  background: rgba(230,230,230,0.21);
  color: #f45702;
  border-bottom: 2px solid #f45702;
}

form ::selection {
  background: #ffc7b8;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  border: 1px solid #6bd4b1;
  -webkit-text-fill-color: #2A293E;
  -webkit-box-shadow: 0 0 0px 1000px #f8f4e5 inset;
  transition: background-color 5000s ease-in-out 0s;
}


#formcontainer
{
padding: 50px;
background-color: #fff;
}
#resultcontainer
{ 
   margin-top:50px; 
   font-size: .8em;
}
.iframe_container
{ 
   border:none;
}

#result_div h1
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#result_div p
{
   font-family : Arial, sans-serif;
   font-size: 1em;
}

form .fieldset
{
   width:95%;
   padding:20px;
   background:#fbfbfb;
}

@media (min-width: 768px) {
	form .fieldset { width:75%;}
}

form legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

title, legend, form label {
    font-family: Spartan, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
}


form input[type="submit"]
{
  padding: 5px;
	    margin-bottom: 0!important;
}
form textarea
{
  height:120px;
  width:100%;
}
form input:focus, form textarea:focus
{
  color : #009;
  border : 1px solid #D3DDDD;
  background-color : #ffff99;
  font-weight:bold;
}

form .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

form .error
{
font-size: 1em;
    color: #A24547;
    padding: 1em 0;
    display: block;
    clear: both;
    border-top: solid red 1px;
	
}

form .error input, form .error textarea
{
	  background-color: #A24547;
	border-bottom : 3px solid #D3DDDD;
}
form input[type="text"]#med_number { display: none; }