body { background-color: #ffffff; color: #333333; line-height:26px; }
a{ -webkit-transition: color 400ms, background-color 400ms; transition: color 400ms, background-color 400ms; } 
input[type="submit"]{ -webkit-transition: color 400ms, background-color 400ms; transition: color 400ms, background-color 400ms !important; }
a{ white-space: normal; word-wrap: break-word; }
a, a.visited, a:focus  {color:#00539f; text-decoration:none; outline:none; }
a:hover{ text-decoration: none; color:#f79d32;}

address { line-height: 26px; margin-bottom: 10px; }
ol, ul { list-style-position:inside;
    margin-bottom: 10px;
    padding-left: 4px;
}
/* List Style 1 */
ul.list-style1{ list-style:none;}
ul.list-style1 li {
    border-bottom: 1px solid #555555;
    padding: 5px 0;
}
ul.no-bullets {
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 3px;
}


/* Placeholder */
::-moz-placeholder{
  color: #444444 !important; opacity: 1 !important;
}
::-webkit-placeholder{
  color: #444444 !important;  
}
::placeholder{
  color: #444444 !important; 
}