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: #b51239;
  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(181, 18, 57, 0);    
  border: solid transparent; 
  pointer-events: none;
  border-bottom-color: #b51239; 
  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: 13px/13px "proxima-nova",Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    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,
.contact #content select { 
    width: 95%; 
    padding: 9px 2% 9px 3%; 
    }  
    
    .contact #content .city input { padding: 9px 0 9px 5%; }
    .contact #content .zip input { padding: 9px 0 9px 10%; width: 90%;  }
    
.contact #content select { 
    width: 100%; 
    padding: 8px 2% 8px 3%; 
    height: 34px;
    }  
  
.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: 47%; 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: 25%; 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: 23.5%; 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; 
  }  
  
.fields {
  width: 49%;
  margin-right: 1%;
  float: left; 
  }  
  
.textarea {
  width: 49%;
  margin-left: 1%;
  float: right; 
  }  
  
  

/* Generic Button
--------------------------------------------------- */

.button {
  display: block;
  margin-top: 5px; 
  text-align: center;
  }

#content button { 
  margin: auto;
  width: 30%;
  background: #0290c0;  
  padding: 5px 5%;
  display: block;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
  border-radius:         3px;   
  -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: #006689; 
  -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: #004a64;
  -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); 
  }  
  
  
  
/* EMAIL SIGNUP FORM */
  
#signup-form { 
    -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;   
    position: relative;
    height: 80px;
    }
    
#signup-form ol {
    position: relative;
    }

#signup-form ol li {
    position: absolute;
    top: 5px;
    display: inline-block;
    }
    
#signup-form ol li.email {
    left: 0;
    width: 70%;
    }
    
#signup-form ol li.button {
    right: 0;
    width: 30%;
    margin: 0;
    }
    

#signup-form input {
    background: white;
    border: none;
    padding: 11.5px 0 10.5px 3%;
    font: 14px/18px "Univers LT W01 45 Light",Arial, Helvetica, sans-serif;
    height: 18px;
    width: 97%;
    vertical-align: middle;
    color: #8a8c8e;
    cursor: pointer;
    -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;    
    }
    
    @media (min-width : 1200px) { #signup-form input { font-size: 18px; } } 
  
#signup-form input:hover,
#signup-form input:focus { 
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0);
    box-shadow: inset 0 0 10px rgba(0,0,0,0);
    }
  
#signup-form input:-ms-input-placeholder            { color: #8a8c8e; }
#signup-form input::-webkit-input-placeholder       { color: #8a8c8e; }
#signup-form input:hover:-ms-input-placeholder      { color: #8a8c8e; }
#signup-form input:hover::-webkit-input-placeholder { color: #8a8c8e; }   


#signup-form button {
    background: #861f38;
    color: white;
    border: none;
    padding: 0 3% 0;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    -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; 
    position: relative;
    float: right;
    height: 40px;
    }
        
    @media (min-width : 1200px) { #signup-form button { font-size: 18px; } } 
    
#signup-form button:hover { 
    background: #b51239; 
    font-weight: bold;
    }
      
#signup-form button:active { 
    background: #69051d;
    -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25);
    box-shadow:         inset 1px 1px 2px rgba(0, 0, 0, .25); 
    }
  
  
#signup-form-response {
    width: 100%;
    color: #c9eaff;
    }
          
#signup-form-response a { color: white; }


