* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  color: #222e3d;
  background: #f6f6f6;
}

.header-bar {
  background: #222e3d;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  background: #fff;
  min-height: 60vh;
}

.logo-link {
  display: inline-block;
  margin-bottom: 32px;
  text-decoration: none;
  line-height: 0;
}

.logo-link svg {
  width: 300px;
  height: 48px;
  max-width: 100%;
}

h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 31px;
  margin: 0 0 24px;
  color: #111;
}

.contact-block {
  font-size: 20px;
  line-height: 1.6;
  color: #393939;
}

.contact-block strong {
  font-weight: 700;
  color: #222e3d;
}

.contact-block a {
  color: #0054b7;
  text-decoration: underline;
}

.contact-block a:hover {
  color: #00ba38;
}

.content-block {
  font-size: 16px;
  line-height: 1.65;
  color: #393939;
}

.content-block h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  color: #111;
  margin: 32px 0 12px;
}

.content-block h2:first-of-type {
  margin-top: 0;
}

.content-block h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222e3d;
  margin: 20px 0 10px;
}

.content-block p {
  margin: 0 0 14px;
}

.content-block ol,
.content-block ul {
  margin: 0 0 14px;
  padding-left: 24px;
}

.content-block li {
  margin-bottom: 8px;
}

.content-block a {
  color: #0054b7;
  text-decoration: underline;
}

.content-block a:hover {
  color: #00ba38;
}

.back {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  color: #0054b7;
  text-decoration: none;
}

.back:hover {
  color: #00ba38;
}

footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 24px 20px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #222e3d;
  border-top: 1px solid #e3e2e2;
  background: #fff;
}

footer a {
  color: #222e3d;
  text-decoration: none;
  margin: 0 12px;
}

footer a:hover {
  color: #0054b7;
}

footer .footer-copy {
  margin: 0 0 12px;
}

footer .footer-nav {
  margin: 0;
}
