/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h5, h6 {
    font-size: 100%;
    font-weight: normal
    color: #7474C1
}

y  {
    font-size: 100%;
    font-weight: normal
    color: #403A60
}

h3 {
    font-size: 100%;
    font-weight: normal
}

h4 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

i {
}

a {
    color: #7474C1;
}

button {
    border-radius: 0;
}


@font-face {
    font-family: 'Lyon Text Web';
    src: url('webfonts/LyonText-Regular-Web.eot');
    src: url('webfonts/LyonText-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('webfonts/LyonText-Regular-Web.woff2') format('woff2'),
    url('webfonts/LyonText-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('webfonts/Graphik-Medium-Web.eot');
    src: url('webfonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('webfonts/Graphik-Medium-Web.woff2') format('woff2'),
    url('webfonts/Graphik-Medium-Web.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('webfonts/Graphik-Regular-Web.eot');
    src: url('webfonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('webfonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('webfonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'suisse';
    src: url("font/suisse/Suisse_regular.otf") format("opentype");
}

@font-face {
    font-family: 'suisseb';
    src: url("font/suisse/Suisse_Bold.otf") format("opentype");
    font-weight: bold;
}
   
@font-face {
    font-family: 'CeraPro';
    src: url("font/CeraPro/cerapro-light.otf") format("opentype");
}

@font-face {
    font-family: 'CeraPro';
    font-weight: bold;
    src: url("font/CeraPro/cerapro-bold.otf") format("opentype");
}

/* font-family: 'Lyon Text Web', 'Times New Roman', 'Georgia', 'serif'; */
/* font-family: 'Graphik Web', 'Helvetica Neue', 'Arial', 'sans-serif';  */
body {
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
    font-size: 12px;
    font-family: "CeraPro";
}

.image {
    position: relative;
    height: 0;
    overflow: hidden;
}

.image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header__logo svg {
    width: 89px;
    height: 32px;
}

.header__logo {
    width: 89px;
    height: 32px;
    position: fixed;
    top: 40px;
    left: 40px;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility 0s linear .3s;
}

::-webkit-input-placeholder {
    color: #808181;
}

::-moz-placeholder {
    color: #808181;
}

:-ms-input-placeholder {
    color: #808181;
}

:-moz-placeholder {
    color: #808181;
}

.page {
    position: relative;
    width: 80vw;
    height: 80vh;
    margin: 10vh auto;
    min-width: 1257px;
}

.page__left {
    position: absolute;
    top: 0;
    left: 2%;
    width: 54%;
    overflow: hidden;
}

.page__left .image {
    padding-top: 100vh;
}

.page__left .image img {
    min-width: 100%;
    min-height: 100%;
    max-height: 70.3125vw;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: auto;
}

.page__left .image video {
    min-width: 50%;
    min-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.page__right {
    position: absolute;
    top: 0;
    right: 2%;
    width: 40%;
}

.page__right img {
    width: 65%;
    margin-bottom: 20px;
}

.page__right__box {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.page__right__box__content {
    margin: auto;
}

.box__title {
    font-size: 2.45em;
    line-height: 50px;
    letter-spacing: 0.22px;
    color: #7474C1;
    margin-bottom: 0px;
    font-family: 'suisse';
    font-weight: 800;
}
.box__title2 {
    font-size: 2.3em;
    line-height: 40px;
    letter-spacing: 0.22px;
    color: #403A60;
    margin-bottom: 0px;
    font-family: 'suisse';
    font-weight: 800;
}

.box__text {
    font-size: 1.3em;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: 'suisse';
    color: #727373;
}

.box__text a {
    color: #00344B;
    font-weight: bold;
    text-decoration: underline;
}

.box__text span {
    color: #403A60;
    font-weight: 800;
    font-family: 'suisse';
}

.box__form {
    /* width: 100%; */
    /* font-size: 0px; */
    /* margin-top: 25px; */
    /* position: relative; */
}

.form__label {
    position: relative;
    display: inline-block;
    width: 40%;
    margin-top: 30px;
}

.form__label:nth-child(2) {
    margin-left: 10px;
}

.form__input {
    width: calc(100% - 20px);
    height: 40px;
    border: 1px solid #D2D2D2;
    color: #00344B;
    font-size: 14px;
    padding: 0px 10px;
}

.form__error {
    color: #B9340F;
    font-size: 12px;
    position: absolute;
    top: -21px;
    left: 0px;
    max-width: 100%;
    padding: 5px 0;
}

.form__label--error .form__input {
    border: 1px solid #B9340F;
    color: #B9340F;
}

.form__input:focus {
    outline: none;
}

.form__submit {
    margin-top: 5px;
    width: calc(50% - 40px);
    background-color: #00A7C0;
    font-size: 21px;
    text-align: center;
    font-family: 'suisse'; 
    font-weight: 800 ;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 20px;
    height: 46px;
    cursor: pointer;
}

.blue-button {
    margin-top: 35px;
    width: calc(50% - 5px);
    background-color: #63666b;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 53px;
    height: 53px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.form__submit:focus {
    outline: none;
}

.box__disclaimer {
    margin-top: 10px;
}

.page__left .box__disclaimer{
    font-size: 11px;
    text-align: center;
}

.box__disclaimer {
    font-size: 12px;
    line-height: 12px;
    color: #808181;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: left;
}

.page__left__arrow {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 57px;
    left: 0px;
    right: 0px;
    margin: auto;
    cursor: pointer;
    display: none;
}

.page__left__arrow:after {
    position: absolute;
    top: 0px;
    left: 5px;
    content: "";
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
}

.box__label {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    border: 1px solid #727373;
}

.box__label .image {
    padding-top: 61.122%;
}

div.termsMobile{
   display: none;
}

div.confirm {
    margin-top: 5px;
    margin-bottom: 5px;
}

img.lego {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}


input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f096";
    font-size: 24px;
}

/* unchecked icon */
input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

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

/* checked icon */

.labelsize {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #727373;
    margin-top: 5px;
    display: inline-block;
}

.taxReceipt.labelsize {
    font-size: 16px;
    line-height: 16px;
}

input[type=checkbox] + label.taxReceipt.labelsize:before {
    font-size: 16px;
    letter-spacing: 5px;
}

/* unchecked icon */

.box__experience {
    margin-top: 7px;
    font-size: 1.1em;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #727373;
}

p.pleaseNote{
    font-size: 12px;
    margin: 20px 0px 10px 0;
    color: #999;
    font-style: italic;
}

/*MEDIA QUERY*/

@media screen and (min-width: 1024px) {

    body:after {
        bottom: 0;
    }

    .header:after, .header:before {
        position: fixed;
        top: 0;
        width: 15px;
        height: 100%;
        background: #eeede7;
        content: "";
        z-index: 11;
    }

    .header:before {
        right: 0;
    }
}

video {
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .header__logo {
        top: 20px;
        left: 20px;
    }

    .header__logo.hide-element {
        opacity: 0;
        visibility: hidden;
    }

    .page {
        position: relative;
        width: 80vw;
        height: 80vh;
        margin: 10vh auto;
        min-width: inherit;
    }

    .page__left {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .page__left__arrow {
        display: block;
    }

    .page__right {
        width: 100%;
        height: auto;
        margin: auto;
        position: relative;
    }

    .page__left .image img {
        max-height: 177.86vw;
    }

    .page__right__box__content {
    }

    .box__title {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 30px;
        letter-spacing: -1.55px;
    }

    .box__form {
        margin-top: 28px;
    }

    .box__text {
        font-size: 14px;
        line-height: 20px;
    }

    .form__label {
        width: 100%;
        margin-bottom: 10px;
    }

    .form__label:nth-child(2) {
        margin: 0px 0px 30px 0px;
    }

    .form__label--error:nth-child(2), .form__label--error {
        margin-bottom: 40px;
    }

    .form__submit {
        margin-top: 0px;
    }

    .blue-button {
        width: 100%;
        margin-top: 15px;
    }

    .box__label {
        margin-top: 40px;
    }
}

/* iphone5 */
@media only screen and (min-device-width: 320px) and (width: 568px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .page__left {
        height: 320px;
    }

    .page__left .image {
        padding-top: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .page__left {
        height: 568px;
    }

    .page__left .image {
        padding-top: 568px;
    }
}


div#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000036;
    width:100vw;
    height:100vh;
    z-index:10;
}

div#modal>div{
    padding: 5vw;
    background:#fff;
    width: 70vw;
    margin: 10vh auto;
    line-height: 20px;
}

div#modal>div button{
    margin: 16px auto;
    width: 200px;
    background-color: #009cda;
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 20px;
    height: 46px;
    cursor: pointer;
    display: block;
}