/* -------------------------------------------------------
 *
 *     !! This file was copied over from xaringan-themer.css !!
 *
 *  Changes made to this file directly will be overwritten
 *  if you used xaringanthemer in your xaringan slides Rmd
 *
 *  Issues or likes?
 *    - https://github.com/gadenbuie/xaringanthemer
 *    - https://www.garrickadenbuie.com
 *
 *  Need help? Try:
 *    - vignette(package = "xaringanthemer")
 *    - ?xaringanthemer::style_xaringan
 *    - xaringan wiki: https://github.com/yihui/xaringan/wiki
 *    - remarkjs wiki: https://github.com/gnab/remark/wiki
 *
 *  Version: 0.4.4
 *
 * ------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Arimo&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap);


:root {
  /* Fonts */
  --text-font-family: 'Noto Sans';
  --text-font-is-google: 1;
  --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial;
  --text-font-base: sans-serif;
  --header-font-family: Arimo;
  --header-font-is-google: 1;
  --header-font-family-fallback: Georgia, serif;
  --code-font-family: 'Source Code Pro';
  --code-font-is-google: 1;
  --base-font-size: 15px;
  --text-font-size: 1.5rem;
  --code-font-size: 0.9rem;
  --code-inline-font-size: 1em;
  --header-h1-font-size: 2.75rem;
  --header-h2-font-size: 2.25rem;
  --header-h3-font-size: 1.75rem;

  /* Colors */
  --text-color: #00559B;
  --header-color: #003087;
  --background-color: #FFFFFF;
  --link-color: #1EBEC7;
  --code-highlight-color: ;
  --inverse-text-color: #E8E8E8;
  --inverse-background-color: #0093d0;
  --inverse-header-color: #f3f3f3;
  --inverse-link-color: #1EBEC7;
  --title-slide-background-color: #00559B;
  --title-slide-text-color: #FFFFFF;
  --header-background-color: #003087;
  --header-background-text-color: #FFFFFF;
}

html {
  font-size: var(--base-font-size);
}

body {
  font-family: var(--text-font-family), var(--text-font-family-fallback), var(--text-font-base);
  font-weight: normal;
  color: var(--text-color);
}
h1, h2, h3 {
  font-family: var(--header-font-family), var(--header-font-family-fallback);
  font-weight: 600;
  color: var(--header-color);
}
.remark-slide-content {
  background-color: var(--background-color);
  font-size: 1.5rem;
  background-image: url(../static/slideswoosh_16_9.PNG);
  background-size: contain;
  padding: 16px 64px 16px 64px;
  width: 100%;
  height: 100%;
}
.remark-slide-content h1 {
  font-size: var(--header-h1-font-size);
}
.remark-slide-content h2 {
  font-size: var(--header-h2-font-size);
}
.remark-slide-content h3 {
  font-size: var(--header-h3-font-size);
}
.remark-code, .remark-inline-code {
  font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}
.remark-code {
  font-size: var(--code-font-size);
}
.remark-inline-code {
  font-size: var(--code-inline-font-size);
  color: #000;
}
.remark-slide-number {
  color: var(--header-color);
  opacity: 1;
  font-size: 2rem;
  left: 20px;
  right: auto;
  bottom: 18px;
  position: absolute;
}
strong {
  font-weight: bold;
}
a, a > code {
  color: var(--link-color);
  text-decoration: none;
}
.footnote {
  position: absolute;
  color: #003087;
  bottom: 10px;
  padding-right: 4em;
  font-size: 0.8em;
}
.remark-code-line-highlighted {
  background-color: var(--code-highlight-color);
}
.inverse {
  background-color: var(--inverse-background-color);
  color: var(--inverse-text-color);
  
}
.inverse h1, .inverse h2, .inverse h3 {
  color: var(--inverse-header-color);
}
.inverse a, .inverse a > code {
  color: var(--inverse-link-color);
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
  color: var(--title-slide-text-color);
}
.title-slide {
  background-color: var(--title-slide-background-color);
  background-image: url("../static/slideswooshver.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat !important;
}
.title-slide .remark-slide-number {
  display: none;
}
/* Two-column layout */
.left-column {
  width: 20%;
  height: 92%;
  float: left;
}
.left-column h2, .left-column h3 {
  color: #777;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000;
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right + * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
.remark-slide table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.remark-slide table thead th {
  border-bottom: 1px solid #ddd;
}
th, td {
  padding: 5px;
}
.remark-slide table:not(.table-unshaded) thead,
.remark-slide table:not(.table-unshaded) tfoot,
.remark-slide table:not(.table-unshaded) tr:nth-child(even) {
  background: #eee;
}
table.dataTable tbody {
  background-color: var(--background-color);
  color: var(--text-color);
}
table.dataTable.display tbody tr.odd {
  background-color: var(--background-color);
}
table.dataTable.display tbody tr.even {
  background-color: #eee;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: var(--text-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--text-color) !important;
}

/* Horizontal alignment of code blocks */
.remark-slide-content.left pre,
.remark-slide-content.center pre,
.remark-slide-content.right pre {
  text-align: start;
  width: max-content;
  max-width: 100%;
}
.remark-slide-content.left pre,
.remark-slide-content.right pre {
  min-width: 50%;
  min-width: min(40ch, 100%);
}
.remark-slide-content.center pre {
  min-width: 66%;
  min-width: min(50ch, 100%);
}
.remark-slide-content.left pre {
  margin-left: unset;
  margin-right: auto;
}
.remark-slide-content.center pre {
  margin-left: auto;
  margin-right: auto;
}
.remark-slide-content.right pre {
  margin-left: auto;
  margin-right: unset;
}

/* Slide Header Background for h1 elements */
.remark-slide-content.header_background > h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--header-background-color);
  color: var(--header-background-text-color);
  padding: 2rem 64px 1.5rem 64px;
  margin-top: 0;
  box-sizing: border-box;
}
.remark-slide-content.header_background {
  padding-top: 7rem;
}

@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}




/* Extra CSS */
.remark-slide-number {
  font-size: 0.4em;
  font-weight: bold;
  margin: 0px 840px -2px 0px;
  color: #1ECAD3;
}
code, pre, code.r, code.cpp, code.Rcpp {
  font-family: 'Source Code Pro', monospace;
  background: inherit;
  color: NA;
  font-size: 20px;
}
.inverse {
  background-color: #0093d0;
  color: #E8E8E8;
}
.footnote {
  font-size: 0.8em;
  color: #003087;
  position: absolute;
  bottom: 10px;
}
a, .hyperlink-style {
  color: #1EBEC7;
  text-decoration: underline;
}
.title-slide h1 {
  text-align: center;
  font-weight: bold;
  font-family: Raleway;
}
.title-slide h2 {
  text-align: center;
  font-weight: normal;
  font-family: Raleway;
}
.title-slide h1, h2, h3 {
  text-align: center;
  padding-left: 150px;
}
.hyperlink-style {
  color: blue;
  text-decoration: underline;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}
.priority-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(243, 248, 252, 0.96);
  border-left: 6px solid #0077b6;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 36, 64, 0.18);
}
.priority-card--wide {
  grid-column: 1 / -1;
  border-left: 6px solid #00a6a6;
  background: rgba(230, 247, 247, 0.98);
}
.priority-card--accent {
  border-left: 6px solid #005f8a;
  background: rgba(232, 242, 250, 0.98);
}
.priority-card--you {
  grid-column: 1 / -1;
  border-left: 6px solid #00a6a6;
  background: rgba(225, 245, 240, 0.98);
}
.priority-icon {
  font-size: 1.35rem;
  line-height: 1;
  margin-top: 2px;
}
.priority-title {
  font-weight: 700;
  margin-bottom: 2px;
  color: #003b5c;
}
.priority-detail {
  font-size: 0.95rem;
  line-height: 1.2;
  color: #0b3a5b;
}
.quote-card {
  width: 75%;
  position: relative;
  margin: 1.2rem auto;
  padding: 1.1rem 1.2rem 0.9rem 1.4rem;
  border-left: 6px solid #0077b6;
  background: rgba(240, 248, 252, 0.96);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 36, 64, 0.14);
  font-style: italic;
  line-height: 1.35;
}
.quote-card::before {
  content: “;
  position: absolute;
  left: 0.55rem;
  top: -0.2rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  color: #005f8a;
  opacity: 0.8;
}
.quote-card::after {
  content: ”;
  position: absolute;
  right: 0.55rem;
  bottom: -0.35rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  color: #005f8a;
  opacity: 0.8;
  line-height: 1;
}
.quote-attrib {
  margin-top: 0.55rem;
  font-style: normal;
  font-weight: 700;
  font-size: 0.78em;
  color: #144c6e;
}
.join-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: start;
  margin-top: 10px;
}
.join-pitch {
  background: rgba(232, 245, 252, 0.96);
  border-left: 8px solid #0077b6;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 4px 10px rgba(0, 36, 64, 0.16);
}
.join-headline {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #003b5c;
}
.join-sub {
  font-size: 0.95rem;
  line-height: 1.25;
  color: #0b3a5b;
  margin-bottom: 8px;
}
.join-proof {
  font-size: 0.9rem;
  line-height: 1.25;
  color: #144c6e;
  font-weight: 600;
}
.join-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.join-action {
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid #8ecae6;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 2px 8px rgba(0, 36, 64, 0.10);
}
.join-action-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #003b5c;
  margin-bottom: 3px;
}
.join-action-detail {
  font-size: 0.82rem;
  line-height: 1.2;
  color: #245576;
}
.join-footer {
  margin-top: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0077b6;
}
.left-68 {
  width: 68%;
  float: left;
}
.right-32 {
  width: 32%;
  float: right;
}
.narrowtopbottommargin {
  margin-top: -12px;
  margin-bottom: -12px;
}
pre, .remark-code, .remark-code-output {
  background-image: none !important;
  background-color: #fff !important; /* or another color you prefer */
}
