:root {
  --cct-default-bg-color-rgb: 238, 238, 238;
  --cct-default-bg-color: rgb(var(--cct-default-bg-color-rgb));
  --cct-default-fg-color: #555;
  --cct-primary-bg-color: var(--bs-gray-400);
  --cct-primary-fg-color: var(--bs-gray-900);
  --cct-secondary-bg-color: var(--bs-gray-300);
  --cct-secondary-fg-color: black;
}
:root {
  --cct-half-smaller: 0.875em;
}
.display-none {
  display: none;
}
@font-face {
  font-family: 'KdamThmorPro';
  src: url('/fonts/kdam-thmor-pro-regular-webfont.woff2') format('woff2'), url('/fonts/kdam-thmor-pro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KdamThmorProTTF';
  src: url('/fonts/kdam-thmor-pro-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DosisBold';
  src: url('/fonts/dosis-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ExoRegular';
  src: url('/fonts/exo-regular.otf') format('opentype');
}
.banner-text {
  font-family: KdamThmorPro, avenir next, avenir, sans-serif;
  text-shadow: 1px 1px 2px black;
}
nav.navbar a.navbar-brand {
  font-weight: bold;
}
NONEXISTENT {
  border-color: white;
  border: 0.125rem 0.5rem;
  background-color: black;
  padding: 0.125rem 0.5rem;
  box-sizing: border-box;
}
html > body > nav.sticky-top:not(:has(+ header)) {
  background-clip: padding-box;
  border-bottom-width: 1ex;
  border-bottom-style: solid;
  border-bottom-color: rgba(var(--cct-default-bg-color-rgb), 0.75);
  margin-bottom: -1ex;
}
nav.navbar .dropdown-item.active,
nav.navbar .dropdown-item:active {
  background-color: black;
}
nav.navbar a.active {
  font-weight: bold;
}
nav.navbar span.sr-only {
  display: none;
}
nav#TableOfContents > ul ul {
  margin: 0em;
  margin-left: 1em;
}
nav#TableOfContents > ul li {
  margin: 0em;
}
.reminder-card {
  background-color: #eee !important;
}
.reminder-card .list-group-item {
  background-color: #eee !important;
}
.reminder-card .list-group-item-title {
  font-weight: 700!important;
}
.reminder-card .list-group-item-body {
  margin-left: 1rem;
}
article {
  padding: 2rem;
}
article.pv5 {
  padding: 2rem;
}
article p {
  margin: 0;
}
article p:not(:first-child) {
  margin-top: 1rem;
}
aside.mt6-l {
  margin-top: 0;
}
@media (max-width: 60em) {
  .big-screen {
    display: none!important;
  }
  .small-screen {
    display: block!important;
  }
}
@media (min-width: 60em) {
  .big-screen {
    display: block!important;
  }
  .small-screen {
    display: none!important;
  }
}
.h1:not(:first-child),
.h2:not(:first-child),
.h3:not(:first-child),
.h4:not(:first-child),
.h5:not(:first-child),
.h6:not(:first-child),
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 0.75rem;
  margin-bottom: 0.1rem;
}
/******************************************************************************/
/*** Venue styles ***/
/******************************************************************************/
div#venueAddressBox {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 80%;
  text-align: center;
}
@media (max-width: 400px) {
  div#venueAddressBox {
    width: 100%;
  }
}
div#venueMapBox {
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
iframe#venueMap {
  width: 100%;
  height: 100%;
}
.bigger-font {
  font-size: larger;
}
/******************************************************************************/
/*** Contact form styles ***/
/******************************************************************************/
form#ContactForm {
  max-width: 45em;
  margin: 0em auto;
}
form#ContactForm fieldset {
  padding: 2em;
}
form#ContactForm div {
  margin: 1em 0em;
}
form#ContactForm input,
form#ContactForm textarea {
  width: 100%;
}
form#ContactForm button {
  display: block;
  margin: 0em auto;
}
/******************************************************************************/
/*** Talk card styles ***/
/******************************************************************************/
.card a {
  color: inherit;
}
.card .program_media {
  font-size: smaller;
  margin-top: 1ex;
}
.card .program_media > span.media {
  margin-left: 1ex;
}
/******************************************************************************/
/*** Keynotes styles ***/
/******************************************************************************/
div#keynotesList a {
  color: inherit;
}
.keynote {
  margin: 1em 0em;
}
/*
.keynoteSpeakers {
    &:extend(.card-header);
}
*/
/*
.keynoteSpeaker {
    overflow: auto;
}
*/
.keynoteSpeakers {
  padding: 0em;
}
.keynoteSpeakers .identification {
  padding: 1ex 1em;
  padding-bottom: 0.25ex;
}
.keynoteSpeakers .biography:not(:empty) {
  padding: 1ex 1em;
  padding-top: 0.25ex;
  text-align: justify;
  text-justify: auto;
}
.keynoteSpeakers .biography:empty {
  margin: 0em;
  padding: 0em;
}
.keynote .card-header {
  color: var(--cct-primary-fg-color);
  background-color: var(--cct-primary-bg-color);
}
.keynote .card-header .person .identification {
  backdrop-filter: brightness(100%);
}
.keynote .card-header .person .biography {
  backdrop-filter: brightness(110%);
}
.keynoteSpeakers .person .identification {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.keynoteSpeakers .person .identification .picture {
  display: block;
  aspect-ratio: 1/1;
  height: 8ex;
  width: auto;
  float: left;
  text-align: center;
  padding: 5px 10px 5px 0;
}
.keynoteSpeakers .person .identification .picture > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25%;
}
.keynoteSpeakers .person .identification .text {
  flex: auto;
}
.keynoteSpeakers .person .identification .name {
  font-weight: bold;
}
.keynoteSpeakers .person .identification .name .lastname {
  text-transform: uppercase;
}
.keynoteSpeakers .person .identification .function:not(:empty) + .affiliation:not(:empty)::before {
  content: ", ";
}
.keynoteSpeakers .person .identification .affiliation:not(:empty) + .country:not(:empty)::before {
  content: ", ";
}
.keynoteSpeakers .person .identification button {
  flex: initial;
  margin-left: 1ex;
  font-size: smaller;
}
.keynote > .card-body {
  color: var(--cct-default-fg-color);
  background-color: var(--cct-default-bg-color);
}
.keynoteTitle {
  font-weight: bold;
}
.keynoteAbstract {
  text-align: justify;
  text-justify: auto;
}
/******************************************************************************/
/*** Accepted papers styles ***/
/******************************************************************************/
div#acceptedPapers a {
  color: inherit;
}
.acceptedPaper {
  margin: 1em 0em;
}
.acceptedPaper > .card-header {
  color: var(--cct-primary-fg-color);
  background-color: var(--cct-primary-bg-color);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.acceptedPaper > .card-header > .paperTitle {
  flex: auto;
  font-weight: bold;
}
.acceptedPaper > .card-header > button {
  flex: initial;
  margin-left: 1ex;
  font-size: smaller;
}
.acceptedPaper > .card-body {
  color: var(--cct-default-fg-color);
  background-color: var(--cct-default-bg-color);
}
.acceptedPaper .paperAuthors {
  font-size: smaller;
  font-style: italic;
}
.acceptedPaper .paperAuthors .person .name .lastname {
  text-transform: uppercase;
}
.acceptedPaper .paperAuthors .attributes {
  font-size: smaller;
}
.acceptedPaper .paperAbstract {
  text-align: justify;
  text-justify: auto;
  margin-bottom: 1ex;
}
/******************************************************************************/
/*** Modal Cards styles ***/
/******************************************************************************/
div.modal-dialog {
  max-width: min(90vw, 40em);
}
div.modal-content {
  background-color: rgba(var(--cct-default-bg-color-rgb), 0.5);
  padding: 0.25ex;
}
div.modal-header {
  background-color: black;
  color: var(--cct-default-bg-color);
  padding: 0.25ex;
  border: 0px;
}
div.modal-header .cct-btn-close {
  background-color: inherit;
  color: inherit;
  margin-left: auto;
  border: 0px;
  padding: 0ex;
  padding-right: 0.25ex;
  height: 1.5ex;
  line-height: 1.5ex;
  text-align: center;
  font-size: larger;
  font-weight: bold;
  opacity: 0.75;
}
div.modal-header .cct-btn-close:hover {
  font-weight: bolder;
  opacity: 1;
}
div.modal-header .cct-btn-close:after {
  display: inline-block;
  content: "\00d7";
  /* This will render the 'X' */
}
div.modal-body {
  margin: 0em;
  padding: 0em;
}
div.modal-body .card {
  margin: 0em;
  padding: 0em;
}
/******************************************************************************/
/*** Detailed program styles ***/
/******************************************************************************/
div#detailed-program {
  margin-left: 0em;
  margin-right: 0em;
}
/* generic formating */
:root {
  --cct-program-level-indent: 1.5em;
  --cct-program-talk-padding-H: 0.5em;
  --cct-program-time-downsize: 0.875;
  --cct-program-time-padding-V: 0.5ex;
  --cct-program-time-margin-V: 0.25em;
}
.program-talk,
div#detailed-program .keynote,
div#detailed-program .paper {
  padding: 0.5ex var(--cct-program-talk-padding-H);
  margin-top: 0ex;
  margin-left: calc(0em - var(--cct-program-talk-padding-H));
  margin-bottom: 0.5ex;
  margin-right: 0.5ex;
  backdrop-filter: brightness(90%);
  border-radius: 1ex;
}
.program-time,
div#detailed-program .header > .time-slot,
div#detailed-program .header > .start-time {
  display: inline-block;
  flex: none;
  font-size: calc(1em * var(--cct-program-time-downsize));
  font-weight: bold;
  color: var(--bs-gray-100);
  background-color: var(--bs-gray-700);
  border-radius: 1ex;
  padding: var(--cct-program-time-padding-V) 0.5em;
  margin: var(--cct-program-time-margin-V);
  margin-left: 0em;
  margin-top: 0em;
  margin-right: 1em;
}
div#detailed-program .header > .title {
  font-weight: bold;
}
div#detailed-program .header > .title:not(:empty) + .location:not(:empty) {
  margin-left: 0.5em;
}
div#detailed-program .header > .location {
  font-style: italic;
  font-weight: lighter;
}
div#detailed-program .header > .chair:not(:empty) {
  margin-left: 0.5em;
}
div#detailed-program .header > .chair {
  font-style: italic;
  font-weight: lighter;
}
div#detailed-program .person .lastname {
  text-transform: uppercase;
}
div#detailed-program .person > .name-addition {
  font-size: smaller;
  font-style: italic;
}
div#detailed-program a {
  color: inherit;
}
/* structure formating */
.program-column,
div#detailed-program .content,
div#detailed-program .details,
div#detailed-program .program-day > .day-content,
div#detailed-program .program-slot,
div#detailed-program .keynote,
div#detailed-program .session,
div#detailed-program .paper {
  display: flex;
  flex-direction: column;
}
.program-row,
div#detailed-program .header {
  display: flex;
  flex-direction: row;
}
/**/
div#detailed-program .header {
  align-items: baseline;
}
div#detailed-program .content {
  margin-left: var(--cct-program-level-indent);
  align-items: stretch;
}
div#detailed-program .details {
  margin-left: 2em;
  align-items: stretch;
  font-size: smaller;
}
/**/
div#detailed-program {
  margin-top: 3ex;
}
div#detailed-program .program-day > .date {
  margin-bottom: 1ex;
  font-weight: bold;
}
div#detailed-program .program-day > .day-content {
  font-size: smaller;
}
div#detailed-program .program-day + .program-day {
  margin-top: 5ex;
}
/**/
div#detailed-program .program-slot {
  margin: 0.5ex 0ex;
}
div#detailed-program .program-slot:has(:is(.keynote, .session, .paper)) {
  padding: 0ex;
  background-color: var(--bs-gray-300);
  backdrop-filter: brightness(90%);
  border-radius: 1ex;
}
div#detailed-program .program-slot > .header > .title {
  font-weight: normal;
}
/**/
div#detailed-program .keynote > .header > .time-slot {
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-200);
}
/**/
div#detailed-program .session > .header > .time-slot {
  background-color: var(--bs-gray-600);
}
/**/
div#detailed-program .paper > .header > .start-time {
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-200);
}
/******************************************************************************/
