/* Import Lato font
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format("woff"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(http://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format("woff"); }

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 40px;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 7px;
    color: #242424;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h3 .section-heading {
    font-size: 1.8rem;
}

.header {
    background-color: #333;
    padding: 25px 0;
}

.guide-title {
    max-width: 774px;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
}

.guide-description {
    max-width: 774px;
    margin: 0 auto;
    font-size: 20px;
    color: #eee;
    padding: 0 15px;
}

.container {
    margin: 0 auto;
    padding: 0;
}

.step {
    padding: 0 15px;
}

.step img {
    max-width: 100%;
}

.step .description {
    margin: 0.8em 0 0.8em 0;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}