@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,500,500i');
:root {
    --font-default: Ubuntu, sans-serif;
    --color-accent: #1a5c7f;
    --color-text: #333;
    --font-size-normal: 14px;
    --font-size-small: 12px;
}


html, body {
    font-family: var(--font-default);
    font-weight: 300;
    font-size: var(--font-size-normal);
    color: var(--color-text);
    line-height: 1.5;
    margin: 0px;
    background-color: #e6f3fa;
}
/* top-level body elements */
main {
    margin: 6rem 3rem 3rem 3rem;
    max-width: 40em;
}

div.body {
}
.related-links {
}
ul.ullinks {
    padding-left: 0;
}
a {
    text-decoration: none;
    color: var(--color-accent);
}
a:hover {
    text-decoration: underline;
}
.note {
    background: #f5f1cc;
    float: right;
    width: 50%;
    padding: 10px;
}
h1, h2, h3, h4 {
    color: #666;
    font-family: var(--font-default);
    font-weight: 500;
}
.title.sectiontitle {
    font-weight: 500;
    color: #666;
}
dt.dlterm {
    font-family: var(--font-default);
    font-weight: 500;
}

li.link a {
    font-family: var(--font-default);
    font-weight: 500;
}


.example {
    border: 1px solid #278cbe;
    padding: 6px;
    background-color: #F0F8FF;
}
.example > .sectiontitle {
    margin-top: 0;
}
.xmlelement, .xmlatt {
    color: #00796b !important;
}
.fig {
    max-width: 40em;
    text-align:center;
    vertical-align:middle;
}
.fig[class~="inset"] {
    float: right;
    width: 2in;
    font-style: italic;
    margin: 6px 0 6px 6px;
}
.figborder {
    border: 1px solid #ccc;
    padding: 0;
}
.fig img {
    max-width: 100%;
}
.fig > p {
    margin: 6px;
    padding: 0;
}
/* 
.fignone = no border, but put on all fig with no specified border
expanse attribute not expressed in HTML
* */

dl.compact ul {
    padding: 0;
}
dl.compact ul li {
    display: inline-block;
}
dl.compact ul li:after {
    content: '•';
    padding: 0 0 0 .25em;
}
dl.compact ul li:last-child:after {
    content: unset;
}
.resume dd {
    margin: 0 0 0.5em 0;
}
dd.description {
    margin-top: .25em;
}

dd.dates, dd.company, dd.address, dd.phone {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font-size-small);
}
dd.company {
    font-weight: 400;
}
dd.address, dd.phone {
    display: inline-block;
}
dd.address + dd.phone:before {
    content: '•';
    padding: 0 .25em;
}
img.icon {
    vertical-align: text-bottom;
    color: var(--color-accent);
    height: 1em;
}
ul.simple {
    padding-left: 0;
}
ul.references > li {
    text-indent: -2em;
    margin-left: 2em;
}
ul.ul {
    padding-left: 2em;
    margin-top: .25em;
}

div.fn {
    margin-top: 3em;
    border-top: 1px solid var(--color-accent);
    font-size: var(--font-size-small);
}

/* header */
header[role='banner'] {
    position: fixed;
    width: 100%;
    top: 0px;
}


div.ttheader {
    background-color: var(--color-accent);
    margin: 0 0 18px 0;
    width: 100%;
    height: auto;
    line-height: 1.5;
}
div.ttheader h1 {
    color: white;
    margin: 0;
    padding-left: 6px;
    line-height: 1;
    font-size: 48px;
}
div.ttheader h1 a {
    color: white;
}
div.ttheader ul {
    padding-left: 0;
    margin: 0;
}
div.ttheader li {
    display: inline-block;
    
}
div.ttheader li a {
    display: inline-block;
    color: #DDD;
    margin: 0 3em 0 1em;
    font-family: var(--font-default);
    font-weight: 500;
}
div.ttheader li a:hover {
    color: white;
}
/* Footer */
div.share {
    margin-bottom: 1em;
}
.ditasearch {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 20em;
    z-index: 90;
    font-family: var(--font-default);
    font-weight: 300;
    font-size: 1rem;
}
.ttfooter {
    text-align: center;
    font-size: var(--font-size-small);
}
@media (max-width: 800px) {
    main {
        margin: 6rem 1rem 1rem 1rem;
    }
    div.ttheader h1 {
        font-size: 36px;
    }
    div.ttheader li a {
        margin: 0 2em 0 1em;
    }
    .ditasearch {
        top: 5px;
        max-width: 10em;
    }
}


@media print {
    :root {
        --font-size-normal: 10pt;
        --font-size-small: 9pt;
    }
    @page {
        margin: 0.5in;
    }
    header, footer {
        display: none;
    }
    main {
        margin: 0;
        width: unset;
    }
    /*body {
        font-size: 11pt;
        margin-left: 0in;
        line-height: 1.25;
    }*/
}
