* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
    font-size: 100%;
    color: #555;
    background: #FDFDFD;
}

fieldset {
    border: 0;
}

button {
    font: 100% "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
}

img {
    max-width: 100%;
}

textarea {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border-radius: .5em;
    border-color: #999;
    font-size: 16px;
}


.wrapper {
    min-height: 100%;
    height: auto !important; /* IE6 support */
    height: 100%; /* IE6 support */
    margin: 0 auto -120px;
}

.inner-wrapper {
    max-width: 1120px;
    padding: 0 5%;
    margin: auto;
}

.main-header {
    position: relative;
    padding-bottom: 0;
    padding: 1em;
    background-color: #14dca2;
    background-image: -moz-radial-gradient(50% 0, circle cover, #14dca2, #01a16e 56%);
    background-image: -webkit-radial-gradient(50% 0, circle cover, #14dca2, #01a16e 56%);
    background-image: -o-radial-gradient(50% 0, circle cover, #14dca2, #01a16e 56%);
    background-image: -ms-radial-gradient(50% 0, circle cover, #14dca2, #01a16e 56%);
    background-image: radial-gradient(50% 0, circle cover, #14dca2, #01a16e 56%);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4)
}

.main-header--logo {
    width: 70px;
}

.main-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.success-page {
    text-align: center;
}

.success-page--title {
    margin-top: 1em;
    font-size: 50px;
    font-weight: normal;
    color: #fa4092;
}

.error-page--title {
    margin-top: 0;
    font-size: 30px;
    font-weight: normal;
    color: #fa4092;
}

.error-page--subtitle {
    margin: .5em 0 2em;
    font-size: 20px;
}

.error-page--subtitle a {
    color: #555;
}

.main-footer, .push {
    height: 100px;
    padding-top: 20px;
    clear: both;
}

.main-footer {
    background: #797979;
}

.main-footer--logo {
    display: block;
    width: 95px;
    margin: auto;
}

.community-rating-wrapper {
    float: left;
    padding-top: 1em;
}

.rating-star {
    display: inline-block;
    float: right;
    position: relative;
    width: 1.1em;
    font-size: 1.8em;
    line-height: 1em;
    color: #c0c0c0;
    cursor: pointer;
}

.community-form .radio:checked ~ .rating-star { /* 0, 0, 4, 0*/
    color: #ffd700;
}

.no-touch .community-rating-wrapper:hover .rating-star { /* 0, 0, 4, 0*/
    color: #c0c0c0;
}

.no-touch .community-rating-wrapper .rating-star:hover, .no-touch .rating-star:hover ~ .rating-star { /* 0, 0, 4, 0   ,    0, 0, 4, 0*/
    color: #ffd700;
}

input.radio {
    position: absolute;
    margin-left: -999em;
}

.community-form--question,
.community-form--actions {
    font-size: 18px;
    margin: 1.5em 0 .5em;
}

.button {
    display: inline-block;
    padding: 0 16px;
    border: 0;
    border-radius: .5em;
    text-align: center;
    line-height: 2.5em;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-green {
    color: #fff;
    background-color: #33b97e;
}

.community-form--actions.disabled .button-green {
    background: #999;
}


/* Utils: */
.hidden {
    display: none !important;
}

.disabled {
    pointer-events: none;
    opacity: .5;
    filter: alpha(opacity=50);
}

/* Larger displays */
@media (min-width: 540px) {
    .button {
        width: auto;
        min-width: 128px;
    }

    .error-page--header-group {
        float: right;
        width: 60%;
    }

    .error-page--image {
        float: left;
        width: 35%;
    }
}

@media (min-width: 1024px) {
    .main-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .main-content--claim-image {
        float: left;
        display: inline;
    }

    .main-content--caption {
        display: block;
        padding-top: 4em;
        margin-left: 175px;
    }

    .community-form--question,
    .community-form--actions {
        font-size: 22px;
        margin: 2.5em 0 1.5em;
    }

    .success-page--title {
        margin-top: 100px;
        font-size: 80px;
    }

    .error-page--title {
        font-size: 60px;
    }

    .error-page--subtitle {
        font-size: 40px;
    }
}