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;
}
/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
  line-height: 24px;
  padding-top: 72px;
}
a {
  color: #00afc4;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  text-align: center;
  background: #000;
  color: #ccc;
  border-bottom: 4px solid #00afc4;
  z-index: 100;
}
header h1 {
  font-size: 21px;
  letter-spacing: 4px;
  line-height: 21px;
  margin: 8px auto;
}
header h1 a {
  text-decoration: none;
  color: #eee;
}
#blogtitle {
	background: #0099bb;
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	padding: 8px 0;
	letter-spacing: 2px;
	border-top: 1px solid #0088aa;
	border-bottom: 1px solid #0088aa;
}
header nav {
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: 1px;
}
nav ul {
  display: inline;
  list-style: none;
}
nav ul li {
  display: inline;
  position: relative;
}
.menu {
  display: none;
}
.phone {
  display: none;
}
header a {
  text-decoration: none;
  color: #aaa;
  margin: 0 8px;
}
header a:hover {
  color: #eee;
}
section {
  text-align: center;
}
section h1 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 4px;
  margin: 30px 0;
}
section h2 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 12px;
}
section p {
  margin-bottom: 12px;
}
footer {
  background: #333;
  color: #eee;
  padding: 20px 0;
  text-align: center;
}
footer h1 {
  color: #eee;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-weight: bold;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #eee;
  text-decoration: underline;
}
#newsletter {
  background: #eee;
  border: 1px solid #eee;
  padding-bottom: 20px;
}
#newsletter h2 {
  margin: 0;
  font-weight: bold;
}
.form {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0  2px 2px #ccc;
  margin: 0 48px 20px 48px;
  padding: 24px;
}
label {
  display: none;
}
input, textarea {
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  margin: 2px 0;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form input, .form textarea {
  width: 90%;
  margin: 4px 0;
}
textarea {
  height: 100px;
}
input[type="submit"] {
  width: 120px;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #ffffff), to( #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.invisible {
  display: none;
}
strong {
  font-weight: bold;
}
.content {
  text-align: left;
  margin: 0 auto;
  width: 760px;
}
.info {
  text-align: center;
  color: #eee;
  background-color: #00afc4;
  padding: 8px 0px;
  border: 1px solid #008fa4;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cright {
  font-size: 13px;
  margin-top: 20px;
}
.col-small {
	font-size: 13px;
	line-height: 20px;
}
.col {
  width: 33%;
  float: left;
}
.col2 {
  width: 66%;
  float: left;
}
.col1of2 {
  width: 50%;
  float: left;
}
.col1of6 {
  width: 16%;
  float: left;
}
.col3of6 {
  width: 50%;
  float: left;
}
.row {
  width: 100%;
  clear: both;
}
.row-offset {
	margin-top: 20px;
}
.row::before, .row::after {
  display: table;
  content: "";
}
.row::after {
  clear: both;
}
.spaced {
  margin-right: 16px;
}
.separated {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #666;
}
.sep-noborder {
  border-color: #fff;
}
.lead {
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 1px;
  margin-bottom: 32px;
}
.col ul li, .col1of6 ul li, .col3of6 ul li {
  display: block;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#what strong {
  font-weight: bold;
  font-size: 17px;
  color: #00afc4;
}
.belief {
  height: 160px;
}
.belief h2 {
  display: block;
  float: left;
  font-size: 42px;
  font-weight: normal;
  line-height: 42px;
  width: 30px;
  text-align: center;
  color: #00afc4;
}
.belief h3 {
  display: block;
  margin-left: 36px;
  font-size: 19px;
  line-height: 27px;
  font-weight: bold;
  color: #00afc4;
  letter-spacing: 1px;
}
.belief p {
  display: block;
  margin-left: 36px;
}
.quotes {
  border-top: 1px solid #ccc;
}
blockquote {
  font-size: 13px;
  line-height: 20px;
  margin: 12px 0;
}
small {
  font-size: 11px;
  line-height: 16px;
  display: block;
}
small::before {
  content: '—';
}
#hero {
  -webkit-font-smoothing: antialiased;
  border: none;
  text-align: center;
  background: #00afc4;
  color: #eee;
  padding: 60px 0 54px 0;
}
h1.hero {
  font-size: 36px;
  line-height: 42px;
  margin: 0 auto;
  padding: 0 140px;
  max-width: 760px;
  letter-spacing: 1.5px;
  text-transform: none;
}
h2.hero {
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 8px;
  margin-bottom: 8px;
}
.cta-container {
  width: 540px;
  height: 88px;
  margin: 0 auto;
  margin: 26px auto 0 auto;
}
.cta-btn {
  width: 244px;
  float: left;
}
.cta-or {
  padding-top: 20px;
  text-align: center;
  width: 48px;
  color: #222;
  float: left;
}
.cta {
  display: block;
  background: #ffc618;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  width: 240px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #333;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  text-decoration: none;
  color: #222;
}
.cta.secondary-cta {
  background: #ccc;
}
.cta .archetype {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
}
.cta:hover {
  color: #000;
  background: #ffe628;
}
.cta.secondary-cta:hover {
  background: #eee;
}
.smallprint {
  font-size: 16px;
  line-height: 16px;
  color: #222;
}
#contact {
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#articles .title {
	font-size: 24px;
	line-height: 32px;
}
#article {
	font-size: 19px;
	line-height: 30px;
}
#article h1 {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
#article h1.article-title {
	margin-bottom: 0;
}
#article small:after {
	content: '—';
}
#article small {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 30px;
}
#article .content {
	width: 640px;
	font-family: Junge, Serif;
}
#article .content img {
	display: block;
	margin: 0 auto;
	box-shadow: 0 0  2px 2px #ccc;
	max-width: 100%;
}
#article .content em {
	background: #ffc;
}
ul.list, ul.list li, #article ul, #article li {
	list-style: disc outside;
	margin-left: 20px;
}
ul.list, #article ul {
	margin-bottom: 14px;
}
#about {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  h1.hero {
    font-size: 26px;
    line-height: 30px;
  }
  .content {
    width: auto;
    padding: 0 34px;
  }
  .belief {
    height: 140px;
  }
}
@media screen and (max-width: 800px) {
  h1.hero {
    padding: 0 60px;
  }
  .content, #article .content {
    width: auto;
    padding: 0 30px;
  }
  .belief {
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  span.extra {
	display: none;
  }
  #article {
	font-size: 16px;
	line-height: 24px;
  }
  h1.hero {
    padding: 0 40px;
  }
  header h1 {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 40px;
  }
  header h1 a {
    border: none;
  }
  .menu {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    line-height: 40px;
  }
  .phone {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    line-height: 40px;
  }
  header nav ul.open {
    display: block;
  }
  header nav ul {
    position: absolute;
    display: none;
    left: 0;
    top: 42px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header nav ul li {
    display: block;
    background: #333;
    border-bottom: 1px solid #666;
    line-height: 40px;
  }
  header nav ul li a {
    display: block;
  }
  header {
    height: 40px;
    line-height: 40px;
  }
  #hero {
    padding: 40px 0 36px 0;
  }
  h2.hero {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 3px;
  }
  h1.hero {
    font-size: 18px;
    line-height: 28px;
  }
  .col, .col2, .col1of6, .col3of6, .col1of2 {
    width: 100%;
    float: none;
  }
  .separated {
    margin-right: 0;
    padding-right: 0;
    border: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #666;
  }
  .cta-container {
    width: 244px;
    height: auto;
  }
  .cta-btn, .cta-or {
    float: none;
  }
  .cta-or {
    padding: 0;
    width: 244px;
  }
  body {
    padding-top: 42px;
  }
  footer .col, footer .col1of6, footer .col3of6, footer .col2 {
    text-align: center;
  }
  footer .col ul li {
    line-height: 40px;
  }
  footer .col ul li {
    border-top: 1px dotted #666;
  }
  .info {
    margin: 0 20px;
  }
  input {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  label {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: left;
  }
  .lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .belief {
    height: auto;
  }
  .row-offset {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #666;
  }
}
