/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, button, div, span, applet, object, iframe, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

strong {
    font-weight: 900;
}

em {
    font-style: italic;
}

input, textarea {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

@media print {
  h1 { page-break-before: always }
  h1, h2, h3, h4, h5, h6 { page-break-after: avoid }
  ul, ol, dl { page-break-before: avoid }
}

/* Pre-load page styles */

html,
body {
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    color: #000;
    overflow: hidden;
}

@media only screen and (max-width: 949px) {

    html {
        height: auto;
    }

    body {
        position: fixed;
        height: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .67em; }

#page-loading,
#mobile-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: 9999999;
    opacity: 1;
    pointer-events: none;
    overflow: hidden;
}

#page-loading img,
#mobile-block img {
    position: absolute;
    display: block;
    max-width: 50%;
    max-height: 70%;
    top: 50%;
    left: 50%;
    opacity: .2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#mobile-block {
    display: none;
    pointer-events: auto;
    text-align: center;
}

#mobile-block h3 {
    position: absolute;
    width: 80%;
    top: 10%;
    left: 50%;
    color: #004D71;
    font-size: 20px;
    line-height: 22px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#mobile-block img {
    max-width: 45%;
    max-height: 65%;
}
