html {
    height: 100%;
    color: #000000;
    font-family: "Verdana", Arial, Helvetica, Tahoma;
    font-size: 12px;
    line-height: 1.5;
}

body {
    height: 100%;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
    font-family: "DroidSerif";
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.8em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

p {
    margin: 18px 0;
    line-height: 1.6;
}

a {
    text-decoration: underline;
    color: #0066bb;
    outline: none;
}

a:visited {
    color: #0066bb;
}

a:hover {
    text-decoration: none;
    color: #0066bb;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

ol,
ul {
    margin: 10px 0;
    padding-left: 2em;
}

ol li,
ul li {
    margin-bottom: 10px;
}

dt,
dd {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

small {
    color: #888888;
}

pre,
code {
    overflow: hidden;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: "Verdana";
    font-size: 12px;
    line-height: 1.5;
}

pre {
    padding: 1em;
    border-radius: 3px;
    background: #eeeeee;
}

q {
    quotes: "«" "»";
    font-style: italic;
}

q q {
    quotes: "„" "“";
    font-style: italic;
}

blockquote {
    margin: 30px;
    padding: 10px;
    padding-left: 30px;
    border-left: 5px solid #ffec80;
    font-size: 1.5em;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote p:first-child,
blockquote ul:first-child,
blockquote ol:first-child {
    margin-top: 0;
}

blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
}

blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

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

table {
    width: 100%;
    margin: 0;
    padding: 0;
    empty-cells: show;
    border-spacing: 0;
    border-collapse: collapse;
}

table td {
    padding: 0;
    vertical-align: middle;
}

table th,
table td {
    padding: 10px 14px;
    border: 1px solid #eeeeee;
}

table th {
    text-align: left;
    color: #999999;
    border: 1px solid #eeeeee;
    font-weight: normal;
}

table thead {
    border: 1px solid #eeeeee;
}

table.table_last-center td:last-child {
    text-align: center;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: top;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -khtml-user-select: none;
}

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

textarea {
    resize: vertical;
}

dl {
    margin: 20px 0px;
}

dl dt {
    margin-bottom: 5px;
}

dl dd {
    margin-bottom: 15px;
}/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 *//* Document
   ========================================================================== */html {
    line-height: 1.15;
    /* 2 */

    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */;
}/* Sections
   ========================================================================== *//**
 * Remove the margin in all browsers (opinionated).
 */body {
    margin: 0;
}/**
 * Add the correct display in IE 9-.
 */article,
aside,
footer,
header,
nav,
section {
    display: block;
}/* Grouping content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */figcaption,
figure,
main {
    /* 1 */
    display: block;
}/**
 * Add the correct margin in IE 8.
 */figure {
    margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */;
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,
a:hover {
    outline-width: 0;
}/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    border-bottom: none;
    /* 2 */;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,
strong {
    font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,
strong {
    font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
    font-style: italic;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
    color: #000000;
    background-color: #ffec80;
}/**
 * Add the correct font size in all browsers.
 */small {
    font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */audio,
video {
    display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
    display: none;
    height: 0;
}/**
 * Remove the border on images inside links in IE 10-.
 */img {
    border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
    overflow: hidden;
}/* Forms
   ========================================================================== *//**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */button,
input,
optgroup,
select,
textarea {
    /* 1 */
    margin: 0;
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 2 */;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,
input {
    /* 1 */
    overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,
select {
    /* 1 */
    text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
    /* 2 */
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 1 */;
}/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
    overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */;
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */;
}/* Interactive
   ========================================================================== *//*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */details,
menu {
    display: block;
}/*
 * Add the correct display in all browsers.
 */summary {
    display: list-item;
}/* Scripting
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */canvas {
    display: inline-block;
}/**
 * Add the correct display in IE.
 */template {
    display: none;
}/* Hidden
   ========================================================================== *//**
 * Add the correct display in IE 10-.
 */[hidden] {
    display: none;
}/* ==========================================================================
	Print styles.
	Inlined to avoid the additional HTTP request:
	http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */.clear {
    clear: both;
}

.vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.video-widget {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
}

.video-widget_responsive iframe,
.video-widget_responsive embed,
.video-widget_responsive object,
.video-widget_responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-widget_16x9 {
    padding-bottom: 56.25%;
}

.video-widget_4x3 {
    padding-bottom: 75%;
}

.text-large {
    font-family: "DroidSerif";
    font-size: 24px;
    font-weight: normal;
}

.fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: auto;
}

.cssall .fit {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

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

@media print {
    *,
    *:before,
    *:after {
        color: #000000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        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) ")";
    }

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

    pre,
    blockquote {
        border: 1px solid #999999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

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

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

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