@charset "UTF-8";
/* CSS Document */
/* Global Styles */
/*--- Custom Font ---*/
@font-face {
  font-family: 'font custom';
  src: url('../fonts/font-custom.eot');
  src: url('../fonts/font-custom.eot?#iefix') format('embedded-opentype'), url('../fonts/font-custom.woff') format('woff'), url('../fonts/font-custom.ttf') format('truetype'), url('../fonts/font-custom.svg#font-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0 auto;
  padding: 1em 0.5em;
  font: 15px/16px 'proxima-nova', Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444;
}
img {
  border: none;
}
a {
  color: #636467;
  text-decoration: underline;
}
a:hover {
  color: #999;
  text-decoration: none;
}
html,
p,
form {
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0 1em;
}
h1 {
  font: bold 24px Georgia;
  color: #231f20;
  padding: 0px;
  margin: 0px 0px 3px 0px;
  line-height: 26px;
}
h2 a:hover {
  text-decoration: none !important;
}
h2 {
  font: normal 18px Georgia;
  color: #636467;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
h3 {
  font: bold 15px Georgia;
  color: #231F20;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
h4 {
  font: normal 15px Georgia;
  margin: 0px;
  padding: 9px 0px 13px 0px;
  line-height: 18px;
  color: #636467;
}
h5 {
  font: bold 16px Georgia;
  margin: 0px;
  padding: 5px 0px 8px 0px;
  line-height: 18px;
  color: #231f20;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
input,
select,
textarea {
  font: 15px/16px 'proxima-nova', Arial, Helvetica, sans-serif;
}
br {
  height: 7px;
  font-size: 7px;
}
p {
  padding: 0;
}
