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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
#mfPreviewBar,
#mfPreviewBarShow {
  display: none !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Harmonia Sans';
  src: url("/fonts/2B263F_0_0.eot");
  src: url("/fonts/2B263F_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/2B263F_0_0.woff") format("woff"), url("/fonts/2B263F_0_0.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: 'Harmonia Sans';
  src: url("/fonts/2B263F_1_0.eot");
  src: url("/fonts/2B263F_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/2B263F_1_0.woff") format("woff"), url("/fonts/2B263F_1_0.ttf") format("truetype");
  font-weight: bold;
}
body {
  background: #eee;
  color: #000;
  font-family: 'Harmonia Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  body {
    font-size: 22px;
    line-height: 28px;
  }
}
body:before, body:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9000;
  height: 16px;
  background: #eee;
}
body:before {
  top: 0;
}
body:after {
  bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  text-align: center;
}

h1 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 992px) {
  h1 {
    margin-bottom: 48px;
    font-size: 50px;
    line-height: 1.5;
  }
}
h1 img {
  max-width: 470px;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 992px) {
	h2, h3, h4, h5, h6 {
    margin-bottom: 45px;
    font-size: 50px;
    line-height: 1.5;
}
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eee;
}
.container {
  *zoom: 1;
  max-width: 34em;
  _width: 34em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.visible {
  opacity: 1 !important;
}
.site-nav {
  display: none;
  position: fixed;
  top: 32px;
  left: 16px;
  bottom: 32px;
  width: 72px;
  z-index: 999;
  border-right: 2px solid #000;
}
@media (min-width: 992px) {
  .site-nav {
    display: block;
  }
}
.site-nav a {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  background-position: 19px 20px;
  background-repeat: no-repeat;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  overflow: hidden;
}
.site-nav a:hover {
  background-position: 19px 20px !important;
  background-color: #eee;
  width: 220px;
}
.site-nav a:hover span {
  display: block;
}
.site-nav a span {
  display: none;
  position: absolute;
  top: 24px;
  left: 68px;
}
.site-nav li.current a {
  background-position: 19px -42px;
  cursor: default;
}
.site-nav #nav-introduction {
  display: none;
}
.site-nav #nav-about a {
  background-image: url(/img/nav-about.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .site-nav #nav-about a {
    background-image: url("/img/nav-about@2x.png");
    background-size: 32px 94px;
  }
}
.site-nav #nav-services a {
  background-image: url(/img/nav-services.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .site-nav #nav-services a {
    background-image: url("/img/nav-services@2x.png");
    background-size: 32px 94px;
  }
}
.site-nav #nav-bio a {
  background-image: url(/img/nav-bio.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .site-nav #nav-bio a {
    background-image: url("/img/nav-bio@2x.png");
    background-size: 32px 94px;
  }
}
.site-nav #nav-pricing a {
  background-image: url(/img/nav-pricing.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .site-nav #nav-pricing a {
    background-image: url("/img/nav-pricing@2x.png");
    background-size: 32px 94px;
  }
}
.site-nav #nav-contact a {
  background-image: url(/img/nav-contact.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .site-nav #nav-contact a {
    background-image: url("/img/nav-contact@2x.png");
    background-size: 32px 94px;
  }
}
.introduction-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introduction-content h1, .introduction-content h2 {
  position: relative;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.introduction-content h1 {
  padding-bottom: 12px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .introduction-content h1 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.introduction-content h1:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 5px;
  height: 5px;
  border: 2px solid #000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .introduction-content h1:after {
    width: 6px;
    height: 6px;
    margin-left: -6px;
    border: 3px solid #000;
  }
}
.introduction-content .arrow-container {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.introduction-content .arrow-container .arrow {
  position: relative;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/img/arrow-down.png) center bottom no-repeat;
  -moz-transition: top 0.75s;
  -o-transition: top 0.75s;
  -webkit-transition: top 0.75s;
  transition: top 0.75s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .introduction-content .arrow-container .arrow {
    background-image: url("/img/arrow-down@2x.png");
    background-size: 32px 32px;
  }
}
.introduction-content .arrow-container .arrow.shifted {
  top: -10px;
}
.panel {
  position: relative;
  padding: 36px 24px;
  min-height: 100vh;
  border-top: 16px solid #eee;
}
.panel:before, .panel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  background: #eee;
}
.panel:before {
  left: 0;
}
.panel:after {
  right: 0;
}
section#contact p {
	text-align: center;
	margin: 40px 0 10px;
}
header#introduction h1 span {
	display: block;
}
@media (min-width: 992px) {
  .panel {
    padding: 96px 72px 128px;
  }
}
.panel#introduction {
  padding: 0;
  margin-top: 0;
  background: #B5BCC4;
}
.panel#about {
  background: #E5371A;
}
.panel#services {
	background: #92D050;
}
.panel#services .content ul li:before {
  top: 1px;
  left: 16px;
  width: 9px;
  height: 9px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .panel#services .content ul li:before {
    top: 5px;
    left: 28px;
  }
}
.panel#services .content ul li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 18px;
  width: 12px;
  height: 12px;
  background: url(/img/check.png) no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .panel#services .content ul li:after {
    background-image: url("/img/check@2x.png");
    background-size: 12px 12px;
  }
}
@media (min-width: 992px) {
  .panel#services .content ul li:after {
    top: 4px;
    left: 30px;
  }
}
section#contact p a, section#contact p {
	font-size: 35px;
	font-weight: 700;
}

.panel#pricing {
  background: #8DB3E2;
}
.panel#contact {
  background: #f2e25e;
}
.content p, .content ul, .content ol {
  margin-bottom: 20px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .content p, .content ul, .content ol {
    margin-bottom: 28px;
  }
}
.content li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .content li {
    margin-bottom: 14px;
  }
}
.content ul li {
  position: relative;
  padding: 0 0 0 36px;
}
@media (min-width: 992px) {
  .content ul li {
    padding: 0 54px;
  }
}
.content ul li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 16px;
  width: 5px;
  height: 5px;
  border: 2px solid #eee;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .content ul li:before {
    top: 7px;
    left: 30px;
    width: 6px;
    height: 6px;
  }
}

footer {
  margin: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
section.panel {
	display: flex;
	align-items: center;
}



@media (max-width: 992px) {
section#contact p a {
	font-size: 23px;
	font-weight: 700;
}
header#introduction h1 {
	font-size: 30px;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 1.5;
}
section#contact p:last-child {
	margin-top: 20px;
}
section#contact p {
    font-size: 30px;
    line-height: 1.3;
}
}