b {
  font-weight: bold;
}
a {
  color: #1f5fa8;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #181818;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0.5em 0 ;
  color: #525252;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: none;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 16px;
  padding-bottom: 1em;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
input,
select,
textarea {
  font-size: 14px;
  padding: 6px 12px;
  margin: 6px 0px 4px;
  border: 1px solid #CCC;
  background: #FAFAFA none repeat scroll 0% 0%;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}
input,
textarea {
  width: 100%;
}
select {
  display: block;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px;
  border: double 2px #00F;
}
button {
  border-radius: 3px;
  background-color: transparent;
  color: #1f5fa8;
  border-width: 2px;
  border-style: solid;
  border-color: #1f5fa8;
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  font-family: "Helvetica Neue", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  text-align: center;
  cursor: pointer;
  outline: medium none;
}
button:hover,
button:active,
button:focus {
  color: #FFF;
  background: #1f5fa8;
}
button.cancel {
  color: #525252;
  background-color: #f5f5f5;
  border-color: #525252;
}
button.cancel:hover,
button.cancel:active,
button.cancel:focus {
  color: #f5f5f5;
  background: #525252;
}
button.grey {
  color: #525252;
  background-color: #f5f5f5;
  border-color: #525252;
}
button.grey:hover,
button.grey:active,
button.grey:focus {
  color: #f5f5f5;
  background: #525252;
}
button.red {
  color: #DB584B;
  background-color: #f5f5f5;
  border-color: #DB584B;
}
button.red:hover,
button.red:active,
button.red:focus {
  color: #f5f5f5;
  background: #DB584B;
}
