/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 16px/1.5 "Inter", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #edece8; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure { margin-bottom: 15px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #424242; }

/** Links */
a { color: #000000; text-decoration: underline; }

a:visited { color: #000000; }

a:hover { color: #111; text-decoration: underline; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(1000px - (30px * 2)); max-width: calc(1000px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 1000px) { .wrapper { max-width: -webkit-calc(1000px - (30px)); max-width: calc(1000px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.footer-col-wrapper:after, .wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
.table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: none; }

/** Site header */
.site-header { border-top: 0px solid #424242; border-bottom: 0px solid #e8e8e8; min-height: 55.95px; position: relative; padding-top: 30px; }

.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; }

.site-title, .site-title:visited { color: #3170AD; }

.site-title:hover { text-decoration: none; }

.site-title svg { width: 100px; margin-top: 10px; margin-left: -22px; }

@media screen and (max-width: 1000px) { .site-title svg { margin-left: 0; } }

.site-subtitle { text-align: left; font-size: 22px; margin-top: 10px; font-weight: 600; color: #424242; }

.site-nav { float: right; line-height: 54px; }

.site-nav .nav-trigger { display: none; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { color: #3170AD; line-height: 1.5; text-decoration: none; }

.site-nav .page-link:hover { text-decoration: underline; }

.site-nav .page-link:not(:last-child) { margin-right: 20px; }

@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 35px; right: 15px; background-color: #edece8; border: 1px solid #ABA7A7; border-radius: 5px; text-align: right; } .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg { fill: #424242; } .site-nav input ~ .trigger { clear: both; display: none; } .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { border-top: 0px solid #e8e8e8; padding: 30px 0; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 15px; color: #5c5c5c; border-top: 2px solid #3170AD; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 0; margin-top: 20px; }

.footer-col-1 { width: 60%; }

.footer-col-1 p { font-size: 13px; font-weight: 600; }

.footer-col-2 { width: 30%; }

.footer-col-2 span { float: right; margin: 0 5px; }

.footer-col-3 { width: 10%; position: relative; }

.footer-col-3 svg { position: absolute; right: 0; top: 3px; width: 40px; }

@media screen and (max-width: 600px) { .footer-col { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } .footer-col-1 { float: none; } .footer-col-3 { margin-top: 60px; float: none; } .footer-col-2 { margin-top: 60px; float: none; } .footer-col-2 span { float: left; } }

/** Page content */
.page-content { padding-bottom: 30px; padding-top: 0; padding-left: 0; padding-right: 0; flex: 1; }

.page-content .wrapper.wrapper-wide { max-width: 1200px; }

.page-heading { font-size: 28px; }

.post-list-heading { font-size: 28px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; color: #3170AD; text-decoration: none; }

.post-link:hover { text-decoration: underline; }

.post-link:visited { color: #265685; }

/** Posts */
.post-news-back { font-size: 14px; margin-right: 10px; color: #3170AD; text-decoration: none; display: inline-block; }

.post-news-back:visited { color: #3170AD; }

.post-news-back:hover { text-decoration: underline; }

.post-header { margin-bottom: 30px; }

.post-title { font-size: 28px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 1000px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; font-weight: 300; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 1000px) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; }

@media screen and (max-width: 1000px) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 1000px) { .post-content h4 { font-size: 18px; } }

/** CovidClinical custom styles. */
table.members tbody td li { list-style-type: none; }

table.members tbody td li:not(:last-child)::after { content: " / "; }

table.members tbody tr.cluster { font-weight: 600; color: #3170AD; }

table.members tbody tr.cluster td { padding-top: 10px; padding-bottom: 10px; }

table.members tbody tr:not(.cluster) td { padding: 5px 15px; }

table.members tbody tr:not(.cluster) td.member-name { font-weight: 600; }

table.members thead { display: none; }

table.members tbody { border: none; }

table.members tbody tr { border: 1px solid lightgrey; }

table.members tbody tr td { border: none; }

table.members tbody tr .member-name { border-right: 1px solid lightgrey; }

@media screen and (max-width: 600px) { table.members { font-size: 12px; } table.members thead tr th, table.members tbody tr td.cluster, table.members tbody tr td:not(.cluster) { padding: 2px 4px; } }

.home-page a { color: #000000; text-decoration: underline; }

.home-page a:visited { color: #000000; }

.home-page .box { margin-bottom: 30px; }

.home-page .box h3 { font-weight: 600; font-size: 16px; color: #424242; }

.home-page .box p { font-weight: 300; font-size: 15px; color: #424242; }

.home-page .box p:last-child { margin-bottom: 0; }

.home-page .box .buttons a { color: #FFFFFF; padding-right: 20px; text-decoration: none; }

.home-page .box .buttons a span { text-decoration: underline; }

.home-page .box.main p { font-size: 16px; }

.home-page .box.important { padding: 20px 20px; background-color: #3170AD; }

.home-page .box.important h3 { color: #FFFFFF; }

.home-page .box.important p { color: #FFFFFF; }

.home-page .box.important.dark { background-color: #23507e; }

.home-page .home-map { width: 100%; overflow-x: hidden; margin-left: -6px; margin-bottom: 15px; }

.home-page .home-map .home-map-vertical { width: 312px; margin: 0 auto; }

@media screen and (min-width: 960px) { .home-page .home-map .home-map-vertical { display: none; } }

.home-page .home-map .home-map-horizontal { text-align: center; }

@media screen and (max-width: 960px) { .home-page .home-map .home-map-horizontal { display: none; } }

.wrapper-wide .plot-page-narrow { position: relative; max-width: -webkit-calc(1000px - (30px * 2)); max-width: calc(1000px - (30px * 2)); margin-right: auto; margin-left: auto; }

.wrapper-wide #m-plots .plot-list { /* PLOT STYLE EXCEPTIONS */ }

.wrapper-wide #m-plots .plot-list #plot-page-narrow_vega_plot_labs_five-lab-values-by-site_json, .wrapper-wide #m-plots .plot-list #plot-page-narrow_vega_plot_daily-count_normalized-change-by-country_json, .wrapper-wide #m-plots .plot-list #plot-page-narrow_lineup_plot_sites_site-metadata_json { max-width: -webkit-calc((1200px) - (30px * 2)); max-width: calc((1200px) - (30px * 2)); }

.plot-data-back { font-size: 14px; margin-right: 10px; color: #3170AD; text-decoration: none; display: inline-block; }

.plot-data-back:visited { color: #3170AD; }

.plot-data-back:hover { text-decoration: underline; }

.plot-page .paper-info { margin-top: 20px; margin-bottom: 0; }

.plot-page .paper-info a { color: #424242; text-decoration: underline; }

.plot-page .paper-info a:hover { color: #000000; }

.plot-page .disclaimer-info { margin-top: 20px; }

.plot-page p { font-weight: 300; }

.plot-page-container { margin-top: 30px; margin-bottom: 50px; }

.plot-page-container .title { font-weight: 600; color: #424242; margin-bottom: 5px; }

.plot-page-container .subtitle { font-weight: 600; color: #3170AD; font-size: 14px; }

.plot-page-container .tabs { border-bottom: 0px solid #828282; display: inline-block; margin-bottom: -7px; }

@media screen and (max-width: 600px) { .plot-page-container .tabs { margin-top: 10px; margin-bottom: -4px; } }

.plot-page-container .tabs .tab { cursor: pointer; display: inline; float: left; border: 1px solid #BFD4E7; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom: 0; background-color: #fff; margin: 0 5px; padding: 4px 4px; }

@media screen and (max-width: 600px) { .plot-page-container .tabs .tab { font-size: 14px; font-weight: 400; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border: 1px solid #828282; border-bottom: 1px solid #828282; margin-bottom: 5px; } }

.plot-page-container .tabs .tab.active { background-color: #BFD4E7; }

.plot-page-container .tabs .tab:not(.active):hover { background-color: #f7f7f7; }

.plot-page-container .inner-top { position: relative; border-top: 4px solid #BFD4E7; background-color: #FFFFFF; padding-top: 30px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; box-sizing: border-box; font-weight: 300; }

@media screen and (max-width: 600px) { .plot-page-container .inner-top { padding-top: 2px; } }

.plot-page-container .inner-top .tab-content { margin-top: 10px; }

@media screen and (max-width: 600px) { .plot-page-container .inner-top .plot-list { overflow-x: hidden; margin-top: 10px; } }

.plot-page-container .inner-top .plot-list .vega-plot-container-outer { width: 100%; }

@media screen and (max-width: 600px) { .plot-page-container .inner-top .plot-list .vega-plot-container-outer { position: relative; overflow-y: hidden; overflow-x: scroll; display: inline-block; max-height: 440px; } }

.plot-page-container .inner-top .plot-list .vega-plot-container { overflow-x: scroll; margin-bottom: 0; padding-bottom: 20px; }

@media screen and (max-width: 600px) { .plot-page-container .inner-top .plot-list .vega-plot-container { overflow-x: visible; transform: scale(0.5) translate(-50%, -50%); height: 200%; } }

.plot-page-container .inner-top .plot-list .vega-plot-container .plot-item { width: -webkit-calc(100% - (38px)); width: calc(100% - (38px)); /*@include media-query($on-palm) { width: -webkit-calc(200% - (38px)); width:         calc(200% - (38px)); transform: scale(0.5) translate(-50%, -50%); }*/ /* PLOT STYLE EXCEPTIONS */ }

@media screen and (max-width: 600px) { .plot-page-container .inner-top .plot-list .vega-plot-container .plot-item { width: -webkit-calc(200% - (38px)); width: calc(200% - (38px)); } }

.plot-page-container .inner-top .plot-list .vega-plot-container .plot-item summary { right: 12px; }

.plot-page-container .inner-top .plot-list .vega-plot-container .plot-item .vega-actions { right: 3px; }

.plot-page-container .inner-top .plot-list .vega-plot-container .plot-item .vega-bind { margin-left: 20px; background-color: #BFD4E7; display: inline-block; padding: 5px 10px; border-radius: 5px; margin-top: 5px; }

@media screen and (max-width: 600px) { .plot-page-container .inner-top .plot-list .vega-plot-container .plot-item .vega-bind { margin-top: 50px; transform: scale(2) translate(25%, 0); } }

.plot-page-container .inner-top .plot-list .vega-plot-container .plot-item .vega-bind .vega-bind-name { font-weight: 300; }

.plot-page-container .inner-top .plot-list .vega-plot-container .plot-item .vega-bind select { margin-left: 5px; font-weight: 400; }

.plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-country_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-site_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-country_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-country_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-site_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-site_json.plot-item { width: -webkit-calc(100% - (260px)); width: calc(100% - (260px)); /*@include media-query($on-palm) { width: -webkit-calc(200% - (260px)); width:         calc(200% - (260px)); transform: scale(0.5) translate(-50%, -50%); }*/ }

@media screen and (max-width: 600px) { .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-country_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-site_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-country_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-country_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-site_json.plot-item, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-site_json.plot-item { width: -webkit-calc(200% - (260px)); width: calc(200% - (260px)); } }

.plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-country_json.plot-item summary, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-site_json.plot-item summary, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values_json.plot-item summary, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-country_json.plot-item summary, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-country_json.plot-item summary, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-site_json.plot-item summary, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-site_json.plot-item summary { right: -210px; }

.plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-country_json.plot-item .vega-actions, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values-by-site_json.plot-item .vega-actions, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_labs_lab-values_json.plot-item .vega-actions, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-country_json.plot-item .vega-actions, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-country_json.plot-item .vega-actions, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_daily-counts-by-site_json.plot-item .vega-actions, .plot-page-container .inner-top .plot-list .vega-plot-container #vega_plot_daily-count_cumulative-daily-counts-by-site_json.plot-item .vega-actions { right: -219px; }

.plot-page-container .inner-top .plot-list .lineup-plot-container .plot-item { width: 100%; height: 500px; }

.plot-page-container .description { margin-top: 0; border-bottom: 4px solid #BFD4E7; background-color: #FFFFFF; padding-top: 15px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; box-sizing: border-box; font-weight: 300; }

.plot-page-container .description .disclaimer-info { font-size: 15px; font-style: italic; margin-bottom: 25px; }

.plot-page-container .top-actions { font-weight: 400; position: absolute; right: 15px; top: 5px; width: 100%; }

@media screen and (max-width: 600px) { .plot-page-container .top-actions { position: relative; right: 0; left: 0; margin-left: 0; padding-left: 0; margin-top: 0; } }

.plot-page-container .top-actions a, .plot-page-container .top-actions button { cursor: pointer; font-size: 14px; color: #3170AD; text-decoration: none; border: 0; margin-left: 5px; margin-top: 0; margin-bottom: 0; border-radius: 2px; padding: 0 4px; display: inline-block; float: right; white-space: nowrap; height: 22px; line-height: 22px; }

.plot-page-container .top-actions a:hover, .plot-page-container .top-actions button:hover { text-decoration: underline; color: #3170AD; }

@media screen and (max-width: 600px) { .plot-page-container .top-actions a, .plot-page-container .top-actions button { float: none; position: relative; margin-left: 0; margin-right: 0; display: block; font-size: 11px; height: 16px; line-height: 16px; margin-left: 15px; text-align: right; } }

@media screen and (max-width: 1000px) { .plot-page-container #expand-width { display: none; } }

.data-page .disclaimer-info { font-size: 15px; font-style: italic; font-weight: 300; margin-top: 25px; }

.data-page .publication-head, .data-page .release-head, .data-page .plot-head { display: block; }

.data-page .publication-head h2, .data-page .publication-head h3, .data-page .publication-head h4, .data-page .release-head h2, .data-page .release-head h3, .data-page .release-head h4, .data-page .plot-head h2, .data-page .plot-head h3, .data-page .plot-head h4 { display: inline-block; margin-bottom: 0; }

.data-page .publication-head .pill, .data-page .release-head .pill, .data-page .plot-head .pill { background-color: #BFD4E7; border-radius: 10px; padding: 2px 6px; margin-left: 6px; font-size: 12px; position: relative; vertical-align: middle; top: -2px; }

.data-page .release-head h3 { color: #8e8e8e; font-size: 15px; }

.data-page .publication { margin-bottom: 25px; }

.data-page .publication .publication-head { margin-bottom: 5px; }

.data-page .publication .publication-head a { color: #424242; text-decoration: none; }

.data-page .publication .publication-head h2 { font-size: 20px; }

.data-page .publication .publication-head h2:hover { text-decoration: underline; }

.data-page .publication .publication-head p { margin-top: 10px; font-size: 12px; }

.data-page .publication .publication-head .pill { display: none; background-color: #f0a3b0; }

.data-page .release .release-head { margin-bottom: 15px; }

.data-page .release .release-head .pill { display: none; background-color: #daad59; }

.data-page .plot { display: flex; background-color: #FFFFFF; border: 2px solid #FFFFFF; text-decoration: none; border-radius: 5px; margin-bottom: 15px; }

.data-page .plot:hover { border: 2px solid #BFD4E7; }

.data-page .plot .plot-left { display: inline-block; width: 50px; }

.data-page .plot .plot-left svg { margin-top: 15px; margin-left: 10px; fill: #424242; }

.data-page .plot .plot-right { display: inline-block; width: calc(100% - 50px); }

.data-page .plot .plot-head { margin-top: 5px; }

.data-page .plot .plot-head .pill { display: none; }

.data-page .plot .plot-head .pill-dataset { background-color: silver; }

.data-page .plot .plot-head .pill-plot { background-color: #BFD4E7; }

.data-page .plot .plot-body { padding-bottom: 10px; }

.data-page .plot .plot-body h5 { margin-bottom: 0; }

.publication-page h1 { margin-bottom: 5px; }

.publication-page .plot-data-back { margin-bottom: 15px; }

a.inactive { opacity: 0.5; }

/*# sourceMappingURL=main.css.map */