html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", helvetica, arial, sans-serif; }
  body .inner {
    margin: 0 auto;
    width: 960px;
    max-width: 90%; }
  body .right {
    float: right; }
  body .left {
    float: left; }
  body strong {
    font-weight: 700; }

.header-bar {
  font-family: "Paytone One", helvetica, arial, sans-serif;
  font-size: 18px;
  background-color: #FD9442;
  padding: 10px; }
  .header-bar a {
    color: white;
    text-decoration: none; }

.title-area {
  max-width: 550px;
  margin: 0 auto; }
  .title-area h1 {
    font-family: "Paytone One", helvetica, arial, sans-serif;
    font-size: 28px;
    padding: 20px 0px 10px 0px;
    text-transform: uppercase;
    line-height: 100%; }
  .title-area p {
    font-size: 20px;
    line-height: 140%;
    padding: 10px 0px; }
  .title-area img {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0px;
    width: 200px; }

.phone-image {
  display: block;
  text-align: center; }
  .phone-image img {
    width: 95%;
    max-width: 500px; }

.info-area {
  padding: 20px 0px;
  background-color: #D0404A;
  color: white; }
  .info-area h2 {
    font-family: "Paytone One", helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 140%;
    padding: 20px 0px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .info-area p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    padding: 10px 0px; }
    .info-area p img {
      width: 150px; }

.testimonials {
  background-color: #FD9442;
  padding: 20px; }
  .testimonials h2 {
    font-family: "Paytone One", helvetica, arial, sans-serif;
    font-size: 28px;
    line-height: 100%;
    padding: 20px 0px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .testimonials li {
    font-size: 20px;
    line-height: 140%;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    list-style-type: none;
    font-weight: 600; }
  .testimonials a {
    color: black; }

.faq-area h2 {
  font-family: "Paytone One", helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 100%;
  padding: 20px 0px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
.faq-area p {
  font-size: 20px;
  line-height: 140%;
  padding: 10px 0px;
  text-align: center;
  margin: 0 auto; }
.faq-area .peef {
  text-align: center; }
  .faq-area .peef img {
    max-width: 90%; }
.faq-area a img {
  display: block;
  margin: 0 auto;
  width: 200px; }

.footer {
  background-color: black;
  color: white;
  padding: 40px;
  line-height: 180%; }
  .footer .copyright a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white; }

@media only screen and (min-width: 480px) {
  .header-bar {
    font-size: 24px;
    padding: 15px; }

  .info-area h2 {
    font-size: 36px; }
  .info-area p {
    font-size: 24px; } }
@media only screen and (min-width: 768px) {
  .header-bar {
    font-size: 28px;
    padding: 15px; }

  .title-area h1 {
    font-size: 40px; }
  .title-area p {
    font-size: 22px; }

  .info-area p {
    width: 31%;
    float: left;
    font-size: 16px;
    padding: 1%; }

  .faq-area p {
    max-width: 85%; } }
@media only screen and (min-width: 980px) {
  .header-bar {
    font-size: 36px;
    padding: 25px; }

  .hero-area {
    margin: 50px 0px; }

  .title-area {
    max-width: 380px;
    float: left; }
    .title-area h1 {
      font-size: 48px; }

  .phone-image {
    float: right; }
    .phone-image img {
      max-width: 500px; }

  .faq-area p {
    max-width: 75%; } }
