/* CUSTOM CSS */
.footer {
  color: #FFFFFF !important;
}
.footer a {
  color: #FFFFFF !important;
}
/* Garamond Font */
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/GARA.TTF') format('truetype'), url('../fonts/GARABD.TTF') format('truetype'), url('../fonts/GARAIT.TTF') format('truetype');
}
h1, h2, h3, h4 {
  /*font-family: "Garamond", Georgia, sans-serif !important;*/
  font-family: Georgia, sans-serif !important;
}
/* Trebuchet Font */
@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/trebuc.ttf') format('truetype'), url('../fonts/trebucbd.ttf') format('truetype'), url('../fonts/trebucbi.ttf') format('truetype'), url('../fonts/trebucit.ttf') format('truetype');
}
/* Open Sans */
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
.cta_button {
  font-family: OpenSans, sans-serif !important;

}
body, html, p, div, span, li, a {
  font-family: "Trebuchet MS" !important;
  /*font-weight:100 !important;*/
}
.title {
  color: #4f6f8b;
  font-weight: 300 !important;
}
.title_heading {
  color: #4f6f8b;
  font-weight: 300 !important;
}
/* TITLE HEADING ALL PAGES */
.title {
  font-size: 200% !important;
}
.title_heading {
  font-size: 150% !important;
}
.title_heading_quote {
  font-family: "Trebuchet MS" !important;
}
/* CURRENCY INPUT */
.dollar {
  /*display: inline-block;*/
  position: relative;
}
.dollar input {
  padding-left: 15px;
}
.dollar:before {
  position: absolute;
  content: "$";
  left: 5px;
  top: 10px;
}