
nav .navbar {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  color: #be5254;
  font-size: 1.25em;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  vertical-align: middle;
}

nav .navbar ul {
  -webkit-padding-after: 0px;
          padding-block-end: 0px;
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  display: inline-block;
}

nav .navbar ul li {
  vertical-align: middle;
}

nav .navbar .conf-name {
  font-family: neue-haas-grotesk-display, sans-serif;
  float: left;
  font-size: 1em;
  padding-left: 20px;
  margin-bottom: 10px;
}

nav .navbar .conf-name .conference {
  font-weight: 600;
}

nav .navbar .conf-name .year {
  font-weight: 300;
}

nav .navbar .conf-name img {
  max-height: 0.8em;
  margin-right: 0.1em;
}

nav .navbar .menu {
  float: right;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 20px;
}

nav .navbar li {
  display: inline-block;
}

nav .navbar li a {
  color: #fcfcfc;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}

nav .navbar li a:hover {
  color: #fcfcfc;
  background-color: #b93034;
}

nav .navbar li + li::before {
  content: " | ";
  margin: 0.25em;
}

header {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-align: center;
  color: #fcfcfc;
  max-height: 700px;
  min-height: 300px;
  position: relative;
  display: block;
  text-transform: uppercase;
  background-color: #fcfcfc;
}

header .cover-photo {
  width: 100%;
  max-height: 476px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

header .overlay-header {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

header .duo-header {
  max-height: 476px;
  min-height: 300px;
}

header .title-block {
  width: 600px;
  background-color: #141414;
  opacity: 0.9;
  padding: 12px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .title-block table {
  margin: auto;
}

header .title-block table td {
  padding: 5px;
}

header .title-block .header-logo {
  height: 4.5em;
  padding-top: 0.25em;
  padding-right: 0.5em;
  display: inline-block;
}

header h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1em;
  font-size: 5em;
  padding: 0px;
  margin: 0px;
  display: inline;
  text-align: center;
}

header h1 .conference {
  font-weight: 600;
}

header h1 .year {
  font-weight: 300;
}

header h1 span + span::before {
  content: "";
  margin: 0em;
}

header h2 {
  margin: 0px;
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: 0.05rem;
}

header h2 .contrast {
  background-color: #cecaca;
  color: black;
  font-size: 0.9em;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 5px;
}

header h2 .svg-icon {
  padding-top: 5px;
}

header span + span::before {
  content: " | ";
  margin: 0.5em;
}

footer {
  text-align: center;
  color: darkgray;
  margin: 1em 10% auto;
  padding: 2em;
  padding-top: 0em;
}

footer img {
  max-height: 50px;
  border-radius: 9px;
  padding: 0.75em;
}

footer .notice {
  color: #d6d6d6;
}

footer .notice a {
  color: #d6d6d6;
}

footer .footer-spaced + .footer-spaced::before {
  padding: 0 4px;
  content: "  |  ";
}

body {
  font-family: aktiv-grotesk, sans-serif;
  color: #292929;
  margin: 0px;
  background-color: #fcfcfc;
}

body th {
  border-bottom: 1pt /*solid #e3e3e3*/;
  color: #fcfcfc;
}

body th.row, body th.schedule-cols {
  color: #292929;
}

body tr:last-child th {
  border: none;
}

body td {
  border-bottom: 3pt /*solid #e3e3e3*/;
  width: auto;
}

body tr:last-child td {
  border: none;
}

body table {
  border-collapse: collapse;
  margin: auto;
  width: 90%;
  font-size: 13px;
}

body tr.date {
  background-color: rgb(66, 158, 104);
  color: #fff;
}

body tr.time {
  color: black;
  font-weight: bold;
}

body tr.closing {
  margin-bottom: 3em;
}

body tr td {
  padding: 7px;
}

body tr th {
  padding: 7px;
  min-width: 70px;
}
body tr:nth-child(even) {
  background: #f1f1f1;
}

body td.tag-cell {
  width: 100px;
  text-align: center;
  font-weight: 300;
  font-size:13px;
}

body tr.regisinfo {
  text-align: center;
}

body td.tag-cell span {
  width: 100px;
  display: block;
}

body span.paper-tag {
  background-color: #00fc37;
  color: #292929;
  padding: 5px;
}

body span.keynote-tag {
  background-color: #cdfaa9;
  color: #292929;
  padding: 5px;
}

body ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

body .submissions .timeline {
  width: 40%;
  min-width: 400px;
  margin: 2em auto;
}

body .submissions .timeline tr {
  background-color: #d6d6d6;
  color: #292929;
}

body .submissions .timeline tr th {
  vertical-align: top;
  color: #292929;
  font-weight: bold;
  border: none;
}

body .submissions .timeline tr .toprow {
  color: #c97071;
}

body .submissions .timeline tr td {
  border: none;
}

body .submissions .timeline tr td .template-link::before {
  content: "  ";
  margin-left: 1em;
}

body .submissions .submission-info {
  margin: auto;
  width: 80%;
  min-width: 600px;
}

body .submissions .submission-info tr th {
  vertical-align: top;
  color: #292929;
}

body .submissions .submission-info tr .toprow {
  background-color: #c97071;
  color: #fcfcfc;
}

body .submissions .submission-info tr td .template-link::before {
  content: "  ";
  margin-left: 1em;
}

body .submissions .clear-tables {
  clear: both;
}

section {
  margin: 1em 10% auto;
}

section h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: .05rem;
  color: #d04c4f;
  font-size: 1.8em;
  text-transform: uppercase;
}

section h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0.75em;
}

section p {
  font-style: light;
  font-size: 1.2em;
  text-align: center;
}

section .about {
  text-align: justify;
}

section .people-inline {
  text-align: center;
  margin: auto;
}

section .people-inline .role-block {
  display: inline-block;
  padding-left: 4em;
  padding-right: 4em;
}

section .keynote-speakers {
  padding: 0px;
  margin-bottom: 1em;
  text-align: center;
}

section .keynote-speakers li {
  display: inline-block;
  list-style-type: none;
  width: 175px;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.25em;
  vertical-align: top;
  text-align: center;
}

section .keynote-speakers li img {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

section .keynote-speakers li .name {
  overflow: wrap;
  font-weight: 600;
  padding: 3px;
}

section .keynote-speakers li .affiliation {
  overflow: wrap;
  font-style: italic;
}

section .keynote-speakers li .role {
  font-variant: small-caps;
}

section .keynote-speakers li a {
  text-decoration: none;
  color: #292929;
  background: none;
}

section .keynote-speakers li .duotone {
  /* Color Overlay position */
  /* Removed effects to show original on hover */
}

section .keynote-speakers li .duotone img {
  border-radius: 9px;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
  position: relative;
}

section .keynote-speakers li .duotone:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .keynote-speakers li .duotone::after {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li .duotone:hover::after, section .keynote-speakers li .duotone:hover, section .keynote-speakers li .duotone:hover img {
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: unset !important;
  background: transparent;
}

section .keynote-speakers li .duotone .main-duo-colors {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li .duotone .main-duo-colors img {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li .duotone .main-duo-colors::after {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li .duotone .secondary-duo-colors {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li .duotone .secondary-duo-colors img {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li .duotone .secondary-duo-colors::after {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 150px;
  max-width: 150px;
}

section .keynote-speakers li:hover {
  background-color: none;
}

section .keynote-speakers li:hover .name {
  color: #d04c4f;
}

section .keynote-speakers a:hover {
  background-color: none;
}

section .keynote-speakers a:hover .name {
  color: #d04c4f;
}

section .people {
  padding: 0px;
  margin-bottom: 1em;
  text-align: center;
}

section .people li {
  display: inline-block;
  list-style-type: none;
  width: 125px;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.25em;
  vertical-align: top;
  text-align: center;
}

section .people li img {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

section .people li .name {
  overflow: wrap;
  font-weight: 600;
  padding: 3px;
}

section .people li .affiliation {
  overflow: wrap;
  font-style: italic;
}

section .people li .role {
  font-variant: small-caps;
}

section .people li a {
  text-decoration: none;
  color: #292929;
  background: none;
}

section .people li .duotone {
  /* Color Overlay position */
  /* Removed effects to show original on hover */
}

section .people li .duotone img {
  border-radius: 9px;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
  position: relative;
}

section .people li .duotone:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .people li .duotone::after {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li .duotone:hover::after, section .people li .duotone:hover, section .people li .duotone:hover img {
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: unset !important;
  background: transparent;
}

section .people li .duotone .main-duo-colors {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li .duotone .main-duo-colors img {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li .duotone .main-duo-colors::after {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li .duotone .secondary-duo-colors {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li .duotone .secondary-duo-colors img {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li .duotone .secondary-duo-colors::after {
  border-radius: 9px;
  text-align: center;
  margin: 0.5em auto;
  height: 100px;
  max-width: 100px;
}

section .people li:hover {
  background-color: none;
}

section .people li:hover .name {
  color: #d04c4f;
}

section .people a:hover {
  background-color: none;
}

section .people a:hover .name {
  color: #d04c4f;
}

section .cta-group {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

section .cta-group table {
  width: 60%;
  text-align: center;
  margin: auto;
}

section .cta-group table tr {
  max-width: 230px;
  border: none;
}

section .cta-group table .show-if-wide {
  display: initial;
}

section .cta-group td {
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  padding-right: 4em;
  padding-left: 4em;
  padding-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
}

section .cta-group td .show-if-small {
  display: none;
}

section .cta-group td p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
}

section .cta-group td .cta-teaser {
  font-style: italic;
}

section .cta-group td .cta-icon {
  height: 140px;
  width: 125px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

section .cta-group td .icon {
  width: 80%;
  max-width: 125px;
  padding-top: 25%;
}

section .cta-group .icon-separator {
  border: 0;
  width: 15%;
  border-top: 4px solid #d04c4f;
  margin-bottom: 1em;
}

section .disciplines {
  text-align: center;
  padding: 0px;
  margin: auto;
  max-width: 900px;
}

section .disciplines li {
  display: inline-block;
  list-style-type: none;
  width: 125px;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.25em;
  font-size: 0.9em;
  vertical-align: top;
  text-align: center;
}

section .disciplines li:hover {
  color: #d04c4f;
}

section .disciplines li .icon {
  width: 65%;
  height: 65%;
  padding-top: 20%;
  vertical-align: middle;
}

section .disciplines li .area-entry {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  vertical-align: middle;
}

section .disciplines li .area {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
}

section .disciplines li .icon-separator {
  width: 15%;
  border-top: 4px solid #cecaca;
  margin-bottom: 1em;
}

section .urgent-announcement {
  width: 75%;
  margin: auto;
}

section .urgent-announcement table {
  border: 1px solid black;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 10px;
}

section .urgent-announcement table th:first-of-type {
  border-top-left-radius: 10px;
}

section .urgent-announcement table th:last-of-type {
  border-top-right-radius: 10px;
}

section .urgent-announcement table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}

section .urgent-announcement table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}

section .urgent-announcement table tr th {
  padding: 10px;
  text-align: center;
  background-color: #b34345;
  color: #fcfcfc;
  font-size: 1.5em;
}

section .urgent-announcement table tr td {
  padding: 20px;
  text-align: left;
  font-size: 1em;
}

section .covid-update {
  position: static;
  text-align: left;
  padding-bottom: 4em;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-info {
  width: 100%;
  max-width: 230px;
  height: 57px;
  line-height: 57px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  overflow: wrap;
  color: #fff;
  border-color: none;
  background: #be5254;
  text-decoration: none;
}

.btn-info:hover {
  background: #a13c3e;
  color: white;
}

.stripe {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.stripe:nth-child(odd) {
  background: #efefef;
}

.duotone {
  /* Color Overlay position */
}

.duotone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.duotone:hover {
  color: rgba(0, 0, 0, 0.75);
}

.duotone::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
}

.duotone .main-duo-colors {
  background-color: #ff5a5f;
}

.duotone .main-duo-colors img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) contrast(1.2);
  filter: grayscale(100%) contrast(1.2);
}

.duotone .main-duo-colors::after {
  background-color: #0b3954;
  mix-blend-mode: lighten;
  -webkit-box-shadow: inset 0px 0px 200px #0b3954;
          box-shadow: inset 0px 0px 200px #0b3954;
}

.duotone .secondary-duo-colors {
  background-color: white;
}

.duotone .secondary-duo-colors img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) contrast(1.2);
  filter: grayscale(100%) contrast(1.2);
}

.duotone .secondary-duo-colors::after {
  background-color: #0b3954;
  mix-blend-mode: lighten;
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
}

/*resize headers at small (mobile) sizes
-- size was 544px but frankly 800 makes sense here because of the picture blocks*/
@media only screen and (max-width: 1000px) {
  main section .urgent-announcement {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  main {
    font-size: 0.85em;
  }
  main section {
    margin: 1em 5% auto;
  }
  main .urgent-announcement {
    width: 95%;
  }
  footer {
    margin: 1em 5% auto;
  }
  body .submissions .timeline {
    width: 98%;
    min-width: unset;
  }
  body .submissions .submission-info {
    width: 98%;
    min-width: unset;
  }
  section .people-inline .role-block {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 675px) {
  nav .navbar .conf-name {
    padding-left: 10px;
  }
  header .title-block {
    width: 400px;
  }
  header .title-block .header-logo {
    height: 3em;
  }
  header h1 {
    font-size: 3.5em;
  }
  header h1 span {
    display: inline-block;
  }
  header h2 {
    font-size: 0.9em;
    margin-top: 0px;
  }
  header span {
    display: block;
  }
  header span + span::before {
    content: "";
  }
  header div .contrast {
    font-size: 1em;
  }
  section .cta-group td {
    width: 80%;
    padding: 0px;
    margin-bottom: 30px;
  }
  section .cta-group td .show-if-small {
    display: initial;
  }
  section .cta-group tr {
    margin-bottom: 30px;
  }
  section .cta-group .show-if-wide {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  header .title-block {
    max-width: 100%;
  }
  header .links {
    font-size: 1.1em;
  }
}
/*# sourceMappingURL=scf20_styles.css.map */