input:-moz-placeholder { opacity: 1; }
input::-moz-placeholder { opacity: 1; }
select:-moz-placeholder { opacity: 1; }
select::-moz-placeholder { opacity: 1; }
textarea:-moz-placeholder { opacity: 1; }
textarea::-moz-placeholder { opacity: 1; }

/* Form List Resets
--------------------------------------------------- */
form ol, 
form ul {
  list-style: none;
  margin: 0; }
form li, form div { position: relative; float:left; display:block; }

/* Error INPUT
--------------------------------------------------- */

input.error { 
  -webkit-box-shadow:inset 0 0 0 3px #d81924;
   box-shadow:inset 0 0 0 3px #d81924; }

input.error:hover { 
  -webkit-box-shadow:inset 0 0 0 3px #d81924;
   box-shadow:inset 0 0 0 3px #d81924; }

input.error:active { 
  -webkit-box-shadow:inset 0 0 0 3px #d81924;
   box-shadow:inset 0 0 0 3px #d81924; }

/* Error LABEL
--------------------------------------------------- */



strong.error { 
  background: red;
  padding: 3px 5px;   
  display: block;
  white-space: nowrap;
  position: absolute; 
  bottom: 0px;
  left: -10px;
  z-index: 9999;
  -moz-border-radius:    2px;
  -webkit-border-radius: 2px;
  border-radius:         2px; 
  font-size: 10px;
  line-height: 10px;
  height: 12px;
  font-weight: 400;
  color: #fff; 
  text-transform: uppercase; } 
strong.error:after { 
  height: 0; 
  width: 0;    
  content: " ";    
  position: absolute; 
  left: 15px; 
  bottom: 100%;
  border: solid transparent; 
  pointer-events: none;
  border-color: rgba(114, 12, 18, 0);    
  border-bottom-color: #d81924; 
  border-width: 4px; 
  margin-left: -4px; }
  
form#action-form {
   width: 100%;
   float: none; }
   
form label { font-weight: 700; }
  
form .row { width: 100%; }
form .row .left { width: 30%; float: left;}
form .row .right { width: 68%; float: right;  }

form li { float: none; display: inline-block; width: 100%; margin: .5em 0; }

form input,
form select,
form textarea { 
   border: 0;
   color: #000;
   margin: 0 auto;
   width: calc(100% - 2em);
   padding: 1em; 
   margin: .25em 0;
   cursor: pointer; 
   font-size: 1rem;
   line-height: 1;
   transition:         all .35s ease-in-out;    
   -webkit-transition: all .35s ease-in-out;  
   -moz-transition:    all .35s ease-in-out;  
   -o-transition:      all .35s ease-in-out;  
   -ms-transition:     all .35s ease-in-out;
   background: #ddd;   
   cursor: text;  } 
   
form select {     
   height: 3em;
   width: 100%; }
   
form textarea {
   height: 5em; 
   line-height: 1.5em; }
   
form .zip-container { width: 50%; }

  
form button, .button {
   display: inline-block;
   background: none;
   width: auto;
   height: auto;
   border: 0px;
   font-size: 150%;
   padding: .5em 2em;
   color: #b6bdc7;
   cursor: pointer;
   font-family: 'Raleway', sans-serif;
   line-height: 1;
   font-style: normal;
   font-weight: 800;
   text-transform: uppercase;
   text-align: center;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
   -webkit-box-shadow:inset 0 0 0 3px #b6bdc7;
   box-shadow:inset 0 0 0 3px #b6bdc7;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out; }
form button:active, .button:active { background: #d81924; }
form button:hover, .button:hover { 
   background: #b6bdc7; 
   color: white;
   border: 0;   
   -webkit-box-shadow:inset 0 0 0 3px #b6bdc7;
   box-shadow:inset 0 0 0 3px #b6bdc7; }

form input.button {
   width: 100%;
   padding: 2% 5%;
   border: 0;
   line-height: 1;
   height: auto;
   font-size: 1.3m;
   font-family: 'Roboto Slab', sans-serif;}
   

/* ---- Placeholder Text Equalizer ---- */

form input:-moz-placeholder                 { opacity: 1; }
form input::-moz-placeholder                { opacity: 1; }
form input:-ms-input-placeholder            { color: #888; }
form input::-webkit-input-placeholder       { color: #888; }
form input:hover:-ms-input-placeholder      { color: #aaa; }
form input:hover::-webkit-input-placeholder { color: #aaa; }     

form textarea:-moz-placeholder                 { opacity: 1; }
form textarea::-moz-placeholder                { opacity: 1; }
form textarea:-ms-input-placeholder            { color: #888; }
form textarea::-webkit-input-placeholder       { color: #888; }
form textarea:hover:-ms-input-placeholder      { color: #aaa; }
form textarea:hover::-webkit-input-placeholder { color: #aaa; }      

form input:focus,
form select:focus,
form textarea:focus { 
  background: #333; 
  color: #fff;
  cursor: text; }
  
form input:-webkit-autofill, form textarea:-webkit-autofill, form select:-webkit-autofill { 
   background-color: #ffffdb !important; }

section.text {
   width: 60%;
   font-size: 1.2em;
   line-height: 1.5;
   float: left; }
section.form {
   width: 35%;
   float: right;
   width: calc(35% - 4em); 
   padding: 2em; 
   -webkit-border-radius: 3px 3px 3px 3px; 
   border-radius: 3px 3px 3px 3px; 
   -webkit-box-shadow:inset 0 0 0 3px #ddd; 
   box-shadow:inset 0 0 0 3px #ddd; }
