@font-face {
    font-family: CervoNeue-Regular;
    src: url(/wantlist/static/fonts/CervoNeue/cervoneue-regularneue-webfont.woff);
}
html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
	font-family: CervoNeue-Regular;
}

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

/* Sticky Footer */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content {
    flex: 1;
    width: 100%;
}

/* Typo */

.content a {
    text-decoration: underline;
    color: #0078e7;
}

.content h1 {
    font-size: 2em;
    font-weight: normal;
    margin-top: 0;
}

.content h2 {
    font-size: 2em;
    margin: 1.8em 0 1.2em 0;
    font-weight: lighter;
}

.content h3 {
    font-size: 1.6em;
    font-weight: lighter;
    margin-top: 1.7em;
}

.content h4 {
    font-size: 1em;
    font-weight: bold;
}

.content p {
    margin: 0 0 1.4em 0;
    font-size: 1em;
    line-height: 1.6;
}

.content li {
    line-height: 1.6;
}

.content p+ul,
.content p+ol {
    margin-top: -0.5em;
}

.content table {
    margin-bottom: 2.6em;
    font-size: 0.88em;
}

.content pre {
    padding: 1.4em;
    margin: 1.4em 0;
    background-color: #E6E6E6;
}

.content a.pure-button-primary {
    background: #313447;
}

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

/* Container */

.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.container-inner {
    padding: 0 1em;
}

/* Header */

.header {
    height: 43px;
}

.is-open .pure-menu-link:hover {
    background-color: #eee;
}

.header-ruler {
    background-color: #E3E0D8;
    border: none;
    height: 1px;
    margin: 0;
}

.pure-menu-heading {
    font-weight: bold;
    display: inline-block;
}

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

.pure-menu-horizontal {
    text-align: right;
}

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

.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: #757994;
    background: #e8548f;
    padding: 3em 0 3em 0;
    margin-top: -1px;
    margin-bottom: 3em;
}

.hero-button {
    text-align: center;
}

.hero-calltoaction {
    background: #313447;
    color: #ffffff;
}

.hero-heading {
    color: white;
    text-align: center;
    margin: 1em 0 0 0;
}

.hero-text {
    font-size: 1.2em;
    line-height: 1.6;
    color: white;
    margin: 1em auto;
    text-align: center;
    padding: 0 1em;
}

@media screen and (min-width: 48em) {
    .hero-text {
        padding: 0 4em;
    }
}

/* 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-heading {
    color: #ffffff;
    margin-top: 1.75em;
    margin-bottom: 1em;
}

.footer-heading-first {
    margin-top: 0;
}

.footer-link {
    color: #ffffff;
}

.footer-link:hover {
    color: #cccccc;
}

.eml-protected {
    color: #ffffff;
}

.eml-protected:hover {
    color: #cccccc
}

.footer-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

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

.footer-text {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.6;
}

@media screen and (min-width: 48em) {
    .footer-heading {
        margin-top: 0;
    }

    .footer-text {
        padding-right: 5em;
    }
}

/* Custom menu */

.custom-wrapper {
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.is-open {
    height: 9em;
}

.custom-wrapper.is-open .pure-menu-item {
    height: auto;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0.5em;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 1em;
    height: 0.1em;
    border-radius: 100px;
    position: absolute;
    top: 1em;
    right: 0.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 47.999em) {
    .custom-toggle {
        display: block;
    }
}
