@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Roboto+Slab:wght@400;500;600&display=swap");
html {
  background: url("https://mycs-cdn.myconferencesuite.com/other/Project/1846/60/df/gris.png") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.speaker-wrapper{
	display : flex;
	flex-direction : column;
}
#speaker-id-1284{
	order : -6;
}
#speaker-id-1282{
	order : -5;
}
#speaker-id-1286{
	order : -4;
}
#speaker-id-1285{
	order : -3;
}
#speaker-id-2230{
	order : -1;
}
#moderator-title{
	order : -2;
	border-bottom: 1px solid rgba(00,00,00,0.1);
}
#moderator-title h2{
	margin-top: 0;
	margin-bottom : 20px;
    font-weight: 600;
    font-size: 2rem;
}
.h-footer-title{
	position: absolute;
    bottom: -9px;
    right: 1rem;
}
.h-footer-title h3{
	font-size : 1rem;
}
.event-info{
	position: absolute;
    top: 0;
    left: 1rem;
	right : 7rem;
    color: white;
	
	bottom: 7rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items:center;
}
.banner-wrapper{
	position : relative;
}
.event-info h1{
	font-size : 1rem;
	margin : 0;
	font-weight : 600;
	text-align : center;
}
.event-info h2{
	font-size : 0.875rem;
	margin-top : 0.5rem;
}
/*
.event-info.fr h2{
	margin-top : 0rem;
}
*/
@media (min-width: 425px) {
	.event-info.fr h2{
		margin-top : 0.5rem;
	}
}
@media (min-width: 768px) {
	.event-info{
		right : 12rem;
	}
	.event-info h1{
		font-size : 1.5rem;
		margin-top : 1.5rem;
	}
	.event-info h2{
		font-size : 1rem;
	}
	.h-footer-title{
		bottom: 25px;
	}
}

@media (min-width: 1024px) {
	.event-info{
		right : 22rem;
	}
	.event-info h1{
		font-size : 2rem;
	}
	.event-info h2{
		font-size : 1.5rem;
		margin-top : 1rem;
	}
}
@media (min-width: 1300px) {
  html {
    background-size: 100%;
  }
}
@media (min-width: 1440px) {
	.h-footer-title h3{
		font-size : 1.5rem;
	}
	.h-footer-title{
		bottom: 32px;
	}
}
body {
  font-family: "Inter", "Open-sans", sans-serif;
  font-weight : 400;
}

ol,
ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

body {
  padding-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#menu {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#app-layout #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: static;
  background-color: #3d4550;
  border: none;
}

#app-layout #header .masthead {
  background: #3d4550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#app-layout #header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #app-layout #header .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  #app-layout .navbar {
    margin-bottom: 0;
  }
  #app-layout .navbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }
  #app-layout .navbar .navbar-nav > * {
    margin-left: 1rem;
  }
}

#app-layout .navbar .navbar-toggle {
  background: #F0AA50;
  color: white;
}

#app-layout .navbar .navbar-collapse {
  background: transparent;
  padding: 0 1rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  #app-layout .navbar .navbar-collapse {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.125rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#app-layout .navbar li a {
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 4px;
}

#app-layout .navbar li a:hover, #app-layout .navbar li a:focus {
  color: #1b263b;
}

#app-layout .navbar li.active a {
  font-weight: 700;
  color: #1b263b;
  background-color: #eee;
}

#app-layout .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  #app-layout .banner .banner-wrapper {
    padding: 2rem 0;
  }
}

#app-layout .banner .banner-info-card {
  background: white;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#app-layout .banner .banner-info-card .title {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  word-break: break-word;
  padding-bottom: 1rem;
  color: #F0AA50;
}

#app-layout .banner .banner-info-card .description {
  font-family: "Roboto Slab", serif;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  word-break: break-word;
  padding-bottom: 1rem;
  color: #1b263b;
}

#app-layout #content {
  margin: 2rem auto;
}

#app-layout #content .panel {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#app-layout #content .pageinfo.editpagenote {
  position: relative;
  margin-left: 1rem;
  background: white;
  padding-left: 1.5rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #16a34a;
  font-weight: 600;
}

#app-layout #content-middle .tab-content {
  background: transparent;
  border: none;
}

#app-layout .col-sm-9 {
  width: 100%;
  padding: 1rem 2rem;
}

#app-layout #singleTab .panel .panel-body {
  padding: 2rem 1rem;
}

#app-layout .event-landing {
  background: white;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}

#app-layout .event-landing h2 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  word-break: break-word;
  padding: 1rem;
  color: #3d4550;
  border-bottom: 1px solid #ccc;
}

#app-layout #footer {
  background-color: #3d4550;
  color: white;
}

#app-layout #footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #app-layout #footer .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#app-layout #footer .footer-wrapper .logo {
  max-width: 24rem;
}

#app-layout #footer .footer-wrapper .logo img {
  width: 24rem;
}

@media (min-width: 768px) {
  #app-layout #footer .footer-wrapper .logo {
    display: block;
  }
}

/* Buttons */
.btn,
.navButton.navRegistrant,
input[type="submit"],
.btn-primary,
#returning,
#register,
div.language-toggle a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: -0.005rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7rem 2rem;
  font-size: 0.95rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn:hover,
.navButton.navRegistrant:hover,
input[type="submit"]:hover,
.btn-primary:hover,
#returning:hover,
#register:hover,
div.language-toggle a:hover {
  color: inherit;
  text-decoration: none;
  border-width: 1px;
}

.navButton.navRegistrant,
input[type="submit"],
.btn-primary,
#returning,
#register,
div.language-toggle a {
  color: black;
  background-color: #F0AA50;
  border: 1px solid #F0AA50;
}

.navButton.navRegistrant:hover,
input[type="submit"]:hover,
.btn-primary:hover,
#returning:hover,
#register:hover,
div.language-toggle a:hover {
  color: black;
  background-color: #ee9f39;
  border-color: #F0AA50;
}

.navButton.navRegistrant:focus,
input[type="submit"]:focus,
.btn-primary:focus,
#returning:focus,
#register:focus,
div.language-toggle a:focus {
  outline: none;
  color: black;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 170, 80, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(240, 170, 80, 0.5);
}

.speaker_view > .title {
  display: none;
}

.speaker_view .letters-container {
  display: none !important;
}

.speaker_view .alphabet-title {
  display: inline-block;
  background: #2d3748;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 1rem;
  border-radius: 0.5rem;
}

.speaker_view div.feature-speaker-card {
  padding-bottom: 2rem;
}

.speaker_view div.feature-speaker-card h3 {
  font-family: "Inter", sans-serif;
  color: black;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.speaker_view div.feature-speaker-card > .col-sm-8 {
  background: white;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#rhome {
  margin-bottom: 2rem;
}

form[name="returningRegForm"] {
  padding: 1rem;
}

form[name="returningRegForm"] .form-group {
  margin-bottom: 1rem;
}

form[name="returningRegForm"] .form-group > :nth-child(2) {
  width: 50%;
}

div.language-toggle {
  margin-left: 1rem;
}
/*# sourceMappingURL=BSDI.css.map */