html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, form{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/daxlineLight.eot');
    src: url('../fonts/daxlineLight.eot?#iefix') format('embedded-opentype'), url('../fonts/daxlineLight.woff') format('woff'), url('../fonts/daxlineLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/daxlineRegular.eot');
    src: url('../fonts/daxlineRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/daxlineRegular.woff') format('woff'), url('../fonts/daxlineRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/daxlineMedium.eot');
    src: url('../fonts/daxlineMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/daxlineMedium.woff') format('woff'), url('../fonts/daxlineMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/daxlineBold.eot');
    src: url('../fonts/daxlineBold.eot?#iefix') format('embedded-opentype'), url('../fonts/daxlineBold.woff') format('woff'), url('../fonts/daxlineBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/daxlineExtraBold.otf');
    src: url('../fonts/daxlineExtraBold.otf?#iefix') format('embedded-opentype'), url('../fonts/daxlineExtraBold.woff') format('woff'), url('../fonts/daxlineExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('../fonts/daxlineBlack.otf');
    src: url('../fonts/daxlineBlack.otf?#iefix') format('embedded-opentype'), url('../fonts/daxlineBlack.woff') format('woff'), url('../fonts/daxlineBlack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    color: #012406;
    font-family: 'DaxlinePro', Helvetica, sans-serif;
    min-width: 320px;
    text-align: center;
}

.pageHeader {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    max-width: 1280px;
    margin: auto;
}

.pageHeader .imageContainer {
    padding: 0;
    width: 100%;
}

.pageHeader img {
    display: block;
    margin: 0 auto;
}


.imageContainer{
    text-align: right;
    position: relative;
}
.imageContainer:after {
    background: url('../img/groupon2.png') no-repeat center bottom;
    content: 'In co-operation with:';
    font-size: 10px;
    height: 95px;
    line-height: 15px;
    right: 0;
    margin-left: -200px;
    position: absolute;
    text-align: right;
    top:0px;
    width: 160px;

    color: #9aa89c;
}

.pageBanner {
    background: url('../img/bg.jpg') center no-repeat #252629;
    height: 400px;
    width: 100%;
    position: relative;
}
@media (min-width:599px) {
    .moreInfoLink{
        right: 14px;
        font-size: 14px;
        line-height: 17px;   
    }
}
.instructions,.pageForm{
    display: inline-block;
    text-align: center;
    width: 48%;
    margin: auto;
    max-width: 480px;
    padding: 0 15px;
    position: relative;
}

.pageForm{
    text-align: left;
}

.pageForm > label::before {
    content: '2. ';
}

.instructions > label::before {
    content: '1. ';
}


.instructions{
    text-align: right;
}

.instructions label,.pageForm label {
    text-align: left;
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding: 21px 0 10px 0;
}

.instructions img{
    width: 100%;
    max-width: 480px;
}

.pageForm{
    display: inline-block;
}

.pageForm form label {
    padding-bottom: 0px;
    clear: both;
}

@media (max-width: 992px) {
    body, body > *:not(script) {
        display: flex !important;
    }

    body {
        flex-direction: column;
    }

    .pageForm > label::before {
        content: '1. ';
    }

    .instructions > label::before {
        content: '2. ';
    }


    .pageHeader {
        padding: 15px;
    }
    .pageHeader .imageContainer{
        width: 100%;
        text-align: center;
        height: 60px;
    }
    .pageBanner {
        background-size: auto 200px;
        height: 200px;
    }

    .pageForm {
        order: 1;
    }

    .instructions {
        margin: 20px auto;
        order: 2;
    }

    .instructions,.pageForm{
        width: 100%;
        flex-direction: column;
    }

    .evolve {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        order: 3;
    }

    .pageHeader img, .imageContainer:after{
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .pageHeader img{
        margin-top: 14px;
        float: left;
    }

    .imageContainer:after{
        float: right;
    }

    .pageFooter {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        order: 4;
    }

    .pageFooter img {
        display: inline-flex;
    }

    .pageFooter p {
        justify-content: center;
        width: 100%;
    }

}

.pageForm {
    vertical-align: top;text-align: left;
}
.pageForm form{

    background: #f2f2f2;
    border-radius: 5px;
    margin: 0  auto 0 0;
    padding: 18px;
    position: relative;
    width: 450px;

}

.pageForm form label{
    font-family: 'DaxlinePro', Helvetica, sans-serif;
    font-size: 14px;
}

.pageForm-error {
    color: #d34836;
    display: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
}

.pageForm .error .pageForm-error {
    display: block;
}

.pageForm input[type=text] {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 #ccc;
    color: #999;
    font-family: 'DaxlinePro', Helvetica, sans-serif;
    font-size: 14px;
    height: 48px;
    outline: 0;
    padding: 0 12px;
    vertical-align: top;
    width: 243px;
    float: left;
}

.pageForm input[type=text]:focus {
    border-color: #999;
    box-shadow: inset 0 2px 0 #999;
}

.pageForm .error input[type=text] {
    border-color: #d34836;
    box-shadow: inset 0 2px 0 #d34836;
}

.pageForm input[type=submit] {
    background: #a5cd28;
    background-image: linear-gradient(to right, #a5cd28, #69a507);
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'DaxlinePro', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    outline: 0;
    padding-top: 5px;
    vertical-align: top;
    width: 153px;
    float: right;
}

.pageForm input[type=submit]:hover {
    background: #69a507;
}


.pageFooter {
    margin-top: 32px;
    padding: 0 10px;
    text-align: center;
}

.pageFooter img {
    margin: 0 24px 24px 24px;
}

.pageFooter p {
    color: #999;
    font-size: 10px;
    line-height: 18px;
    padding-top: 36px;
}

@media (max-width: 499px) {
    .pageFooter img {
        margin: 0 12px 12px 12px;
    }
}



@media (max-width: 599px) {

    .imageContainer:after {
        background-size: 83% 83%;
        height: 80px;
        margin-left: 0px;
        background-position-x: right;

    }

    .pageForm, .instructions {
        margin: 10px auto 0;
        width: auto;
    }

    .pageForm form{
        margin: auto;
        width: 100%;
    }

    .pageBanner {
        background-size: auto 120px;
        height: 120px;
    }    

    .pageForm input[type=text] {
        width: 100%;
    }

    .pageForm input[type=submit] {
        margin-top: 10px;
        width: 100%;
    }

    .pageForm{
        margin: 0px auto;
    }

    .instructions {
        margin: 20px auto 50px;
    }
}
/* POP UP */
.moreInfoLink{
    color: #69a507;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 10px;
}
/* Popup styles */
.overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in, visibility .3s ease-in
}
.modal .overlay {
    visibility: visible;
    opacity: 1
}
.modal.modal-terms .popup-terms {
    opacity: 1;
    visibility: visible
}
.modal.modal-terms .popup-terms .popup {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: table;
}
.popup-terms {
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden
}
.popup {
    transition: opacity .3s ease-in, visibility .3s ease-in, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in, visibility .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in, visibility .3s ease-in, -webkit-transform .3s ease-in;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin: 25px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #D9DEDA;
    border-radius: 4px;
    width: 80%;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .2);
    position: relative
}
.popup-terms h2 {
    text-align: center;
    margin-bottom: 20px
}
.popup .close {
    font-family: 'DaxlinePro', Helvetica, sans-serif;
    font-weight: 200;
    font-size: 25px;
    line-height: 16px;
    color: #123d41;
    position: absolute;
    top: 14px;
    right: 14px;
    text-decoration: none;
}
@media (min-width:1024px) {
    .popup {
        width: 60%;
        padding: 40px
    }
}
.popup .content {
    font-family: 'DaxlinePro', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 200;
    text-align: left;
}
.popup ol {
    list-style: decimal;
    list-style-position: inside;
}
.popup a {
    font-family: 'DaxlinePro';
    font-weight: 500;
    background: 0;
    border: 0;
    color: #69a507;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    width: auto;
    text-decoration: none;
}
.popup a:hover, .moreInfoLink:hover {
    color: #3F6304;
}
/* END OF - Popup styles */