.entry-form {
    padding-top: 0;
    text-align: left;
}

.form-submit {
    width: 100%;
    clear: both;
    padding-bottom: 1em;
}
#form_reset p {
    margin: 0;
}
form {
    max-width: 640px;
    margin: 0 auto;
}
input[type="text"],
input[type="email"],
select,
textarea,
label {
    font-size: 16px;
    line-height: 1em;
    color: #222;
}

input[type="text"],
input[type="email"],
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #bbb;
    padding: 1em 1em 0.75em 1em;
    width: 100%;
    position: relative;
    outline: none;
    background: transparent;
    color: #505050;
}

label[for="prizeOptions"]{
    display: block;
    width: 100%;
    margin: 0.5rem 0 0.25rem 0;
}

.selectwrap {
    border: 1px solid #bbb;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
}

.selectwrap select {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
    width: 120%;
    line-height: 1em;
    padding: 1em 32% 1em 1em;
    background: none;
}

.selectwrap .arrow-down {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3em;
    text-align: center;
    border-left: 1px solid #bbb;
    background:#fff;
    z-index: -1;
}

.selectwrap .arrow-down:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92a";
    font-size: 1.5em;
}

input[type="text"].error,
input[type="email"].error,
textarea.error {
    border: 1px solid #F44336;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #3498db;
}

textarea {
    height: 140px;
}

input[type="submit"] {
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.125em;
    text-align: center;
    outline: none;
    padding: 0.75rem 1rem;
    display: block;
    border: 1px solid #a70034;
    color: #a70034;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    max-width: 200px;
    display: table;
    margin: 2rem 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"]:hover {
    background: #a70034;
    color: #fff;
}
input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 1px 2px #406ebc;
    box-shadow: 0 0 1px 2px #406ebc;
    -webkit-box-shadow: 0 0 1px 2px rgb(52 152 219);
    box-shadow: 0 0 1px 2px rgb(52 152 219);
}
 ::-webkit-input-placeholder {
    color: #939598;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 1em;
}

 :-webkit-input-placeholder {
    color: #939598;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 1em;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #939598;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 1em;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939598;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 1em;
}

 :-ms-input-placeholder {
    color: #939598;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 1em;
}

span.required,
form span.required_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

span.required_wrapper {
    margin: 0.5em 0;
}

span.required {
    position: relative;
    display: inline-block;
    width: 100%;
}

span.required:before {
    content: "*";
    color: #F44336;
    position: absolute;
    top: 0.5em;
    left: 0.25em;
    z-index: 1;
}

.asterisk {
    color: #F44336;
    display: inline-block;
    padding-right: 0.5em;
}

legend .asterisk {
    padding-left: 0.5em;
    padding-right: 0;
}

label.error {
    color: #F44336;
    font-size: 0.825em;
    text-align: left;
    margin-top: 0.25rem;
}

.label-help {
    font-size: 0.825em;
}

.checkboxes_required {
    padding: 0 0.5em;
}

.hidden_error {
    height: 0.725em;
    display: inline-block;
    width: 100%;
}

form legend {
    margin: 0;
    padding: 0 0.5em;
    line-height: 1.25em;
    font-size: 0.825em;
    text-align: center;
    border: none;
    width: auto;
}

form fieldset {
    border: 1px solid #afb1b0;
    width: 100%;
    position: relative;
    padding: 2em 2em 1em;
    margin: 1em 0 0 0;
}

form .checkLabel {
    font-size: 0.875em;
}

form input[type="checkbox"],
form input[type="radio"] {
    position: absolute;
    left: -99999px;
}

form input[type="checkbox"]+label,
form input[type="radio"]+label {
    padding-left: 1.5rem;
    position: relative;
    background: none;
    cursor: pointer;
    line-height: 1;
    font-size: 1rem;
}

form input[type="checkbox"] label:hover,
form input[type="radio"] label:hover {
    cursor: pointer;
}

form input[type="checkbox"]+label:before,
form input[type="checkbox"]:checked+label:before,
form input[type="radio"]+label:before,
form input[type="radio"]:checked+label:before {
    font-family: 'icons';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
}

form input[type="checkbox"]+label:before {
    content: "\ea53";
}

form input[type="checkbox"]:checked+label:before {
    content: "\ea52";
    color: #72BB00;
}

form input[type="radio"]+label:before {
    top: 0;
    border: none;
    content: "\e836";
}

form input[type="radio"]:checked+label:before {
    top: 0;
    border: none;
    content: "\e837";
    color: #0055B8;
}

.cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0;
    font-size: 16px;
}

.form_disclaimer,
.prizeDisclaimer {
    color: #939598;
    font-size: 0.825em;
    text-align: left;
}
.prizeDisclaimer {
    text-align: right;
}

.prizeImageOptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #939598;
    margin: 0.5rem 0;
}

.prizeImageOptions span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    font-size: 0.825em;
    text-align: center;
}

.entry_header {
    text-align: center;
    padding: 3em 0 1em 0;
}

.entry_header p {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.875em;
    color: #0055B8;
}

.entry_header h3 {
    margin: 4px 0 0 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    color: #134f84;
    font-family: 'Avenir-Bold';
}

.success_icon:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6rem;
    display: block;
    height: 1em;
    width: 1em;
    margin: 0 auto;
    color: #72BB00;
    content: "\e9a2";
}
.success h3 {
    position: relative;
    margin: 1rem 0;
    color: #134f84;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Avenir-Bold';
    font-size: 1.75em;
}
.ok_button {
    background: #72BB00;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    padding: 0.85em 3em 0.75em;
    line-height: 1.45em;
    display: table;
    margin: 2em auto;
}

.entry-form {
    opacity: 1;
    max-height: 1600px;
    -webkit-transition: opacity .1s .5s ease, max-height .1s .6s ease;
    -o-transition: opacity .1s .5s ease, max-height .1s .6s ease;
    transition: opacity .1s .5s ease, max-height .1s .6s ease;
}

.success {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all .3s .5s ease-in;
    -o-transition: all .3s .5s ease-in;
    transition: all .3s .5s ease-in;
}

.success {
    text-align: center;
}



.working .entry-form {
    opacity: 0;
    max-height: 0;
}

.working .success {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    position: relative;
}