body {
  background: url(/images/bg-green.png) repeat-x 0 -50px #f7f5ed;
  font: 12px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  text-shadow: 1px 1px 0 #fff;
}
h2,
h3 {
  font-weight: normal;
}
h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 13px;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  width: 750px;
}
.hero {
  float: left;
  margin: 50px 0 0 20px;
}
.logo {
  float: left;
  margin: 60px 0 35px 60px;
}
.content-page .logo {
  margin: 60px 0 45px;
}
.header {
  float: left;
  margin: -10px 0 0 20px;
  overflow: hidden;
  text-align: center;
  width: 375px;
}
.header p {
  background: #fffbb4;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 0;
  padding: 3px 10px;
}
.header p a {
  color: #000;
  text-decoration: none;
}
.header .mobile-link {
  color: #3178bd;
  display: block;
  font-weight: bold;
  margin-top: 15px;
}
.content {
  clear: both;
}
.available {
  display: block;
  margin-top: 20px;
}
.email-widget {
  margin-top: 50px;
  text-align: center;
}
.email-widget .container {
  border: 1px solid #d4ceb6;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #edeadd;
}
.email-widget p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 24px;
}
.email-widget #mc_embed_signup {
  background: transparent;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  clear: left;
  font-size: 14px;
}
.email-widget #mc_embed_signup form {
  text-align: center;
}
.email-widget #mc_embed_signup input.email {
  width: 100%;
}
.email-widget #mc_embed_signup input.button {
  display: inline-block;
  margin: 0 auto;
  background: #3178bd;
}
.social-media {
  clear: both;
  height: 100px;
  margin-top: 60px;
  text-align: center;
}
.social-media p {
  color: #a09772;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 20px;
}
.social-media .social {
  display: inline-block;
  margin-right: 20px;
  height: 22px;
}
.social-media .facebook,
.social-media .pinterest {
  vertical-align: bottom;
}
.social-media .twitter {
  vertical-align: middle;
}
.social-media .pinterest {
  margin-right: 0;
}
.footer {
  border-top: 1px solid #d4ceb6;
  padding-top: 30px;
  color: #a09772;
}
.footer .copyright {
  float: left;
  margin-right: 100px;
}
.footer a {
  color: #3178bd;
}
.footer ul {
  float: right;
  margin: 0 0 35px;
  list-style-type: none;
}
.footer li {
  display: inline;
}
.footer li:after {
  content: "|";
  padding: 0 5px;
}
.footer li:last-child:after {
  content: "";
  padding-right: 0;
}
.faq-wrap {
  border-top: 1px solid #d4ceb6;
  margin-top: 50px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.faq-wrap h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #a09772;
  font-weight: bold;
}
.faq-wrap .support-request {
  float: right;
  margin-top: -30px;
  font-size: 14px;
}
.faq-wrap .support-request a {
  color: #3178bd;
}
.faq-list {
  margin-left: -40px;
}
.faq-list .faq {
  width: 350px;
  float: left;
  margin-left: 40px;
}
.faq-list .faq h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.faq-page .go-back {
  margin-left: 20px;
  font-size: 14px;
}
.faq-page .go-back a {
  color: #3178bd;
}
