 Layout */
/*@font-face {
    font-family: "sanomatsans";
    src: url("../fonts/sanomatsans.eot"),
         url("../fonts/sanomatsans.woff") format("woff"),
         url("../fonts/sanomatsans.ttf") format("ttf"),
         url("../fonts/sanomatsans.otf") format("opentype");
}*/

h1, h2, h3{
    /*font-family: 'SanomatSansWeb-Regular',Helvetica Neue,Helvetica,Arial,sans-serif;*/
    margin: 0;
    padding: 0;
}

p {
    /*font-family: 'SanomatSansWeb-Regular',Helvetica Neue,Helvetica,Arial,sans-serif;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
}

/* Header & Copy */
.header-blk {
    margin: 0 0 22px;
}

@media only screen and (min-width: 550px) {
    .header-blk {
        margin: 0 0 35px;;
    }
}

.header-blk img {
    width: 100%;
    min-width: 100%;
}

.header-blk .desktop {
    display: none;
}

@media only screen and (min-width: 550px) {
    .header-blk .desktop {
        display: block;
    }
}

.header-blk .mobile {
    display: block;
}

@media only screen and (min-width: 550px) {
    .header-blk .mobile {
        display: none;
    }
}

.copy-blk {
    color: #fff;
}

.copy-blk p {
    text-align: center;
    font-size: 17px;
}

@media only screen and (min-width: 550px) {
    .copy-blk p {
        font-size: 22px;
    }
}

.copy-blk p:first-child {
    margin: 0 0 15px;
}

@media only screen and (min-width: 550px) {
    .copy-blk p:first-child {
        margin: 0 0 35px;
    }
}

.copy-blk p:first-child + p {
    margin: 0 0 5px;
}

@media only screen and (min-width: 550px) {
    .copy-blk p:first-child + p {
        margin: 0 0 30px;
    }
}

/* Terms and Conditions */
#pdpa__blk {
    display: none;
}

#pdpa__blk h2 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

@media only screen and (min-width: 550px) {
    #pdpa__blk h2 {
        font-size: 40px;
    }
}

#pdpa__blk h3 {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin: 30px 0 0;
}

@media only screen and (min-width: 550px) {
    #pdpa__blk h3 {
        font-size: 25px;
        margin: 30px 0 0;
    }

}

#pdpa__blk ol {
    color: #000;
    margin: 30px 0 25px;
    padding: 0 0 0 18px;
}

#pdpa__blk ol li {
    color: #000;
    margin: 25px 0 0;
    padding: 0;
}

#pdpa__blk ol li:first-child {
    margin: 0;
}

/* Form Style */
#userForm {
    margin: 25px 0 0;
}

#userForm .form-group:first-child {
    margin: 15px 0 0;
}

#userForm .form-group {
    margin: 35px 0 0;
}

#userForm .form-group label {
    color: #fff;
    font-family: 'optima',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 100;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 12px;
}

@media only screen and (min-width: 550px) {
    #userForm .form-group label {
        font-size: 18px;
        margin: 0 0 15px;
    }
}

.submit__wrapper {
    margin: 20px auto 40px;
}

@media only screen and (min-width: 550px) {
    .submit__wrapper {
        margin: 20px auto 40px;
    }
}

#submitButton {
    border: none;
    display: block;
    text-decoration: none;
    font-weight: bold;
    background-color: #cd133a;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    width: 250px;
    height: 55px;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#submitButton:hover, #submitButton:focus {
    box-shadow:0px 0px 30px #cb0d3b;
}

#submitButton:active {
    box-shadow:0px 0px 30px #cb0d3b;
}

.submit__blk {
    position: relative;
    width: 250px;
    height: 55px;
    left: -7px;
    margin: 0 auto;
}

@media only screen and (min-width: 550px) {
    .submit__blk {
        margin: 40px auto 0;
    }
}

.submit__blk:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 55px;
    background-color: #f7931d;
    right: -6%;
    top: 0;
}

/*.submit__blk:before, .submit__blk:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 55px;
}*/

/*.submit__blk:before {
    background-color: #000;
    right: -5%;
    top: 0;
}

.submit__blk:after {
    background-color: #f7931d;
    right: 0;
    top: 0;
}
*/

/*#terms {
    overflow: auto;
}
*/

/*#terms a,
.form__intro a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    line-height: normal;
}*/

#pdpa {
    /*visibility: hidden;
    display: none;*/
    opacity: 0;
}

/*.pdpa__wrap {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    width: 95%;
}

@media only screen and (min-width: 550px) {
    .pdpa__wrap {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}*/

.check__label {
    position: relative;
    width: 25px;
    height: 25px;
    float: left;
    margin: 8px 0 0 0;
}

/*@media only screen and (min-width: 550px) {
    .check__label {
        margin: 0;
    }
}*/

.check__label label {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
}

@media only screen and (min-width: 550px) {
    .check__label label {
        width: 25px;
        height: 25px;
    }
}

.check__label label:before {
    opacity: 0.2;
    content: '';
    position: absolute;
    background: transparent;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    width: 20px;
    height: 10px;
    top: 9px;
    left: 7px;
}

@media only screen and (min-width: 550px) {
    .check__label label:before {
        width: 12px;
        height: 7px;
        top: 6px;
        left: 6px;
    }
}

.check__label label:hover::before {
    opacity: 0.5;
}

.check__label input[type=checkbox]:checked+label:before {
    opacity: 1;
}

.pdpa__link {
    height: auto;
    display: table;
    /*margin: 0 0 0 60px;*/
}

/*@media only screen and (min-width: 550px) {
    .pdpa__link {
        margin: 0 0 0 15px;
    }
}*/

.pdpa__link a {
    color: #00efff;
    width: 500;
    font-style: italic;
    text-decoration: underline;
}

.pdpa__link span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

#pdpa__error {
    margin: 5px auto 20px;
    text-align: center;
}

@media only screen and (min-width: 550px) {
    #pdpa__error {
        margin: 5px 0 20px;
        text-align: center;
    }
}

.form-control {
    background: #fff;
    color: #525865;
    border-radius: 20px;
    border: none;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
}

.form-control:hover {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}

.form-control:focus {
    color: #4b515d;
    border: none;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 8px rgba(0, 0, 0, 0.5);
}

/* Marketing */
#marketing.form-group {
    margin: 15px 0 0;
}

@media only screen and (min-width: 550px) {
    #marketing.form-group {
        margin: 20px 0 0;
    }
}

#marketing h5 {
    color: #fff;
    font-size: 14px;
}

.marketing__link {
    height: auto;
    display: table;
    padding-left: 20px;
    padding-top: 14px;
}

@media only screen and (min-width: 550px) {
    .marketing__link {
        padding-top: 9px;
    }
}

.marketing__link span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.mar-blk {
    margin: 0 0 20px;
}

@media only screen and (min-width: 550px) {
    .mar-blk {
        margin: 0;
    }
}

/* loading */
.loading {
    margin: 25px auto 0;
    height: 45px;
    width: 220px;
    text-align: center;
    display: none;
    opacity: 0;
}

.loading.active {
    display: table;
    opacity: 1;
}

.loading i {
    color: #fff;
    font-size: 45px;
}

.loading h3 {
    font-size: 14px;
    color: #fff;
    display: table-cell;
    margin-bottom: 20px;
    vertical-align: middle;
}

/* parsley */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 10px 0 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;

    color: #fff;
    font-style: italic;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* google recaptcha */
.grecaptcha-badge {
    transform: scale(0.7);
    transition: all 0.3s ease !important;
    left: 4px !important;
    /*width: 70px !important;*/
    /*overflow: hidden !important;*/
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.g-recaptcha {
    margin: 30px auto 0;
    width: auto;
    height: auto;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

#recaptch-alert {
    padding: 0;
    margin: 7px 0 0;
    border: none;
    border-radius: 0;
    font-size: 12px;
    line-height: normal;
    font-style: italic;
    text-align: center;
}

#recaptcha-alert {
    color: #fff;
    font-style: italic;
    font-size: 15px;
    margin: 2px 0 0;
    text-align: center;
}

.parsley-required, .parsley-custom-error-message, .parsley-errors-list {
    color: #ff0035;
}

/* thank you */
.form-blk {
    min-height: auto;
}

@media only screen and (min-width: 600px) {
    .form-blk {
        min-height: 500px;
    }
}

.form-submitted .success h2 {
    text-align: center;
    color: #fff;
    margin: 20px 0 10px;
    font-size: 30px;
}

.form-submitted .success h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 24px;
}

.kia-website-link {
    color: #00edfd;
    font-style: italic;
    text-decoration: underline;
}

.kia-website-link:hover {
    color: #007afe;
}

.promo-code {
    color: #ED0E45;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 0;
}

.form-submitted .no-success h2 {
    text-align: center;
    color: #fff;
    margin: 20px 0 10px;
    font-size: 30px;
}

.form-submitted .no-success h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 24px;
}

.error-link {
    display: block;
    text-align: center;
    color: #00edfd;
    font-style: italic;
    text-decoration: underline;
    font-size: 24px;
}

.error-link:hover {
    color: #007afe;
}

/* Footer */
.footer {
    position: relative;
    margin: 90px 0 0;
}

@media only screen and (min-width: 550px) {
    .footer {
        position: relative;
        margin: 85px 0 0;
    }
}

.footer:before {
    content: "";
    position: absolute;
    top: 5%;
    width: 100%;
    border-top: 1px solid #fff;
}

.footer-wrap {
    position: relative;
    height: 120px;
}

.footer-wrap img {
    position: absolute;
}

.footer-wrap .desktop {
    margin: auto;
    top: -30%;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 550px) {
    .footer-wrap .desktop {
        margin: auto;
        top: -30%;
        left: auto;
        right: -5%;
    }
}

/*@media only screen and (min-width: 550px) {
    .footer-wrap .desktop {
        display: block;
    }
}*/

/*.footer-wrap .mobile {
    top: -44%;
    right: -5%;
    display: block;
}

@media only screen and (min-width: 550px) {
    .footer-wrap .mobile {
        display: none;
    }
}
