/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; *behavior: url(/fileadmin/templates/css/boxsizing.htc);
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    background: #f6f6f6;
}

.splashContainer {
    width: 100%;
    max-width: 720px;
    margin: 72px auto 0 auto;
    padding: 24px;
    border-radius: 10px;
    background: #ffffff;
}

p {
    margin: 0 0 16px 0;
}

p.small {
    font-size: 12px;
}

a {
    color: #474746;
}

a:hover {
    color: #5a87bf;
}

h1 {
    font-size: 24px;
    color: #474746;
}

.centered {
    text-align: center;
    display: block;
    margin: 0 auto 24px auto;
    height: 100px;
    width: auto;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 767px) {
    body {
        padding: 16px;
    }

    .splashContainer {
        margin: 36px auto 0 auto;
    }
}

@media screen and (max-width: 480px) {
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearer {
    clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}