@font-face {
    font-family: 'AkkuratBold';
    src: url("../fonts/lineto-akkurat-bold.eot");
    src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff"), url("../fonts/lineto-akkurat-bold.ttf") format("truetype"), url("../fonts/lineto-akkurat-bold.svg#AkkuratBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownRegular';
    src: url("../fonts/lineto-brown-regular.eot");
    src: url("../fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-regular.woff") format("woff"), url("../fonts/lineto-brown-regular.ttf") format("truetype"), url("../fonts/lineto-brown-regular.svg#BrownRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'BrownBold';
    src: url("../fonts/lineto-brown-bold.eot");
    src: url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-bold.woff") format("woff"), url("../fonts/lineto-brown-bold.ttf") format("truetype"), url("../fonts/lineto-brown-bold.svg#BrownBold") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html, body {
    overflow-x: hidden;
}
html {
    height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: rgba(29,36,174);
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    font-family: "BrownRegular",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.06em;
    margin: 0;
}

h1 {
    font-family: "AkkuratBold",Helvetica,sans-serif;
    font-size: 50px;
    line-height: 1;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
        line-height: 1.2;
    }
}

h2 {
    font-family: "AkkuratBold",Helvetica,sans-serif;
    font-size: 38px;
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 18px;
        line-height: 1.2;
    }
}

h3 {
    font-family: "AkkuratBold",Helvetica,sans-serif;
    font-size: 24px;
}

h4 {
    font-family: "AkkuratBold",Helvetica,sans-serif;
    font-size: 18px;
}

h5 {
    font-family: "AkkuratBold",Helvetica,sans-serif;
    font-size: 21px;
}

h6 {
    font-family: "AkkuratBold",Helvetica,sans-serif;
    font-size: 18px;
}

a.btn {
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    transition: color .2s, background-color .2s;
}

a.btn:hover {
    color: #000;
    background-color: #FFF;
}

p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 10px 0px;
}
input {
    background: transparent;
    border: 1px solid #FFF;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    color: #FFF;
    padding: 12px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-appearance: none;
    width: 252px;
}
::placeholder {
    color: #FFF;
    opacity: 1;
}
:placeholder-shown {
    color: #FFF;
    opacity: 1;
}
::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
}

form {
    margin-top: 50px;
}
.form-row {
    margin-bottom: 20px;
}
.custom-select {
    background: transparent url(../images/arrow-icon.svg) no-repeat 220px 19px;
    border: 1px solid #FFF;
    color: #FFF;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 250px;
    z-index: 1;
}
select {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    color: #FFF;
    padding: 12px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 280px;
}
select::-ms-expand {
    display: none;
}
.custom-select select:focus,
.custom-select select:active {
    outline: none;
    color: #000;
}

input[type=submit] {
    cursor: pointer;
    transition: background-color .2s, color .2s;
    width: 252px;
}
input[type=submit]:hover {
    color: #000;
    background-color: #FFF;
}

/*
@-moz-document url-prefix() { 
    ::-moz-focus-inner {border: none} 
    select:-moz-focusring { color: transparent; text-shadow: 0px 0px 0px #FFF; } 
}
*/

.video-section {   
    box-sizing: border-box;
    display: block;
    width: 100vw;
    background: #1d24ae;
    position: relative;
}

.video-wrap {
    background: #1d24ae;
    width: 100%;
}

/*
video {
    max-height: 70vh;
    width: auto;
    max-width: 90vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);            
}
*/
video {
/*    background-color: rgba(39,25,188) !important;*/
   max-height: 90vh; 
   width: 100%;
   max-width: 100vw; 
   left: 50%; 
   position: absolute; 
   top: 50%; 
   transform: translate(-50%, -50%); 
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    video{ -webkit-filter: contrast(117%); }
}
*/

#play {
    display: none;
    position: absolute;
        top: 50%;
        left: 50%;
    margin: -25px 0 0 -25px;
    height: 50px;
    width: 50px;
}

@media (max-width: 960px) {
    #play {
        display: block;
    }
}



#thank-you {
    background: #1d24ae;
    box-sizing: border-box;
    color: #FFF;
    padding: 50px 30px;
    position: relative;
    width: 100vw;
}
h2 {
    margin-bottom: 30px;
}
#ical-download {
    margin-top: 50px;
}
#footer {
    text-align: right;
}
#logo {
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    width: 50px;
}


@media (min-width: 1024px) {
    html, body {
        display: table;
        width: 100vw;
    }
    .video-section {
        display: table-cell;
        height: auto;
        width: calc(100vh * 0.88888888);
    }
    video {
        max-height: 100vh;
    }
    #thank-you {
        box-sizing: border-box;
        display: table-cell;
        height: auto;
        padding: 6vh;
        width: auto;
        vertical-align: top;
    }

}
@media  (min-width: 1024px) and (min-height: 600px) {
    .vert {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}