.pure-g {
    width: 728px;
}

/* HEADER */

body > header img#logo {
    max-width: auto;
    height: 50px;
}

/* PRODUCTS */

#top > section:nth-child(3) > div > div:nth-child(1) > img {
    max-width: auto;
    height: 240px;
}

/* AWARDS */

section[name=awards] a.award {
    height: 190px !important;
}
section[name=awards] a.award:before {
    width: 80px;
    height: 80px;
}
section[name=awards] a.award span {
    margin-left: 90px;
}

/* VIDEOS */

section[name=videos] article iframe {
    width: 220px;
    height: 160px;
}

/* STEP 1 */

section[name=step-1] form input[type=text],
section[name=step-1] form input[type=email],
section[name=step-1] form select {
    width: 220px !important;
}
section[name=step-1] .pure-g:nth-child(2) .pure-u-1:before {
    display: block;
    background-position: 290px 0;
}

/* STEP 2 */

section[name=step-2] fieldset,
section[name=step-2] a.button.free {
    position: absolute;
    bottom: 0;
    margin: 0;
}
section[name=step-2] fieldset {
    padding: 0;
}
