body {
    background: #fff;
    color: #333;
    /*font: normal 81.3%/1.538em "Lucida Grande","Lucida Sans Unicode","DejaVu Sans","Lucida Sans",sans-serif;*/
}

a, .link {
    color: #0074bd;
    text-decoration: none;
}

a:hover, .link:hover, a:focus, .link:focus {
    outline: 0;
    text-decoration: underline;
}

hr {
    background: #ccc;
    border: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

summary, .fieldgroup:not(.form-composite) > legend {
    font-weight: bold;
    text-transform: uppercase;
}

.simpletest-results-form summary {
    text-transform: none;
}

h1, .heading-a {
    font-size: 1.625em;
    font-weight: bold;
    line-height: 1.875em;
    margin: 0;
}

h2, .heading-b {
    font-size: 1.385em;
    font-weight: bold;
    margin: 10px 0;
}

h3, .heading-c {
    font-size: 1.231em;
    font-weight: bold;
    margin: 10px 0;
}

h4, .heading-d {
    font-size: 1.154em;
    font-weight: bold;
    margin: 10px 0;
}

h5, .heading-e {
    font-size: 1.077em;
    font-weight: bold;
    margin: 10px 0;
}

h6, .heading-f {
    font-size: 1.077em;
    font-weight: bold;
    margin: 10px 0;
}

p {
    margin: 1em 0;
}

dl {
    margin: 0 0 20px;
}

dl dd, dl dl {
    margin-bottom: 10px;
    margin-left: 20px;
}

[dir="rtl"] dl dd, [dir="rtl"] dl dl {
    margin-right: 20px;
}

blockquote {
    margin: 1em 40px;
}

address {
    font-style: italic;
}

u, ins {
    text-decoration: underline;
}

s, strike, del {
    text-decoration: line-through;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

sub {
    font-size: smaller;
    line-height: normal;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    line-height: normal;
    vertical-align: super;
}

abbr, acronym {
    border-bottom: dotted 1px;
}

ul {
    list-style-image: none;
    list-style-type: disc;
    margin: 0.25em 0 0.25em 1.5em;
}

[dir="rtl"] ul {
    margin-left: 0;
    margin-right: 1.5em;
}

[dir="rtl"] .messages__list {
    margin-right: 0;
}

ol {
    list-style-type: decimal;
    margin: 0.25em 0 0.25em 2em;
    padding: 0;
}

[dir="rtl"] ol {
    margin-left: 0;
    margin-right: 2em;
}

code {
    margin: 0.5em 0;
}

pre {
    margin: 0.5em 0;
    white-space: pre-wrap;
}

details {
    line-height: 1.295em;
}

details summary {
    padding: 0.95em 1.45em;
}

details summary:focus {
    outline: none;
    text-decoration: underline;
}

details summary:focus span {
    text-decoration: underline;
}

img {
    height: auto;
    max-width: 100%;
}

.leader {
    margin-top: 1.538rem;
    margin-top: 20px;
}

.leader-double {
    margin-top: 3.076rem;
    margin-top: 40px;
}

.leader-triple {
    margin-top: 4.614rem;
    margin-top: 60px;
}

.leader-quadruple {
    margin-top: 6.152rem;
    margin-top: 80px;
}

.trailer {
    margin-bottom: 1.538rem;
    margin-bottom: 20px;
}

.trailer-double {
    margin-bottom: 3.076rem;
    margin-bottom: 40px;
}

.trailer-triple {
    margin-bottom: 4.614rem;
    margin-bottom: 60px;
}

.trailer-quadruple {
    margin-bottom: 6.152rem;
    margin-bottom: 80px;
}

@media print {
    * {
        background-color: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    body {
        padding-top: 0;
    }

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

    pre, blockquote {
        border: 1px solid #999;
        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;
    }

    a, .link {
        color: #000;
        text-decoration: underline;
    }

    .button, .button--primary {
        background: none !important;
    }

    .messages {
        border-color: #999;
        border-width: 1px;
    }

    .is-collapse-enabled .tabs {
        max-height: 999em;
    }

    .is-horizontal .tabs__tab {
        border-radius: 4px 4px 0 0 !important;
        margin: 0 4px !important;
    }

    .dropbutton-multiple .dropbutton .secondary-action {
        display: block;
    }

    .js .dropbutton-widget, .js td .dropbutton-widget {
        position: relative;
    }

    .js .dropbutton .dropbutton-toggle {
        display: none;
    }

    .js .dropbutton-multiple .dropbutton-widget {
        background: none;
        border-radius: 4px;
    }

    input.form-autocomplete, input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-number, input.form-color, input.form-file, textarea.form-textarea, select.form-select {
        border-width: 1px;
    }
}