.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

* {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #cb171e;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.header {

}

.content {
  padding-left: 350px;
}

h1 {
  display: block;
  width: 300px;
  height: 300px;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: 100% 100%;
  text-indent: -99999px;
  float: left;
  margin: 0 50px 0 0;
}

h2 {
  padding-top: 50px;
}

.level {
  line-height: 80%;
}
.level1 {
  font-size: 80px;
  display: block;
}
.level2 {
  font-size: 50px;
  display: block;
}
.level3 {
  font-size: 30px;
  display: block;
}

.pricelist {
  margin-bottom: 50px;
}
.pricelist h4 {
  margin: 0;
  background-color: #eee;
}

table {
  width: 100%;
  border-top: 1px solid #eee;
}
table .thead td {
  font-weight: 700;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}
table td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
#faqs_container dt {
  color: #cb171e;
  margin-top: 30px;
}
#faqs_container img {
  display: block;
  margin: 20px 0;
}

.important {
  color: #fff;
  background-color: #cb171e;
}
.copyright {
  margin-top: 60px;
  color: #999;
}
@media (max-width: 960px) {
  body {
    padding: 0 20px;
  }
  h1 {
    float: none;
    margin: 20px auto 0;
  }
  .header h2 {
  }
  .content {
    padding-left: 0px;
  }
}