html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Open Sans', sans-serif;
}

body {
    background:#fff;
    color:#313447;
    font-size:1.25em;
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
}

/* Typo */
a {
    text-decoration:underline;
    color:#0078e7;
}
h1 {
    font-size:2em;
    font-weight:normal;
    margin-top:0;
}
h2 {
    font-size: 2em;
    margin: 1.8em 0 1.2em 0;
    font-weight:lighter;
}
h3 {
    font-size: 1.6em;
    font-weight:lighter;
    margin-top:1.7em;
}
h4 {
    font-size: 1em;
    font-weight:bold;
}

p {
    margin: 0 0 1.4em 0;
    font-size: 1em;
    line-height:1.6em;
}
p + ul {
    margin-top:-0.5em;
}
table {
    margin-bottom:2.6em;
    font-size:0.88em;
}
pre {
    padding:1.4em;
    margin:1.4em 0;
    background-color:#E6E6E6;
}

a.pure-button-primary {
    background:#313447;
}
a.pure-button-primary:hover {
    color:#ffffff;
}

.pure-menu-active>.pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
    background: #fff;
    color: #333;
}

/* Container */
.container {
    max-width:980px;
    margin:0 auto;
    padding:0 1em;
}

/* Header */
.header {
    height:43px;
    border-bottom: 1px solid #E3E0D8;
}
.header .container {
}
.header .inner-container {
    padding-top:35px;
    padding-bottom:23px;
}
.header .pure-menu-heading {
    padding-left: 0;
    padding-right: 0;
}
.header .pure-menu-list {
    /*float: right;*/
}
.header .pure-menu li {
    font-size:0.9em;
}
.header .pure-menu a {
}
.header .pure-menu-selected a {
    background-color:#eee;
}

.pure-menu-heading {
    font-weight: bold;
}
.pure-menu-heading span {
    font-weight: normal;
}

.l-boxes {
    background:#f5f5f6;
}
.l-box {
    padding: 1em;
}
.l-box h4 {
    margin-top: 0;
}
.l-box p:last-of-type {
    margin-bottom: 0;
}

/* Hero */
.hero {
    background:#ff6f69;
    background:#e86e54;
    background:#4dbc84;
    background:#e8548f;
    background:#757994;
    padding:3em 0 3em 0;
    margin-top:-1px;
    margin-bottom: 3em;
}
.hero__heading {
    color:white;
    text-align:center;
    margin:1em 0 0 0;
}
.hero__text {
    font-size:1.2em;
    color:white;
    -webkit-font-smoothing: antialiased;
    margin: 1em auto;
    text-align:center;
}
.hero__button {
    text-align: center;
}
.hero__calltoaction {
    background:#313447;
    color:#ffffff;
}

/* Footer */
.footer {
    background-color:#313447;
    margin-top: 3em;
    font-size:0.8em;
    color:rgba(255, 255, 255, 0.7);
    padding-top:3em;
    padding-bottom:3em;
}
.footer a {
    color:#ffffff;
}
.footer a:hover {
    color:#cccccc;
}

.footer-ruler {
    margin-top:3em;
    margin-bottom:3em;
    background-color:#999;
    border:none;
    height:1px;
}

.footer-about__heading {
    color:#ffffff;
    margin-top: 0;
    margin-bottom: 1em;
}
.footer-about__text {
    margin-bottom: 0;
    padding-right: 5em;
}

.footer-links__heading {
    color:#ffffff;
    margin-top: 0;
    margin-bottom: 1em;
}
.footer-links__list {
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:1.6em;
}

.footer-tools__heading {
    color:#ffffff;
    margin-top: 0;
    margin-bottom: 1em;
}
.footer-tools__list {
    list-style-type:none;
    margin:0;
    padding:0;
    line-height:1.6em;
}
