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 { position: relative; }

/* Error INPUT
--------------------------------------------------- */

input.error { 
  -moz-box-shadow:    inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25); 
  box-shadow:         inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25); }

input.error:hover { 
  -moz-box-shadow:    inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35);
  box-shadow:         inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35); }

input.error:active { 
  -moz-box-shadow:    inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
  box-shadow:         inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45); }     

/* Error LABEL
--------------------------------------------------- */

form label { position: relative; }

strong.error { 
  background: #e5275d;
  padding: 3px 5px;   
  display: block;
  white-space: nowrap;
  position: absolute; 
  left: 50%;
  top: 26px;
  z-index: 9999;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: #fff; 
  text-transform: uppercase; 
  } 
  
strong.error:after { 
  height: 0; 
  width: 0;    
  margin-left: -6px;  
  content: " ";    
  position: absolute; 
  left: 15px; 
  bottom: 100%;
  border-color: rgba(229, 39, 93, 0);    
  border: solid transparent; 
  pointer-events: none;
  border-bottom-color: #e5275d; 
  border-width: 6px; 
  }


/* Generic Form Elements
--------------------------------------------------- */

#content form li.textarea { float: right; z-index: 999; }

#content form li.submit { 
  padding-top: 15px;
  text-align: center;
  display: block; 
  }

#content form li { 
  margin: 0 0 7px;
  display: block; }

#content input,
#content select,
#content textarea { 
    background: #e0e0e0;   
    border: none;
    margin: 0 auto;
    padding: 9px 7px 7px 7px;   
    cursor: pointer; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #4a4a4a;
    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; 
    } 

#content input:hover,
#content select:hover,
#content textarea:hover { 
    background: #d9d9d9; 
    box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
    -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); 
    }
    

/* ---- Placeholder Text Equalizer ---- */

#content input:-ms-input-placeholder            { color: #4a4a4a; }
#content input::-webkit-input-placeholder       { color: #4a4a4a; }
#content input:hover:-ms-input-placeholder      { color: #4a4a4a; }
#content input:hover::-webkit-input-placeholder { color: #4a4a4a; }     

#content textarea:-ms-input-placeholder            { color: #4a4a4a; }
#content textarea::-webkit-input-placeholder       { color: #4a4a4a; }
#content textarea:hover:-ms-input-placeholder      { color: #4a4a4a; }
#content textarea:hover::-webkit-input-placeholder { color: #4a4a4a; }      

#content input:focus,
#content select:focus,
#content textarea:focus { 
  background: #f2f2f2 ;   
  color: #9a9a9b;
  cursor: text; 
  box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
  -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); 
  }    

.contact #content input { 
    width: 95%; 
    padding: 9px 2% 9px 3%; 
    }  
  
.contact #content textarea { 
    width: 95%;
    padding: 9px 2% 9px 3%; 
    height: 220px; 
    }
 
    
.contact #content .submit { 
    width: 100%;
    text-align: center;
    }
    
.contact #content .threecol li { 
  display: inline-block;
  float: left;}

.contact #content .threecol  { 
  text-align: left;
  margin: 0 !important; }


.contact #content .city { width: 40%; margin: 0 6px 0 0; float: left; }

    @media (min-width : 1200px) { .contact #content .city { width: 56%; margin: 0 6px 0 0; float: left; }}  
    
.contact #content .state {  width: 35%; margin: 0 6px 0 0; float: left; }

    @media (min-width : 1200px) { .contact #content .state { width: 20%; margin: 0 6px 0 0; float: left; }}  
    
.contact #content .zip {  width: 16%; float: left; margin: 0 0 00; }

    @media (min-width : 1200px) { .contact #content .zip  { width: 20%; float: left; margin: 0 0 0 0; }} 
    
#content option { 
  border-radius:         4px;
  -moz-border-radius:    4px; 
  -webkit-border-radius: 4px; 
  }  
  
.textarea, .fields {
  width: 48%;
  margin-right: 2%;
  float: left; }  
  

  

/* Generic Button
--------------------------------------------------- */

.button {
  display: block;
  margin-top: 5px; }

#content button { 
  width: 100%;
  background: #9a9b9b;  
  padding: 5px 15px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius:    6px;
  -webkit-border-radius: 6px;
  border-radius:         6px;   
  -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; 
  }
  
#content button:hover { 
  background: #f18a21; 
  -moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  box-shadow:         0 1px 1px rgba(0,0,0,.15); 
  }   
  
#content button:active { 
  background: #00839a;
  -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.35);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.35);
  box-shadow:         inset 0 1px 1px rgba(0,0,0,.35); 
  }  
  
  
  
  
  
  
  

/* Customization
--------------------------------------------------- */

.join-long p { line-height: 1; } 

.join-long input { width: 270px; } 
.join-long input.zip { width: 100px; } 
