:root {
  --yellow: #ffc00e;
  --purple: #583f9a;
  --blue:   #0960AB;
  --green:  #34C46B;
  --green-dark: #2eac5f;
  --gray-50:  #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #E5E5E5;
  --gray-300: #D6D6D6;
  --gray-400: #A3A3A3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #424242;
  --gray-800: #292929;
  --gray-900: #141414;
  --text-color: var(--gray-700);
  --title-color: var(--gray-900);
}

.no-scroll {
  overflow: hidden;
}

.tz {
  display:block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, font, img, small, strike, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, iframe, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline
}

ul li {
  list-style: none
}
ol li {
  margin-left: 20px;
}
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, th, td {
  text-align: left;
  font-weight: normal
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Inter", "Avenir Next", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; /* for macOS and iOS */
  -moz-osx-font-smoothing: grayscale; /* for Firefox on macOS */
  color: var(--gray-900);
}
b, strong {
  font-weight: 600;
}
p {
  margin: 0 0 10px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.fr-box ol {
  list-style: auto;
}
.fr-box ul {
  list-style: disc;
}
.fr-box ul li {
  list-style: disc;
  margin-left: 16px;
}
.fr-box li {
  list-style: auto;
  margin-left: 15px;
}
/* link colors */
a {
  border: 0;
  color: #0960AB;
  text-decoration: none;
}
a[disabled] {
  cursor: default;
  opacity: .5;
}
.schedorg-body-dark a {
  color: #1e8ae6
}
a:hover {
  text-decoration: underline;
}
#sched-views .sched-toggle li a {
  color: #0960AB;
  display: block;
}
#sched-views .sched-toggle li.sched-menu-link-active a {
  color: var(--gray-900);
  font-weight: 600 !important;
}
/* font sizes for everything and beyond */
body {
  letter-spacing: 0.01em;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.01em;
}
h1 {
  font-size: 20px;
  font-weight: 600
}
#schedorg #sched-logo h1 a {
  font-size: 40px;
  display: block;
}
h2 {
  font-size: 16px;
  font-weight: 500
}
h3 {
  font-size: 14px;
  margin-bottom: .5rem;
}
h4 {
  font-size: 14px;
}
#sched-page-event-sharing .sched-button {
  font-size: 12px;
}
#tip, #sched-sidebar, .sched-event-details-timeandplace, .sched-event-type, small, input, .sched-event-details-role, #sched-page-grid table, .tip-custom-fields, .people-container .sched-person {
  line-height: 1.5em;
}
#tip h2, #sched-views .sched-toggle li a, .sched-input-textarea, #sched-page-me .sched-button, #sched-page-my-schedule .sched-button, #schedorg #sched-page-me #sched-page-me-connections h2, #sched-page-event .sched-event-details-timeandplace, #sched-page-event .sched-event-type, #sched-page-event .tip-custom-fields, .sched-input, .onboard-step, #sched-page-me-networks .sched-network-link a {
  font-size: 14px;
}
#sched-container-header-menu, .sched-container-header-name, .sched-button-submit, #sched-search-message .search-box, .attendee-avatar a, #sched-page-help-menu li, #sched-search-message #sched-search-clear, #sched-admin a, #sched-sidebar-menu #sched-sidebar-menu-myprofile-link, #sched-sidebar-menu #sched-sidebar-menu-items li a.sched-sidebar-menu-item, #schedorg-header-official, #sched-header-profile-menu, #schedorg-header-profile #sched-header-menu-myprofile-link, #sched-header-menu-myprofile-link, .sched-container-dates, #sched-page-me-profile-data, #sched-page-me-profile-about, #sched-page-me-connections, #sched-page-event-sharing h4 {
  font-size: 16px;
  line-height: 1.8em;
}
#tip .sched-avatar-letter, #sched-page-me-connections .sched-avatar-letter, #sched-header-menu .sched-avatar-letter, #sched-header-profile-menu .sched-avatar-letter {
  font-size: 22px;
  line-height: 46px;
}
#schedorg-header-profile .sched-avatar-letter {
  font-size: 20px;
  line-height: 40px;
  background: #333;
  display: block;
}
.sched-menu-link-me-avatar .sched-avatar-letter, #sched-page-me #sched-content h2, #sched-page-my-schedule #sched-content h2 {
  font-size: 20px;
  line-height: 32px;
}
.sched-person {
  position: relative;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  padding: 2px;
}
.sched-person h2 {
  margin: 8px 0 3px;
}
#sched-page-list .sched-person, #sched-page-event .sched-person {
  width: 98%;
}
#sched-page-list .sched-container {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 10px;
}
#sched-page-my-schedule .sched-container {
  margin: -1px 0 6px 90px;
}
.sched-event-details-role-bio {
  margin-left: 120px;
  margin-bottom: 20px;
}
.sched-event-details-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 6px 10px;
  text-align: center;
  margin: 0 !important;
}
.sched-event-type {
  overflow: hidden;
  width: 100%;
}

/* default 75px */
.sched-avatar {
  height: 79px;
  width: 79px;
  overflow: hidden;
  display: block;
  border-radius: 100px;
  margin: 0 10px 10px 0;
  top: 0;
  left: 0;
  position: relative;
  transition: all .1s linear;
}
#sched-page-me-profile-avatar img, .tooltip-friend span {
  border-radius: 100px;
}
.sched-avatar img {
  height: 75px;
  width: auto;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 300px;
}
.sched-avatar:hover {
  text-decoration: none !important;
  transition: all .1s linear;
}
.sched-avatar-letter {
  font-style: normal;
  -webkit-text-stroke: 6px rgba(255, 255, 255, 0.05);
  text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.1) 0px 0.04em 0;
  -webkit-background-clip: text;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  line-height: 68px;
  text-transform: uppercase;
}
#sched-page-me-connections .sched-avatar, #sched-header-menu .sched-avatar, #sched-header-profile-menu .sched-avatar, .tooltip-friend span {
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: block;
  float: left;
}
#sched-page-me-connections .sched-avatar img, #sched-header-menu .sched-avatar img, #sched-header-profile-menu .sched-avatar img, .tooltip-friend img, #sched-page-me-connections .sched-avatar-letter {
  height: 50px;
  width: auto;
  margin: 0 auto;
}
#sched-page-me-connections .sched-avatar, .tooltip-friend span {
  margin-right: 5px;
}
/* show sponsor/exhibitor avatars as squares */
.sched-page-sponsor-profile #sched-page-me-profile-avatar, .sched-page-sponsor-profile #sched-page-me-profile-avatar img, .sched-page-exhibitor-profile #sched-page-me-profile-avatar, .sched-page-exhibitor-profile #sched-page-me-profile-avatar img, .sched-page-sponsor-profile .sched-avatar-letter, .sched-page-exhibitor-profile .sched-avatar-letter {
  border-radius: 5px;
}
/* #sched-menu-link-me {
 margin-top:-4px;
 margin-right:10px;
 margin-left:3px;
}
*/
#sched-menu-link-me .sched-menu-link-me-avatar {
  padding: 0;
}
#sched-menu-link-me .sched-avatar {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  margin: 0 10px 0 0;
}
#sched-menu-link-me .sched-avatar img {
  background: #fff;
  height: auto;
  width: 40px;
  border-radius: 100px;
}
#sched-menu-link-me .sched-avatar-letter {
  background: url(//cdn.sched.co/common/img/avatar-empty.png) bottom center no-repeat;
  background-size: contain;
  height: 52px;
  width: 50px;
  text-indent: -1000px;
}
#tip .sched-avatars {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}
#tip .sched-avatar,
#tip .sched-avatar-letter {
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
}
#tip .sched-avatar img {
  height: 50px !important;
}
#tip .sched-event-details-roles {
  margin-bottom: 20px;
}

#tip .sched-person {
  width: 100%;
  float: left;
  min-height: 40px;
  margin-bottom: 5px;
}
#tip .sched-button {
  margin-left: 1px !important;
}
.tip-roles {
  clear: both;
}
.sched-tip-eventbrite {
  height: 450px
}
#schedorg-header-logo {
  color: var(--gray-900);
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  height: 39px;
  width: 100px;
  margin-top: 5px;
  margin-left: 3px;
}
#schedorg-header-logo span {
  cursor: hand;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url(//cdn.sched.co/common/img/sched-logo1.svg);
  background-size: 100px 39px;
}
.sched-social-connect-button-twitter {
  background: url('//static.sched.com/img/twitter_signin.png')
}
.sched-social-connect-button-facebook {
  background: url('//static.sched.com/img/facebook_signin.png')
}
.sched-social-connect-button-linkedin {
  background: url('//static.sched.com/img/linkedin_signin.png')
}
.sched-social-connect-button-foursquare {
  background: url('//static.sched.com/img/foursquare_signin.png')
}
.sched-social-connect-button {
  display: block;
  float: left;
  height: 23px;
  width: 150px;
  margin: 0 5px;
}
a.sched-social-connect-button:hover {
  background-position: 0 -24px;
}
a.sched-social-connect-button:active {
  background-position: 0 -47px;
}
#sched-bethefirst #added {
  display: inline;
}
#sched-logo {
  color: #666;
  position: relative;
  width: 100%;
}
#sched-logo h1 {
  text-decoration: none;
  margin: 0 auto;
  padding: 0;
  width: 100% !important;
  height: auto !important;
}
#sched-logo h1 a {
  color: var(--gray-900);
  display: block;
  line-height: 45px;
  overflow: hidden;
  position: relative;
  height: auto !important;
}
#sched-logo h1 a span {
  padding: 30px 15px 15px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: contain
}
@media only screen and (min-width: 906px) {
  #sched-logo h1 a span {
    padding-bottom: 30px;
 }
}
.event__hero a {
  display: block;
  width: 100%;
  height: 100%;
}
.event__hero img {
  width: 100%;
}
#sched-body-outer .page-header {
  padding-bottom: 0;
  margin: 0 !important;
  border-bottom: 0 solid #eee
}
#sched-header-message {
  margin: 20px 0;
  font-size: 14px;
}
#sched-header-message ul, #sched-header-message li {
  list-style: disc;
  margin-left: 20px;
}
#sched-header-message ol li {
  list-style: decimal;
}
#sched-header-message ul,
#sched-header-message ol {
  margin-bottom: 20px;
}
#sched-header-message li {
  margin: 10px 10px 10px 20px;
}
#sched-header-message ul br {
  clear: both;
}
#sched-header-message-container {
  position: relative;
  max-height: 120px; /* Approximately 5 lines of text */
  transition: max-height 0.3s ease;
  overflow: hidden;
}
#sched-header-message-container.expanded {
  max-height: none;
}
.gradient-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#sched-header-message-container.expanded .gradient-overlay {
  opacity: 0;
}
.show-more-button {
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 8px 32px 8px 16px;
  background-color: transparent;
  color: #4a4a4a;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 100%;
  background-image: url("https://cdn.sched.co/img/event/icon-chevron-down.svg");
}
.show-more-button.expanded  {
  background-image: url("https://cdn.sched.co/img/event/icon-chevron-up.svg");
}
.show-more-button:hover {
  color: #000000;
}
#sched-footer {
  margin: 0;
}
#sched-footer a:hover, #intro a:hover {
  background-color: #FFFFAC;
  color: var(--gray-900);
}
#sched-footer-dates {
  margin: 20px;
}
#sched-footer-dates li {
  float: left;
  margin-right: 20px;
}
#sched-body {
  background-color: #fff;
  z-index: 9;
  position: relative;
  flex: 1;
  padding: 0;
  border-radius: 6px;
  margin: 60px auto 15px;
}
#sched-body-inner {
  padding: 0 15px;
  margin-bottom: 0;
}
/* @media only screen and (min-width: 1200px) {
  #sched-body {
    margin-bottom: 60px;
  }
} */
@media only screen and (min-width: 767px) {
  #sched-body-inner {
    padding: 0 15px;
  }
}

.schedorg-body-embed #sched-body {
  background: none;
  margin: 0 !important;
}
.schedorg-body-sidebaroff #sched-content {
  margin-right: 0;
}
/* /directory/descriptions/ */
.schedorg-body-goers-descriptions .descriptions {
  margin-left: 220px;
}
.schedorg-body-goers-descriptions .descriptions h4 {
  font-size: 22px !important;
  margin: 10px 0;
}
.schedorg-body-embed {
  background: transparent;
}
.schedorg-body-embed #sched-body-outer {
  width: 100%;
}
.schedorg-body-embed #sched-body {
  margin-top: 0;
  box-shadow: 0 0 0 var(--gray-500);
}
.schedorg-body-embed #at16p {
  margin-top: 100px !important;
}
/* fix for addthis lightbox in embeds */
#sched-content .sub .playbutton {
  color: #fff
}
#sched-content a.playbutton:hover, #sched-content .sub .playbutton:hover {
  color: #0066FF
}
#sched-content .featured .name {
  font-weight: 700
}
#sched-content a.playbutton {
  background: none;
  border-radius: 10px;
  line-height: 25px;
  margin-left: 0;
  text-decoration: none;
}
#sched-content h3 .endtime {
  clear: left;
}
.ev-save,
.ev-save-suspended {
  border-radius: 50px;
  background-color: #fff;
  display: block;
  left: 0;
  margin: 8px;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 24px;
  width: 24px;
  border: 1px solid var(--gray-300);
  transition: all 50ms ease-in;
}
/* .ev-save:hover, */

.sub .ev-save {
  border-color: #fff;
  background-color: var(--green-dark);
  color: #fff;
}
/* .no-touch-device .ev-save:hover:after, */
.sub .ev-save:after {
  font-family: 'Material Icons';
  content: 'check';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  line-height: 1;
}
/* .list-simple .ev-save:hover:after, */
.list-simple .sub .ev-save:after {
  font-size: 18px;
}
.no-touch-device .ev-save:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.sub .ev-save:hover:after {

}
.event.pinned .ev-save-suspended {
  border-color: #fff;
  background-color: var(--gray-900);
  color: #fff;
}
.event.pinned .ev-save-suspended:hover {
  opacity: 1;
}
.event.pinned .ev-save-suspended:after {
  font-family: 'Material Icons';
  content: '\f10d';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.ev-save.checkinmark {
  background-image: url(//cdn.sched.co/common/img/sched-checkincheck.png) !important;
  background-size: 22px;
  opacity: 0.5 !important;
}
.ev-save.checkinmark:hover {
  opacity: 0.5 !important;
}
.ev-save.checkinmark:hover:after {
  content: none;
}
.sub .ev-save.checkinmark:after {
  content: none;
}
.ev-save.disabled:hover {
  opacity: 0.5 !important;
}
.ev-save.disabled:hover:after {
  content: '';
}

.sub .ev-save.disabled:hover:after {
  content: 'check';
}

.event-role-speaker .ev-save:after, .sub.event-role-speaker .ev-save:after {
  font-family: 'Material Icons';
  content: 'mic';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  line-height: 1;
  background-color: black;
  color: white;
  border-radius: 999px;
  padding: 2px;
}

/* Session Tooltip */
.session-tooltip {
  position: absolute;
  background-color: #fff;
  background-color: var(--gray-100);
  border: 2px solid var(--gray-600); /* Green background */
  color: var(--gray-600);
  padding: 10px 16px 10px 34px;
  line-height: 1;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transform: scaleX(0); /* Start at 0 scale */
  transform-origin: left; /* Expand from left to right */
  /* transition: transform 0.3s ease, opacity 0.3s ease; */
  transition: 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1;
  font-size: 13px;
  left: 1px;
  top: 2px;
}

/* Tooltip visible state */
.session-tooltip.visible {
  opacity: 1;
  transform: scaleX(1); /* Expand to full width */
}
.list-expanded .session-tooltip {
  top: 7px;
  left: 10px;
}
.list-single .session-tooltip {
  top: 13px;
  left: 9px;
}
.sched-page-grid-session-wrapper .session-tooltip {
  width: 110px;
  white-space: wrap;
  font-size: 10px;
  line-height: 1.3;
  padding: 5px 0 5px 30px;
  text-align: left;
  border-width: 1px;
}
/* end Session Tooltip */

.found, .sub .found {
  background: #ffffac;
  color: var(--gray-900);
}
.ev_0 {
  background-color: var(--gray-400);
}
.ev_1, .ev_1 span.box, #tip .ev_1 {
  background-color: #F3827F;
}
.ev_2, .ev_2 span.box, #tip .ev_2 {
  background-color: #9EDF7D;
}
.ev_3, .ev_3 span.box, #tip .ev_3 {
  background-color: #B7CDFF;
}
.ev_4, .ev_4 span.box, #tip .ev_4 {
  background-color: #FFBC57;
}
.ev_5, .ev_5 span.box, #tip .ev_5 {
  background-color: #EFC8FE;
}
.ev_6, .ev_6 span.box, #tip .ev_6 {
  background-color: #44F4C4;
}
.ev_7, .ev_7 span.box, #tip .ev_7 {
  background-color: #FFFD67;
}
.ev_8, .ev_8 span.box, #tip .ev_8 {
  background-color: #B1B1B1;
}
.ev_9, .ev_9 span.box, #tip .ev_9 {
  background-color: #CEF2EC;
}
.ev_10, .ev_10 span.box, #tip .ev_10 {
  background-color: #FF8FDC;
}
.ev_11, .ev_11 span.box, #tip .ev_11 {
  background-color: #8D95FF;
}
.ev_12, .ev_12 span.box, #tip .ev_12 {
  background-color: #608EA4;
}
.ev_13, .ev_13 span.box, #tip .ev_13 {
  background-color: #FFFC36;
}
.ev_14, .ev_14 span.box, #tip .ev_14 {
  background-color: #7FFF36;
}
.ev_15, .ev_15 span.box, #tip .ev_15 {
  background-color: #3697FF;
}
.ev_16, .ev_16 span.box, #tip .ev_16 {
  background-color: #eeeeee;
}
.ev_17, .ev_17 span.box, #tip .ev_17 {
  background-color: #fbe0a9;
}
.ev_18, .ev_18 span.box, #tip .ev_18 {
  background-color: #EFC8FE;
}
.ev_19, .ev_19 span.box, #tip .ev_19 {
  background-color: #80c5ca;
}
.ev_20, .ev_20 span.box, #tip .ev_20 {
  background-color: #d2f5f7;
}
.ev_21, .ev_21 span.box, #tip .ev_21 {
  background-color: #d79e80;
}
.ev_22, .ev_22 span.box, #tip .ev_22 {
  background-color: #44F4C4;
}
.ev_23, .ev_23 span.box, #tip .ev_23 {
  background-color: #ccaa92;
}
.ev_24, .ev_24 span.box, #tip .ev_24 {
  background-color: #F39C62;
}
.ev_25, .ev_25 span.box, #tip .ev_25 {
  background-color: #E673FF;
}
.ev_26, .ev_26 span.box, #tip .ev_26 {
  background-color: #DDFF55;
}
li.lev1 {
  background-color: transparent;
}
.ev-save.disabled {
  opacity: 0.5;
  cursor: auto;
}
.ev-save.disabled:hover {
  opacity: 0.5;
}
.sub .ev-save.disabled:hover {
  opacity: 0.5;
  background-color: var(--green-dark);
}
#sched-content-inner {
  margin-top: 0;
  position: relative;
  min-height: 360px;
}
#sched-content-inner #custom_content {
  margin: 10px 0;
}
#sched-content-inner #custom_content ol {
  list-style-type: decimal;
  margin-left: 30px;
}
#sched-content-inner #custom_content ul {
  list-style-type: disc;
  margin-left: 30px;
}
#sched-content-inner #custom_content li {
  list-style: inherit;
}
#sched-content-inner #custom_content_ticket_types_container, #sched-content-inner #custom_content_register_callout_container {
  width: 85%;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 20px auto;
}
#sched-content-inner #custom_content_register_callout_container {
  display: flex;
  border: initial;
  align-items: center;
  justify-content: center;
}
#sched-content-inner #custom_content_register_callout_container button {
  width: 66%;
}
#sched-content-inner #custom_content_ticket_types_container header.tickets__header {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0;
  margin: 0 0;
}
#sched-content-inner #custom_content_ticket_types_container div.tickets__container {
  margin: 20px 20px;
}
#sched-content-inner #custom_content_ticket_types_container div.tickets__container--login {
  cursor: pointer;
}
#sched-content-inner #custom_content_ticket_types_container .ticket--shortcut {
  cursor: pointer;
}
#sched-sidebar {
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 14px;
}
#sched-sidebar a {
  color: var(--gray-700);
}
#sched-sidebar a:hover {
  color: #0960AB;
}
#sched-sidebar .sched-menu-tags {
  display: none
}
#sched-sidebar .sched-toggle {
  clear: left;
  position: relative;
  z-index: 10;
  zoom: 1;
}
#sched-sidebar .sched-toggle li {
  float: left
}
#sched-sidebar .sched-toggle li a {
  display: inline;
  float: left;
  text-align: center;
}
#sched-sidebar .sched-toggle li a:hover img {
  background: var(--gray-900)0DA
}
#sched-sidebar .sched-toggle li a img {
  background: #eee;
  padding: 2px;
}
#sched-sidebar .sched-toggle ul {
  padding: 5px 0
}
#sched-sidebar hr {
  display: none
}
#sched-sidebar h3 {
  clear: left
}
#sched-sidebar h4 {
  color: #333
}
.s-clr {
  clear: both
}
.s-clr-l {
  clear: left
}
.s-clr-r {
  clear: right
}
.sched-button {
  margin-bottom: 10px
}
.sched-button a, .sched-button-link {
  border-radius: 4px;
  color: var(--gray-900);
  display: inline-block;
  font-weight: 500;
  margin: 0 10px 0 0;
  text-align: center;
  text-decoration: none;
  background: #fafafa;
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.sched-button a:hover, .sched-button-link:hover {
  box-shadow: 0 0 3px #ccc;
  color: #2D6594;
  border: 1px solid #2D6594;
}
.sched-button-submit {
  cursor: pointer;
  height: 32px;
  outline: 0;
  vertical-align: top;
  padding: 0 5px;
  border-radius: 4px;
  background: rgba(40, 45, 70, .1);
  border: 1px solid rgba(40, 45, 70, .1);
}
.sched-container {
  border-left: 1px solid var(--gray-200);
  margin: 0 0 0 90px;
}
.sched-container-inner {
  padding: 10px 0 0 15px;
  position: relative
}
.sched-container-left, .sched-container-right {
  float: left;
  width: 48%;
}
.sched-container-top {
  clear: both;
  height: 1px;
}
.sched-container-wide {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.sched-container-inner.loginbox {
  overflow: hidden;
}
.sched-container-expired a:hover {
  background-color: rgba(0, 0, 0, .1);
  transition: background-color .5s linear;
}
.sched-container-expired a:visited, .sched-container-expired a:hover {
  text-decoration: none;
}
.sched-container-hidden {
  display: none;
}
.sched-container-hidden .sched-container-header {
  float: left;
  margin: 10px;
}
.people-container {
  margin-left: 10px;
}
label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
.sched-input {
  display: block;
  padding: 0 8px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  color: var(--gray-900);
  background-color: #F1F3F6;
  background-image: none;
  border-radius: 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 1px solid #BDC6CE;
}
.sched-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  background-color: #fefceb !important;
  color: var(--gray-900);
}
.sched-paging {
  padding: 20px 0;
}
.sched-paging a, .sched-paging b {
  color: var(--gray-900);
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
  width: 37px;
  line-height: 32px;
  background-color: #fcfcfc;
  padding: 0;
  background: rgba(150, 150, 150, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 32px;
}
.sched-paging a:hover {
  background: rgba(150, 150, 150, 0.3);
  font-weight: 700;
}
.sched-paging b {
  border-color: var(--gray-700);
  background: none;
  color: var(--gray-900);
  cursor: default;
  font-weight: 700;
}
.sched-paging span {
  margin: 0 4px
}
.sched-print-show {
  display: none
}
.sched-share-app {
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
}
.schedorg-body-dark .sched-share-app--light-mode {
  display: none !important;
}
.schedorg-body-dark .sched-share-app--dark-mode {
  display: flex !important;
}
.sched-share-app a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  height: 40px;
}
.sched-sidebar-search {
  margin-bottom: 20px;
}
.sched-sidebar-search form {
  display: flex;
  gap: 6px;
}
.sched-sidebar-search__input {
  flex: 1;
}
.sched-sidebar-search input[type="search"] {
  font-size: 14px;
  padding: 0 12px;
  line-height: 1;
  height: 36px;
  border-radius: 4px;
}
.sched-sidebar-search input[type="submit"] {
  padding: 0 18px;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
}
.sched-sidebar-section h4 {
  margin-bottom: 5px;
  clear: both;
}
#sched-sidebar-twitter {
  margin-top: 28px;
}
#sched-sidebar-attendees h4, #sched-sidebar-twitter h4 {
  margin-bottom: 15px;
}
.sched-toggle {
  display: none;
  position: relative;
  z-index: 9999;
}
.ev_tags span.box {
  border-radius: 0 !important;
  background: url(//cdn.sched.co/common/img/icon-filter-dark.svg) center center no-repeat;
  background-size: 12px 12px;
  opacity: .6;
}
.ev_tags:hover span.box {
  opacity: 1;
}
.event {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 10;
  border: 1px solid var(--gray-200);
  /* border-left: 3px solid rgba(0, 0, 0, .1); */
}
.schedorg-body-dark .event {
  border: none;
  /* border-left-color: var(--gray-300); */
}
.event:hover {
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); */
}
.event .name {
  display: block;
  width: 100%;
  font-weight: 600;
  line-height: 1.25;
  min-height: 32px;
  padding: 8px 14px 8px 12px;
  font-size: 16px;
  border: none !important;
}
.event .name:hover span {
  text-decoration: none;
}
.list-simple .event {
  min-width: 236px;
}
.list-simple .event-loggedin .name,
.list-simple .event.pinned .name,
.list-popular .event-loggedin .name,
.list-popular .event.pinned .name {
  padding: 10px 14px 10px 39px;
}
.list-simple h2 {
  color: var(--gray-800);
  margin-bottom: 30px;
  line-height: 1.4 !important;
  font-size: 18px !important;
}
.list-simple h3 {
  float: left;
  margin-top: 12px;
  width: 100px;
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .list-simple h3 {
    width: 80px;
  }
}
.list-simple--my-schedule .sched-container-inner {
  display: flex;
  flex-direction: column;
}
.list-simple--my-schedule .event {
  /* max-width: 460px;
  width: 100%; */
}
.session-edit-button {
  display: flex;
  align-items: center;
}
.session-edit-button .sched-admin-edit {
  display: flex;
}
.session-edit-button .sched-admin-edit a {
  color: var(--gray-700);
  text-decoration: none;
  display: flex;
  gap: 6px;
}
.event .name span {
  font-weight: 400;
  margin-top: 5px;
}
.event.pinned {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-left: 3px solid var(--gray-500);
}
.event.pinned a {
  font-weight: 600;
}
.event.pinned .ev-save-suspended {
  background-image: url("../img/sched-pinned.svg");
}
.event.frozen {
  border-left: 3px solid var(--gray-500);
}
.event.frozen:not(.event-loggedin) a {
  padding-left: 36px !important;
}
.event.frozen .ev-save-suspended {
  border-color: #fff;
  background-color: var(--gray-900);
  color: #fff;
}
.event.frozen .ev-save-suspended:hover {
  opacity: 1;
}
.event.frozen .ev-save-suspended:after {
  font-family: 'Material Icons';
  content: '\eb3b';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1;
}
.list-simple .event.frozen .ev-save-suspended:after {
  font-size: 16px;
}

/* .event.private {
  border-left: 3px solid var(--gray-500);
}
.event.private:not(.event-loggedin) a {
  padding-left: 36px !important;
}
.event.private .ev-save-suspended {
  border-color: #fff;
  background-color: var(--gray-900);
  color: #fff;
}
.event.private .ev-save-suspended:hover {
  opacity: 1;
}
.event.private .ev-save-suspended:after {
  font-family: 'Material Icons';
  content: '\e897';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1;
} */
.list-simple .event.private .ev-save-suspended:after {
  font-size: 14px;
  width: 14px;
}
#sched-page-event_edit {
  padding: 30px 0;
}
#sched-page-event_edit .pinned::before {
  top: 3px;
  left: 3px;
}
.event span.vs {
  color: var(--gray-900);
  opacity: 0.8;
  display: none;
}
.event span.vs+span {
  margin-left: 0;
}
.event a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0;
  padding: 0 5px;
  color: var(--gray-900);
}
.event .name span.sched-event-seats, .event .name span.sched-event-checkin {
  font-weight: 700;
  display: inline-block;
  margin: 0px -4px 0 18px;
  font-size: 10px;
  padding: 4px 6px;
  background: black;
  line-height: 1;
  color: white;
  border-radius: 3px;
  position: relative;
  float: right;
  text-transform: uppercase;
}
span.sched-event-checkin {
  background-color: #C10000 !important;
}
#schedorg #sched-content .sched-eventbrite-auto .ev-save {
  background-image: url(//cdn.sched.co/star-eventbrite.png) !important;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 48px;
}
#schedorg #sched-content .sched-eventbrite-auto .name {
  margin-left: 50px;
}
.sched-container-inner:hover .event-loggedin + .sched-admin-edit,
.sched-container-inner:hover .list-single__event .sched-admin-edit {
  display: inline-flex !important;
}
.event a.ev-save {
  border: 0;
  text-decoration: none;
}
.event a:hover.ev-save {
  text-decoration: none;
}
.sched-content-header-breadcrumb .sched-content-header-active {
  font-weight: 700
}
.sched-container-header-name {
  font-weight: 700;
}
.sched-container-header.search {
  margin-right: 0px;
}
.sched-container-header-search {
  float: right;
  margin: 4px 0 0 0
}
.sched-container-dates {
  color: var(--gray-600);
}
.sched-container-dates:hover .sched-toggle {
  display: block
}
.sched-container-dates ul {
  background: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 5px solid #eee;
  margin-top: 27px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sched-container-dates li {
  float: left;
  line-height: 1.5em;
  margin-left: 5px;
}
.sched-container-dates li:first-child a {
  border-bottom-left-radius: 3px;
}
.sched-container-dates li a {
  margin: 0;
  padding: 5px 10px;
}
.sched-container-dates li a b {
  font-weight: 400
}
.sched-container-dates a {
  background: none;
  padding: 0;
  position: relative;
}
.sched-container-header-home {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  float: left;
  height: 32px;
  left: -10px;
  line-height: 32px;
  margin-right: 15px;
  padding: 0 5px;
  position: relative;
  top: -1px;
  z-index: 9999;
}
.sched-container-header-home:hover {
  border: 1px solid #333
}
.sched-container-header-home img {
  margin-top: 5px
}
.sched-container-header {
  margin: 0 0 15px;
}
/* .sched-container-header h2 b {
  font-weight: 400;
} */
#sched-container-header-menu {
  position: relative;
  margin: 0 15px 40px;
}
#sched-container-header-menu>ul {
  display: flex;
  gap: 14px 4px;
}
#sched-container-header-menu li.sched-share {
  margin-left: auto;
}
.sched-container-anchor {
  display: block;
  position: relative;
  top: -64px;
  visibility: hidden;
}
.sched-date-linkback {
  color: #667085;
  font-weight: 500;
  padding: 5px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
}
.sched-date-linkback span {
  margin-right: 5px;
}
.sched-date-linkback:hover, .sched-date-linkback:focus {
  text-decoration: none;
}
.sched-current-date {
  color: var(--gray-800);
}
.schedorg-body-dark .sched-current-date {
  color: #fff;
}
.search-header {
  font-size: 14px;
  background: #EEE;
  background: rgba(0, 0, 0, .1);
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  color: #666;
}
.search-venues {
  margin-left: -12px;
}
.search-venues li {
  min-height: 44px;
  display: block;
  padding: 9px;
  width: 340px;
  border-radius: 4px;
  margin: 0 0 12px 20px;
  background: #f5f5f5;
  color: black;
  float: left;
}
.search-venues li:hover {
  background-color: #eee;
}
.search-venues .venueaddress {
  color: #666;
  display: block;
}
/* for facebook sharing */
#sched-fbook-thumb {
  display: none;
  position: absolute;
}
#sched-header-link {
  border-bottom: 2px solid #fefefe
}
#sched-page-attendees #sched-content h4 {
  margin: 0;
  margin-bottom: 10px;
}
.schedorg-body-dark #sched-page-attendees #sched-content h4 a {
  color: #fff;
}
#sched-page-attendees .sched-page-attendees-about {
  margin-bottom: 10px;
}
#sched-page-attendees .sched-page-attendees-speaking {
  overflow: auto;
  padding-bottom: 10px;
}
#sched-page-attendees .sched-paging {
  clear: both;
  margin: 10px;
}
#sched-page-attendees .sched-container.descriptions {
  margin-left: 92px;
}
#sched-page-attendees h3.descriptions {
  margin-top: 12px;
}
#sched-page-event .event {
  font-size: 16px;
}
#sched-page-event .event.pinned .ev-save-suspended + .name {
  padding-left: 42px !important;
}
.event a {
  padding: 0 10px;
}
#sched-page-event .event a:hover {
  background-image: none;
}
#sched-page-event #add-reminder {
  line-height: 13px;
  text-indent: 10px;
  font-size: 13px;
  margin: 16px 0 2px 22px;
}
#sched-page-event #add-reminder img {
  float: left;
  clear: both;
  position: relative;
  top: -11px;
  left: 5px;
  width: 19px;
}
#sched-page-event .sched-container-inner {
  padding-left: 0;
}
#sched-page-event-attendees {
  margin: 0 0;
}
#sched-page-event-attendees .sched-avatar {
  margin-bottom: 10px;
}
#sched-page-event-attendees li {
  float: left;
  list-style: none;
}
#sched-page-event-attendees-note {
  clear: both;
  margin: 0 0 10px;
}
#sched-page-event-eventbrite {
  margin-bottom: 40px
}
#sched-page-event-sharing {
  clear: both;
  margin: 30px 0;
}
#sched-page-event-sharing h4 {
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.6;
}
#sched-page-event-sharing h4 a {
  font-weight: 500;
}
#sched-page-event-sharing .sched-button {
  float: left;
}
#sched-page-event-shorturl input {
  background: #fcfcfc url(//cdn.sched.co/common/img/icon-link.svg) 5px center no-repeat;
  background-size: 15px 15px;
  padding-left: 26px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 10px;
  float: left;
  padding: 0 5px 0 26px;
  font-size: 14px;
  height: 38px;
  max-width: 220px;
  width: 100%;
}
#sched-page-event-twitter, #sched-page-event-facebook {
  border: 1px solid #aaa;
  border-radius: 3px;
  float: left;
  padding-left: 10px;
  height: 38px;
  margin: 0 10px 0 0 !important
}
#sched-page-event-sharing .sched-share a, #speaker-share-tools a {
  border-radius: 4px;
  color: #fff;
  padding: 12px 20px 11px 37px;
  line-height: 1;
  width: auto;
  height: initial !important;
  font-size: 14px;
  font-weight: 500;
}
#speaker-share-tools a {
  width: auto !important;
  padding-right: 10px !important;
}
#sched-page-event-twitter {
  background: #50ABF1;
}
#sched-page-event-facebook {
  background: #3C56A2;
}
#sched-page-event-sharing .sched-share .sched-share-twitter, #speaker-share-tools .sched-share-twitter {
  border: none;
  background: #50ABF1 url(//cdn.sched.co/common/img/icon-network-twitter.svg);
  background-size: 40px 40px;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
#sched-page-event-sharing .sched-share .sched-share-facebook, #speaker-share-tools .sched-share-facebook {
  border: none;
  background: #3B579D url(//cdn.sched.co/common/img/icon-network-facebook.svg);
  background-size: 40px 40px;
  background-position: left center;
  background-repeat: no-repeat !important;
}
#sched-page-event-sharing .sched-share a.sched-share-facebook:hover, #speaker-share-tools .sched-share-facebook:hover {
  background-color: #364C8B;
}
#sched-page-event-sharing .sched-share a.sched-share-twitter:hover, #speaker-share-tools .sched-share-twitter:hover {
  background-color: #4895E3;
}
#sched-page-event-twitter iframe, #sched-page-event-facebook iframe {
  margin: 4px 0 0;
  display: inline;
  width: 87px;
  height: 21px;
  overflow: hidden;
}
#sched-page-event-attendees  {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin: 20px 0 0;
  padding-top: 20px;
}
.tip-roles {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin: 30px 0 0;
  padding-top: 20px;
}
#sched-page-event-addbutton {
  margin-top: 0px;
}
.sched-event-description {
  clear: both;
}
.sched-event-description p, .sched-event-description ol, .sched-event-description ul {
  margin: 0 0 10px
}
.sched-event-description ol li {
  list-style: decimal inside;
  margin: 0 0 5px 5px;
}
.sched-event-description ul li {
  list-style: disc inside;
  margin: 0 0 5px 5px;
}
.sched-event-details-timeandplace, .sched-page-event-details-timeandplace {
  clear: left;
  margin: 0 0 20px;
}
.sched-event-details {
  border-left: 2px solid rgba(0, 0, 0, .1);
  /* padding: 5px 20px; */
}
.sched-page-event-more {
  line-height: 75px;
}
#sched-page-list #sched-content-inner h3 {
  margin-top: 24px;
  font-weight: 500;
  color: var(--gray-900);
}
#sched-page-list #sched-content-inner h3::first-letter {
  display: block;
}
.sched-event-capnotice {
  font-weight: 600;
  color: #C81414;
  display: block;
  margin-bottom: 30px;
}
.sched-event-checkinnotice {
  color: #C10000;
}
.sched-event-details-roles {
  margin-bottom: 30px;
}
.sched-event-details-role {
  text-align: center;
}
.sched-event-details-role-company {
  margin-bottom: 6px;
  color: var(--gray-600);
}
.schedorg-body-goers .sched-event-details-name,
.schedorg-body-goers .sched-event-details-role {
  text-align: left;
}
.sched-avatar-bio {
}
.sched-event-details span.box {
  clear: left;
  margin: 0 5px 0 0;
}
.tip-description {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 15px;
}
.tip-description img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
#tip .sched-scrollable-details {
  max-height: 260px;
  overflow: auto;
}
.tip-description li {
  margin: 0 0 3px 26px;
  list-style: disc;
}
.tip-description li:last-child {
  margin-bottom: 0
}
#tip .box {
  height: 12px;
  width: 12px;
}
.sched-event-details li p {
  clear: left
}
.sched-event-details-venue em a {
  border: 0;
  margin-left: 5px;
}
.sched-event-photo {
  margin: 10px 0;
  max-width: 425px;
}
#sched-page-event-facebook {
  margin: 10px 0
}
#sched-page-event-speakers {
  line-height: 1.5em;
  margin-bottom: 10px;
}
#sched-page-event-speakers li {
  margin-left: 0;
  padding: 0;
  text-align: center;
}
.scroll-right {
  font-size: 16px;
  margin: -10px 0 20px;
  text-align: right;
}
.scroll-right:before {
  content: "";
  display: inline-block;
  background: url(//cdn.sched.co/common/img/icon-scroll-right.png) left center no-repeat;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  background-position-y: 3px;
}
@media screen and (max-width: 905px) {
  .scroll-right {
    position: absolute;
    top: 80px;
    font-size: 16px;
    text-align: left;
  }
}
@keyframes panicon {
  0% {
    top: 0px;
    left: 0px;
 }
  20% {
    top: 115px;
    left: -40px;
 }
  40% {
    top: 115px;
    left: -30px;
 }
  60% {
    top: 115px;
    left: -40px;
 }
  80% {
    top: 115px;
    left: -30px;
 }
  100% {
    top: 0px;
    left: 0px;
 }
}
@keyframes pantext {
  0% {
    text-shadow: 0 0 0px rgba(255, 203, 42, 0.8);
    color: black;
 }
  20% {
    text-shadow: 0 0 1px rgba(255, 203, 42, 0.8);
    color: darkgray;
 }
  40% {
    text-shadow: 0 0 2px rgba(255, 203, 42, 0.8);
    color: gray;
 }
  60% {
    text-shadow: 0 0 1px rgba(255, 203, 42, 0.8);
    color: darkgray;
 }
  80% {
    text-shadow: 0 0 2px rgba(255, 203, 42, 0.8);
    color: gray;
 }
  100% {
    text-shadow: 0 0 0px rgba(255, 203, 42, 0.8);
    color: black;
 }
}
.scroll-right.tip:hover {
  animation-name: pantext;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
.scroll-right.tip:hover::before {
  animation-name: panicon;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
th.sched-page-grid-expand, th.sched-page-grid-exit {
  text-align: center !important;
  vertical-align: bottom;
}
.sched-page-grid-expand a, .sched-page-grid-exit a {
  text-align: center !important;
  border: 1px solid #aaa;
  display: block;
  border-radius: 5px;
  background: #fff url(//cdn.sched.co/common/img/icon-expand.png) center 10px no-repeat;
  background-size: 15px 15px;
  transition: background-color .3s linear;
  width: 56px;
  margin-left: 2px;
  margin-bottom: 1px;
}
.sched-page-grid-exit a {
  background: #fff url(//cdn.sched.co/common/img/icon-exit.png) center 10px no-repeat;
  background-size: 15px 15px;
}
.sched-page-grid-expand a:hover, .sched-page-grid-exit a:hover {
  background: #D2D6DB url(//cdn.sched.co/common/img/icon-expand.png) center 10px no-repeat;
  background-size: 15px 15px;
  transition: background-color .3s linear;
}
.sched-page-grid-exit a:hover {
  background: #D2D6DB url(//cdn.sched.co/common/img/icon-exit.png) center 10px no-repeat;
  background-size: 15px 15px;
}
.sched-page-grid-expand span, .sched-page-grid-exit span {
  margin-top: 28px;
  display: block;
}
.sched-page-grid-venues {
  min-width: 140px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-800) !important;
}
#sched-page-grid .dataTables_scrollBody table.dataTable thead {
  position: absolute;
}
.sched-page-grid-time-header {
  width: auto;
}
#sched-page-grid .sched-grid-dates li {
  margin: 0 28px 0px 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
}
.sched-grid-dates ul {
  margin-bottom: 20px;
}
.sched-grid-dates select {
  margin-bottom: 24px;
  margin-top: 12px;
}
#sched-page-grid #sched-content .sched-page-grid-event {
  color: var(--gray-700);
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: 139px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--gray-200);
  box-shadow: none;
}
#sched-page-grid #sched-content .sched-page-grid-event .ev-save,
#sched-page-grid #sched-content .sched-page-grid-event .ev-save-suspended {
  width: 18px;
  height: 18px;
}
#sched-page-grid #sched-content .sched-page-grid-event a {
  background: none;
  padding: 0;
  width: 100%
}
#sched-page-grid #sched-content .sched-page-grid-event i {
  display: block;
  font-style: normal;
  line-height: 18px;
  position: absolute;
  top: 6px;
  width: 128px;
}
#sched-page-grid #sched-content .sched-page-grid-event p {
  padding: 6px 5px 3px 5px;
  text-align: left;
  line-height: 1.2;
}
#sched-page-grid #sched-content .sched-page-grid-event .sched-page-grid-event-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
#sched-page-grid #sched-content .sched-page-grid-event:hover .sched-page-grid-event-name {
  text-decoration: underline;
}
#sched-page-grid #sched-content .sched-page-grid-event:hover {
  color: var(--gray-900);
  z-index: 900;
}
#sched-page-grid #sched-content .sched-page-grid-time ul {
  padding-left: 5px;
}
#sched-page-grid #sched-content .sched-page-grid-time li {
  height: 30px;
  line-height: 30px;
}
#sched-page-grid #sched-content .sched-page-grid-session-wrapper {
  min-width: 140px;
}
#sched-page-grid #sched-content td {
  border: 1px solid transparent;
  position: relative;
}
#sched-page-grid #sched-content th {
  color: var(--gray-900);
  height: 50px;
  text-align: center;
  width: 140px;
  z-index: 999;
}
#sched-page-grid #sched-content .sched-page-grid-expand, #sched-page-grid #sched-content .sched-page-grid-exit {
  min-width: 65px;
  width: 60px !important;
}
#sched-page-grid #sched-content .sched-page-grid-times, .sched-page-grid-time {
  background: #fff;
  width: 65px;
  z-index: 1000;
  text-align: right;
  padding-right: 9px;
}
.sched-page-grid-time li {
  background: #fff;
}
#sched-page-grid .event .name .sched-event-checkin {
  margin-top: 2px;
}
#sched-page-grid .event .name .sched-event-seats, #sched-page-grid .event .name .sched-event-checkin {
  border-radius: 4px;
  margin-left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sched-page-grid .event .name {
  bottom: 2px;
  margin: 0;
  position: absolute;
  width: 100%;
  padding-top: 6px;
  height: auto;
}
#sched-page-grid .event a {
  border-left: 0;
  margin-left: 0;
  display: inline-block;
}
#sched-page-grid .event.frozen:not(.event-loggedin) a,
#sched-page-grid .event.event-loggedin a,
.sched-page-grid-event.pinned,
#sched-page-grid .event .name {
  padding-left: 26px !important;
}
#sched-page-grid .event {
  word-wrap: break-word;
}
#sched-page-grid .sched-container-header {
  line-height: 40px;
}
#sched-page-grid .sched-container-top, #sched-page-grid .sched-container, #sched-page-grid .sched-container-bottomm {
  border: 0;
  margin-left: 0;
}
#sched-page-grid .sched-paging {
  float: right;
}
#sched-page-grid-footer .sched-paging {
  margin: 10px;
}
#sched-page-grid #sched-content {
  width: 100% !important;
}
#sched-content-outer {
  padding: 0 5px;
}
@media only screen and (max-width: 701px) {
  .event__header {
    padding: 0 15px !important;
  }
  #sched-content-outer {
    padding: 0 15px;
  }
}
#sched-page-grid .sched-container-expired a {
  clear: both;
  width: 150px;
}
#sched-page-grid .sched-show-sidebar {
  background-color: rgba(0, 0, 0, .03);
  border: 1px solid #DDD;
  border-radius: 5px;
  color: var(--gray-700);
  display: block;
  float: right;
  font-size: 13px;
  line-height: 1em;
  max-width: 680px;
  padding: 5px 10px;
}
.sched-page-grid-event-time {
  color: rgba(0, 0, 0, .4);
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-shadow: none;
}
#sched-page-grid a.grid-name:hover {
  text-decoration: none;
}
#sched-page-grid a:hover .sched-page-grid-event-time {
  border: 0 !important;
  text-decoration: none !important;
}
#sched-page-grid #sched-content .sched-page-grid-event.fullwidth {
  width: 136px;
}
.grid-outer {
  background: url(//cdn.sched.co/common/img/sched-page-grid-bg.png) 0px 15px;
  will-change: transform;
  z-index: -1;
}
/* end safari stuff */
@supports (-moz-appearance:none) and (display:contents) {
  .grid-outer {
    z-index: inherit;
 }
}
#sched-page-help .sched-benefits-item img {
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px;
  position: relative;
  top: -5px;
  background: #fff;
}
#sched-page-help .sched-benefits-item {
  clear: left;
  line-height: 1.5em;
  margin-top: 5px;
}
#sched-page-help-menu li {
  list-style: square;
  margin: 0 0 5px 20px;
}
#sched-page-home .sched-container-inner {
  padding-bottom: 16px;
}
#sched-page-home #sched-search-noresults p, #sched-page-home sched-search-noresults h4 {
  margin: 10px 0
}
#sched-page-home #sched-search-noresults li {
  list-style: square;
  margin-left: 20px;
}
#sched-search-noresults .sched-container-inner {
  padding: 0;
}
#sched-page-home-breadcrumb {
  border-radius: 4px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  color: var(--gray-900);
  padding: 5px 0;
  width: 100%;
  margin: 2px 0 15px;
  text-indent: 10px;
  text-transform: capitalize;
  font-size: 14px;
  display: flex;
}
#sched-page-home-breadcrumb a {
  margin-left: auto;
  margin-right: 10px;
  font-weight: 600;
  text-decoration: none !important;
}
#sched-page-home-breadcrumb .sched-container-header-home {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  float: left;
  height: 32px;
  left: 0;
  line-height: 32px;
  margin-right: 10px;
  padding: 0 5px 0 0;
  position: relative;
  top: -7px;
  z-index: 9999;
}
.sched-container-header-home:hover {
  border: 1px solid #333
}
.sched-container-header-home img {
  margin-top: 5px
}
#sched-page-home-breadcrumb a {
  color: var(--gray-900);
  text-decoration: underline;
}
#sched-page-home-breadcrumb strong {
  text-transform: none !important;
}
#sched-page-ical .sched-container input {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 2px 0;
  padding: 3px;
  width: 95%;
}
#sched-page-ical .sched-container-inner img {
  margin: 0 0 10px 10px
}
#sched-page-ical .sched-container-inner h4 {
  margin-bottom: 10px
}
#sched-page-me h3 a, #sched-page-my-schedule h3 a {
  color: #333
}
#sched-page-me .sched-container-inner {
  padding-bottom: 5px
}
#sched-page-attendees-connections {
  margin-left: 0 !important;
}
#sched-page-attendees-connections .has-avatars {
  padding: 5px;
}
#sched-page-me-profile-data {
  line-height: 1.8em;
}
#sched-page-me-connections {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 10px;
}
#sched-page-me-connections h2 {
  float: left;
  padding-top: 5px;
  padding-right: 20px;
}
#sched-page-me-schedule br, #sched-page-my-schedule-inner br {
  display: none;
}
#sched-page-me-schedule-options {
  float: right;
}
#sched-page-me-schedule-options .sched-button {
  float: left;
}
#sched-page-me-schedule .event {
  width: 100%;
}
#sched-page-me-schedule .session-edit-button {
  margin-top: -10px;
  margin-bottom: 10px;
}

#sched-page-me-connections {
  clear: left;
}
#sched-page-me-profile {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
#sched-page-me h1#sched-page-me-name {
  margin: 0 0 5px
}
#sched-page-me-profile .sched-container-inner {
  min-height: 90px;
  padding-bottom: 20px;
}
#sched-page-me-profile-about {
  clear: left;
  margin-top: 10px;
}
#sched-page-me-profile-about ol li {
  list-style: decimal inside
}
#sched-page-me-profile-about ul {
  margin-left: 1px
}
#sched-page-me-profile-about ul li {
  list-style: disc inside
}
#sched-page-me-profile-bottom {
  margin-bottom: 20px
}
#sched-page-me-networks {
  clear: both;
}
#sched-page-me-networks .sched-network-link {
  display: inline-block;
  margin: 10px 8px 0 0;
  line-height: 20px !important;
}
#sched-page-me-networks .sched-network-link a {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px 2px 3px;
}
#sched-page-me-networks .sched-network-link-twitter a {
  background: #50ABF1;
  color: #fff;
}
#sched-page-me-networks .sched-network-link-facebook a {
  background: #3B579D;
  color: #fff;
}
#sched-page-me-networks .sched-network-link-linkedin a {
  background: #0274B3;
  color: #fff;
}
#sched-page-me-networks .sched-network-link-foursquare a {
  background: #F94877;
  color: #fff;
}
#sched-page-me-networks .sched-network-link-instagram a {
  background: #DD2A7B;
  color: #fff;
}
#sched-page-me-networks .sched-network-link-snapchat a {
  background: #FFFC00;
  color: var(--gray-900);
}
#sched-page-me-networks a img {
  float: left;
  margin: 0 7px 0 0;
  border-radius: 3px;
}
#sched-page-me-networks {
  margin: 20px 0 10px;
}
#sched-page-me .sched-button--edit-profile,
#sched-page-my-schedule .sched-button--edit-profile {
  position: absolute;
  top: 0;
}
#sched-page-me .sched-button--edit-profile, #sched-page-my-schedule .sched-button--edit-profile {
  right: 0;
}
@media only screen and (max-width: 905px) {
  #sched-page-me .sched-button--print,
  #sched-page-me .sched-button--edit-profile,
  #sched-page-my-schedule .sched-button--edit-profile {
    top: 72px
  }
}
#sched-page-me .stream-button.sched-button a, #sched-page-my-schedule .stream-button.sched-button a {
  position: relative;
}
div#sched-confirm-send a {
  white-space: nowrap;
}
#sched-page-mobile-preview-info {
  margin: 0 20px 0 0;
  padding: 0 15px;
}
#sched-page-mobile-preview-iphone {
  clear: both;
  height: 868px;
  margin: 20px auto;
  text-align: center;
  width: 395px;
}
#sched-page-mobile-preview-iphone iframe {
  margin: 133px 0 0
}
#sched-page-mobile-preview-compatible {
  float: right;
  margin-left: 10px;
  background: #fff;
  border-radius: 10px;
}
#sched-page-mobile-preview-link {
  background: #333;
  border-radius: 5px;
  color: #fff !important;
  display: block;
  float: left;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 5px 10px;
  text-decoration: none;
}
#sched-page-popular .sched-container-inner {
  padding-bottom: 5px
}
.schedorg-body-settings #sched-page-settings {
  margin-top: 20px;
}
.mobile-site__app {
}
.mobile-site__buttons {
  display: flex;
  gap: 16px;
  padding: 0 10px 60px;
}
.schedorg-body-dark .mobile-site__button--light-mode,
.mobile-site__button--dark-mode {
  display: none !important;
}
.schedorg-body-dark .mobile-site__button--dark-mode {
  display: flex !important;
}
.mobile-site__buttons img {
  width: auto;
  height: 44px;
  border-radius: 8px;
}
.title__dark-bg {
  background: #222B34;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  line-height: 1;
}
.schedorg-body-mobile-preview .sched-container p {
  margin: 20px 10px;
}
.schedorg-body-settings #sched-header-message, .schedorg-body-signup #sched-header-message, .schedorg-body-login #sched-header-message {
  display: none;
}
/* .schedorg-body-settings .sched-input {
  max-width: 350px;
} */
#sched-page-settings #sched-content .onboard-step {
  width: 32%;
  padding: 10px;
  float: left;
}
#sched-page-settings #sched-content .onboard-step img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 10px;
}
#sched-page-settings #sched-content #schedaccount {
  display: none;
}
#sched-page-settings #sched-content h2 {
  clear: both;
}
#sched-page-settings #sched-content .checkbox {
  position: relative;
  top: 0;
  width: auto;
}
#sched-page-settings-networks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 60px;
}
.sched-page-settings-network a {
  display: flex;
  gap: 12px;
  align-items: center;
}
#sched-page-settings-networks img {
  border-radius: 6px;
  width: 32px;
  height: 32px;
}
#sched-page-settings-networks span {
  font-weight: 500;
  font-size: 14px;
}
#sched-page-settings-networks a:hover {
  text-decoration: none;
}
#sched-page-settings .sched-profile-success, #sched-page-settings .sched-profile-error {
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 20px 0px;
  padding: 10px;
  text-align: center;
}
#sched-page-settings .sched-profile-error {
  background: #c00;
  border: 1px solid #c00;
  border-bottom-color: #700;
  border-right-color: #700;
  color: #fff;
}
#sched-page-settings .sched-profile-success {
  background: #c9efa6;
  border: 1px solid #c9efa6;
  border-bottom-color: #92c95f;
  border-right-color: #92c95f;
  color: var(--gray-900);
}
#sched-page-settings-save {
  margin-top: 40px;
  margin-bottom: 20px;
}
#sched-page-settings-save .sched-button-submit {
  background: #34C46B;
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  height: 36px;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  color: #fff;
  letter-spacing: .01em;
  margin-right: 10px;
  border: 1px solid transparent;
  line-height: 1;
}
#sched-page-settings-save .sched-button-submit:hover {
  background: #269916;
}
#sched-page-duplicate #sched-content .sched-settings-left, #sched-page-duplicate #sched-content .sched-settings-right {
  float: left;
  clear: none;
  width: 250px;
}
#sched-page-signup {
  margin-top: 20px;
}
#sched-page-signup .sched-login-facebook {
  font-size: 14px;
  background: #3B579D url(//cdn.sched.co/common/img/logo-facebook.png) left center no-repeat;
  background-size: 30px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  letter-spacing: .2px;
  line-height: 37px;
  padding: 0 10px 0 40px
}
#sched-page-signup .sched-login-facebook:hover {
  background-color: #49639F;
  border: 1px solid #3B579D;
  color: #fff;
}
#sched-page-signup .sched-container-right {
  line-height: 2em;
  margin: 5px 0;
}
#sched-page-signup .sched-container-inner {
  padding-left: 0;
}
#sched-page-signup .sched-input {
  width: 100%;
}
#sched-page-signup .submit {
  margin: 10px 0
}
#sched-page-signup .sched-container-login-center {
  margin: 0 auto !important;
  width: 370px;
  float: none;
}
#sched-page-signup #sched-content-breadcrumb a {
  padding: 0
}
#sched-page-signup #sched-content .sched-button-submit {
  height: 30px;
  margin: 10px 0;
}
#sched-page-signup #recaptcha_widget_div {
  margin-left: -2px;
}
#sched-page-signup #recaptcha_privacy a {
  color: #0C62AC;
  font-size: 10px;
}
#sched-page-signup .sched-container-left-inner {
  background: rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 1px 10px;
  background: #CFE8FD
}
#sched-page-signup .sched-container-left {
  margin-right: 30px;
  padding: 1px;
  width: auto;
}
#sched-page-signup .signupgreen {
  font-weight: 700;
}
#sched-page-signup .sched-benefits-item img {
  float: left;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px;
  position: relative;
  top: -5px;
  background: #fff;
}
#sched-page-signup .sched-benefits-item {
  clear: left;
  line-height: 1.5em;
  margin-top: 5px;
}
#sched-page-signup .sched-container-right {
  margin: 0;
  width: 300px;
}
#sched-page-signup .sched-container-right label {
  clear: both;
  display: block;
  margin-top: 9px;
}
#sched-page-signup .sched-container-login-new a {
  display: block
}
#sched-page-signup .sched-container-login-new a {
  color: var(--gray-900)
}
#sched-page-signup .sched-container-left .sched-button-submit {
  background: rgba(40, 45, 70, .1);
  background: #333;
  border: 1px solid rgba(40, 45, 70, .1);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: auto !important;
  line-height: 37px !important;
  margin-top: 15px !important;
  outline: 0;
  padding: 0 10px;
  vertical-align: top;
}
#sched-page-signup .sched-container-left .sched-button-submit:hover {
  background: #2FB21D;
  cursor: pointer;
}
#sched-page-signup #sched-content {
  padding: 0;
}
#sched-page-signup .sched-container {
  margin: 0 auto;
  border: 0;
  max-width: 380px;
}
body.schedorg-body-signup #schedorg-header {
  z-index: 9;
}
body.schedorg-body-signup #sched-header-outer,
body.schedorg-body-signup .event__header,
body.schedorg-body-signup #sched-footer-link {
  display: none;
}
#sched-page-signup .sched-container-login-sched, #sched-page-signup .sched-container-login-facebook, #sched-page-signup .sched-container-login-new a {
  border: 1px solid #D5D5D0;
  border-radius: 4px;
  padding: 40px 25px !important;
}
.error-message--login {
  margin-bottom: 20px !important;
}
.filter-overlay {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  z-index: 12;
}
/* New Signup position fixes */
body.schedorg-body-signup #sched-header-outer {
  max-height: 100px;
}
#sched-header-outer {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width: 1199px) {
  #sched-header-outer {
    border-radius: 0 !important;
  }
}
body.schedorg-body-signup #sched-container-header-menu {
  display: none;
}
body.schedorg-body-signup .schedorg-mobile-menu {
  display: none;
}
/* end New Signup position fixes */
.signup-form {
  position: relative;
  z-index: 99;
  margin: 0 auto 60px;
}
.signup-container {
  display: flex;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  color: var(--gray-700);
}
.login-container {
  max-width: 380px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 40px 30px;
  position: relative;
  color: var(--gray-700);
}
.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal__close--white, .modal__close--white:hover, .modal__close--white:focus {
  color: #fff;
}
.modal__close--black, .modal__close--black:hover, .modal__close--black:focus {
  color: #222;
}
.signup-container-left {
  flex: 0 0 auto;
  width: 50%;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ddd;
  padding: 40px 30px 80px;
  position: relative;
}
.signup-container-right {
  background-color: #2C3943;
  flex: 0 0 auto;
  width: 50%;
  padding: 60px 40px 30px;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.schedorg-body-signup.schedorg-body-embed {
  min-height: 800px;
}
.schedorg-body-signup #sched-content {
  width: 100%;
}
@media only screen and (min-width: 761px) {
  .signup-container-left .modal__close {
    display: none;
 }
}
@media only screen and (max-width: 760px) {
  .signup-container {
    max-width: 380px;
 }
  .signup-container-left {
    flex: 0 0 auto;
    width: 100%;
 }
  .signup-container-right {
    display: none;
 }
}
.signup-container-right-title {
  width: 100% !important;
  font-size: 20px !important;
  margin: 0 0 15px !important;
  float: none !important;
  text-align: left !important;
  color: #fff !important;
  font-weight: 500;
}
.signup-container-right li {
  padding: 20px 0 20px 74px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.signup-container-right li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sched-page-signup header {
  margin-bottom: 30px;
}
#sched-page-signup footer {
  margin-top: 20px;
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sched-page-signup footer p {
  margin: 0;
  font-size: 14px;
}
#sched-page-signup footer a {
  color: #222;
  font-weight: 600;
}
#sched-page-signup footer a:hover, #sched-page-signup footer a:focus {
  text-decoration: underline;
}
.signup__header h2 {
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-bottom: 1rem;
}
.signup__header p {
  line-height: 1.6;
  font-size: 14px;
}
.signup__header a {
  color: #222;
  text-decoration: underline;
  font-weight: 600;
}
#sched-page-signup .form-row {
  margin-bottom: 20px;
  position: relative;
}
#sched-page-signup .form-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
#sched-page-signup .form-row--checkbox {
  position: relative;
  margin: 20px 0px 25px;
}
#sched-page-signup .form-row--checkbox label {
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  padding-left: 25px;
  letter-spacing: 0;
  line-height: 1.5;
  user-select: none;
}
#sched-page-signup .form-row--checkbox label a {
  color: #222;
  text-decoration: underline;
}
#sched-page-signup .form-row--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px 0 0;
  cursor: pointer;
}
#sched-page-signup .form-row .forgot-password {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
}
#sched-page-signup .button {
  width: 100%;
  margin-bottom: 20px;
}
#sched-page-signup .g-recaptcha {
  width: 100%;
}
#sched-page-signup .terms {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#sched-page-signup .terms a {
  color: #222;
  font-weight: 600;
}
#sched-page-signup .terms a:hover, #sched-page-signup .terms a:focus {
  text-decoration: underline;
}
.signup-button {
  margin-bottom: 18px;
}
.social-button {
  display: block;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: none;
  color: #222;
  white-space: nowrap;
  padding: 0.85em 1em;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(98, 98, 98, 0.2), 0px -1px 1px rgba(98, 98, 98, 0.2), 1px 0px 1px rgba(98, 98, 98, 0.2), -1px 0px 1px rgba(98, 98, 98, 0.2);
  border-radius: 4px;
  position: relative;
  transition: 100ms ease-in-out;
}
.social-button:hover, .social-button:focus {
  color: #222;
  background-color: #f1f1f1;
}
.social-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', arial, sans-serif;
}
.social-button__icon {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.social-button__icon--google {
  width: 18px;
  height: 18px;
  left: 15px;
}
.social-button__icon--microsoft {
  width: 18px;
  height: 18px;
  left: 15px;
}
.social-button__icon--classlink {
  width: 18px;
  height: 18px;
  left: 15px;
}
.social-button__icon--apple {
  width: 20px;
  height: 20px;
  left: 15px;
  margin-top: -1px;
}
.social-button__icon--apple svg {
  max-width: 100%;
  height: auto;
}
.social-button__icon--facebook {
  width: 20px;
  height: 20px;
  left: 14px;
}
.social-link, .email-link {
  text-align: center;
  color: #222;
  display: block;
  padding: 5px;
  font-size: 14px;
}
.social-link:hover, .social-link:focus, .email-link:hover, .email-link:focus {
  color: #222;
}
.social-link {
  margin-top: 20px;
}
.form__or {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
}
.form__or:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: -12px;
}
.form__or span {
  background-color: #fff;
  display: inline-block;
  padding: 0 30px;
}
.signup-error-notification {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  color: #222;
  padding: 10px;
  line-height: 1.4;
  margin: -20px 0 20px 0;
}
#sched-search-message {
  margin: 11px 0 20px;
}
#sched-search-message form {
  display: flex;
  gap: 10px;
}
#sched-search-message .sched-button-submit {
  padding: 4px 8px;
  height: auto;
}
#sched-search-message #sched-search-clear {
  float: left;
  margin: 8px 0 0 10px;
}
#sched-search-message .sched-button-clear {
  margin-left: 7px;
}
#sched-search-message input.search-box {
  color: var(--gray-900);
  padding: 5px 10px;
  height: auto !important;
  width: 100% !important;
  max-width: 770px;
  margin: 0;
}

.schedorg-body-dark #filter-sessions #sched-search-message input.search-box {
  color: black !important;
}
#sched-search-results-box {
  float: right;
  margin: 10px 0 0;
}
#sched-sidebar-filters {
  position: relative;
  z-index: 9999;
}
#sched-sidebar-filters-type {
  position: relative;
  margin-bottom: 12px;
}
#sched-sidebar-filters-type ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#sched-sidebar-mobile {
  margin-top: 0;
  border: 0;
}

.selectize-control.multi .selectize-input>div {
  margin: 0 8px 3px 0 !important;
}
.selectize-input {
  border:0;
  z-index: 0;
  border-radius: 6px;
  box-shadow: none;
  padding:0 12px !important;
  line-height:42px;
  font-size:15px;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input input[type="select-one"] {
  background: none !important;
  border-radius: 0 !important;
  height: 42px !important;
}
.selectize-control.multi .selectize-input [data-value],
.selectize-control.multi .selectize-input [data-value].focus {
  box-shadow: none;
  font-size: 14px;
  background: #F1F3F6;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid var(--gray-300);
  line-height: 18px;
  font-size: 14px;
}
.selectize-control.single .selectize-input{
  padding: 0 30px 0 12px !important;
  max-width: 100%;
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: #fff;
  color: var(--gray-900);
  border-radius: 6px;
  height: 44px;
  font-size: 14px;
}
.selectize-control.single .selectize-input:after {
  content: '';
  border: none;
  background-image: url('/assets/img/icons/icon-chevron-down.svg');
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.selectize-dropdown {
  z-index: 9999 !important;
  border: 1px solid var(--gray-300) !important;
  border-radius: 6px;
  overflow: hidden;
  margin: 4px -1px 0;
  width: calc(100% + 2px) !important;
}
.selectize-dropdown .create {
  padding: 10px;
  background-color: var(--gray-50);
}
.selectize-control.single .selectize-input.dropdown-active:after {
  transform: translateY(-50%) rotate(180deg);
  margin-top: 1px;
}
.selectize-dropdown-content .option {
  position: relative;
  font-size: 14px;
  padding: 10px;
  color: var(--gray-600);
}
.selectize-dropdown-content .option:hover  {
  background-color: var(--gray-50);
}
.selectize-dropdown-content .option.active {
  background-color: var(--gray-100);
}
.selectize-dropdown-content .option.active:after {
  content: '';
  background-image: url('editor/img/icon-menu-selected-white.svg');
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.select-wrapper {
  display: block;
  border:1px solid var(--gray-300);
  border-radius:6px;
  line-height: 36px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.select-wrapper input {max-width:99%;}
.select-wrapper .item {
  padding: 12px 0;
  margin: 0 !important;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  max-width: 100%;
  border: none;
}
.select-wrapper.is-full {
  width: calc(100% - 40px);
  max-width: 100%;
}
.select-wrapper--small {
  width: 100%;
  max-width: 250px;
}
.select-wrapper select {
  border:0;
  font-size:14px;
  line-height: 42px;
  height:42px;
  padding:0 14px;
  border-radius: 6px;
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url('/assets/img/icons/icon-chevron-down.svg');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px !important;
  cursor: pointer;
}
.select-wrapper > div {
  max-width: 100%;
  line-height: 1.2;
}

#sched-sidebar-filters-venues, #sched-sidebar-filters-dates {
  margin-bottom: 20px;
}
#sched-sidebar-filters > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#sched-sidebar-filters li {
  position: relative;
}
#sched-sidebar-filters li > strong {
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  color: var(--gray-700);
}
/* #sched-sidebar-filters li.lev1 > a,
li#sched-sidebar-filters-popular > a,
li#sched-sidebar-filters-venues > a,
li#sched-sidebar-timezone .url,
li#sched-sidebar-filters-dates > a {
  border: 1px solid var(--gray-200);
  padding: 6px 10px 5px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 !important;
  display: flex;
  align-items: center;
  display: block;
  line-height: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
} */
#sched-sidebar-filters li a span.box,
#sched-sidebar-filters-popular a span.box,
#sched-sidebar-filters-venues a span.box,
#sched-sidebar-timezone .url span.box,
#search-listing span.box {
  position: absolute;
  left: 8px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
#sched-sidebar-menu-links li#sched-sidebar-filters-myfriends a, #sched-sidebar-menu-links li#sched-sidebar-filters-mysched a {
  float: left;
}
#sched-sidebar-menu-links li#sched-sidebar-filters-myfriends a span.box {
  background: #222;
  color: #fff;
}
#sched-sidebar-filters li#sched-sidebar-filters-venues a span.box {
  background: url(//cdn.sched.co/common/img/icon-venue-dark.svg) 2px top no-repeat;
  background-size: 14px 14px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  opacity: .6;
}
#sched-sidebar #sched-sidebar-filters li#sched-sidebar-filters-popular a span.box {
  border-radius: 0 !important;
  background: url(//cdn.sched.co/common/img/icon-star-dark.svg) center center no-repeat;
  background-size: 16px 16px;
  opacity: .6;
}
#sched-sidebar #sched-sidebar-filters a:hover span.box {
  opacity: 1 !important;
}
#sched-sidebar-filters #sched-filter-menutag-company span.box {
  border-radius: 100px;
}
#sched-sidebar-filters .popover {
  max-width: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 9998;
  padding-bottom: 6px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease-in-out, margin .2s ease-in-out;
  right: 100%;
  padding-right: 10px;
  padding-top: 0;
  margin-top: -5px;
  top: 0;
}
#sched-sidebar-filters li:hover .popover {
  visibility: visible;
  display: block;
  opacity: 1;
  margin-top: -15px;
}
#sched-sidebar-filters .popover .arrow {
  position: absolute;
  left: 10px;
  top: -9px;
  width: 25px;
  height: 10px;
  overflow: hidden;
  transform: rotate(90deg);
  left: auto;
  right: -16px;
  top: 20px;
}
#sched-sidebar-filters .popover-content {
  margin: 0 8px;
}
#sched-sidebar-filters .popover-content ul {
  padding: 0;
}
#sched-sidebar-filters li ul li {
  margin: 0;
}
#sched-sidebar-filters li a,
#search-listing li a {
  text-decoration: none;
}
#sched-sidebar-filters li a span.box,
li#sched-sidebar-filters-popular a span.box,
span.box,
#event-type a span.box,
.container span.box,
#sched-sidebar-menu-links li a span.box,
#search-listing span.box {
  display: block;
  text-align: center;
  border-radius: 50px;
}
#sched-sidebar-filters li ul {
  padding: 10px;
  max-height: 183px;
  overflow: auto;
  margin: 0;
}
#sched-sidebar-filters li ul li a {
  padding: 4px 7px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #999;
  margin: 0;
}
#sched-sidebar-filters li ul li a:hover {
  background: #efefef;
}
#sched-sidebar-filters li ul li:first-child a {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#sched-sidebar-filters li ul li:last-child a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#sched-sidebar-filters-list {
  margin: 5px
}
#sched-sidebar-filters-list li a {
  margin: 5px 5px 0 0;
}
#sched-sidebar-filters-list li a {
  padding-left: 3px
}
.sched-filters-calendar {
  width: 95%;
  margin: 0 auto;
}
.sched-filters-calendar th {
  padding: 0 2px;
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  font-size: 11px;
}
.sched-filters-calendar td {
  color: #ccc;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#sched-sidebar #sched-sidebar-filters .sched-filters-calendar td a {
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 25px;
  display: block;
  border-radius: 100px;
  border: 0;
}
#sched-sidebar .sched-filters-calendar td a:hover {
  background: #eee;
  color: #0960AB;
}
.sched-filters-calendar-month {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 701px) {
  #sched-page-venues .sched-container, #sched-page-venues .sched-container-top, #sched-page-venues .sched-container-bottom {
    margin-left: 150px
  }
}
#sched-page-venues #sched-content .container li {
  width: 100%
}
#sched-page-venues #sched-content em {
  font-style: normal;
  font-weight: 700;
}
#searchbox, #searchbox-attendees, #searchbox-speakers {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 2px;
  width: 150px;
}
#searchbox-attendees, #searchbox-speakers {
  background-image: none;
  border-color: #bbb;
  float: right;
  margin-top: -15px;
  padding: 4px 6px;
  width: 158px;
}
#search-listing .popover {
  position: relative;
  background: none;
  padding: 0;
}
#search-listing .popover .arrow {
  display: none;
}
#search-listing .popover-body-inner {
  border: 0;
}
#search-listing h2 {
  clear: left;
}
#search-listing .popover .popover-content {
  border: 0;
  position: relative;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  padding: 0;
}
#search-listing ul {
  margin: 0;
  padding: 0 !important;
}
#search-listing ul li {
  position: relative;
}
#search-listing > ul > li > a {
  font-size: 14px;
  padding: 7px 10px 7px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px!important;
  align-items: center;
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.schedorg-body-dark #search-listing > ul > li > a {
  color: #fff;
  text-decoration: underline;
}
#search-listing a:hover {
  text-decoration: underline;
}
#search-listing > ul > li {

}
#search-listing ul > li > ul > li > .box {
  display: none;
}
#tip a.sched-admin-edit {
  background: rgba(0, 0, 0, 0.25) url(//static.sched.com/img/edit.png) 5px center no-repeat;
  border-bottom-left-radius: 5px;
  border-width: 0 0 1px 1px;
  color: var(--gray-900);
  float: right;
  font-weight: 700;
  padding: 2px 5px 2px 20px;
  position: relative;
  right: 8px;
  text-decoration: none;
  top: 19px;
  z-index: 9999;
}
#tip a.sched-admin-edit:hover {
  background: #888 url(//static.sched.com/img/edit.png) 5px center no-repeat;
  color: #fff;
  text-decoration: underline;
}
#tip .sched-button {
  margin: 0
}
#tip .sched-button a {
  margin: 0 10px 10px -1px
}
#tip #tip-loading {
  margin: 4px 5px 0 5px;
}
#tip .arrow-up {
  border-bottom: 10px solid var(--gray-900);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  margin-left: 10px;
  position: relative;
  width: 0;
  z-index: 999;
}
#tip .infoimg {
  background: #fff;
  border-radius: 4px;
  float: right;
  margin: 0 0 10px 10px;
  max-width: 150px;
}
#tip .box {
  display: none
}
#tip ul li {
  list-style: disc inside
}
#tip ul.tip-custom-fields li {
  list-style: none;
}
#tip ol li {
  list-style: decimal inside
}
#schedorg #tip .has-avatars li {
  height: auto
}
.attendee-avatar .av {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  float: left;
  margin: 0 10px 0 5px;
  padding: 3px;
}
.description ol li, .tip-section ol li {
  list-style: decimal inside
}
.description ul, .tip-section ul {
  margin-left: 1px
}
.error_msg {
  color: #c00;
}
.description ul li, .tip-section ul li {
  list-style: disc inside
}
.errors, #login-required {
  background: #fee;
  border: 1px solid #c00;
  color: #c00;
  margin: 20px;
  padding: 20px;
}
.friends {
  clear: both;
  display: block;
  margin: 20px 0;
}
.friends a {
  display: block;
  float: left;
  height: 55px;
  margin: 10px 10px 0 0;
  position: relative;
  width: 55px;
}
.js-confirm-settings {
  display: none
}
.people, .friends {
  background: #eee;
  border-radius: 10px;
  color: var(--gray-900);
  float: left;
  margin: 15px 15px 0 0;
  padding: 8px;
  width: 45%;
}
.people-avatar {
  border: 1px solid;
  border-color: #e6e6e6 #bbb #bbb #e6e6e6;
  display: block;
  float: left;
  height: 54px;
  margin: -3px 10px 10px 0;
  text-decoration: none;
  width: 54px;
}
.people h2 {
  display: inline;
  text-transform: capitalize;
}
.people-avatar-inner {
  border: 3px solid #fff;
  height: 48px;
  overflow: hidden;
  width: 48px;
}
.people-info {
  margin: 5px 0 0
}
.people-inner, .friends-inner {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 1.5em;
  padding: 10px;
  position: relative;
  z-index: 999;
}
.people-roles {
  clear: both;
  padding: 2px 0;
}
.people-roles a, #type_selector a {
  background: #ddd;
  border-radius: 4px;
  color: var(--gray-700);
  font-weight: 700;
  padding: 4px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ccc;
  text-transform: uppercase;
}
.un-no {
  color: #d00
}
.un-ok {
  color: #060
}
.js-disconnect-profile {
  cursor: pointer;
  clear: none !important;
  text-decoration: none !important;
}
.js-disconnect-profile:hover {
  text-decoration: underline !important;
}

.sched-admin-edit-custom {
  color: var(--gray-900) !important;
  font-weight: 500;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  padding: 2px 7px 2px 9px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
}
.sched-admin-edit-custom span {
  background: url(//cdn.sched.co/common/img/icons-3x.png) 69.014% 30.811% no-repeat;
  background-size: 130px 195px;
  margin: 3px 0px 3px 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.sched-admin-edit-custom:hover {
  color: #333;
  border-radius: 7px;
  background-color: #F0F0F0;
  text-decoration: none;
}

.sched-admin-edit {
  color: var(--gray-700);
  font-weight: 600;
  text-decoration: none;
  z-index: 999;
  font-size: 14px;
  display: none;
  gap: 6px;
  align-items: center;
  line-height: 20px;
  padding: 0 6px 0 3px;
}
.event .name:hover .sched-admin-edit {
  display: inline-flex;
}
.sched-admin-edit span {
  /* background: url(//cdn.sched.co/common/img/icons-3x.png) 69.014% 30.811% no-repeat;
  background-size: 130px 195px;
  margin: 3px 0px 3px 0;
  width: 16px;
  height: 16px;
  display: inline-flex; */
  position: relative;
  display: flex;
  align-items: center;
}
.sched-admin-edit span:before {
  font-family: "Material Icons";
  content: '\e3c9';
  font-size: 14px;
}
.sched-admin-edit:hover {
  color: #454545;
  text-decoration: none;
}
.sched-admin-edit {
  position: relative;
  top: 0;
  background-color: transparent;
  display: none;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid var(--gray-200);
  background-color: var(--gray-100);
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.sched-admin-edit:hover,
.sched-admin-edit:focus {
  text-decoration: none;
}
.sched-admin-edit.sched-admin-speaker span:before {
  content: '\e029';
}
.back-to-schedule {
  margin-bottom: 20px;
  font-size: 16px;
}
.back-to-schedule a,
.back-to-schedule button {
  font-size: 15px;
  padding: 5px 2px;
  color: var(--gray-700);
}
.back-to-schedule a:hover,
.back-to-schedule button:hover {
  border: none;
}
/* .admin-edit-link {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
} */
.sched-person .sched-admin-edit {
  display: none;
  margin: 0;
  top: 0;
  right: 0;
  position: absolute;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
.sched-person:hover .sched-admin-edit {
  display: flex;
}
#sched-admin a {
  border: 0;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  color: var(--gray-900);
  font-weight: 700;
  padding: 10px;
  top: 0;
  position: fixed;
  left: 5px;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 99999;
  text-transform: uppercase;
}
#sched-admin a:hover {
  background-color: var(--gray-700);
  text-decoration: underline;
}
.sched-menu-login {
  width: 100%;
}
.sched-menu-login {
  border: 1px solid var(--gray-200);
  padding: 15px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 30px;
}
/* .sched-menu-login a {
  font-weight: 600;
  background-color: #169904;
  padding: 8px 18px;
  color: #fff;
  border-radius: 4px;
  margin: 0 6px;
  font-size: 14px;
  display: inline-block;
} */
.sched-menu-login {
  border: 1px solid var(--gray-200);
  padding: 15px;
}
.sched-menu-login a:first-child {
  margin-left: 0;
}
.sched-menu-login a:hover {
  text-decoration: none;
}
.empty-schedule-message {
  margin: 10px 10px 30px;
}
.empty-schedule-message p {
  font-size: 15px;
}
#sched-menu-attendees {
  position: relative;
}
#sched-menu-attendees .attendee-friend-count span {
  text-align: center;
  background: rgba(209, 5, 4, 1);
  height: 21px;
  padding: 0 5px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  display: block;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 99;
  min-width: 21px;
}
.addthis_counter {
  position: relative;
  top: -15px;
}
.sched-share {
  display: flex;
  gap: 8px;
  height: auto !important;
}
.sched-share a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}
.sched-share .sched-share-app a {
  width: 89px;
  height: 30px;
  float: left;
  margin-right: 0;
}
.sched-share #sched-share-app-iphone {
  margin-right: 4px;
}
.sched-share-twitter-wrapper, .sched-share-facebook-wrapper {
  display: inline
}
.sched-share .sched-share-print {
  background: #FCFCFC url(//cdn.sched.co/common/img/icon-print.svg) center center no-repeat;
  background-size: 22px 22px;
}
.sched-share .sched-share-email {
  background: #FCFCFC url(//cdn.sched.co/common/img/icon-email.svg) center center no-repeat;
  background-size: 22px 22px;
}
.sched-share .sched-share-mobile {
  background: #FCFCFC url(//cdn.sched.co/common/img/icon-mobile.svg) center center no-repeat;
  background-size: 22px 22px;
}
.sched-share .sched-share-twitter {
  border: none;
  background: #50ABF1 url(//cdn.sched.co/common/img/icon-network-twitter.svg) center center no-repeat;
  background-size: 36px 36px;
}
.sched-share .sched-share-facebook {
  border: none;
  background: #3B579D url(//cdn.sched.co/common/img/icon-network-facebook.svg) center center no-repeat;
  background-size: 36px 36px;
}
.sched-share .event-share {
  transform: scaleX(-1);
  background-color: #fcfcfc;
}
.schedorg-body-dark .sched-share .event-share {
  display: none;
}
.sched-share .event-share span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sched-share .event-share span:after {
  font-family: "Material Icons Outlined";
  display: block;
  content: '\e80d';
  font-size: 24px;
  height: 24px;
  text-align: center;
  line-height: 1;
  color: var(--gray-700);
}
#sched-sidebar-menu {
  position: relative;
  border-top: 0;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 15px;
  padding-top: 0;
}
#sched-sidebar-menu #sched-sidebar-menu-myprofile-link {
  float: none;
  font-weight: 700;
  text-decoration: none;
}
#sched-sidebar-menu #sched-sidebar-menu-myprofile-link img {
  margin-right: 5px
}
#sched-sidebar-menu #sched-sidebar-menu-items li {
  overflow: auto
}
#sched-sidebar-menu #sched-sidebar-menu-active a:hover, #sched-sidebar-menu #sched-sidebar-menu-active #active-views:hover {
  color: var(--gray-900)
}
#sched-sidebar-menu li.sched-sidebar-menu-active {
  background: none
}
#sched-sidebar-menu #sched-sidebar-menu-items li {
  margin: 0
}
#sched-sidebar-menu #sched-sidebar-menu-items li a.sched-sidebar-menu-item {
  font-weight: 700;
  line-height: 15px;
  padding: 0 !important;
  position: relative;
}
#sched-sidebar-menu #sched-sidebar-menu-items li a.sched-sidebar-menu-item {
  border-radius: 5px;
  display: block;
  line-height: 16px;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#sched-sidebar-menu .sched-sidebar-menu-settings {
  background: none;
  float: none;
  line-height: 14px;
  margin-top: 2px;
  padding: 0 0 4px;
  text-decoration: none;
}
#sched-sidebar-menu li.sched-sidebar-menu-active {
  background: #eee;
  border-radius: 5px;
}
#sched-sidebar-menu #sched-sidebar-menu-login {
  padding-bottom: 10px
}
#sched-sidebar-menu h2 {
  margin: 0 0 10px;
  width: 100%;
}
#sched-sidebar-menu-sharethis {
  clear: both;
  padding: 0;
  margin-bottom: 10px;
}
#sched-sidebar-menu-sharethis a {
  margin-right: 5px
}
#sched-sidebar-menu-sharethis a span {
  margin-right: 4px
}
#sched-sidebar-share h4 {
  position: relative
}
#sched-sidebar-sched-logo {
  bottom: -31px;
  color: var(--gray-700);
  line-height: 15px;
  position: absolute;
  right: 8px;
  text-align: right;
  width: 90%;
}
#sched-sidebar-sched-logo img {
  padding: 2px;
  background: #fff;
  border-radius: 4px;
  display: inline;
  margin: -3px 0 0 3px;
  vertical-align: top;
}
#sched-sidebar-sched-logo a {
  text-decoration: none
}
#sched-sidebar-attendees {
  /* margin-top: 28px; */
}
#sched-sidebar-attendees ul {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 250px;
}
#sched-sidebar-attendees li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sched-sidebar-attendees a.sched-avatar {
  width: 100%;
  height: 100%;
  margin: 0;
}
#sched-sidebar-attendees img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  #sched-sidebar-inner .has-avatars li {
 }
}
#sched-sidebar-inner .has-avatars .sched-avatar span:last-child {
  display: none;
}
#sched-sidebar .sched-avatar-letter {
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  aspect-ratio: 1 / 1;
}
.sched-sidebar-people-more {
  margin-top: 10px;
}
.sched-sidebar-people-more a {
  font-size: 13px;
  font-weight: 500;
}
.sched-sidebar-people-more a span {
  text-transform: lowercase;
}
.sched-sidebar-people-more a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  #sched-sidebar .sched-avatar-letter {
    font-size: 21px;
 }
}
#sched-sidebar-inner #sched-sidebar-timezone {
  margin-bottom: 20px;
  margin-top: 20px;
}
#sched-sidebar-inner #sched-sidebar-timezone #sched-sidebar-timezone-head {
  color: var(--gray-900);
  display: block;
}
#sched-sidebar-inner #sched-sidebar-timezone .url div {
  color: var(--gray-900);
}
#sched-sidebar-inner #sched-sidebar-timezone .url span {
  overflow: hidden;
  text-indent: -5000px;
  background-image: url(../img/icon-world.svg);
  background-size: contain;
  width: 14px;
  height: 14px;
  opacity: .7;
}
#timezoneform .selectize-input {
  padding: 0 12px !important;
  border: 1px solid var(--gray-200);
  background-color: var(--gray-100);
  color: var(--gray-700);
  border-radius: 4px;
}
#sched-views a {
  background: url(//cdn.sched.co/common/img/icon-arrow-down.svg) right 10px center no-repeat;
  background-size: 9px 5px;
  padding-right: 25px !important;
}
#sched-views li a {
  background-image: none;
  padding-right: 10px !important;
}
#sched-views .sched-views-arrow {
  width: 15px;
  height: 30px;
  display: block;
  background: url(//cdn.sched.co/sprite-2012-02-13.png) -297px 8px no-repeat;
  margin: 0 5px
}
#sched-views:hover, #sched-views.hover {
  color: var(--gray-900);
  cursor: pointer;
}
#sched-views:hover .sched-views-arrow, #sched-views.hover .sched-views-arrow {
  background: url(//cdn.sched.co/sprite-2012-02-13.png) -297px -15px no-repeat;
}
#sched-views:hover .sched-toggle, #sched-views.hover .sched-toggle {
  display: block
}
#sched-views .popover {
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  opacity: 0;
  top: 40px;
  transition: visibility .2s ease-in-out, top .2s ease-in-out;
}
#sched-views:hover .popover, #sched-views.hover .popover {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 30px;
}
#sched-views .popover .popover {
  display: none;
  position: relative;
  top: 0;
  clear: left;
  margin: 0 0 10px 20px;
  width: 155px;
}
#sched-views .popover li .popover li {
  float: none;
}
#sched-views .popover li .popover li a {
  border-radius: 0;
  display: block;
  float: none;
}
#sched-views .popover li .popover .popover-content {
  padding: 2px;
}
#sched-menu-link-filters hr {
  display: none;
}
#sched-views:hover .popover li:hover .popover, #sched-views.hover .popover li .popover {
  display: block;
}
#sched-views .sched-toggle li {
  line-height: 1.7em;
  margin: 0 0;
  min-width: 120px;
}
#sched-views .sched-toggle li a {
  padding: 0 10px 0 5px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #999;
  margin: 0;
  border-radius: 0;
  float: none;
}
#sched-views .sched-toggle li a span {
  display: block;
  height: 15px;
  width: 15px;
  float: left;
  margin: 10px 8px 0 3px;
}
#sched-views .sched-toggle li#sched-menu-link-tooltip a span {
  background: url(//cdn.sched.co/common/img/icons.png) 0 -60px no-repeat;
  background-size: 100px 150px;
}
#sched-views .sched-toggle li#sched-menu-link-detailed a span {
  background: url(//cdn.sched.co/common/img/icons.png) -20px -60px no-repeat;
  background-size: 100px 150px;
}
#sched-views .sched-toggle li#sched-menu-link-grid a span {
  background: url(//cdn.sched.co/common/img/icons.png) -40px -60px no-repeat;
  background-size: 100px 150px;
}
#sched-views .sched-toggle li#sched-menu-link-venues a span {
  background: url(//cdn.sched.co/common/img/icons.png) -40px -40px no-repeat;
  background-size: 100px 150px;
}
#sched-views .sched-toggle li#sched-menu-link-mysched a, #sched-views .sched-toggle li#sched-menu-link-settings a, #sched-views .sched-toggle li#sched-menu-link-logout a {
  padding-left: 2px;
  color: var(--gray-600) !important;
  font-size: 13px;
  font-weight: 500;
}
#sched-views .sched-toggle li#sched-menu-link-mysched a span {
  background: url(//cdn.sched.co/common/img/sched-added.png) 0 0 no-repeat;
  background-size: 15px 15px;
  width: 15px;
}
#sched-views .sched-toggle li#sched-menu-link-settings a span {
  background: url(//cdn.sched.co/common/img/icons-3x.png) -66px -45px no-repeat;
  background-size: 110px 165px;
  width: 15px;
}
#sched-views .sched-toggle li#sched-menu-link-map a span {
  background: url(//cdn.sched.co/common/img/dropdown-map.png) 2px 0 no-repeat;
  background-size: 9px 15px;
}
#sched-views .sched-toggle li#sched-menu-link-logout a span {
  background: url(//cdn.sched.co/common/img/icons-3x.png) -88px -66px no-repeat;
  background-size: 110px 165px;
  width: 17px;
}
#sched-views-ical {
  margin-right: 0 !important
}
#sched-menu-search {
  display: none;
}
.schedorg-body-sidebaroff #sched-menu-search {
  display: block;
}
.schedorg-body-sidebaroff #sched-sidebar {
  display: none;
}
.schedorg-body-sidebaroff #sched-content {
  width: 100%;
}
#sched-menu-search .dropdown-menu {
  box-shadow: none !important;
  border: none;
  top: 30px;
  background: none;
  width: 300px;
}
#sched-menu-search .popover-body-inner {
  padding: 15px 10px 20px !important;
  font-size: 12px;
}
#sched-menu-search .popover-body-inner a {
  color: var(--gray-900) !important;
}
#sched-menu-search .popover-body-inner a:hover {
  background-color: transparent !important;
  color: #0960AB;
}
#sched-menu-search form {
  display: flex;
  gap: 8px;
}
#sched-menu-search .popover .popover .popover-body-inner {
  padding: 0 !important;
}
#sched-menu-search .popover .popover li a {
  padding-left: 8px !important;
}
#sched-sidebar-browsedates {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 10px !important;
  margin-bottom: 10px;
  float: none !important;
  display: block;
}
#sched-sidebar-browsedates a {
  font-size: 13px;
  margin: 5px 2px 0 !important;
  padding: 0 !important;
  float: none !important;
}
.sched-event-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.sched-event-menu li a,
.sched-event-menu li a:hover,
.sched-event-menu li a:focus {
  color: var(--gray-700) !important;
  text-decoration: none;
}
.sched-event-menu>li>a, .sched-event-menu #sched-menu-link-schedule #sched-views>a, .sched-event-menu a.dropdown-toggle {
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2 !important;
  white-space: nowrap;
  font-weight: 500;
  transition: color .1s linear;
}
.sched-event-menu>li>a:hover,
.sched-event-menu>li>a:focus,
.sched-event-menu #sched-menu-link-schedule #sched-views>a:hover,
.sched-event-menu #sched-menu-link-schedule #sched-views>a:focus,
.sched-event-menu a.dropdown-toggle:focus,
.sched-event-menu a.dropdown-toggle:hover {
  background-color: var(--gray-200);
  text-decoration: none;
  color: var(--gray-900);
}
.schedorg-body-dark  .sched-event-menu>li>a:hover,
.schedorg-body-dark  .sched-event-menu>li>a:focus,
.schedorg-body-dark  .sched-event-menu #sched-menu-link-schedule #sched-views>a:hover,
.schedorg-body-dark  .sched-event-menu #sched-menu-link-schedule #sched-views>a:focus,
.schedorg-body-dark  .sched-event-menu a.dropdown-toggle:hover,
.schedorg-body-dark  .sched-event-menu a.dropdown-toggle:focus {
  background-color: rgba(255, 255, 255, 0.80);
  color: #a581cd;
}
ul#type-list {
  margin-top: 20px;
}
ul#type-list .popover .popover-body {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 23px;
  font-size: 13px;
}
.sched-event-menu>li>a:hover,
.sched-event-menu>li>a:focus,
.sched-event-menu #sched-menu-link-schedule #sched-views>a:hover,
.sched-event-menu #sched-menu-link-schedule #sched-views>a:focus,
.sched-event-menu a.dropdown-toggle:hover,
.sched-event-menu a.dropdown-toggle:focus {

}
#sched-container-header-menu li.sched-share {
  margin-left: auto;
  display: flex;
  gap: 6px 4px;
}
#sched-container-header-menu li.sched-share a {
  padding: 0;
}
#sched-views .sched-menu-link-active a {
  font-weight: 500;
  color: var(--gray-900);
}
#sched-container-header-menu li a.sched-menu-link-active,
#sched-container-header-menu li a.sched-menu-link-active:focus {
  color: var(--gray-900);
  background-color: var(--gray-200);
}
#sched-container-header-menu li a.sched-menu-link-active:hover,
#sched-container-header-menu li a.sched-menu-link-active:focus {
  background-color: var(--gray-200);
  transition: background-color 1s linear;
}
#sched-views .sched-toggle li:first-child a {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#sched-views .sched-toggle li:last-child a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#tip {
  border: 0;
  display: none;
  margin-top: -3px;
  position: absolute;
  text-align: left;
  width: 420px;
  z-index: 9999;
}
#tip .tip-description {
  font-size: 12px;
}

#tip .sched_tooltip-outer {
  background: var(--gray-900);
  border-radius: 8px;
  padding: 3px;
  position: relative;
}
#tip .tip-margins {
  margin: 10px;
}
.sched-event-friendcount {
  background: rgba(209, 5, 4, 1);
  height: 21px;
  padding: 0 5px;
  line-height: 17px;
  font-size: 11px;
  border-radius: 10px;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 99;
  min-width: 21px;
  text-align: center;
  font-family: 'Andale Mono', Courier New;
  font-weight: 700;
}
.sched-event-evpeople {
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.popover {
  background: none;
  padding-top: 21px;
  margin-top: -1px;
}
.popover .popover-content {
  position: relative;
  background-color: var(--gray-700);
  border-radius: 5px;
  padding: 2px;
}
.popover .popover-body {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.4);
}
.popover .arrow {
  position: absolute;
  left: 10px;
  top: -9px;
  width: 25px;
  height: 10px;
  overflow: hidden;
}
.popover .arrow span {
  display: block;
  width: 11px;
  height: 11px;
  transform: rotate(45deg) skew(-10deg, -10deg);
  margin: 3px 0 0 11px;
  background: #575757;
  border-left: 1px solid var(--gray-600);
  border-top: 1px solid
}
.popover-body-inner {
  border: 1px solid var(--gray-600);
  border-radius: 3px;
  padding: 0;
}
.topnotification {
  background-color: var(--gray-600);
  background-color: rgba(0, 0, 0, .8);
  width: 100%
}
.topnotification p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 960px
}
/* qTip2 */
.ui-tooltip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  width: auto;
  line-height: 12px;
  border-width: 1px;
  border-style: solid;
}
.ui-tooltip-fluid {
  display: block;
  visibility: hidden;
  position: static !important;
  float: left !important;
}
.ui-tooltip-content {
  position: relative;
  padding: 5px 9px;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
}
.ui-tooltip-titlebar {
  position: relative;
  min-height: 14px;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}
.ui-tooltip-titlebar+.ui-tooltip-content {
  border-top-width: 0 !important;
}
.ui-tooltip-titlebar .ui-state-default {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
}
* html .ui-tooltip-titlebar .ui-state-default {
  top: 16px;
}
.ui-tooltip-titlebar .ui-icon, .ui-tooltip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
}
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
  border-radius: 3px;
}
.ui-tooltip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.ui-tooltip-default {
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.ui-tooltip-default .ui-tooltip-titlebar {
  background-color: #FFEF93;
}
.ui-tooltip-default .ui-tooltip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #737373;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
  border-color: #AAA;
  color: var(--gray-900);
}
.ui-tooltip .ui-tooltip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.ui-tooltip .ui-tooltip-tip, .ui-tooltip .ui-tooltip-tip * {
  position: absolute;
  line-height: .1px !important;
  font-size: .1px !important;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
  line-height: 20px;
  color: red;
  background: url(//cdn.sched.co/common/img/tooltip-arrow.png) bottom center no-repeat;
  background-size: 17px 8px;
  width: 0;
  height: 0;
  width: 17px !important;
  margin-left: -9px !important;
}
.ui-tooltip .ui-tooltip-tip canvas {
  top: 0;
  left: 0;
}
/* Bootstrap style. */
.ui-tooltip-bootstrap {
  line-height: 18px;
  font-size: 12px;
  color: var(--gray-900);
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  width: auto !important;
}
.ui-tooltip-bootstrap .ui-tooltip-titlebar {
  line-height: 22px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default {
  right: 9px;
  top: 49%;
  border-style: none;
}
.ui-tooltip-bootstrap .ui-tooltip-icon {
  background: #FFF;
}
.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: var(--gray-900);
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover {
  color: var(--gray-900);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content, .ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar {
  filter: none;
}
.sched-share-facebook .ui-tooltip-bootstrap {
  border: 1px solid red !important;
}
@media screen and (max-width: 1044px) {
  .ui-tooltip .ui-tooltip-tip, .ui-tooltip .ui-tooltip-tip * {
    margin-right: -5px;
    transform: rotate(180deg);
  }
}
/* thickbox */
#TB_window {
  position: fixed;
  z-index: 9999;
  display: none;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  margin: 0 !important;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 50px 27px 20px;
  color: var(--gray-700);
  width: 540px !important;
  max-width: 100%;
}
#TB_overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--gray-50);
  opacity: 1;
}
#TB_ajaxWindowTitle {
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-bottom: 1rem;
}
#TB_window iframe {
  max-width: 100%;
}
#TB_closeAjaxWindow {
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 10px;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 540px) {
  #TB_window {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: none;
    border: none;
  }
  #TB_window iframe {
    min-height: 80vh !important;
  }
}
/*#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  position: fixed;
  background: #fff;
  z-index: 9999;
  color: var(--gray-900);
  display: none;
  border: 10px solid var(--gray-600);
  border-radius: 4px;
  text-align: left;
  top: 50%;
  left: 50%;
  overflow: hidden;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666;
}
#TB_window a:link {
  color: #666;
}
#TB_window a:visited {
  color: #666;
}
#TB_window a:hover {
  color: var(--gray-900);
}
#TB_window a:active {
  color: #666;
}
#TB_window a:focus {
  color: #666;
}
#TB_overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
  background-color: var(--gray-50);
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#TB_window {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 40px 30px;
  color: var(--gray-700);
}
#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}
#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}
#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}
#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}
#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}
#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0;
}
#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}
.schedorg-body-grid #TB_window {
  top: 20%;
}
*/
#sched-demodata-cta, #sched-header-extra {
  text-shadow: 0px 1px 2px white;
  border-top: 1px solid rgba(255, 230, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10000;
  background: #FD0;
  color: black;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  margin: 20px 0 20px;
  font-size: 16px;
}
#sched-confirm-schedule {
  z-index: 9001;
  position: fixed;
  bottom: 0;
  left: 20px;
  background-color: var(--purple);
  opacity: 0.9;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#sched-confirm-schedule a {
  color: #fff;
  font-size: 15px;
}
#sched-confirm-schedule-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 50px;
  border: 1px solid var(--gray-300);
  background-color: var(--gray-700);
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin: -7px -9px -7px 10px;
}
#sched-confirm-schedule a:hover {
  text-decoration: none;
}
#sched-confirm-schedule a #sched-confirm-schedule-text span {
  font-weight: 700;
}
#sched-confirm-schedule a:hover #sched-confirm-schedule-text span {
  text-decoration: none;
}
/*@keyframes pulsate1 {
  0% {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0px;
    box-shadow: none;
 }
  50% {
    width: 32px;
    height: 32px;
    line-height: 31px;
    font-size: 20px;
    margin-top: 4px;
    margin-right: 6px;
    margin-left: -4px;
    box-shadow: 0 0 10px #fed;
 }
  100% {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0px;
    box-shadow: none;
 }
}*/
@keyframes pulsate2 {
  0% {
    color: white;
    text-shadow: none;
 }
  50% {
    color: #fed;
    text-shadow: 0 0 10px #fed;
 }
  100% {
    color: white;
    text-shadow: none;
 }
}
@keyframes pulsate3 {
  0% {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    left: 20px;
    height: 40px;
 }
  50% {
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    left: 18px;
    height: 42px;
 }
  100% {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    left: 20px;
    height: 40px;
 }
}
#sched-confirm-schedule-count.pulse {
  transform-origin: center;
  animation: pulsate1 0.8s ease-in-out 2; /* Increased duration for smoother animation */
}
@keyframes pulsate1 {
  0% {
    transform: scale3d(1, 1, 1);
  }

  25% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  50% {
    transform: scale3d(1, 1, 1);
  }

  75% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
#sched-header-intro {
  margin-bottom: 5px;
}
#sched-overlay, #sched-overlay-generic, #sched-overlay-ad {
  display: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  margin-top: -20px;
  text-align: center;
  color: white;
  top: 50px;
  justify-content: center;
  align-items: center;
}
#sched-overlay-inner, #sched-overlay-generic-inner, #sched-overlay-ad-inner {
  width: 500px;
  background-color: rgba(0, 0, 0, 0.85);
  border: 3px solid white;
  padding: 40px;
  font-size: 16px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -290px;
  margin-top: -150px;
  text-align: center;
}
@media(max-width:825px) {

  #sched-overlay-generic-inner {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
 }
}
.sched-overlay-note {
  font-size: 12px;
  opacity: 0.8;
  margin: 2px 0 -16px 0;
  display: block;
}
#sched-overlay-button, .sched-overlay-button {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 30px;
  color: black;
  background: #F0F0F0;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer
}
#sched-overlay-button:hover, .sched-overlay-button:hover {
  box-shadow: 0px 0px 6px white;
  background: white;
}
.sched-overlay-button-red {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 30px;
  color: black;
  background: #FF5050;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer
}
.sched-overlay-button-red:hover {
  box-shadow: 0px 0px 6px red;
  background: #FF8080;
}
#sched-overlay-generic .sched-overlay-text {
  display: none;
}
#sched-overlay-ad {
  background: rgba(0, 0, 0, 0.6);
  margin-top: -50px;
}
#sched-overlay-ad-inner {
  border-radius: 0px;
  border: none;
  padding: 0px;
  margin: 0px;
  transform: translate(-50%, -50%);
  width: 800px;
}
@media(max-width:825px) {
  #sched-overlay-ad-inner {
    width: 350px;
 }
}
#sched-header-menu {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  z-index: 9999;
}
#sched-header-menu .sched-header-submenu li {
  border-top: 1px solid #333;
}
#sched-header-menu .sched-header-submenu li a {
  border-top: 1px solid #aaa;
  display: block;
  height: 30px;
  line-height: 30px;
  text-shadow: 1px 1px var(--gray-900);
}
#sched-header-menu li.hover {
  color: black;
  position: relative;
}
#sched-header-menu ul {
  background: #1f1f1f;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  position: relative;
  z-index: 9998;
}
#sched-header-menu ul li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#sched-header-menu li {
  font-weight: bold;
  zoom: 1;
}
.sched-header-submenu .adminbadge {
  font-size: 10px;
  display: inline;
  float: right;
  border: 1px solid darkgray;
  padding: 0px 3px;
  border-radius: 5px;
  background: lightgray;
  color: #555;
  margin-top: 2px;
  margin-right: -2px;
}
#sched-menu-right, #schedorg-header-profile {
  line-height: 1em;
  position: absolute;
  right: 5px;
  top: 0;
}
#schedorg-header {
  background: #212B34;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  max-height: 60px;
}
#schedorg-header-official {
  color: #d7d7d7;
}
@media (min-width: 1200px) {
  .schedorg-showheader #sched-body-outer {
    padding-top: 15px;
  }
  .schedorg-hideheader #sched-body {

  }
}
#schedorg-header-inner {
  margin: 0 auto;
  height: 60px;
  padding: 0 10px;
  position: relative;
  z-index: 9999;
}
#schedorg-header-signup-options a span, #schedorg-header-login-options a span {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}
#schedorg-header-menu1 {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: right;
  width: 340px;
}
#schedorg-header-menu1 #schedorg-header-teaser {
  padding-right: 14px;
}
#schedorg-header-menu1 .dropdown {
  float: right;
}
#schedorg-header-menu1 a.dropdown-toggle {
  border: 1px solid #555;
  border-width: 0 1px;
  color: #fff;
  display: block;
  float: right;
  font-weight: 700;
  padding: 0 14px;
  font-size: 13px;
  text-transform: uppercase;
  transition: background-color .1s linear;
}
#schedorg-header-signup a.dropdown-toggle {
  border-right: 0;
}
#schedorg-header-menu1 a:hover {
  background: #333;
  transition: background-color .1s linear;
}
#schedorg-header-profile a {
  color: #fff;
}
#schedorg-header-profile a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
#schedorg-header-profile .sched-avatar-letter {
  background: url(//cdn.sched.co/common/img/avatar-empty.png) bottom center no-repeat;
  background-size: 38px 38px;
  height: 40px;
  width: 40px;
  text-indent: -1000px;
  overflow: hidden;
  border: 1px solid #1F1F1F;
}
#schedorg-header-profile .sched-avatar:hover {
  background: transparent !important;
}
#schedorg-header-signup #schedorg-header-fb {
  border: 1px solid green;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
}
#schedorg-header-signup .dropdown-menu li#schedorg-header-signup-options a, #schedorg-header-login .dropdown-menu li#schedorg-header-login-options a {
  border: 0;
  border-radius: 0;
  color: #fff;
  float: none;
  padding: 0;
}
#schedorg-header-signup .dropdown-toggle {
  border-right: 0;
}
#schedorg-header-signup .sched-benefits-item {
  font-size: 13px;
  height: 34px;
  line-height: 25px;
  top: 0;
}
#schedorg-header-signup .sched-benefits-item a, #schedorg-header-login-options a span {
  color: #fff;
}
#schedorg-header-signup .sched-benefits-item a:hover, #schedorg-header-login-options a:hover span, #schedorg-header-signup-options a:hover span {
  border: 0;
  text-decoration: underline;
}
#schedorg-header-login-options a:hover, #schedorg-header-signup-options a:hover {
  background: none;
}
#schedorg-header-signup .sched-benefits-item img {
  background: #fff;
  border-radius: 5px;
  clear: left;
  float: left;
  margin: 0 8px 5px 0;
  padding: 2px;
  width: 25px;
}
#schedorg-header-signup li, #schedorg-header-login li {
  line-height: 1em;
  padding: 0;
  text-align: left;
}
#schedorg-header-signup li#schedorg-header-signup-options {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#schedorg-header-signup .sched-header-submenu,
#schedorg-header-login .sched-header-submenu {
  background: #222;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  padding: 10px 15px 5px;
  top: 45px;
  width: 230px;
}
#schedorg-header-login .sched-header-submenu {
  padding-bottom: 10px;
}
#sched-benefits-header {
  display: block;
  margin-bottom: 10px;
}

#schedorg-header-login-facebook {
  background: #3B579D url(//cdn.sched.co/common/img/logo-facebook.png) left center no-repeat;
  background-size: 30px 30px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  color: #fff;
  display: inline-block;
  letter-spacing: .2px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 10px 0 40px !important;
}
#schedorg-header-login-facebook:hover {
  background: #49639F url(//cdn.sched.co/common/img/logo-facebook.png) left center no-repeat !important;
  background-size: 30px 30px !important;
  border: 1px solid #3B579D;
  color: #fff;
}
#schedorg-header-signup-facebook span, #schedorg-header-login-facebook span {
  border: 0 !important;
}
#schedorg-header-cta {
  background: #FD0;
  height: 40px;
  position: fixed;
  z-index: 9998;
  width: 100%;
  top: 50px;
  color: black;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 40px;
  box-shadow: 0 0 5px var(--gray-900);
}
#schedorg-header-profile {
  text-align: left;
}
#schedorg-header-official {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#schedorg-header-official a {
  color: #fff;
}
#schedorg-header-profile li a {
  display: block;
  padding: 4px 8px;
}
#sched-header-profile-menu {
  clear: both;
  line-height: 23px;
}
#schedorg-header-profile:hover ul ul {
  box-shadow: 0 0 5px var(--gray-900);
}
#schedorg-header-expired {
  position: absolute;
  right: 10px;
  top: 0;
  height: 60px;
  line-height: 60px;
}
#schedorg-header-expired a {
  background: #169904;
  color: #fff;
  padding: 7px 20px;
  border-radius: 50px;
}
#schedorg-header-expired a:hover {
  background: #2FB21E;
}
.event-checkin {
  margin: 0 0 10px;
}
.button:active {
  position: relative;
  top: 1px;
}
.button:hover {
  text-decoration: none
}
/* green */
.green {
  border-color: #1f960f;
  background: #1888AB;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#34c520), to(#219211));
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#34c520), to(#219211));
  background: -moz-linear-gradient(center top, #34c520, #219211);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32)
}
.green:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
  background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
  color: #a9c08c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.green:hover {
  border-color: #1d8d0e;
  background: #269916;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2fb31d), to(#1d800f));
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#2fb31d), to(#1d800f));
  background: -moz-linear-gradient(center top, #2fb31d, #1d800f)
}

#sched-header-menu-myprofile-link span {
  position: relative;
  top: 7px;
}
.schedorg-body-embed #sched-body-outer {
  background: none;
  margin-bottom: 0;
  padding: 0;
  width: auto;
  box-shadow: none;
}
.schedorg-body-embed {
  background: none !important;
  padding-top: 0 !important;
}
.dropdown-menu>li>a {
  display: block;
  padding: 0 20px;
  font-weight: 400;
  color: var(--gray-700);
  white-space: nowrap;
  clear: none;
}
.dropdown-menu>li:first-child>a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dropdown-menu>li:last-child>a {
  border: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#schedorg-header-profile .sched-avatar {
  margin: 10px 5px 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: block;
  float: left;
  padding: 0;
}
#schedorg-header-profile .sched-avatar img {
  background: #fff;
  height: 36px;
  width: auto;
  margin: 0 auto;
}
#schedorg-header-profile .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
#schedorg-header-profile .dropdown-menu li a {
  color: #fefefe;
}
#schedorg-header-profile .dropdown-menu {
  text-align: left;
  background: #333333
}
#schedorg-header-profile a.dropdown-toggle {
  display: block;
  ;
  height: 60px;
}
#schedorg-header-profile:hover {
  background-color: var(--gray-700);
}
#schedorg-header-profile #schedorg-admin-link .dropdown-toggle img {
  float: left;
  margin: 12px 5px 0;
  transition: all ease-out .2s;
}
#schedorg-header-profile #schedorg-admin-link .dropdown-toggle:hover img {
  margin-top: 10px !important
}
#sched-menu-link-me #sched-views li a {
  padding-left: 35px;
}
/* tooltip header */
.sched-meta, .sched-meta-loading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #efefef;
  height: 35px;
  padding: 5px 5px 0;
  border-bottom: 1px solid #ddd;
}
.sched-meta-loading {
  border-radius: 5px;
  padding: 5px;
  height: 40px;
}
.sched-meta .button {
  font-size: 13px;
  margin: 3px 5px 0;
  background: #fafafa;
  padding-left: 5px;
  height: 25px;
  line-height: 26px;
}
.sched-meta .button-link {
  background: #fafafa;
}
.sched-meta .button-link span {
  background: url(//cdn.sched.co/common/img/icons-3x.png) -56px -75px no-repeat;
  background-size: 200px 300px;
  height: 34px;
  width: 16px;
  display: block;
  float: left;
  margin: 4px 6px 0 0;
}
.sched-meta .like-button {
  display: inline;
  margin-right: 5px;
  float: right;
}
.sched-meta .button:hover, .sched-meta .button-link:hover {
  background-color: #fff;
}
.sched-meta {
  padding: 0;
}
.sched-meta .button {
  line-height: 34px;
  background: none;
  border-right: 1px solid #ccc;
  height: 34px;
  display: block;
  float: left;
}
.sched-meta .button {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0 12px;
}
.sched-meta .button-add {
  border-top-left-radius: 5px;
}
#sched-container-header-menu li#sched-menu-link-filters {
}
#sched-menu-link-filters .popover-body-inner {
  padding: 0 5px
}
#sched-menu-link-filters #sched-sidebar-filters-type li {
  font-size: 12px
}
#sched-menu-link-filters #sched-sidebar-filters-type li a {
  color: var(--gray-700);
}
#sched-menu-link-filters #sched-sidebar-filters-type li a:hover {
  color: #0960AB
}
#sched-content #sched-menu-link-filters li, #sched-content #sched-menu-link-filters li a:hover {
  background: none !important
}
#schedorg-header-official .sched-shown-xxs {
  display: none;
}
.custom-page-content img {
  max-width: 100%;
  height: auto;
}
#schedorg-mobile-shoutout {
  display: none;
  float: right;
}
#schedorg-mobile-shoutout a {
  margin: 12px 10px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0 10px;
}
/* begin RWD special rules */
@media(min-width:1200px) {
  #sched-share-app-iphone, #sched-share-app-android {
    height: 33px;
    width: 112px;
    float: left;
    display: block;
    background: url(//cdn.sched.co/app-apple.svg) no-repeat;
    background-size: 112px 33px;
 }
  #sched-share-app-android {
    background: url(//cdn.sched.co/app-google.svg) no-repeat;
    background-size: 112px 33px;
 }
  #sched-share-app-iphone {
    margin-right: 5px;
 }
  #sched-share-app-iphone img, #sched-share-app-android img {
    display: none;
 }
  .sched-person {
    width: 31%;
 }
  .event {
    font-size: 16px;
 }
  .event a {
    padding: 0 9px;
 }
  .event .name .sched-event-seats {
    position: relative;
    top: -2px;
    background: var(--gray-900);
    margin-left: 6px;
    font-size: 10px;
    padding: 0 5px;
    line-height: 20px;
 }
.sched-event-seats-secret {
    font-weight: 700 !important;
    display: inline-block;
    margin: 0px -4px 0 18px !important;
    font-size: 9px;
    padding: 4px 6px;
    background: black;
    line-height: 1;
    color: white;
    border-radius: 3px;
    position: relative;
    top: -2px;
    margin-left: 6px;
    float: right;
 }
  .sched-container {
    margin-left: 90px;
 }
  .sched-container-wide {
    margin-left: 0px;
 }
  .sched-container-dates {
    font-size: 16px;
 }
  #sched-page-help h2 {
    font-size: 22px !important;
 }
  .sched-benefits-item a {
    font-size: 16px !important
 }
  .sched-share a {
    width: 42px;
    height: 42px;
    border: 1px solid #aaa;
 }
  .sched-share .sched-share-print {
    background: #FCFCFC url(//cdn.sched.co/common/img/icon-print.svg) center center no-repeat;
    background-size: 26px 26px;
 }
  .sched-share .sched-share-email {
    background: #FCFCFC url(//cdn.sched.co/common/img/icon-email.svg) center center no-repeat;
    background-size: 26px 26px;
 }
  .sched-share .sched-share-mobile {
    background: #FCFCFC url(//cdn.sched.co/common/img/icon-mobile.svg) center center no-repeat;
    background-size: 26px 26px;
 }
  .sched-share .sched-share-twitter {
    border: none;
    background: #50ABF1 url(//cdn.sched.co/common/img/icon-network-twitter.svg) center center no-repeat;
    background-size: 42px 42px;
 }
  .sched-share .sched-share-facebook {
    border: none;
    background: #3B579D url(//cdn.sched.co/common/img/icon-network-facebook.svg) center center no-repeat;
    background-size: 42px 42px;
 }
  .sched-share a:hover {
    background-color: #E9EAEC;
 }
  .sched-share a.sched-share-twitter:hover,
  .sched-share a.sched-share-twitter:focus {
    background-color: #4796E3;
 }
  .sched-share a.sched-share-facebook:hover,
  .sched-share a.sched-share-facebook:focus {
    background-color: #354C8B;
 }
 .sched-share .event-share span:after {
  font-size: 30px;
  height: 30px;
 }
  .ev-save.disabled {
    opacity: 0.5;
    cursor: auto;
 }
  #sched-content .sub .ev-save.disabled:hover {
    opacity: 0.5;
    background-color: var(--green-dark);
 }
  .ev-save.checkinmark {
 }
  #echo-recommend, #echo-search, .search-box {
    width: 158px !important;
    height: 32px !important;
    line-height: 27px !important;
    font-size: 16px;
 }
  #sched-menu-link-me .sched-avatar {
    height: 40px;
    width: 40px;
 }
  #sched-menu-link-me .sched-avatar img {
    height: 36px;
    width: auto;
    margin: 0 auto;
 }
  #sched-menu-link-me .sched-avatar-letter {
    background-size: 50px;
 }
  #sched-views .popover {
    top: 38px;
 }
  #sched-sidebar-filters li#sched-sidebar-filters-venues a span.box {
    margin-top: 0;
    margin-left: 0;
 }
  #sched-sidebar-filters li#sched-sidebar-filters-dates a span.box {
    margin-top: 0;
    margin-left: 0;
 }
  #sched-sidebar-filters li#sched-sidebar-filters-popular a span.box {
    margin-top: 0;
    margin-left: 0;
 }
  #sched-menu-search #sched-sidebar-filters li a {
    padding: 5px 0 5px 20px;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
  #sched-menu-search #sched-sidebar-filters li a:hover span.box {
    height: 18px;
    width: 18px;
    margin-top: -1px;
 }
  #sched-sidebar #sched-sidebar-filters li#sched-sidebar-filters-venues a:hover span.box {
    margin-top: 0;
    margin-left: 0;
 }
  #sched-sidebar #sched-sidebar-filters li#sched-sidebar-filters-dates a:hover span.box {
    margin-top: 0;
    margin-left: 0;
 }
  #sched-menu-link-me .sched-avatar {
    height: 50px;
    width: 50px;
 }
  #sched-menu-link-me .sched-avatar img {
    height: 50px;
    width: auto;
 }
  #sched-views .popover {
    transition: visibility .2s ease-in-out, top .2s ease-in-out;
 }
  #sched-views:hover .popover, #sched-views.hover .popover {
    top: 40px;
 }
  #sched-page-grid #sched-content th {
    width: 174px;
    font-size: 13px;
 }
  #sched-page-grid #sched-content .sched-page-grid-event {
    width: 170px
 }
  #sched-page-grid #sched-content .sched-page-grid-event .sched-page-grid-event-name {
    font-size: 13px
 }
  .sched-page-grid-event-time {
    font-size: 12px;
 }
  #sched-page-grid #sched-content th.sched-page-grid-expand, #sched-page-grid #sched-content th.sched-page-grid-exit {
    font-size: 12px;
    background: white;
 }
  .sched-page-grid-venues {
    min-width: 174px;
 }
  #sched-page-grid #sched-content .sched-page-grid-event.fullwidth {
    width: 170px;
 }
  #sched-page-grid #sched-content .sched-page-grid-session-wrapper {
    min-width: 174px;
 }
}
.sched-lightbox {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, .75);
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Styles the close link, adds the slide down transition */
a.sched-lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
/* Provides part of the "X" to eliminate an image from the close link */
a.sched-lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(45deg);
}
/* Provides part of the "X" to eliminate an image from the close link */
a.sched-lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(-45deg);
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.sched-lightbox:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.sched-lightbox:target a.sched-lightbox-close {
  top: 0px;
}
.sched-person {
  text-align: center;
  position: relative;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}
.sched-event-details-role {
  font-size: 14px;
}
.sched-event-details-roles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.sched-person-session {
  display: flex;
  gap: 16px;
}
.sched-person-session .sched-avatar {
  flex: 0 0 auto;
  margin: 0;
}
.sched-person-session-role {
  font-size: 14px;
}
.sched-event-details .tip-roles>strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}
.sched-person-session h2 {
  margin: 8px 0 3px;
  font-size: 14px;
}
.sched-event-details-role-company {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}
.popover-body-inner .tip-roles>strong {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
}
.popover-body-inner .tip-roles .sched-event-details-roles {
  gap: 10px;
}
.popover-body-inner .tip-roles .sched-person-session {
  gap: 12px;
}
.popover-body-inner .tip-roles .sched-avatar {
  margin: 0 !important;
}
.popover-body-inner .tip-roles .sched-event-details-role-company {
  font-size: 12px;
}
.sched-avatar {
  height: 200px;
  width: 200px;
  border-radius: 300px;
  float: none;
  margin: 0 auto 15px;
}
.sched-avatar img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
.sched-avatar-letter {
  font-size: 64px;
  line-height: 160px;
  font-weight: 400;
  height: 160px;
  border: 2px solid #e6e6e6;
  width: 160px;
  display: inline-block;
  border-radius: 300px;
}
.sched-event-details .sched-avatar, .sched-event-details .sched-avatar-letter, #sched-page-event_edit .sched-avatar-letter {
  height: 100px;
  width: 100px;
  font-size: 42px;
  line-height: 95px;
}
.sched-event-details .sched-avatar img {
  height: 100px;
}
.sched-event-details-role {
  color: #737373;
}
.sched-event-details-company {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}
.schedorg-body-dark .sched-event-details-company {
  color: #fff;
}
.sched-event-details-position {
  line-height: 1.4;
  margin-top: 2px;
  font-size: 13px;
  color: #737373;
}
.schedorg-body-goers .sched-person {
  min-height: 90px;
  text-align: left;
  margin: 0 20px 20px 0;
  padding: 10px;
  border-radius: 10px;
  width: 31%;
  border: 1px solid rgba(200, 200, 200, .3);
  background-color: #fff;
}
#tip .sched-person, .sched-event-details-container .sched-person {
  text-align: left;
}
#tip .sched-person h2 a {
  font-size: 16px;
}
.sched-event-details-container .sched-person {
  min-height: 110px;
}
@media only screen and (max-width: 600px) {
  .sched-event-details-container .sched-person .sched-avatar {
    margin: 0 0 10px;
 }
  .sched-event-details-container .sched-person h2 {
 }
}
#sched-page-event-attendees .sched-avatar, .sched-search-results .sched-avatar, .schedorg-body-goers .sched-avatar, #sched-page-event-attendees .sched-avatar {
  height: 75px;
  width: 75px;
  float: left;
  margin-right: 10px;
}
.schedorg-body-goers .sched-person h2 a {
  font-size: 16px;
}
#sched-page-event-attendees .sched-avatar img, .sched-search-results .sched-avatar img, .schedorg-body-goers .sched-avatar img, #tip .sched-avatar img, #sched-page-event-attendees .sched-avatar img {
  height: 75px;
}
#sched-page-event-attendees .sched-avatar-letter, .sched-search-results .sched-avatar-letter, .schedorg-body-goers .sched-avatar-letter {
  font-size: 32px;
  line-height: 75px;
  font-weight: 400;
  border: 2px solid rgba(0, 0, 0, .1);
  width: 75px;
  height: 75px;
  line-height: 70px;
  display: inline-block;
  border-radius: 300px;
}
#schedorg-header-profile .sched-avatar {
  width: 40px;
  height: 40px;
}
#schedorg-header-profile .sched-avatar img {
  height: 40px;
}
#schedorg-header-profile .sched-avatar-letter {
  height: 40px;
  width: 40px;
}
#sched-page-me-profile-avatar {
  background-color: #fff;
  display: inline-block;
  border-radius: 500px;
  float: left;
  margin: 0 20px 20px 0 !important;
}
#sched-page-me-profile-avatar img {
  border-radius: 500px;
  border: 2px solid rgba(0, 0, 0, .1);
  min-width: 150px;
  max-width: 300px;
}
#sched-page-settings-save {

}
#sched-page-settings-save input {
  margin: 10px;
}
.sched-settings-right .sched-avatar {
  height: 300px;
  width: 300px;
}
.sched-settings-right .sched-avatar img {
  height: 300px;
}
#sched-page-me-profile-avatar .sched-avatar-letter {
  float: right !important;
}
#sched-page-me-profile-about, #sched-page-me-networks {
  clear: none;
}
.schedorg-body-list #sched-content .sched-person {
  min-height: 120px;
}
.sched-search-results.people-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sched-search-results .sched-person {
  position: relative;
  text-align: left;
  padding-left: 90px;
  min-height: 75px;
  width: 100%;
  max-width: 600px;
}
.sched-search-results .sched-person h4 {
  margin: 10px 0 4px;
}
.sched-search-results .sched-person .sched-event-details-role-company {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 3px;
}
.sched-search-results.people-container .sched-avatar {
  float: none;
  margin: 0 15px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.sched-search-results.people-container .sched-event-details-role-bio {
  margin: 0;
}
.sched-container-people {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  width: 100%;
  margin-bottom: 20px;
}
/* sponsor formatting */
.sched-container-sponsors {
  width: 100%;
}
.schedorg-body-sponsors .sched-avatar, .schedorg-body-sponsors .sched-avatar img, .schedorg-body-sponsors .sched-avatar-letter {
  border-radius: 5px;
}
.schedorg-body-sponsors .sched-container-people h2 a {
  font-size: 14px !important;
  line-height: 1.6em;
  font-weight: 400;
}
.schedorg-body-sponsors .sponsor-level-container {
  padding: 10px;
}
.sched-container-sponsors h2 {
  background-color: var(--gray-200);
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  margin: 0 0 30px;
  line-height: 1.2;
}
.schedorg-body-sponsors .sched-person .sched-admin-edit {
  right: 48px;
  top: 4px;
}
/* exhibitor formatting */
.schedorg-body-exhibitors .sched-container-people .sched-avatar, .schedorg-body-exhibitors .sched-container-people .sched-avatar img, .schedorg-body-exhibitors .sched-container-people .sched-avatar-letter {
  border-radius: 5px;
}
.schedorg-body-exhibitors .sched-container-people h2 a {
  font-size: 14px !important;
  line-height: 1.6em;
  font-weight: 400;
}
.schedorg-body-exhibitors .sponsor-level-container {
  padding: 10px;
}
.sched-container-exhibitors h1 {
  background-color: rgba(40, 45, 70, .1);
  padding: 10px;
  border-radius: 8px;
  margin: 0 10px 20px 0;
}
.schedorg-body-exhibitors .sched-person .sched-admin-edit {
  right: 48px;
  top: 4px;
}
.sched-person {
  width: 25%;
}
@media(max-width:1190px) {
  .sched-person {
    margin: 0;
    width: 33%;
 }
  #sched-menu-link-me .sched-avatar-letter {
    background: url(//cdn.sched.co/common/img/avatar-empty.png) center center no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
 }
}
@media(max-width:896px) {
  .schedorg-body-goers .sched-person {
    width: 50%;
 }
  .sched-person {
    width: 50%;
 }
}
@media(max-width:740px) {
  .sched-avatar {
    height: 180px;
    width: 180px;
    border-radius: 300px;
    float: none;
 }
  .sched-avatar img {
    height: 180px;
 }
  .sched-avatar-letter {
    height: 180px;
    width: 180px;
    font-size: 80px;
    line-height: 180px;
    font-weight: 400;
 }
  #sched-sidebar-filters #sched-sidebar-filters-type .popover {
    left: -10px !important;
    right: auto !important;
    bottom: 20px;
    width: 120px;
    word-break: break-all;
 }
  #sched-sidebar-filters .popover .arrow {
    transform: rotate(180deg);
    left: 40px;
    right: auto;
    top: auto;
    bottom: -6px;
 }
  #sched-sidebar-filters-dates-head, #sched-sidebar-filters-venues-head, #sched-sidebar-filters-type li#sched-sidebar-filters-types-head {
    display: block;
    clear: both;
    float: none;
 }
  #sched-sidebar-filters-venues .popover {
    max-width: 215px !important;
    width: 215px !important;
 }
  #sched-sidebar-filters-venues .popover .arrow, #sched-sidebar-filters-dates .popover .arrow {
    left: 90px;
    bottom: -7px;
 }
}
@media(max-width:650px) {
  .sched-person {
    width: 50%;
 }
  .schedorg-body-goers .sched-person {
    width: 95%;
 }
  #sched-page-me-profile-avatar {
    margin: 0 auto;
    float: none;
 }
  #sched-page-me-profile {
    margin-right: 20px;
 }
}
@media(max-width:480px) {
  .sched-person {
    width: 100%;
 }
}
@media(max-width:320px) {
  #sched-body {
    width: 320px;
    max-width: 100%;
 }
}
#eb-onboard {
  margin: 80px auto -40px;
  width: 550px;
  padding: 0;
  border: 2px solid #555;
  background: #fff;
}
#eb-onboard .onboard-step {
  float: left;
  width: 32%;
  min-width: 200px;
  margin: 5px 0 0 5px;
  text-align: center;
}
#eb-onboard .onboard-step-inner {
  margin: 0 10px;
  border-radius: 8px;
  padding: 0;
}
#eb-onboard .onboard-step img {
  border-radius: 3px;
}
.onboard-image {
  margin: 0 auto 5px;
  border: 1px solid #ccc;
  background: #FEFEFE;
  padding: 5px;
  border-radius: 8px;
  width: 164px;
}
#eb-onboard strong {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}
#eb-onboard h2 {
  font-size: 18px;
  line-height: 40px;
}
#sched-benefits img {
  float: left;
  margin: 0 5px 0 0;
  clear: left;
}
.sched-benefits-item {
  padding: 5px 0;
}
#eb-onboard .sched-input {
  border-radius: 3px;
  padding: 4px;
  font: 16px/1.6em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif !important;
}
#eb-onboard .sched-save {
  vertical-align: center;
  margin-top: 3px;
  background: #1480B6;
  border-radius: 3px;
  text-align: center;
  padding: 7px 16px 6px 16px;
  color: #fff;
  border: 0;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  height: auto;
  outline: 0;
  font: 700 14px/1.6em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif !important;
}
#eb-onboard .sched-save:hover {
  background: #2D99CF;
  cursor: pointer;
  text-decoration: none;
}
#eb-onboard .sched-save.disabled {
  background: #c5c5c5;
  cursor: default;
}
#eb-onboard .sched-save.disabled:hover {
  background: #c5c5c5;
  cursor: default;
}
#eb-onboard #passshortnote {
  margin-left: 234px;
  font-size: 12px;
  position: absolute;
  clear: both;
  color: red;
  display: none;
}
.sched-overlay-text a {
  color: #B7CDFF;
  border-bottom: 1px solid #B7CDFF;
}
.sched-overlay-text a:hover {
  border: 0;
  color: #fff;
}
.tip-description ol li {
  list-style: decimal !important;
}
.sub .name span.sched-event-seats-waitlisted {
  opacity: 1;
}
.sched-file {
  clear: both;
  line-height: 40px;
  margin: 10px 0;
}
.sched-file-extension {
  background: #aaa;
  border-radius: 3px;
  color: #666;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 4px;
  text-transform: uppercase;
}
.file-uploaded {
  background: url(//cdn.sched.co/common/img/icon-file-doc.png) 5px center no-repeat;
  background-size: 22px 31px;
  display: inline-block;
  font-size: 15px;
  min-width: 100px;
  padding: 0 2px 0 40px;
  text-transform: capitalize;
  width: auto;
}
.file-uploaded-zip {
  background: url(//cdn.sched.co/common/img/icon-file-zip.png) 5px center no-repeat;
  background-size: 22px 31px;
}
.file-uploaded-vid {
  background: url(//cdn.sched.co/common/img/icon-file-vid.png) 5px center no-repeat;
  background-size: 22px 31px;
}
.file-uploaded-ppt {
  background: url(//cdn.sched.co/common/img/icon-file-ppt-wide.png) 0 center no-repeat;
  background-size: 32px 30px;
}
.file-uploaded-xls {
  background: url(//cdn.sched.co/common/img/icon-file-csv.png) 5px center no-repeat;
  background-size: 22px 31px;
}
.file-uploaded-mp3 {
  background: url(//cdn.sched.co/common/img/icon-file-mp3.png) 5px center no-repeat;
  background-size: 22px 31px;
}
.file-uploaded-pdf {
  background: url(//cdn.sched.co/common/img/icon-file-doc.png) 5px center no-repeat;
  background-size: 22px 31px;
}
.file-uploaded-img {
  background: url(//cdn.sched.co/common/img/icon-file-pic.png) 5px center no-repeat;
  background-size: 22px 31px;
}
.container-noheader {
  margin-top: 60px !important;
}
@media screen and (max-width: 1199px) {
  .container-noheader #sched-logo h1 a span {
    padding-top: 10px;
  }
}
.sched-spnsr {
  width: 100%;
}
.sched-spnsr img {
  max-width: 100%;
  margin: 0 auto;
}
/* fix contact form on embedded private sites */
/* @media(max-height:600px) {
   #TB_window {
    margin-top: 0 !important;
    top: 10px;
    height: 350px !important;
    overflow-y: scroll;
 }
} */
.sched-dates-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding-bottom: 20px;
}
.sched-dates-menu .sched-container-header {
  margin: 0 !important;
}
@media screen and (max-width: 905px) {
  .sched-dates-menu {
    margin: 0;
  }
}
@media screen and (max-width: 701px) {
  .tz {
    display: inline;
  }
  .sched-container-header {
    text-align: center;
  }
  .sched-container-header h2 {
    font-size: 16px;
  }
}
.sched-dates-menu > a.sched-past-date-link {
  padding: 4px 8px;
  margin-top: -1px;
}
a.sched-past-date,
a.sched-past-date-link {
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #DDD;
  white-space: nowrap;
}
a.sched-past-date {
  background-color: #fff;
}
.sched-container-expired {
  padding: 15px 0;
  clear: both;
}
.sched-container-expired a {
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #DDD;
  font-weight: 600;
  white-space: nowrap;
}
/* .sched-container-expired a.hide-past-events {
  background-image: url(//cdn.sched.co/common/img/icon-arrow-up.png);
} */
.sched-past-date-header {
  margin: 0 0 5px 10px;
  font-weight: 400 !important;
}
#sched-page-grid .sched-past-date-header {
  font-size: 16px !important;
  margin-bottom: 10px;
}
.schedorg-body-grid .sched-container-header {
  margin-top: 5px;
}
.schedorg-body-grid #sched-container-header-menu {
  z-index: 9991;
}
.sched-header-announcement {
  margin: 10px 0 30px;
  border: 1px solid var(--gray-300);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}
.schedorg-body-dark .sched-header-announcement {
  background: #fff;
  color: var(--gray-900) !important;
}
.survey {
  margin: 10px 0 30px;
  min-height: 84px;
}
.survey form {
  clear: both;
}
.survey h2 {
  margin-bottom: 10px;
}
.survey textarea {
  width: 500px;
  max-width: 100%;
  height: 120px;
  margin: 10px 0;
}
.survey-element {
  clear: both;
}
.survey-rating {
  float: left;
  display: inline-block;
  cursor: pointer;
  margin: 10px 15px 10px 0;
  padding-top: 2px;
  height: 75px;
  text-align: center;
  width: 50px;
}
.survey-sprite {
  background-image: url(//cdn.sched.co/survey-sprite-retina.png);
  background-size: 122px 122px;
  display: inline-block;
  height: 42px;
  width: 42px;
  margin: 4px 0 0 2px;
}
.survey-sprite-m {
  background-position: -40px -40px;
}
.survey-sprite-y {
  background-position: -81px -81px;
}
.session-survey-button {
  display: inline-block;
  cursor: pointer;
  margin: 0px 0px 10px 0;
  background-size: 18px 16px;
  font-size: 14px;
}
.session-survey-button-reviewed {
  opacity: .5;
}
.session-survey-button:hover {
  text-decoration: underline;
}
.survey-disabled {
  min-height: auto;
}
.survey-disabled form {
  opacity: .3;
}
.survey-disabled .survey-rating {
  height: auto;
}

.survey-icons {
  display: flex;
  gap: 12px;
  padding: 15px 0;
}
.survey-icons__item {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.survey-icons__item input[type='radio'] {
  margin: 0;
  cursor: pointer;
}

.sched-page-me-schedule-with-surveys .event, .sched-page-my-schedule-inner-with-surveys .event {
  clear: both !important;
}
.datetime-wrapper {
  display: inline-block;
}
.datetime-time {
  color: #A2A2A2;
}
.survey-sprite-margin {
  margin-right: 5px;
  vertical-align: top;
}
.survey-results {
  float: left;
  font-size: 18px;
  line-height: 51px;
  margin-right: 20px;
}
.survey-totals {
  margin-bottom: 15px;
  border-bottom: 1px solid lightgray;
}
.feedback-time {
  margin-right: 10px;
}
.feedback-author {
  margin-left: 10px;
}
.feedback-review-wrapper {
  background: #F1F3F6;
  padding: 10px 10px;
  border: 1px solid #C4CDD5;
  border-radius: 5px;
  margin-bottom: 15px;
}
.feedback-rating {
  float: left;
}
.feedback-review {
  float: right;
  width: 92%;
}
.plusonemsg {
  background: url(//cdn.sched.co/common/img/icon-plusone.png) left center no-repeat;
  background-size: 25px 25px;
  padding-left: 35px;
  min-height: 25px;
  display: inline-block;
  line-height: 25px;
}
/* feedback page per day */
.schedorg-body-feedback #sched-sidebar, .schedorg-body-feedback #sched-container-header-menu, .schedorg-body-feedback #sched-header-outer, .schedorg-body-feedback .sched-spnsr, .schedorg-body-feedback #sched-confirm-schedule, .schedorg-body-feedback #sched-header-message {
  display: none !important;
}
.schedorg-body-feedback .survey {
  border: 0;
}
.schedorg-body-feedback #feedback-home {
  font-size: 16px;
  margin: 0 auto 20px;
  display: block;
}
.schedorg-body-feedback #prev-day, .schedorg-body-feedback #next-day {
  font-size: 18px;
  background: #eee;
  display: block;
  border: 1px solid #aaa;
  padding: 10px;
  margin: 0 20px 20px;
  float: left;
}
@media(max-width:480px) {
  .schedorg-body-feedback .sched-container {
    margin: -1px 0 0 0;
 }
  .schedorg-body-feedback .survey {
    margin: 0;
    padding: 0;
 }
  .schedorg-body-feedback .survey textarea {
    width: 90%;
 }
  .schedorg-body-feedback .sched-container-header {
    margin: 0;
 }
}
/* admin menu */
#schedorg-header-admin {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.sched-header-submenu-account {
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
  margin: 4px 0;
}
#schedorg-header-admin .dropdown-menu {
  z-index: 999;
  position: absolute;
  right: 10px;
  top: 100%;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  width: 220px;
  padding: 4px 6px;
}
#schedorg-header-admin .dropdown-toggle {
  margin: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 99;
}
#schedorg-header-admin .dropdown-toggle .sched-avatar {
  border-radius: 3px;
  margin: 9px 0;
}
#schedorg-header-admin .dropdown-toggle .sched-avatar img {
  border-radius: 2px;
}
#schedorg-header-admin .jq-dropdown-divider {
  border-top: solid 1px #e5e5e5;
  font-size: 1px;
  padding: 0;
}
#schedorg-header-admin .sched-avatar {
  height: 41px;
  width: 41px;
  background: #fff;
  border: 1px solid var(--gray-400);
}
#schedorg-header-admin .sched-avatar img {
  border: 0;
  height: 100%;
  width: 100%;
}
#schedorg-header-admin li.sched-header-submenu-account .sched-avatar {
  margin: 0;
}
#schedorg-header-admin li.sched-header-submenu-account a {
  display: flex;
  align-items: center;
  gap: 12px;
}
#schedorg-header-admin .sched-avatar:hover {
  top: 0;
}
#schedorg-header-admin .sched-avatar-letter {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border: 0;
}
/* if embedding on dark bg, lighten up text/links */
body.schedorg-body-dark, .schedorg-body-dark .sched-menu-login, .schedorg-body-dark #sched-content-inner h3, .schedorg-body-dark .sched-page-grid-venues, .schedorg-body-dark #sched-sidebar strong, .schedorg-body-dark .sched-event-details-role, .schedorg-body-dark .tweet_user, .schedorg-body-dark .tweet_text, #sched-sidebar-timezone {
  color: #fff !important;
}
.schedorg-body-dark .sched-container-dates {
  color: #ddd;
}
.schedorg-body-dark .sched-menu-link a,
.schedorg-body-dark #sched-sidebar a {
  color: #fff;
}
.schedorg-body-dark #tip, #sched-sidebar, .schedorg-body-dark #sched-sidebar .popover-body a {
  color: var(--gray-900);
}
.schedorg-body-dark #tip a, .schedorg-body-dark .sched-menu-link li a {
  color: #0960AB;
}
.schedorg-body-dark .sched-container-expired a {
  color: var(--gray-900);
  background-color: rgba(255, 255, 255, 0.95);
}
.schedorg-body-dark #sched-container-header-menu li.sched-menu-link-active {
  background-color: #EEE;
  background-color: rgba(255, 255, 255, 0.95);
}
.schedorg-body-dark #sched-container-header-menu li.sched-menu-link a:hover {
  background-color: #F5F5F5;
  background-color: rgba(255, 255, 255, 0.75);
}
.schedorg-body-dark #sched-container-header-menu li a.sched-menu-link-active,
#sched-container-header-menu li a.sched-menu-link-active:hover,
#sched-container-header-menu li a.sched-menu-link-active:focus {
  background-color: #EEE;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--gray-900) !important;
}
.schedorg-body-dark #sched-page-list .sched-container {
  border-bottom: 2px solid #555;
  border-bottom: 2px solid rgba(255, 255, 255, .25);
}
.schedorg-body-dark #sched-sidebar-filters li#sched-sidebar-filters-dates a span.box {
  padding: 1px 1px 1px 0px;
  border-radius: 2px;
}
.schedorg-body-dark #sched-sidebar-filters li#sched-sidebar-filters-venues a span.box {
  padding: 1px 1px 1px 0px;
}
.schedorg-body-dark #sched-sidebar-filters li#sched-sidebar-filters-popular a span.box {
  padding: 1px 1px 1px 0px;
}
.schedorg-body-dark #sched-sidebar-filters li a span.box {
  padding: 1px 1px 0px 0px;
}
.schedorg-body-dark #sched-page-grid #sched-content td {
  background: url(//cdn.sched.co/sched-page-grid-bg-white.png) repeat 0 0;
}
.schedorg-body-dark #sched-page-grid #sched-content th {
  color: white;
}

.schedorg-body-dark #sched-page-grid #sched-content .sched-page-grid-times, #sched-page-grid #sched-content .sched-page-grid-time {
  background: none;
  color: var(--gray-900);
}
.schedorg-body-dark #sched-sidebar-filters li#sched-sidebar-filters-dates a span.box {
  background: url(//cdn.sched.co/common/img/icon-calendar-light.svg) 2px top no-repeat;
  background-size: 14px 14px;
}
.schedorg-body-dark #sched-sidebar-filters li#sched-sidebar-filters-venues a span.box {
  background: url(//cdn.sched.co/common/img/icon-venue-light.svg) 2px top no-repeat;
  background-size: 14px 14px;
}
.schedorg-body-dark #sched-sidebar #sched-sidebar-filters li#sched-sidebar-filters-popular a span.box {
  background: url(//cdn.sched.co/common/img/icon-star-light.svg) center center no-repeat;
  background-size: 16px 16px;
}
.schedorg-body-dark #s-submit {
  background-color: var(--gray-800);
  color: #fff !important;
}
.schedorg-body-dark.schedorg-body-embed .tweet_retweeted, .schedorg-body-dark.schedorg-body-embed .tweet_action img {
  filter: invert(1);
}
.schedorg-body-dark #sched-sidebar-timezone #sched-sidebar-timezone-head {
  color: #fff !important;
}
.schedorg-body-dark #sched-sidebar-timezone .url span {
  color: #fff !important;
  background-image: url(../img/icon-world-white.svg) !important;
}
.schedorg-body-dark #sched-sidebar-timezone .url div {
  color: #B7CDFF !important;
}

.schedorg-body-dark .sched-event-menu li a {
  color: #fff !important;
}
.schedorg-body-dark .sched-event-menu li a:hover {
  color: var(--gray-900) !important;
}
.schedorg-body-dark .sched-container-sponsors h2 {
  background: #F3F4F6 !important;
  color: var(--gray-900) !important;
}
.schedorg-body-dark #sched-menu-link-schedule .popover a {
  color: var(--gray-900) !important;
}
.schedorg-body-dark .sched-event-details-company {
  color: #b1b1b1 !important;
}
.schedorg-body-dark a.sched-past-date,
.schedorg-body-dark a.sched-past-date-link {
  background-color: #EEE;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--gray-900) !important;
}
/* end dark mode */

.item-toggle {
  position: relative;
  display: flex;
  gap: 20px;
  font-weight: 500;
  margin-bottom: 22px;
  align-items: flex-start;
}
.item-toggle .switch {
  margin-top: -5px;
}
.item-toggle .note {
  font-size: 13px;
  color: var(--gray-600);
  font-weight: 400;
}

.slider {
  -webkit-transition: .4s;
  background-color: #BDC6CE;
  border-radius: 34px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.slider-popup {
  font-size: 13px;
}
.slider:before {
  -webkit-transition: .4s;
  background-color: #FFF;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 29px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 29px;
}
.switch {
  display: inline-block;
  height: 37px;
  position: relative;
  width: 60px;
  min-width: 60px;
  margin-bottom: 0;
}
.switch input, .slider-unlimited, .hide {
  display: none;
}
input:checked+.slider {
  background-color: #34C46B;
}
input:checked+.slider:before {
  transform: translateX(23px);
}
input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}
input[type='radio'] {
  margin-top: 6px;
}
.sched-settings-left {
  margin-left: 10px;
}
/*frontapp message bubble with chat closed */
#front-chat-container .fc-1Myjp+.fc-1vhZp {
  text-align: left;
}
/*frontapp branding*/
#front-chat-container .fc-1_tjF {
  display: none;
}
.container {
  width: 100%;
}
@media screen and (max-width:1199px) {
  body {
    background-color: #fff !important;
  }
}
@media(max-width:991px) {
  .container {
    max-width: 100%;
 }
  .row {
    position: relative;
 }
  .col-md-9 {
    width: 75%;
    float: left;
 }
  .col-md-3 {
    width: 25%;
    float: left;
    clear: none;
 }
  .schedorg-body-embed #sched-page-grid .container {
    max-width: none !important;
 }
}
@media(max-width:879px) {
  #schedorg-header-official .sched-hidden-s {
    display: none;
 }
  #schedorg-header-official {
    display: none
 }
}
@media(max-width:850px) {
  .sched-share {
    margin-right: 0;
 }
}
@media(max-width:740px) {
  #schedorg-header-official .sched-shown-xxs {
    display: block;
 }
  #schedorg-header-official .sched-hidden-s, #schedorg-header-official .sched-hidden-xs {
    display: none;
 }
  #sched-menu-search {
    display: block;
 }
  .col-md-9 {
    width: 100%;
 }
  .col-md-3 {
    width: 100%;
 }
  #sched-sidebar {
    width: 100%;
    min-width: 0;
    clear: both;
    margin-bottom: 0;
 }
  #sched-sidebar-speakers, #sched-sidebar-artists, #sched-sidebar-exhibitors, #sched-sidebar-sponsors, #sched-sidebar-attendees, #sched-sidebar-volunteers {
    display: none;
 }
  #schedorg-header .addthis_toolbox {
    display: none
 }
  #sched-sidebar-inner {
    margin: 20px;
    border-top: 3px solid #E6E6E6
 }
  #sched-sidebar-filters-type {
    clear: both;
    display: block;
    border-bottom: 20px;
 }
  #sched-sidebar-filters-type li {
    position: relative;
    float: left;
    margin-right: 20px;
 }
  #sched-sidebar-filters-type li li {
    float: none;
 }
  #sched-sidebar-filters-venues a, #sched-sidebar-filters-dates a {
    display: block;
 }
  #echo-recommend, #echo-search, .search-box {
    color: #ccc;
    height: 26px;
    line-height: 21px;
    padding: 0 4px;
    vertical-align: top;
    width: 150px;
    width: 166px !important;
    font-size: 16px;
 }
  #sched-sidebar {
    font-size: 14px;
    line-height: 1.8em;
 }
  #sched-sidebar-filters li a,
  #search-listing li a {
    padding-left: 23px;
    line-height: 18px;
 }
  #sched-sidebar-filters li a:hover span.box {
    height: 18px;
    width: 18px;
    margin-left: -1px;
    margin-top: -1px;
 }
  #sched-sidebar .sched-avatar {
    display: inline-block;
    border-radius: 100px;
    width: 100%;
    height: auto;
 }
  #sched-sidebar-inner .has-avatars li {
    float: left;
    width: 50px;
    height: 50px;
 }
  #sched-menu-search #sched-sidebar-filters li a {
    padding-left: 20px;
    line-height: 16px;
 }
  #sched-menu-search #sched-sidebar-filters li a span.box, span.box, #sched-sidebar-menu-links li a span.box {
    width: 15px;
    height: 15px;
 }
  #sched-menu-search #sched-sidebar-filters li a:hover span.box {
    height: 18px;
    width: 18px;
    margin-top: -1px;
 }
}
@media(max-width:650px) {
  #schedorg-header-official, #schedorg-header-fb {
    display: none
 }
  .col-md-3 {
    width: auto;
    position: relative;
 }
  #schedorg #sched-logo h1 a {
    font-size: 30px;
    line-height: 35px;
 }
  .sched-hidden-xs {
    display: none;
 }
}
/* hide mobile-only menu by default */
#schedorg-mobile-menu {
  display: none;
}
.sched-mobile-menu {
  height: initial !important;
}
.sched-mobile-menu ul {
  background-color: #fff !important;
  margin: 0 !important;
}
.sched-mobile-menu .dropdown-menu > li > a {
  text-shadow: none;
  color: var(--gray-800) !important;
  line-height: 1.2 !important;
  border: none !important;
  padding: 12px 20px;
}
.sched-mobile-menu .dropdown-menu > li > a:hover,
.sched-mobile-menu .dropdown-menu > li > a:focus {
  background-color: var(--gray-200) !important;
}
@media(max-width:905px) {
  #profile-onboarding-mobile {
    margin: 20px 0;
    text-align: center;
 }
  #sched-confirm-schedule {
    display: none !important;
 }
  #sched-page-settings #sched-content .onboard-step {
    margin: 0 10px 10px;
    padding: 0;
    width: 100%;
 }
  #sched-page-settings #sched-content h2 {
    margin-bottom: 10px;
 }
  #sched-page-settings textarea {
    margin-bottom: 20px;
 }
  #sched-page-settings-save {
    clear: both;
 }
  #schedorg-header-menu1, #schedorg-header-signup, #schedorg-header-expired, #profile-onboarding, .schedorg-body-me #sched-header-message, #sched-sidebar-outer, .schedorg-body-event #sched-header-message, #sched-page-event-shorturl, #sched-page-me-name .sched-button {
    display: none;
 }
 .mobile-menu {
  display: block !important;
 }
 /*#schedorg-mobile-link {
    color: #fff;
    line-height: 60px;
 }
  #schedorg-mobile-menu {
    height: 60px;
    display: block;
 }
  #schedorg-mobile-menu ul {
    border-radius: 0;
    background: #212B34;
    border: 0;
    border-bottom-right-radius: 5px;
    margin-top: -5px;
 }
  #schedorg-mobile-menu ul li {
    text-align: left;
 }
  #schedorg-mobile-menu ul li a {
    color: #fff;
    display: block;
    line-height: 3em;
    font-weight: 600;
 }
 #schedorg-mobile-menu ul li a.sched-menu-link-active {
  background-color: var(--gray-700);
  color: #fff !important;
 }
  #schedorg-mobile-menu-left {
    color: #fff;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
 }
  #schedorg-mobile-menu-right {
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
 }
  #schedorg-mobile-menu-right a {
    color: #fff;
    margin-right: 10px;
 }*/
  .col-md-9 {
    float: none;
    width: 100%;
 }
  .item-toggle {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px;
    text-indent: 0;
 }
  #sched-page-me-schedule, #sched-page-my-schedule-inner {
    margin: 0;
 }
  .event a {
    padding: 5px 10px;
 }
  .event, .event .name {
    float: none;
    display: block;
 }
  #sched-container-header-menu li.sched-share {
    display: none;
 }
  .sched-event-seats {
 }
  #schedorg #sched-logo h1 a {
    font-size: 25px;
    line-height: 30px;
 }
  #sched-menu-search .dropdown-menu {
    left: -100px !important;
 }
  #sched-menu-search .popover-content .arrow {
    margin-left: 110px !important;
 }
  #tip {
    width: 370px !important;
    left: 0 !important;
 }
  .edit-event {
    padding: 0;
    margin: 12px 15px;
 }
}
@media(max-width:480px) {
  #schedorg-mobile-shoutout {
    display: block;
 }
  #sched-page-home .sched-container-header, #sched-page-list .sched-container-header {
    margin-left: 0;
 }
  #sched-page-home .sched-container-dates, #sched-page-list .sched-container-dates {
    margin: 0;
    padding: 0;
 }
.list-simple h3 {
    clear: none;
    font-size: 15px;
    float: none;
    margin: 20px 0 5px;
    width: auto;
    color: rgba(0, 0, 0, .70);
    font-weight: 500;
 }
.list-simple h3 {
    float: none;
 }
  #sched-page-home .sched-container-inner, #sched-page-list .sched-container-inner {
    padding-bottom: 0;
 }
  #sched-page-event .sched-container {
    padding: 0;
 }
  #sched-container-header-menu .sched-share {
    margin: 10px 8px 0 0;
 }
}
/*! * smartbanner.js v1.10.1 <https://github.com/ain/smartbanner.js> * Copyright © 2018 Ain Tohvri, contributors. Licensed under GPL-3.0. */
.smartbanner {
  position: sticky;
  bottom: 0;
  z-index: 10;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #212B34;
}
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center
}
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' '
}
.smartbanner__exit::before {
  transform: rotate(45deg)
}
.smartbanner__exit::after {
  transform: rotate(-45deg)
}
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: var(--gray-900)
}
.smartbanner__info__title {
  /* font-size: 14px  */
}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none
}
.smartbanner__button__label {
  text-align: center
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background-color: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 17px;
  text-shadow: 0 1px 1px var(--gray-900)
}
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3
}
.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: white
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none
}
.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px var(--gray-900)
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: bold
}
.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  border-radius: 50px;
  display: block;
  padding: 0 10px;
  background-color: #1f960f;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none
}
.app-banner {
  padding: 40px 10px 80px;
}
.app-banner img {
  max-width: 100%;
  height: auto;
}
.app-banner__grid {
  display: flex;
  gap: 10px;
}
.app-banner__cell--one {
  width: 56%;
}
.app-banner__cell--two {
  flex: 1;
}
.app-banner__title {
  font-size: 23px !important;
  margin-bottom: 30px;
  font-weight: 600;
}
.app-banner__desc {
  margin-bottom: 30px;
  font-size: 15px;
}
.app-banner__desc ol {
  margin-left: 20px;
}
.app-banner__desc ol li {
  list-style-type: decimal;
  line-height: 1.5;
  margin-bottom: 12px;
}
.app-banner__buttons {
  display: flex;
  gap: 20px;
}
.app-banner__buttons a {
  display: flex;
}
.app-banner__buttons a img {
  height: 38px;
}
img.app-banner__buttons-appstore {
  width: 113px;
}
img.app-banner__buttons-google-play {
  width: 131px;
}
.app-banner__screens {
  display: flex;
  gap: 25px;
  justify-content: space-around;
}
.app-banner__screens figure {
  margin: 0;
  text-align: center;
}
.app-banner__screens figcaption {
  padding-top: 15px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.app-banner__screens img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 900px) {
  .app-banner {
    padding: 30px 10px 40px;
 }
  .app-banner__grid {
    flex-direction: column;
 }
  .app-banner__cell--one {
    width: 100%;
 }
  .app-banner__cell--two {
    margin-top: 40px;
    flex: 1;
 }
 .app-banner__screens {
  justify-content: flex-start;
 }
  #schedorg h2 {
    line-height: 1.4;
    font-size: 15px;
 }
  .app-banner__title {
    font-size: 20px !important;
    margin-bottom: 25px;
 }
}
/* Web Embed tweaks */
.schedorg-body-embed #sched-body-inner {
  padding: 70px 0 0;
}
.schedorg-body-embed iframe {
  max-height: 100vh !important;
}
.schedorg-body-embed body {
  margin: 0 !important;
}
body {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .schedorg-body-embed .sched-event-details-role-bio {
    margin: 20px 0;
 }
}

#sched-sidebar-search {
  margin-bottom: 20px;
}
#sched-sidebar-filters #sched-sidebar-search-note {
  margin-top: 3px !important;
  padding: 0 !important;
  font-size: 12px !important;
  color: var(--gray-700) !important;
}
.sched-sidebar-search__input input.swap {
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  height: 36px;
}
.sched-sidebar-search__button .button {
  font-size: 12px;
  padding: 12px 20px;
}
.schedorg-body-dark .sched-sidebar-search__button #s-submit {
  background-color: #ffc72d !important;
}
/* Speaker page */
/* Participants pages */
.back-to, .sched-page-my-schedule__back-to {
  margin-bottom: 40px;
  font-size: 16px;
}
.schedorg-body-dark .back-to button {
  color: #fff;
}
/* Search page */
.sched-search {
  margin-bottom: 30px;
  max-width: 800px;
}
.sched-search form {
  display: flex;
  gap: 16px;
}
.sched-search__input {
  flex: 1;
}
#search-listing h2 {
  margin-bottom: 10px;
}
#search-listing>ul {

}
body:not(.schedorg-body-dark) #search-listing a {
  color: var(--gray-700);
}
/* #search-listing>ul>li>a {
  font-size: 14px;
  font-weight: 500;
} */
#search-listing>ul>li>ul {
  margin-left: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#search-listing>ul>li>ul li {
  margin-left: 20px;
}
#search-listing>ul>li>ul>li>a {
  font-size: 13px;
}
.schedorg-body-dark #search-listing>ul>li>ul>li>a {
  color: #fff;
}
.schedorg-body-dark #search-listing>ul>li>ul>li>a:hover {
  color: #fff;
  text-decoration: underline;
}
#search-listing #venue-list {
  font-size: 14px;
}
#search-listing .sched-search a {
  padding-left: 0;
}
#event-filters-venues ul {
  margin-left: 20px;
}
#sched-filter-menutag-company ul, #sched-filter-menutag-audience ul {
  margin-left: 20px;
}
#sched-filter-menutag-company ul li a, #sched-filter-menutag-audience ul li a {
  font-size: 13px;
}
/* Mobile Sessions Filter */
.mobile__sessions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 30px;
  flex-wrap: wrap;
  gap: 16px;
}
.mobile__sessions-header .sched-share {
  margin-left: auto;
}
.mobile__sessions-header #sched-menu-link-me .sched-avatar {
  margin-right: 0;
}
.mobile__sessions-header #sched-menu-link-me .sched-toggle a {
  color: #333;
}
.mobile__sessions-header #sched-menu-link-me .sched-toggle a:hover,
.mobile__sessions-header #sched-menu-link-me .sched-toggle a:focus {
  text-decoration: none;
}
.ui-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 24px 16px 0;
  color: #141414;
  display: flex;
  flex-direction: column;
  will-change: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
  z-index: 99999;
}
.ui-modal--active {
  visibility: visible;
  opacity: 1;
}
.ui-modal__open {
  font-size: 16px;
}
@media screen and (max-width: 570px) {
  .ui-modal__open {
    margin-left: auto;
  }
  .mobile__sessions-header .sched-share {
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    top: -46px;
  }
  .mobile__sessions-header {
    margin-top: 50px;
  }
}
.ui-modal__open-button {
  display: flex;
  align-items: center;
}
.ui-modal__open-button span {
  position: absolute;
}
.ui-modal input[type="text"] {
  font-size: 14px;
}
@media screen and (min-width: 906px) {
  .mobile__sessions-header, .ui-modal, .ui-modal__open {
    display: none !important;
 }

}
.ui-modal__open a {
  cursor: pointer;
}
.ui-modal__close {
  position: absolute;
  right: 15px;
  top: 24px;
  cursor: pointer;
}
.ui-modal__close span {
  color: var(--gray-900);
}
.ui-modal__header {
  padding-bottom: 12px;
  flex: 0;
  border-bottom: 1px solid #EAECF0;
}
.ui-modal__content {
  padding-top: 12px;
  overflow-y: auto;
}
.ui-modal__footer {
  border-top: 1px solid #EAECF0;
  padding: 20px 0;
  flex: 0;
}
.ui-modal__filter {
  background-color: #F8F9FC;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  color: #667085;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
  display: flex;
  white-space: nowrap;
}
.ui-modal__filter-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ui-modal__filter-clear {
}
.ui-modal__filter-clear a {
  color: #f04438;
  white-space: nowrap;
}
.ui-modal__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.ui-modal__subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #667085;
}
.ui-modal__widget {
  margin-bottom: 25px;
}
.ui-modal__label {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
  display: block;
  margin: 0 0 6px !important;
  letter-spacing: 0 !important;
}
.ui-modal .sched-date-linkback {
  margin-bottom: 0;
}
.ui-modal__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ui-modal__list>li {
  white-space: nowrap;
  list-style: none;
}
.ui-modal__list li ul,
.ui-modal__list .popover {
  display: none;
}
.ui-modal__list li a, .ui-modal__item a {
  color: #344054;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.ui-modal__list:not(.ui-modal__list--types) a {
  background-color: var(--gray-100);
}
.ui-modal__list li.sched-sidebar-filters-popular a span.box {
  background: url(//cdn.sched.co/common/img/icon-star-dark.svg) center center no-repeat;
  background-size: 16px 16px;
  opacity: .6;
  right: 0;
  margin-left: 1px;
}
.ui-modal__list li a:hover, .ui-modal__item a:hover {
  text-decoration: none;
}
.ui-modal__list.ui-modal__list--types li a span.box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  left: 0;
  top: 0;
  z-index: -1;
}
.ui-modal__expand {
  margin-top: 10px;
}
.ui-modal__expand-button {
  color: #667085;
  font-weight: 600;
  padding: 10px;
  font-size: 13px;
}
.ui-modal__expand-button:hover, .ui-modal__expand-button:focus {
  text-decoration: none;
}
/* end Mobile Sessions Filter */

/* Sendbird Chat */
#sb_widget {
  font-family: Inter, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: initial;
  z-index: 11;
  width: 60px;
  height: 60px;
  position: absolute !important;
  top: 0px;
  right: 108px !important;
  font-weight: 500;
}
#sb_widget .widget {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: initial;
  z-index: 99991;
  position: absolute !important;
  right: 6px !important;
  top: 9px;
  width: 41px;
  height: 41px;
  border-radius: 3px;
  display: block;
  box-shadow: none;
  background-color: #896BF5;
  cursor: pointer;
  box-shadow: inset 0 0 1px var(--gray-900);
}
#sb_widget .ic-disabled {
  background-image: url(https://cdn.sched.co/chat/icon-open-member.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: gray;
  opacity: 0.8;
  opacity: 1;
}
#sb_widget .widget .notification {
  font-weight: 600 !important;
  font-size: 10px !important;
}
/* Prevent chat icon from disappearing */
.widget.ic-connected {
  display: block !important;
}
#sb_widget .chat-section {
  right: -10px !important;
  top: 115px !important;
  width: auto !important;
}
#sb_widget .chat-section .chat-board {
  margin: 0 !important;
  float: none !important;
}
#sb_widget .channel-board.sb-hidden+.chat-section {
  display: none !important;
}
#sb_widget .chat-section .chat-board .leave-popup {
  width: 100% !important;
}
#sb_widget .channel-board .board-top {
  height: 50px !important;
}
#sb_widget .channel-board .board-top .title {
  line-height: 50px !important;
  font-weight: 600 !important;
}
#sb_widget .channel-board .board-top .btn {
  height: 30px !important;
  width: 30px !important;
}
#sb_widget .channel-board .board-top .btn.ic-minimize {
  margin-left: 10px !important;
}
#sb_widget .chat-section .top .title {
  font-size: 14px !important;
  max-width: calc(100% - 160px) !important;
}
#sb_widget .chat-section .content .user-search .user-search-input {
  width: calc(100% - 78px) !important;
}
#sb_widget .channel-board .content.channel-list {
  overflow-y: auto !important;
  height: calc(100% - 51px) !important;
}
#sb_widget .channel-board .content.channel-list ul li {
  height: initial !important;
}
#sb_widget .channel-board .content.channel-list ul li .item {
  display: flex !important;
  height: initial !important;
  padding: 12px 0 !important;
}
#sb_widget .channel-board .content.channel-list ul .image {
  float: none !important;
  height: 36px !important;
  border-radius: 50%;
}
#sb_widget .channel-board .content.channel-list ul .content {
  float: none !important;
  display: flex;
  flex-direction: column;
}
#sb_widget .channel-board .content.channel-list ul .content-top .title {
  width: 70% !important;
  width: calc(100% - 70px) !important;
}
#sb_widget .channel-board .content.channel-list ul .content-top time {
  font-size: 11px !important;
  font-weight: 600;
}
#sb_widget .channel-board .content.channel-list ul .content-bottom .last-message {
  font-size: 14px !important;
  width: 100% !important;
  width: calc(100% - 10px) !important;
}
#sb_widget .popup {
  top: 45px !important;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
#sb_widget .popup .popup-body {
  box-shadow: none !important;
}
#sb_widget .popup.members .popup-body::before {
  margin-left: 50px !important;
}
#sb_widget .popup.invite .popup-body::before {
  margin-left: 8px !important;
}
#sb_widget .popup .popup-body>.content {
  overflow-y: auto !important;
}
#sb_widget .popup .popup-body .popup-user-search {
  background-color: #F3F5F7 !important;
}
#sb_widget .popup .popup-body .popup-user-search .popup-user-search-input {
  background-color: #fff;
}
#sb_widget .channel-board .content.channel-list ul .content-bottom .last-message {
  overflow: hidden;
}
#sb_widget .chat-section .message-set {
  float: none !important;
  display: flex !important;
  margin-top: 8px !important;
}
#sb_widget .chat-section .content .input {
  position: relative !important;
  min-height: initial !important;
  max-height: initial !important;
  width: auto !important;
  padding: 10px 15px 10px 36px !important;
  background: #F3F5F7 !important;
}
#sb_widget .chat-section .content .input .text {
  font-size: 14px !important;
  border-radius: 6px;
  line-height: 1.2 !important;
  padding: 8px !important;
  max-height: 120px !important;
}
#sb_widget .chat-section .content .input .text:empty::before {
  font-size: 14px !important;
  color: #bebebe !important;
  font-weight: 500 !important;
}
#sb_widget .chat-section .content .input .file {
  background-size: contain !important;
  width: 18px !important;
  height: 18px !important;
  position: absolute !important;
  bottom: 12px !important;
  left: 8px !important;
  margin: 0 !important;
  float: none !important;
}
#sb_widget .chat-section .message-set .image {
  border-radius: 50%;
}
#sb_widget .chat-section .message-set .message-item {
  display: flex;
  align-items: center;
}
#sb_widget .chat-section .message-set.user {
  justify-content: flex-end;
}
#sb_widget .chat-section .message-set.time {
  justify-content: center;
}
#sb_widget .chat-section .message-set .message-item {
  display: flex;
  align-items: center;
}
#sb_widget .chat-section .message-set .message-item .text {
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding: 7px 10px !important;
}
#sb_widget .popup .popup-body:before {
  border-color: transparent transparent #F3F5F7 transparent !important;
}
#sb_widget .popup .popup-bottom {
  border: 1px solid #efefef !important;
}
@media (max-width:510px) {
  #sb_widget .channel-board {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
 }
  #sb_widget .chat-section .chat-board {
    position: fixed !important;
    width: 100% !important;
    height: 83% !important;
    height: calc(100% - 51px) !important;
    left: 0 !important;
    top: 51px !important;
 }
  #sb_widget .chat-section .content .typing, #sb_widget .chat-section .content .input {
    flex: 0;
 }
  #sb_widget .chat-section .content .input .text, #sb_widget .chat-section .content .input .text:empty:before {
    font-size: 16px !important;
 }
  #sb_widget .chat-section .content .user-content {
    height: calc(100% - 133px) !important;
 }
  #sb_widget .chat-section .content {
    height: calc(100% - 36px) !important;
    display: flex;
    flex-direction: column;
 }
  #sb_widget .chat-section .content .message-content {
    flex: 1 1 0% !important;
    max-height: initial !important;
    height: initial !important;
    overflow-y: auto !important;
 }
  #sb_widget .channel-board .board-top .btn span.tooltip {
    display: none !important;
 }
  #sb_widget .channel-board .content.channel-list ul .content-top .title {
    font-size: 16px !important;
 }
  #sb_widget .chat-section {
    top: 42px !important;
 }
  #sb_widget .popup .popup-body:before {
    display: none;
 }
}
.schedorg-showheader #sb_widget {
  position: fixed !important;
}
/* end Sendbird Chat */
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
 }
}
.edit-event {
  padding: 0 15px;
  margin: 0 0 20px;
  font-size: 14px;
}
.edit-event a {
  font-weight: 500;
}
@media screen and (max-width: 905px) {
  .edit-event {
    margin-top: 10px;
  }
}
.tickets-notification {
  display: none;
  position: relative;
  background-color: #FCFCFD;
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  font-size: 15px;
  padding: 12px 16px;
  line-height: 1.6;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.tickets-notification__content, .tickets-note__content {
  flex: 1;
}
.tickets-notification:before, .tickets-note:before {
  content: '';
  background-image: url(//cdn.sched.co/common/img/icon-ticket.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
}
.tickets-note {
  background-color: #FCFCFD;
  color: var(--gray-700);
  border-top: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  border-left: 4px solid #169904;
  border-radius: 6px;
  margin-bottom: 30px;
  font-size: 15px;
  padding: 12px 16px;
  line-height: 1.6;
  display: flex;
  gap: 16px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.notification-bar {
  background-color: #FCFCFD;
  color: var(--gray-700);
  border-top: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  border-left: 4px solid #169904;
  border-radius: 6px;
  margin: 20px 15px 30px;
  font-size: 14px;
  padding: 18px 22px;
  line-height: 1.6;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: var(--gray-900);
}
@media screen and (max-width: 905px) {
  .notification-bar {
    margin: 20px 0 30px;
    padding: 15px;
  }
}
.notification-bar--info {
  border-left: 4px solid #07508E;
  /* padding: 14px 18px; */
  line-height: 1.4;
  margin: 0 0 30px;
}
.notification-bar--error {
  border-left: 4px solid #DC6803;
  /* padding: 14px 18px; */
  line-height: 1.4;
  margin: 0 0 30px;
}
.notification-bar--warn {
  background-color: #dc680320;
  border-left: 4px solid #DC6803;
  margin: 0 0 30px;
}
.notification-bar--notify {
  border-left: 4px solid #07508E;
  margin: 0 0 30px;
}
.notification-bar--success {
  margin: 0 0 30px;
}
.notification-bar--simple {
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
}
.notification-bar--simple .notification-bar__content {
  gap: 8px;
}
.notification-bar__header {
  display: flex;
  align-items: center;
  gap: 6px;
}
.notification-bar__content {
  display: flex;
  gap: 16px;
  align-items: center;
}
.notification-bar svg {
  width: 26px;
  height: 26px;
}
.sc-signup,
.sc-login {
  background-color: var(--gray-700);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 2px solid var(--gray-700);
}
.sc-signup:hover,
.sc-signup:focus {
  text-decoration: none;
  color: #fff;
}
.sc-login:hover,
.sc-login:focus {
  text-decoration: none;
  color: var(--gray-700);
}
.sc-login {
  background-color: transparent;
  color: var(--gray-700);
}
.noscroll {
  overflow: hidden;
}
p:last-child {
  margin-bottom: 0;
}
/* Sidebar */
.get-tickets {
  margin: 0 0 25px;
  text-align: center;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 12px;
  background-color: #fff;
}
.get-tickets__from {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
}
.schedorg-body-dark .get-tickets__from {
  color: #fff;
}
.get-tickets .button {
  width: 100%;
}
.get-tickets-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 -1px 24px rgb(40 44 53 / 10%), 0 -2px 8px rgb(40 44 53 / 10%);
  display: none;
}
.get-tickets-mobile__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  gap: 16px;
}
.get-tickets-mobile__name {
  font-weight: 600;
  font-size: 16px;
}
.get-tickets-mobile__price {
  display: flex;
  gap: 16px;
  align-items: center;
}
.get-tickets-mobile__from {
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 905px) {
  .get-tickets-mobile {
    display: block;
 }
}
@media only screen and (max-width: 600px) {
  .get-tickets-mobile__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    max-height: 50px;
    min-width: 100px;
    overflow: hidden;
 }
}
/* Layout */
#registration-modal {
  display: none;
}
.sc-lightbox {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: rgba(25, 25, 25, .8);
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sc-modal {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(52, 64, 84, 0.7);
  backdrop-filter: blur(8px);
  padding: 0 15px;
}
.schedorg-body-embed .sc-modal {
  align-items: flex-start;
  padding-top: 100px;
  backdrop-filter: none;
  background: rgba(255, 255, 255, 0.1);
}
.sc-modal__container {
  width: 95%;
  height: 95%;
  max-width: 980px;
  max-height: 720px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.sc-modal__container--inverse {
  width: 1270px;
}
.sc-modal__close {
  position: absolute;
  right: 12px;
  top: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
  transition: all .3s cubic-bezier(.4, 0, .3, 1);
}
.sc-modal__close:hover {
  color: #fff;
}
.sc-modal__close span {
  font-size: 24px;
  opacity: .7;
  transition: all .3s cubic-bezier(.4, 0, .3, 1);
}
.sc-modal__close:hover span {
  opacity: 1;
}
.sc-modal__container--inverse .sc-modal__close {
  color: #475467;
}
.registration__container {
  display: flex;
  height: 100%;
  overflow-wrap: anywhere;
}
.registration__main {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.registration__main .button--gray
.registration__main .button--hollow {
  min-width: 130px;
  max-width: 100%;
}
.registration__header {
  padding: 16px 8%;
  border-bottom: 1px solid #EAECF0;
  text-align: center;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.registration__header-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0;
  color: var(--gray-800);
}
.registration__header-date {
  font-size: 13px;
  margin-top: 5px;
}
.registration__content {
  flex: 1;
  overflow-y: auto;
  /* padding: 50px 8%; */
  padding: 24px;
}
.registration__footer {
  padding: 16px 24px;
  font-size: 15px;
  border-top: 1px solid #EAECF0;
}
.registration__user {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -15px;
}
.registration__user a {
  font-weight: 500;
}
.checkout {
  display: none;
}
.checkout__aside {
  display: none;
  width: 300px;
  background-color: #F9FAFB;
  border-left: 1px solid #EAECF0;
}

/* #registration-modal {
  display: block !important;
} */

.checkout__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkout__item {
  border: 1px solid var(--gray-200);
  padding: 24px;
  border-radius: 6px;
}
.checkout__modal-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: center;
}
.checkout__item-title {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.checkout__item-buttons {
  padding-top: 16px;
  display: flex;
  /* justify-content: flex-end; */
  gap: 10px;
}

.guest-info__container {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.guest-info__field {
  flex: 1;
}

.total__footer {
  padding: 16px 8%;
  border-top: 1px solid #EAECF0;
  display: flex;
  justify-content: space-between;
}
.total__footer-cart button {
  position: relative;
  display: flex;
}
.total__footer-cart button:after {
  font-family: "Material Icons";
  content: '\e5cf';
  font-size: 18px;
}
.total__footer-cart button.open:after {
  content: '\e5ce';
}
.total__footer-price {
  font-size: 18px;
  font-weight: 600;
}
.total__footer-summary {
  font-size: 14px;
}
.checkout__section:not(:first-child) {
  margin-top: 40px;
}
.checkout__section h3 {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: .8rem;
}
@media only screen and (max-width: 767px) {
  .sc-modal {
    padding: 0;
 }
  .sc-modal__container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
 }
  .schedorg-body-embed .sc-modal {
    align-items: flex-start;
    padding-top: 0;
 }
  .schedorg-body-embed .sc-modal__container {
    height: auto;
 }
  .schedorg-body-embed .registration__content {
    max-height: 620px;
 }
  .checkout__aside {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 130px;
    right: 0;
    width: 100%;
    border: none;
    z-index: 9;
 }
  .sc-modal__close {
    color: #475467;
 }
  .sc-modal__close:hover {
    color: #141414;
 }
}
@media only screen and (min-width: 768px) {
  .total__footer {
    display: none;
 }
}
@media only screen and (max-width: 480px) {
  .registration__content {
    padding: 40px 20px;
 }
}
.cart__header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
  background-color: #667085;
  color: #fff;
  min-height: 84px;
}
.cart__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 18px 20px;
  color: #667085;
}
.sc-summary {
  padding: 30px 25px;
}
.sc-summary__title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 15px;
}
.sc-summary__ticket {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-top: 10px;
  gap: 6px;
}
.sc-summary__fees {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-top: 10px;
}
.sc-summary__subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-top: 1px solid #EAECF0;
  padding-top: 15px;
  margin-top: 15px;
}
.sc-summary__discount {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 10px;
  color: #3F9A86;
  font-weight: 600;
}
.sc-summary__total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  border-top: 1px solid #EAECF0;
  padding-top: 20px;
  margin-top: 20px;
}
.sc-summary__note {
  margin-top: 40px;
}
.sc-summary__note p {
  font-size: 13px;
  color: #667085;
  font-weight: 500;
}
.loading__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #667085;
}
.loading__container-desc {
  font-size: 19px;
  text-align: center;
  padding: 0 20px;
}
.loading__content--default .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #EAECF0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  scale: 2;
  margin-bottom: 45px;
}
.loading__content--default .loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #583f9a;
}
.loading__content--stripe .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #EAECF0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  scale: 2;
  margin-bottom: 45px;
}
.loading__content--stripe .loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #635bff;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
 }
  100% {
    transform: rotate(360deg);
 }
}
/* Hide all except first fieldset */
#registration fieldset:not(:first-of-type) {
  display: none;
}
/* Elements */
.button-group {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.button-group--left {
  justify-content: flex-start;
}
.button-right {
  display: flex;
  justify-content: flex-end;
}
button {
  background: none;
  padding: 0;
  border: none;
  user-select: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {
  display: inline-block;
  background-color: #ffc72d;
  color: var(--gray-800);
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 14px;
  padding: 14px 25px;
  white-space: nowrap;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  user-select: none;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.3, 1);
  text-align: center;
}
.button:hover,
.button:focus {
  color: var(--gray-700) !important;
}
.button:focus {
  outline: none;
  text-decoration: none;
}
.button:disabled, button:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.button:active {
  top: initial;
}
.button--secondary,
.button--purple {
  background-color: #583f9a;
  color: #fff;
}
.button--secondary:hover,
.button--secondary:focus,
.button--purple:hover,
.button--purple:focus {
  background-color: #4f398b;
  color: #fff !important;
}
.button--full {
  width: 100%;
}
.button__gray {
  background-color: rgba(40, 45, 70, 0.1);
}
.schedorg-body-dark .button__gray {
  background-color: rgba(255, 255, 255, 0.90);
}
.button__green {
  background-color: #169904;
  color: #fff;
}
.button__green:hover,
.button__green:focus {
  color: #fff;
}
.button__yellow {
  background-color: #ffc72d;
  color: var(--gray-800);
}
.button__black {
  background-color: var(--gray-800);
  color: #f0f0f0;
  min-width: 100px;
}
.button--gray {
  background-color: var(--gray-800);
  color: #fff !important;
}
.button--gray:hover,
.button--gray:focus {
  background-color: var(--gray-600);
  color: #fff !important;
}
.button--gray.button--hollow {
  color: var(--gray-700) !important;
  background-color: #fff;
}
.button--green {
  background-color: var(--green);
  color: #fff !important;
}
.button--green:hover,
.button--green:focus {
  background-color: var(--green-dark);
  color: #fff !important;
}
.button-arrow--right {
  padding-right: 35px;
}
.button-arrow--right:after {
  content: '';
  background-image: url('../img/icon-arrow-right-thin.svg');
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.button__green.button-arrow--right:after {
  background-image: url('../img/icon-arrow-right-thin-white.svg');
}
.button--hollow {
  background-color: transparent;
  border: 2px solid var(--gray-800);
}
.button__link {
  color: var(--gray-800);
  background: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: initial;
  box-shadow: none;
}
.button__link:hover, .button__link:focus {
  color: #080808;
}
.button-arrow--left {
  padding-left: 22px;
}
.button-arrow--left:after {
  content: "";
  background-image: url('../img/icon-arrow-left-thin.svg');
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button__icon {
  padding-left: 45px;
}
.button__icon span {
  position: absolute;
  left: 15px;
}
.button--small {
  padding: 12px 20px;
  font-size: 12px;
}
.button--small.button__icon {
  padding-left: 38px;
}
.button--small.button__icon span {
  left: 12px;
  font-size: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.button-sm {
  padding: 12px 16px;
  height: 40px;
  border: 1px solid var(--gray-200);
  background-color: #fff;
  position: relative;
}
.button-sm--icon-right {
  padding-right: 36px;
}
.button-sm--icon-left {
  padding-left: 36px;
}
.button-sm--icon-left:before,
.button-sm--icon-right:after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.button-sm--icon-left:before {
  left: 10px;
}
.button-sm--icon-right:after {
  right: 10px;
}
.button-sm--icon-print:before,
.button-sm--icon-print:after {
  background-image: url("https://cdn.sched.co/img/event/icon-print.svg");
}
.button-sm--icon-email:before,
.button-sm--icon-email:after {
  background-image: url("https://cdn.sched.co/img/event/icon-email.svg");
}
.button-sm--icon-menu:before,
.button-sm--icon-menu:after {
  background-image: url("https://cdn.sched.co/img/event/icon-menu.svg");
}


.button--icon {
  border: 1px solid var(--gray-200);
  background-color: #fff;
  padding: 12px 36px;
  min-height: 40px;
}
.button--icon:before,
.button--icon:after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button--icon:before {
  left: 10px;
  width: 18px;
  height: 18px;
}
.button--icon:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.button--icon--notext {
  padding: 12px 32px;
}
.button--view:before {
  background-image: url("https://cdn.sched.co/img/event/icon-eye.svg");
}
.button--view:after {
  background-image: url("https://cdn.sched.co/img/event/icon-chevron-down.svg");
}
.button--sessions:before {
  background-image: url("https://cdn.sched.co/assets/icons/icon-sessions.svg");
}
.button--sessions:after {
  background-image: url("https://cdn.sched.co/img/event/icon-chevron-down.svg");
}
.button--menu {
  border: 2px solid var(--gray-800);
  color: var(--gray-800);
  background-color: #fff;
  padding: 12px 14px 12px 40px;
  min-height: 40px;
  cursor: pointer;
  position: relative;
}
.button--menu:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  line-height: 1;
  background-image: url("https://cdn.sched.co/img/event/icon-menu.svg");
  background-position: center;
}

.button.loading {
  color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
}
.button.loading:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  background: 0 0;
  border: 4px solid #fff;
  -webkit-clip-path: inset(0 0 50% 0);
  clip-path: inset(0 0 50% 0);
  transform: rotate(0);
  -webkit-animation: spin .6s linear infinite;
  animation: spin .6s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0)
 }
  to {
    transform: rotate(1turn)
 }
}
@-webkit-keyframes scale-in {
  from {
    transform: scale(0)
 }
  to {
    transform: scale(1)
 }
}
/* Form Elements */
input:focus, textarea:focus, select:focus {
  outline: none;
}
.form__header {
  margin-bottom: 24px;
}
.form__title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 12px;
}
.form__desc {
  font-size: 14px;
  line-height: 1.6;
}
.input-col {
  display: flex;
  gap: 20px;
}
.input-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.input-group:last-child {
  margin-bottom: 0;
}
.input-group span.note {
  display: block;
  font-size: 12px;
  color: var(--gray-600);
  padding-top: 3px;
}
.required-field {
  font-size: 14px;
  margin-left: 2px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], select {
  padding: 0 12px;
  line-height: 1;
  background-color: #fff;
  height: 44px;
  border: 1px solid var(--gray-200);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  transition: padding .16s cubic-bezier(.4, 0, .3, 1), color .4s cubic-bezier(.4, 0, .3, 1), border .4s cubic-bezier(.4, 0, .3, 1);
}
input[type="text"]:read-only, input[type="email"]:read-only, input[type="password"]:read-only, input[type="number"]:read-only, input[type="search"]:read-only {
  background-color: #F9FAFB;
  color: #667085;
  cursor: not-allowed;
  user-select: none;
  opacity: .7;
}
input[type="text"]:not(:read-only):focus, input[type="email"]:not(:read-only):focus, input[type="password"]:not(:read-only):focus, input[type="search"]:not(:read-only):focus {
  border-color: var(--gray-300);
}
select {
  appearance: none;
  cursor: pointer;
  position: relative;
  background-image: url('../img/icon-chevron-down.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-position: calc(100% - 10px) center;
}
select option:disabled {
  opacity: .5;
}
select:required:invalid {
  color: #667085;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}
.dropzone.disabled {
  pointer-events: none;
}
.dropzone.disabled {
  opacity: .3;
}
/* Validation */
.input-group[validitystate="invalid"] label, .input-group[validitystate="invalid"] .required-field, #card-label[validitystate="invalidcard"] {
  color: #ce575e;
}
#card-label[validitystate="free_ticket"] {
  color: #cfd7df;
}
.input-group[validitystate="invalid"] input[type="text"], .input-group[validitystate="invalid"] input[type="text"]:focus, .input-group[validitystate="invalid"] input[type="email"], .input-group[validitystate="invalid"] input[type="email"]:focus, .input-group[validitystate="invalid"] input[type="password"], .input-group[validitystate="invalid"] input[type="password"]:focus, .input-group[validitystate="invalid"] input[type="search"], .input-group[validitystate="invalid"] input[type="search"]:focus, #card-element[validitystate="invalidcard"] {
  border-color: #ce575e;
}
.input-group[validitystate="invalid"] .validation-message, #card-errors[validitystate="invalidcard"].validation-message {
  display: block;
}
.input-group[validitystate="invalid"] select,
.input-group[validitystate="invalid"] input,
.input-group[validitystate="invalid"] .selectize-input,
.input-group[validitystate="invalid"] .select-wrapper {
  cursor: pointer;
  position: relative;
  background-image: url('../img/icon-error-outline.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-position: calc(100% - 10px) center;
  border-color: #ce575e;
}
.validation-message {
  display: none;
  position: absolute;
  line-height: 1.5;
  top: 0;
  right: 0;
  color: #ce575e;
  font-size: 13px;
}
/* Promo Code */
.promo__code {
  margin-bottom: 20px;
}
.promo__code-container {
}
.promo__code-form {
  display: flex;
  gap: 16px;
}
.promo__code-input {
}
.promo__code-button {
  font-weight: 500;
  transition: opacity .1s linear;
  color: var(--gray-700);
  font-size: 14px;
  width: 70px;
}
.promo__code-button--remove {
  color: #A61403;
}
.promo__code-message {
  font-size: 13px;
  margin-top: 5px;
}
.promo__code-success {
  margin-top: 5px;
}

/* Multiple tickets */
.tickets {
  display: none;
}
.tickets__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tickets__header {
  margin: 30px 0 14px
}
.tickets__title {
  font-size: 18px;
  font-weight: 600;
}
.ticket {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  width: 100%;
  line-height: 1.2;
  margin: 0;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
  padding: 22px 28px;
}
.ticket.active {
  border: 2px solid #667085;
  padding: 20px 26px;
}
.ticket__header {
  display: flex;
  align-items: flex-start;
}
.ticket__title {
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: 600;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ticket__details {
  margin-top: 15px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
.ticket__pricing {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ticket__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.ticket__price--original {
  text-decoration: line-through;
  color: #777;
}
.ticket__promo-applied {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.ticket__fee {
  font-size: 12px;
  line-height: 1;
  color: #777;
  font-weight: 400;
}
.ticket__fee:before {
  content: 'includes ';
}
.ticket__fee:after {
  content: ' Fee';
}
.ticket__desc {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
}
.ticket__desc p:last-child {
  margin: 0;
}
/* Ticket quantity */
.ticket__qty {
  display: flex;
  align-items: center;
}
.ticket__qty-remaining {
  text-align: right;
}
.ticket__qty-remaining .sc-badge {
  padding: 6px 16px;
  border-radius: 16px;
  background-color: rgba(88, 63, 154, 0.05);
  color: #475467;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
}
.decrement-button, .increment-button {
  width: 28px;
  height: 28px;
  border: none;
  background-color: var(--gray-800);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-size: 21px;
  transition: background-color .1s linear;
}
.decrement-button[disabled], .increment-button[disabled] {
  background-color: #EAECF0;
  color: #D0D5DD;
}
.decrement-button span, .increment-button span {
  font-size: 20px;
}
input.quantity-input {
  width: 40px;
  height: 28px;
  text-align: center;
  font-size: 17px;
  margin: 0 10px;
  padding: 0 2px;
  font-weight: 600;
}
input.quantity-input::-webkit-outer-spin-button, input.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Single ticket */
.ticket--single {
  cursor: pointer;
  padding: 12px 26px;
  padding-left: 43px;
}
.ticket--single.active {
  background-color: #F9FAFB;
  padding: 11px 26px;
  padding-left: 42px;
}
.ticket--single:after {
  content: '\e836';
  font-family: "Material Icons Outlined";
  position: absolute;
  font-size: 19px;
  top: 12px;
  left: 10px;
  color: #999;
  font-weight: 700;
}
.ticket--single.active:after {
  content: '\e5ca';
  color: #4caf50;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
.ticket--single.active:hover:after {
  color: #4caf50;
}
#sched-content-inner #custom_content_ticket_types_container .ticket--shortcut:hover, .ticket--single:hover {
  background-color: var(--gray-100);
}
.ticket--single:hover:after {
  color: #666;
}

.selected .ticket--single:not(.active) .ticket__title,
.selected .ticket--single:not(.active) .ticket--single:after,
.selected .ticket--single:not(.active) .ticket__details {
  opacity: .5;
}
/* end Single ticket */

/* Single ticket picker */
.ticket__singlepicker {

}
.ticket__singlepicker button {
  /* border-radius: 50px; */
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #667085;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: #667085;
  opacity: .8;
}
.ticket__singlepicker button:hover {
  border-color: #667085;
  color: #667085;
  opacity: 1;
}
.ticket__singlepicker button:hover:after {
  color: #667085;
}

.ticket__singlepicker button.selected,
.ticket__singlepicker button.selected:hover {
  border-color: #583f9a;
  color: #fff;
  background-color: #583f9a;
  padding: 8px 15px 8px 35px;
}
.ticket__singlepicker button.selected:after {
  content: '\e876';
  font-family: "Material Icons";
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ticket__singlepicker button.selected:hover:after {
  content: '\e5cd';
  color: #fff;
}
/* end Single ticket picker */

/* Ticket secret */
.ticket--secret .ticket__title {
  position: relative;
  color: #3F9A86;
  gap: 6px;
}
.ticket--secret .ticket__title:after {
  content: '\e898';
  font-family: "Material Icons";
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}
.ticket--secret.active {
  border-color: #3F9A86;
}
.ticket--secret .decrement-button:not([disabled]),
.ticket--secret .increment-button:not([disabled]) {
  background-color: #3F9A86;
}
/* end Ticket secret */

/* Register only */
.register {
  display: none;
}
.form__notification {
  position: relative;
  background-color: #FCFCFD;
  border-top: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  border-left: 4px solid transparent;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 16px;
  margin-bottom: 30px;
  margin-top: -20px;
  display: none;
}
.form__notification p:last-child {
  margin-bottom: 0;
}
.form__notification--info {
  border-left: 4px solid #583f9a;
  display: block;
}
.form__notification--error {
  border-left: 4px solid #A61403;
  display: block;
}
.form__notification--success {
  border-left: 4px solid #169904;
  display: block;
}

.help-guides {
  margin-top: 60px;
}
.help-guides h2 {
  margin-bottom: 30px;
}
.help-guides__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.help-guides__list > div > a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #4d5761;
  font-weight: 500;
}
.help-guides__list > div a img {
  width: 40px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  padding: 3px;
}

/* Overrides */
.sponsors__item .sched-avatar {
  margin: 0;
  max-width: 100%;
  height: 100px;
  width: 100%;
  display: flex;
}
.sponsors__item .sched-avatar span {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.sponsors__item .sched-avatar img {
  border: 0;
  height: auto;
  max-height: 80%;
  max-width: 100%;
  /* Keep proportions */
  object-fit: contain;
  aspect-ratio: 4/3;
}
.sponsors__item .sched-avatar-letter {
  max-width: 100%;
  height: auto;
  border: none;
  width: 100%;
  line-height: 1;
}

.sponsors__item .sched-avatar,
.sponsors__item .sched-avatar img,
.sponsors__item .sched-avatar-letter {
  border-radius: 0;
}
.sponsors__item .sched-event-details-role {
  text-align: center;
}
/* end Overrides */

/* Page Header */
.page__header {
  margin-top: 20px;
  margin-bottom: 80px;
}
.page__subtitle {
  font-size: 15px;
  color: #667085;
  font-weight: 500;
  margin-bottom: 10px;
}
.page__title {
  font-size: 36px;
  color: #141414;
  font-weight: 700;
}
.page__nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
/* end Page Header */

/* Sponsors */
.sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 0;
  width: 100%;
}
.sponsors__section {
  display: flex;
  gap: 40px;
  width: 100%;
  padding-bottom: 60px;
}
.sponsors__section {
  flex-direction: column;
}
.sponsors__header {
  background-color: #E5E5E5;
  padding: 10px 15px;
  border-radius: 6px;
}
.sponsors__header-alt {
  position: relative;
}
.sponsors__header-alt:after {
  content: '';
  display: block;
  background-color: #E3E2E2;
  height: 3px;
  margin-top: -3px;
  width: 100%;
}
.sponsors__title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
}
.sponsors__title-alt {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 6px 6px 0 0;
  display: inline-flex;
  min-width: 280px;
  color: #162020;
}
.sponsors__become {
  color: #141414;
  font-weight: 600;
  display: block;
  text-align: right;
  font-size: 15px;
  padding: 5px 28px 5px 5px;
  position: relative;
}
.sponsors__become:after {
  content: '\e941';
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.sponsors__grid {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

/* Sponsor items */
.sponsors__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sponsors__item:hover .sponsors__item-title {
  text-decoration: underline;
}
.sponsors__section--featured .sponsors__item {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  border-top: 5px solid #e5e5e5;
  box-shadow: 0px 2px 18px 0px rgba(24, 24, 24, 0.18);
}
.sponsors__section--featured .sched-avatar {
  min-height: 220px;
  max-height: 20vh;
  height: 100vh;
}
/* end Sponsor items */

.sponsors__item-footer {
  padding: 6px 10px;
}
.sponsors__item-title {
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #141414;
  font-size: 13px;
}
.sponsors__item-title a {
  color: #141414;
}

.sponsors__item .sched-admin-edit {
  position: absolute;
  right: 5%;
  top: 5%;
  margin: 0;
  border: 1px solid var(--gray-700);
  border-radius: 5px;
  font-size: 12px;
  padding: 0 7px;
}

/* Platinum */
.sponsors__featured--0 .sponsors__title-alt {
  background-color: var(--gray-700);
  color: #fff;
}
.sponsors__featured--0 .sponsors__header-alt:after {
  background-color: var(--gray-700);
}

.sponsors__section--0 .sponsors__header {
  border: 0;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--gray-700);
}
.sponsors__section--0 .sponsors__header {
  background-color: var(--gray-700);
}
.sponsors__section--0 .sponsors__header-alt:after {
  background-color: var(--gray-700);
}
.sponsors__section--0 .sponsors__title {
  color: #fefefe;
}
.sponsors__section--0 .sponsors__title-alt {
  color: #fefefe;
  background-color: var(--gray-700);
}
.sponsors__section--0 .sponsors__item-title a {
  font-size: 16px;
}
.sponsors__section--0 .sched-event-details-company {
  font-size: 15px;
}
.sponsors__section--0 .sched-event-details-position {
  font-size: 14px;
}
@media only screen and (min-width: 1200px){
  .sponsors__section--0 .sponsors__header {
    /* padding: 30px 20px 15px; */
    min-width: 250px;
    height: 100%;
    max-height: 238px;
    border-radius: 6px;
  }
}
.sponsors__section--0 .sponsors__become {
  color: #fefefe;
}
.sponsors__section--0 .sponsors__item {
  border-top: 10px solid var(--gray-600);
}
.sponsors__section--0 .sched-avatar {
  min-height: 400px;
  max-height: 65vh;
  height: 100vh;
}
.sponsors__section--0 .sponsors__grid {
  grid-template-columns: 1fr 1fr;
  gap: 50px 80px;
}
.sponsors__grid--one-item {
  grid-template-columns: 1fr !important;
}
@media only screen and (min-width: 900px) {
  .sponsors__grid--two-items {
    grid-template-columns: 1fr 1fr !important;
  }
}
.sponsors__grid--three-items {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.sponsors__section--1 .sponsors__grid {
  grid-template-columns: 1fr 1fr 1fr;

}
@media only screen and (max-width: 900px) {
  .sponsors__section--0 .sponsors__grid {
    grid-template-columns: 1fr;
  }
}
/* end Platinum */

/* Gold */
.sponsors__featured--1 .sponsors__title-alt {
  background-color: #FFE291;
}
.sponsors__featured--1 .sponsors__header-alt:after {
  background-color: #FFE291;
}
.sponsors__section--1 .sponsors__item {
  border-color: #FFE291;
}

.sponsors__section--1 .sponsors__header {
  background-color: #FFE291;
}
.sponsors__section--1 .sponsors__header-alt:after {
  background-color: #FFE291;
}
.sponsors__section--1 .sponsors__title {
  color: #162020;
}
.sponsors__section--1 .sponsors__title-alt {
  color: #162020;
  background-color: #FFE291;
}
.sponsors__section--1 .sponsors__item {
  border-top: 8px solid #FFE291;
}
.sponsors__section--1 .sched-avatar {
  min-height: 400px;
  max-height: 35vh;
  height: 100vh;
}
/* end Gold */

/* Silver */
.sponsors__featured--2 .sponsors__title-alt {
  background-color: #C0C0C0;
}
.sponsors__featured--2 .sponsors__header-alt:after {
  background-color: #C0C0C0;
}
.sponsors__section--2 .sponsors__item {
  border-color: #C0C0C0;
}

.sponsors__section--2 .sponsors__header {
  background-color: #C0C0C0;
}
.sponsors__section--2 .sponsors__header-alt:after {
  background-color: #C0C0C0;
}
.sponsors__section--2 .sponsors__title {
  color: #162020;
  /* font-size: 1.1em; */
}
.sponsors__section--2 .sponsors__title-alt {
  color: #fff;
  background-color: #C0C0C0;
}
.sponsors__section--2 .sponsors__item {
  border-top: 7px solid #C0C0C0;
}
.sponsors__section--2 .sched-avatar {
  min-height: 250px;
  max-height: 20vh;
  height: 100vh;
}
/* end Silver */

/* Bronze */
.sponsors__featured--3 .sponsors__title-alt {
  background-color: #CD7F32;
}
.sponsors__featured--3 .sponsors__header-alt:after {
  background-color: #CD7F32;
}
.sponsors__section--3 .sponsors__item {
  border-color: #CD7F32;
}

.sponsors__section--3 .sponsors__header {
  background-color: #CD7F32;
}
.sponsors__section--3 .sponsors__header-alt:after {
  background-color: #CD7F32;
}
.sponsors__section--3 .sponsors__title {
  color: #162020;
  /* font-size: 1.1em; */
}
.sponsors__section--3 .sponsors__title-alt {
  color: #fff;
  background-color: #CD7F32;
}
.sponsors__section--3 .sponsors__item {
  border-top: 5px solid #CD7F32;
}
.sponsors__section--3 .sched-avatar {
  min-height: 220px;
  max-height: 20vh;
  height: 100vh;
}
/* end Bronze */

/* Copper */
.sponsors__featured--4 .sponsors__title-alt {
  background-color: #B87333;
}
.sponsors__featured--4 .sponsors__header-alt:after {
  background-color: #B87333;
}
.sponsors__section--4 .sponsors__item {
  border-color: #B87333;
}

.sponsors__section--4 .sponsors__header {
  background-color: #B87333;
}
.sponsors__section--4 .sponsors__header-alt:after {
  background-color: #B87333;
}
.sponsors__section--4 .sponsors__title-alt {
  color: #fff;
  background-color: #B87333;
}
.sponsors__section--4 .sponsors__item {
  border-top: 5px solid #B87333;
}
/* end Copper */

/* Nickel */
.sponsors__featured--5 .sponsors__title-alt {
  background-color: #727472;
}
.sponsors__featured--5 .sponsors__header-alt:after {
  background-color: #727472;
}
.sponsors__section--5 .sponsors__item {
  border-color: #727472;
}

.sponsors__section--5 .sponsors__header {
  background-color: #727472;
}
.sponsors__section--5 .sponsors__header-alt:after {
  background-color: #727472;
}
.sponsors__section--5 .sponsors__title-alt {
  color: #fff;
  background-color: #727472;
}
.sponsors__section--5 .sponsors__item {
  border-top: 5px solid #727472;
}
/* end Nickel */

/* Pewter */
.sponsors__featured--6 .sponsors__title-alt {
  background-color: #E9EAEC;
}
.sponsors__featured--6 .sponsors__header-alt:after {
  background-color: #E9EAEC;
}
.sponsors__section--6 .sponsors__item {
  border-color: #a19d94;
}

.sponsors__section--6 .sponsors__header {
  background-color: #E9EAEC;
}
.sponsors__section--6 .sponsors__header-alt:after {
  background-color: #E9EAEC;
}
.sponsors__section--6 .sponsors__title-alt {
  color: #162020;
  background-color: #E9EAEC;
}
.sponsors__section--6 .sponsors__item {
  border-top: 5px solid #E9EAEC;
}
/* end Pewter */

/* Iron */
.sponsors__featured--7 .sponsors__title-alt {
  background-color: #a19d94;
}
.sponsors__featured--7 .sponsors__header-alt:after {
  background-color: #a19d94;
}
.sponsors__section--7 .sponsors__item {
  border-color: #a19d94;
}

.sponsors__section--7 .sponsors__header {
  background-color: #a19d94;
}
.sponsors__section--7 .sponsors__header-alt:after {
  background-color: #a19d94;
}
.sponsors__section--7 .sponsors__title-alt {
  color: #162020;
  background-color: #a19d94;
}
.sponsors__section--7 .sponsors__item {
  border-top: 5px solid #a19d94;
}
/* end Iron */

/* Simple */
.sponsors__section--simple .sponsors__header {
  border: 1px solid #D6D6D6;
  background-color: transparent;
  /* max-height: 92px; */
}
.sponsors__section--simple .sponsors__item-title {
  line-height: 1.3;
  font-size: 12px;
}
.sponsors__section--simple .sched-event-details-position {
  font-size: 11px;
  margin-top: 3px;
}
.sponsors__section--simple .sponsors__title-alt {
  font-size: 16px;
  background-color: #E3E2E2;
  border-bottom: 0;
}
.sponsors__section--simple .sched-avatar {
  height: 130px;
}
.sponsors__section--simple .sched-avatar img {
  max-height: 90%;
}
.sponsors__section--simple .sponsors__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px 0;
}
/* end Simple */

@media only screen and (max-width: 1600px){
  .sponsors__title-alt {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1199px){
  .sponsors {
    gap: 60px 0;
  }
  .sponsors__section {
    flex-direction: column;
  }
  .sponsors__section {
    gap: 20px;
    padding-bottom: 30px;
    border: 0;
  }
  .sponsors__header {
    padding: 10px 14px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .sponsors__title {
    font-size: 16px !important;
    margin: 0;
    font-weight: 600;
  }
  .sponsors__title-alt {
    font-size: 16px !important;
    margin: 0;
    font-weight: 600;
    width: 100%;
  }
  .sponsors__become {
    font-weight: 500;
    font-size: 14px;
  }
  .sponsors__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px 30px;
  }
}
@media only screen and (max-width: 499px) {
  .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .sponsors__section--0 .sponsors__grid {
    grid-template-columns: 1fr;
  }
}

/* Sponsor sizes */
.sponsors__section--xxl .sched-avatar {
  min-height: 400px;
  height: 65vh;
  max-height: 746px;
}
.sponsors__section--xl .sched-avatar {
  min-height: 350px;
  height: 35vh;
  max-height: 400px;
}
.sponsors__section--l .sched-avatar {
  min-height: 250px;
  height: 25vh;
  max-height: 288px;
}
.sponsors__section--m .sched-avatar {
  min-height: 150px;
  height: 15vh;
  max-height: 172px;
}
.sponsors__section--s .sched-avatar {
  min-height: 120px;
  height: 12vh;
  max-height: 150px;
}
.sponsors__section--xxl .sponsors__grid {
  grid-template-columns: 1fr;
  gap: 50px 30px;
}
.sponsors__section--xl .sponsors__grid {
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
}
.sponsors__section--l .sponsors__grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
.sponsors__section--m .sponsors__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 40px;
}
.sponsors__section--s .sponsors__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
}
.sponsors__section--s .sponsors__item-title {
  font-size: 12px;
}
@media only screen and (max-width: 899px) {
  .sponsors__section--xxl .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sponsors__section--xl .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sponsors__section--l .sponsors__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sponsors__section--m .sponsors__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sponsors__section--s .sponsors__grid,
  .sponsors__section--simple .sponsors__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 659px) {
  .sponsors__section--xxl .sponsors__grid {
    grid-template-columns: 1fr;
  }
  .sponsors__section--xl .sponsors__grid {
    grid-template-columns: 2fr;
  }
  .sponsors__section--l .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sponsors__section--m .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sponsors__section--s .sponsors__grid,
  .sponsors__section--simple .sponsors__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 499px) {
  .sponsors__section--xxl .sponsors__grid {
    grid-template-columns: 1fr;
  }
  .sponsors__section--xl .sponsors__grid {
    grid-template-columns: 1fr;
  }
  .sponsors__section--l .sponsors__grid {
    grid-template-columns: 1fr;
  }
  .sponsors__section--m .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
  .sponsors__section--s .sponsors__grid,
  .sponsors__section--simple .sponsors__grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* end Sponsor sizes */

/* end Sponsors */

/* Event UI tweaks */
/*.event {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.event:hover {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}
.event:hover a {
  text-decoration: underline;
}
.event:hover a span {
  text-decoration: none;
}*/
/* end Event UI tweaks */

/* List single */
.list-single {
  display: flex;
  flex-direction: column;
}
.list-single .list-single__details {
  margin-top: 20px;
}
.list-single .event {
  float: none;
  margin: 0;
  width: 100%;
  border-radius: 6px;
}
/*.list-single__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}*/

.list-single__header .event {
  float: none;
  display: flex;
  padding: 5px 0;
  margin: 0;
}
@media only screen and (min-width: 801px) {
  .list-single__header .event .name {
    font-size: 18px;
    padding-right: 210px;
  }
}
@media only screen and (max-width: 800px) {
  .list-single__header .event .name {
    font-size: 16px;
  }
  .list-single__event .admin-edit-link {
    top: -53px !important;
  }
}
.list-single__details {
  margin: 20px 0 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.list-single__event {
  flex: 1;
  position: relative;
}
.list-single__event .event a {
  cursor: default;
}
.list-single__event .event a:hover,
.list-single__event .event a:focus {
  text-decoration: none;
}
.list-single__event .admin-edit-link {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 99;
  display: flex;
  gap: 6px;
}
.list-single__event .admin-edit-link .sched-admin-edit {
  display: flex;
}
.list-single__date,
.list-single__location {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 13px;
}
.list-single__date:before,
.list-single__location:before {
  font-family: "Material Icons Outlined";
  font-size: 17px;
  line-height: 1;
  margin-top: -1px;
}
.list-single__date:before {
  content: '\ebcc';
}
.list-single__location a,
.list-single__location span {
  font-weight: 500;
  color: var(--gray-600);
}
.schedorg-body-dark .list-single__location a,
.schedorg-body-dark .list-single__location span {
  color: #fff;
  text-decoration: underline;
}
.list-single__location:before {
  content: '\e0c8';
}
.list-single__date .sched-container-dates {
  font-size: 13px;
}
.list-single__date a.sched-past-date,
.list-single__date a.sched-past-date-link {
  padding: 0;
  border: none;
  font-size: 14px;
}
.list-single .sched-person-session h2 {
  font-size: 16px;
}
.list-single .sched-event-details-role-company {
  font-size: 15px;
}
.list-single__description {
  font-size: 16px;
}
/* List single */

/* Event List */
.event {
  background-color: var(--gray-100);
}
/* end Event List */

.list-single .sched-event-details-timeandplace,
.list-simple .sched-event-details-timeandplace,
.list-expanded .sched-event-details-timeandplace {
  display: none;
}

/* Simple List */
.list-simple .sched-container .sched-container-inner,
#sched-page-me-schedule .sched-container-inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.list-simple--venues .sched-container .sched-container-inner {
  display: block;
}
.list-simple--venues h3 {
  width: 130px !important;
  font-size: 14px;
}
.list-simple--venues .sched-container-inner {
  padding-bottom: 16px;
}
/* end Simple List */

/* Expanded List */
.list-expanded .sched-button {
  display: none;
}
.list-expanded h3 {
  display: none;
}
.list-expanded .sched-container {
  margin: 0 0 24px;
  padding: 0 !important;
  border: none !important;
}
.list-expanded .sched-event-details {
  border: 1px solid var(--gray-200);
  border-top: 0;
  /* padding: 10px 20px !important; */
  padding: 5px 15px !important;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}
.schedorg-body-dark .list-expanded .sched-event-details {
  background: none;
  border: none;
  padding: 5px 10px 15px !important;
}
.list-expanded .sched-container-inner {
  padding: 0;
}
.list-expanded .sched-container-header {
  margin: 0 0 14px;
}
.list-expanded .event {
  float: none;
  margin: 0;
  width: 100%;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.list-expanded .sched-admin-edit {
  position: absolute;
  right: 10px;
  top: 9px;
  background-color: var(--gray-200);
}
.list-expanded .event a,
.list-single .event a {
  font-size: 18px;
  padding: 14px;
  border: none;
  line-height: 1.3;
  margin: 0;
}
.list-expanded .event .ev-save,
.list-single .event .ev-save,
.list-single .event .ev-save-suspended {
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  left: 15px;
  margin: 0;
}
.list-expanded .event .ev-save:after,
.list-single .event .ev-save:after,
.list-single .event .ev-save-suspended:after {
  font-size: 18px !important;
}
.list-expanded .event .name span.sched-event-seats,
.list-expanded .event .name span.sched-event-checkin {
  margin: 0;
}
.list-expanded .event .ev-save:after,
.list-single .event .ev-save:after,
.list-single .event .ev-save-suspended:after {
  font-size: 15px;
}
.list-expanded .event-loggedin .name,
.list-single .event-loggedin .name,
#sched-page-event .list-single .event.pinned .ev-save-suspended + .name {
  padding-left: 55px !important;
}
.list-expanded .sched-event-cap {
  font-size: 14px;
}
.list-expanded .sched-avatar,
.list-expanded .sched-avatar-letter {
  width: 60px;
  height: 60px;
}
.list-expanded .sched-avatar img,
.list-expanded .sched-avatar-letter {
  width: 100%;
  height: auto;
}
.list-expanded .sched-avatar-letter {
  font-size: 24px;
  line-height: 60px;
  height: 60px;
}
.list-expanded .sched-event-type {
  padding-top: 10px;
}
.list-expanded .sched-event-type a + ul.tip-custom-fields {
  margin-top: 5px;
}

.list-expanded .event .ev-save.checkinmark {
  background-size: 24px;
}

/* Light mode styles */
.list-expanded .tip-description {
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.list-expanded .tip-description--expandable {
    max-height: 100px;
}

.list-expanded .tip-description--expanded {
    max-height: none;
}

.list-expanded .tip-description--expandable::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.9));
    pointer-events: none;
}

.list-expanded .tip-description--expanded::after {
    display: none;
}

.tip-description__expand-btn {
  font-size: 12px;
  padding: 5px 10px;
  color: var(--gray-900);
  background-color: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  font-weight: 500;
}

.tip-description__expand-btn:hover {

}

.tip-description__expand-btn:focus {

}

/* Dark mode styles */
.schedorg-body-dark .list-expanded .tip-description--expandable::after {
    background: linear-gradient(transparent, rgba(34, 34, 34, 0.9));
    background: none;
}

.schedorg-body-dark .tip-description__expand-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.schedorg-body-dark .tip-description__expand-btn:hover {

}

.schedorg-body-dark .tip-description__expand-btn:focus {

}

/* hide */
.list-expanded .sched-event-photo,
.list-expanded .sched-file {
  display: none;
}
/* end hide */
/* end Expanded List */

/* List Popular */
.list-popular h3 {
  float: left;
  width: 32px !important;
  margin-top: 23px;
  text-align: right;
  font-size: 14px;
}
.list-popular .sched-container {
  margin-left: 50px;
}
.list-popular .event {
  width: 100%;
}
.list-popular .sched-admin-edit {
  position: absolute;
  right: 10px;
  top: 16px;
  background-color: var(--gray-200);
}
.list-popular .event .name {
  padding: 12px 14px 12px 36px;
}
.list-popular .event > span {
  top: 4px;
}
/* end List Popular */

/* List Venues */
.schedorg-body-venues .sched-container-inner ul li {
  padding-bottom: 12px;
}
/* end List Venues */

/* Event Type */
.sched-event-type {
  /*border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  padding-top: 20px;*/
}
.sched-event-type > a:hover {
  text-decoration: none;
}
.sched-event-type span {
  width: 14px;
}
.sched-event-type a + ul.tip-custom-fields {
  margin-top: 10px;
}
ul.tip-custom-fields {
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 10px;
  padding-bottom: 5px;
}
ul.tip-custom-fields li {
  position: relative;
}
ul.tip-custom-fields li:not(:last-child):after {
  content: ', ';
}
ul.tip-custom-fields strong {
  font-weight: 400;
}
.list-single__details {
  margin: 10px 0 20px;
}
/* end Event Type */

/* Sidebar */
.filters__header {
  margin-bottom: 10px;
}
.filters__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.filters__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filters__title {
  border: 1px solid var(--gray-200);
  background-color: var(--gray-100);
  padding: 6px 10px 6px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  display: block;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  position: relative;
}
.schedorg-body-dark .filters__title {
  background-color: var(--gray-900) !important;
}
.filters__item.has-filter > a {
  padding-right: 20px;
}
.filters__item.has-filter .filters__title:after {
  font-family: "Material Icons";
  content: '\e5cf';
  font-size: 20px;
  opacity: .6;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.filters__item.has-filter.opened .filters__title:after {
  content: '\e5cd';
  font-size: 16px;
}
.filters__item {
  background-color: transparent !important;
}
.filter {
  padding: 12px 10px;
  flex-direction: column;
  gap: 6px;
  display: flex;
  display: none;
}
.filters__item.opened .filter {
  display: flex;
}
.filter__item {

}
.filter__item a {
  font-weight: 500;
  display: flex !important;
  gap: 8px;
  align-items: flex-start;
}
.filter__item a:hover,
.filter__item a:focus {
  text-decoration: underline;
}
.filter__item a:before {
  font-family: "Material Icons";
  content: '\ef4a';
  font-size: 8px;
  opacity: .6;
}
/* end Sidebar */

/* Filter Icons */
/* .filter__icon {
  font-family: "Material Icons";
  content: '\e5cf';
  font-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(-50%);
} */
.filter__icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__icon,
.filter__icon:before {
  width: 18px;
  height: 18px;
}
.filter__icon:before {
  font-family: "Material Icons Outlined";
  font-size: 16px;
}
.filter__icon--calendar:before {
  content: '\ebcc';
}
.filter__icon--venue:before {
  content: '\e0c8';
}
.filter__icon--label {
  margin-top: 1px;
}
.filter__icon--label:before {
  font-family: "Material Icons";
  content: '\e892';
  margin-top: 2px;
}
.filter__icon--popular:before {
  content: '\e838';
}
/* end Filter Icons */

/* Social Share Popup */
.share-popup{
  position: absolute;
  left: 50%;
  z-index: 9999;
  color: var(--gray-700);
}
.share-popup {
  position: fixed;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 440px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.share-popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.share-popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.share-popup header span{
  font-size: 21px;
  font-weight: 600;
  color: var(--gray-900);
}
.share-popup header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.share-popup header .close{
  color: var(--gray-900);
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.share-popup header .close:hover{
  background: #ebedf9;
}
.share-popup .content{
  margin: 20px 0;
}
.share-popup .icons{
  margin: 15px 0 20px 0;
}
.share-popup .content p{
  font-size: 16px;
}
.share-popup .content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.share-popup .icons a i{
  transition: transform 0.3s ease-in-out;
}
.share-popup .icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.share-popup .icons a:nth-child(1):hover{
  background: #1877F2;
}
.share-popup .icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.share-popup .icons a:nth-child(2):hover{
  background: #46C1F6;
}
.share-popup .icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
.share-popup .icons a:nth-child(3):hover{
  background: #e1306c;
}
.share-popup .icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
.share-popup .icons a:nth-child(4):hover{
  background: #25D366;
}
.share-popup .icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.share-popup .icons a:nth-child(5):hover{
  background: #0088cc;
}
.share-popup .icons a:hover{
  color: #fff;
  border-color: transparent;
}
.share-popup .icons a:hover i{
  transform: scale(1.2);
}
.share-popup .content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.share-popup .field.active{
  border-color: #7d2ae8;
}
.share-popup .field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.share-popup .field.active i{
  color: #7d2ae8;
}
.share-popup .field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px 0 2px;
  background-color: transparent;
}
.share-popup .field button{
  color: #fff;
  padding: 5px 18px;
  background: var(--purple);
  border-radius: 6px;
}
.share-popup .field button:hover{

}
/* end Social Share Popup */

/* Dark Mode  */
.schedorg-body-dark .back-to-schedule a,
.schedorg-body-dark .back-to-schedule button {
  color: #fff;
}
/* end Dark Mode  */

/* Event Edit */
.event-edit {
  padding: 30px 0;
}
.event-edit #sched-page-event-attendees {
  padding-top: 20px;
  margin-top: 20px;
}
.event-edit #js-settings-form {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.event-edit__image {
  text-align: center;
}
.event-edit input[type="text"] {
  max-width: 100%;
  width: 350px;
  padding: 0 12px;
}
.event-edit .sched-settings-left,
.event-edit .sched-settings-right {
  margin: 0;
}
.edit-event__social {
  margin-bottom: 25px;
}
.edit-event__social p {
  margin-bottom: 15px;
}
/* end Event Edit */

/* User Profile */
#sched-page-user {
  padding-bottom: 100px;
}
.user-profile__container hr {
  margin: 40px 0;
}
.schedorg-body-dark .user-profile hr {
  border-color: #999;
}
.user-profile__image {

}
.user-profile__details {
  display: flex;
  gap: 20px;
  flex: 1;
}
.user-profile__image img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
}
.user-profile__info {
  margin-top: 20px;
}
.user-profile__name {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
}
.user-profile__qr {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin: 0 auto;
}
.user-profile__qr-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.user-profile__qr-image {
  border: 2px solid #e1e1e1;
  border-radius: 12px;
  padding: 15px;
}
.user-profile__qr-image img {
  width: 130px;
  height: auto;
}
.user-profile__qr-note {
  font-size: 14px;
  margin-top: 20px;
  color: var(--gray-600);
}
.user-profile__qr-note .sched-title-tooltip img {
  width: 22px;
  height: 23px;
}
.user-profile__grid {
  display: flex;
  gap: 0 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .user-profile__grid {
    flex-direction: column;
  }
  .user-profile__qr {
    margin-top: 40px;
    margin-right: auto;
  }
  .user-profile__qr-image img {
    width: 146px;
  }
  .user-profile__details {
    flex-direction: column;
    align-items: center;
  }
  .user-profile__info {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .user-profile__image {
  }
  .user-profile__image .sched-avatar-letter {
    width: 120px;
    height: 120px;
    font-size: 50px;
    line-height: 120px;
  }
  .user-profile__image img {
    width: 120px;
    height: 120px;
  }
}

.user-profile__meta {
  font-size: 15px;
}
.user-profile__title {
  font-size: 18px !important;
  font-weight: 700;
  margin: 0 0 1rem !important;
  float: none !important;
  text-align: initial !important;
  width: 100% !important;
  display: flex;
  gap: 14px;
}
.user-profile__title-edit {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-600);
    display: flex;
    align-items: center;
    user-select: none;
}
.user-profile__title-edit:before {
  content: '\e3c9';
  font-family: "Material Icons";
  font-size: 16px;
  margin-right: 4px;
}
.user-profile__about-content {
  font-size: 14px;
}
.user-profile__about-content ul,
.user-profile__about-content ol {
  margin: 0 0 10px 20px;
  padding: 0;
  list-style: outside;
}
.user-profile__about-content ul li {
  list-style-type: disc;
  margin: 0;
}
.user-profile__about-content ol li {
  list-style-type: decimal;
  margin: 0;
}
.user-profile__company {
  font-size: 15px;
  font-weight: 500;
}
.user-profile__position {
  margin-top: 10px;
}
.user-profile__link {
  font-weight: 500;
}
.user-profile__social {

}
.user-profile__social-grid {
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
}
.user-profile__social-grid a {
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0px;
  border-radius: 6px;
  line-height: 1;
}
.schedorg-body-dark .user-profile__social-grid a {
  color: #fff;
}
.user-profile__social-grid a:hover,
.user-profile__social-grid a:focus {
  text-decoration: none;
}
.user-profile__added {
  margin: 0 0 40px;
}
.user-profile__added-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .user-profile__added-content {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.user-profile__added-view {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-600);
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 2px 28px 2px 10px;
}
.user-profile__added-view:hover {
  color: var(--gray-600);
}
.user-profile__added-view:after {
  content: '';
  background-image: url("https://cdn.sched.co/img/event/icon-arrow-right-blue.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/* User Note */
.user-note {
}
.user-note__modal {
  position: fixed;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  font-size: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.user-note__wrapper {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.user-note__form {

}
.user-note__form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-note__form textarea {
  height: 100%;
  flex: 1;
  width: 100%;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  padding: 12px 15px;
  min-height: 116px;
}
.user-note__button {
  flex: 0;
}
.user-note__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--gray-800);
  padding: 20px;
}
.user-note__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.user-note__close {
  right: 12px;
  top: 18px;
}
.user-note__close span {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .user-note__modal {
    top: 13vh;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    width: 620px;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .user-note__modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
  }
  .ui-modal__close {
    display: block !important;
  }
}
.user-note__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.user-note__modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
@media screen and (min-width: 601px) {
  .user-note__modal.open {
    transform: translateX(-50%) scale(1);
  }
}
.user-note__overlay.open {
  opacity: 1;
  visibility: visible;
}
.user-note__preview {
  margin-bottom: 20px;
}
.user-note__preview span {
  color: var(--gray-400);
  font-size: 14px;
  display: block;
}
.user-note__labels {
  display: flex;
  gap: 6px;
}
.contact-tag-pill {
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  border-color: var(--gray-200);
  background-color: var(--gray-50);
  color: var(--gray-700);
}
/* end User Note */
/* end User Profile */

/* Forms */
.form {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.form-section--two-col {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
.form__grid {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
.form__grid--social {
  display: grid;
  gap: 16px 60px;
  grid-template-columns: repeat(2, 1fr);
}
.form__photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
  width: 200px;
}
.form__photo img {
  width: 200px;
  border-radius: 50%;
  height: auto;
}
.form__photo-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .form-section--two-col {
    grid-template-columns: 1fr;
  }
  .form__grid--social {
    grid-template-columns: 1fr;
  }
}
/* end Edit Profile */

/* Checkin */
/* .checkin-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid var(--gray-200);
} */
 @media screen and (max-width: 600px) {
    .checkin .button-group {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px 0;
      background-color: #fff;
      border-top: 1px solid var(--gray-200);
      padding: 15px;
      flex-direction: column;
      box-shadow: 0px -10px 8px -8px rgba(0, 0, 0, 0.10);
      z-index: 999;
    }
    .checkin-buttons .button {
      width: 100%;
    }
    .checkin hr {
      display: none;
    }
}
.checkin-display {
  margin-bottom: 20px;
}
/* end Checkin */

/* Content */
.grid-container {
  max-width: 1200px;

  padding: 0 15px;
  margin: 0 auto;
}

/* Onboarding */
.onboarding {
  margin-block: 60px;
}
.onboarding__header {
  margin-bottom: 20px;
}
.onboarding__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.onboarding__item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  line-height: 1.4;
  font-weight: 500;
}
.onboarding__item img {
  width: 70px;
  height: 70px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  border-radius: 6px;
}

@media screen and (max-width: 800px) {
  .onboarding__wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.bar {
  background:#BDC6CE;
  padding: 14px 10px;
  border-radius:4px;
  margin-bottom: 10px;
  text-align: center;
}
.bar a {
  color:#000;
}
.bar strong {
  display:inline-block;
  font-weight:600;
  margin-right: 5px;
}
.bar-success {background:#D4EDDA;}
.bar-info{background:#D1ECF1}
.bar-warning{background:#FFF3CD;}
.bar-danger{background:#F8D7DA;}

/* Icons */
.icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
 }
 .icon--after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
 }
 .icon--square {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff;
 }
 .icon:after {
  content: '';
  background-size: contain;
  width: 100%;
  height: 100%;
 }
 .icon--square:after {
   content: '';
   width: 21px;
   height: 21px;
 }
 .icon--mail:after {
  background-image: url("../img/icons/icon-mail.svg");
 }
 .icon--personalize:after {
  background-image: url("../img/icons/icon-personalize.svg");
 }
 .icon--settings:after {
  background-image: url("../img/icons/icon-settings.svg");
 }
 .icon--ticket:after {
  background-image: url("../img/icons/icon-ticket.svg");
 }
 .icon--badge:after {
  background-image: url("../img/icons/icon-badge.svg");
 }
 .icon--phone:after {
  background-image: url("../img/icons/icon-phone.svg");
 }
 .icon--print:after {
  background-image: url("https://cdn.sched.co/img/icons/icon-print.svg");
 }
 .icon--calendar-plus:after {
  background-image: url("../img/icons/icon-calendar-plus.svg");
 }
 .icon--mobile:after {
  background-image: url("../img/icons/icon-mobile.svg");
 }
 .icon--certificate:after {
  background-image: url("../img/icons/icon-certificate.svg");
 }
 .icon--upgrade:after {
  background-image: url("../img/icons/icon-upgrade.svg");
 }
 .icon--x-close:after {
  background-image: url("../img/icons/icon-x-close.svg");
 }
 .icon--chevron-right:after {
  background-image: url("../img/icons/icon-chevron-right.svg");
 }
 .icon--share:after {
  background-image: url("https://cdn.sched.co/img/icons/icon-share.svg");
 }
 .icon--filter:after {
  background-image: url("../img/icons/icon-filter.svg");
 }
 .icon--eye:after {
  background-image: url("../img/icons/icon-eye.svg");
 }
 /* end Icons */

/* Nav */
.event__header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0 25px;
  user-select: none;
}
.event-nav {
  display: flex;
  gap: 4px;
  align-items: center;
}
.schedule__header {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 60px;
}
.schedule__header-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding: 10px 0;
}
.schedule__header-container.fixed {
  position: fixed;
  padding-right: 15px;
  padding-left: 15px;
  top: 0;
  left: 50%;
  right: 0;
  width: 100%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 99999;
}
.schedorg-showheader .schedule__header-container.fixed {
  top: 60px;
}
.schedule__subheader {
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width: 905px) {
  .schedule__subheader--mobile {
    display: flex !important;
  }
}
.schedule__search {
  flex: 1;
}
.schedule__search-form {
  display: flex;
  align-items: center;
}
.schedule__search-input {
  flex: 1;
}
.schedule__search-input input {
  height: 40px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.schedule__search-form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.schedule-nav {
  display: flex;
  align-items: center;
  user-select: none;
}
@media screen and (max-width: 701px) {
  .schedule-nav {
    width: 100%;
  }
  .schedule-nav__item {
    flex: 1;
  }
  .schedule-nav__item a {
    width: 100%;
    justify-content: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sched-container {
    border: 0;
    margin: 0
  }
  .sched-container-inner {
    padding: 0 0 20px!important;
  }
  .list-simple h3 {
    margin: 0 0 4px !important;
  }
  .sched-container-header {
    margin: 10px 0 20px;
  }
  .sched-container-header h2 {
    font-size: 16px !important;
  }
  .event, .event .name {
    width: 100%;
  }
  .sched-container-top,
  .sched-container-bottom {
    display: none;
  }
}
.event-nav__item,
.schedule-nav__item {
  display: flex;
  position: relative;
}
.event-nav__item a,
.schedule-nav__item a {
  padding: 12px 14px;
  line-height: 1;
  border-radius: 6px;
  color: var(--gray-800);
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.event-nav__item a:hover,
.event-nav__item a:focus,
.schedule-nav__item a:hover,
.schedule-nav__item a:focus {
  text-decoration: none;
  background-color: var(--gray-100);
}
.event-nav__item a.sched-menu-link-active,
.schedule-nav__item a.sched-menu-link-active {
  text-decoration: none;
  background-color: var(--gray-200);
}
.schedule-nav__item a {
  font-size: 14px;
  border: 1px solid var(--gray-300);
  background-color: #fff;
  padding-right: 26px;
  padding-left: 26px;
}
.schedule-nav__item span {
  white-space: nowrap;
}
.schedule-nav__item:first-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.schedule-nav__item:first-child a:not(.sched-menu-link-active) {
  border-right: 0;
}
.schedule-nav__item:nth-child(2) a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  /* padding-right: 50px; */
}
.schedule-nav__my-schedule {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.event-nav__icons {
  position: relative;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.event-nav__icons a {
  position: relative;
  width: 40px;
  height: 40px;
}
.event-nav__icons a:hover {
  background-color: var(--gray-200);
  transition: background-color 0.3s;
}

.nav-menu {
}
.nav-menu .sched-avatar {
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 8px;
}
.nav-menu .sched-avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  aspect-ratio: 1/1;
  border: 2px solid var(--gray-400);
}
.nav-menu .sched-avatar-letter {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 42px;
}
.session-filter-button {
  position: relative;
  display: none;
  cursor: pointer;
  margin-left: auto;
}
.session-filter-button a {
  display: block;
  height: 40px;
  width: 40px;
}

.dropdown {
  position: relative;
}
.open>.dropdown-menu {
  display: block !important;
}
.schedule-nav__sessions {
  position: relative;
  margin-left: auto;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 906px) {
  .schedule-nav__sessions--desktop {
    display: flex !important;
  }
}
.schedule-nav__sessions--mobile .button--icon {
  padding: 12px 32px;
}
.schedule-nav__sessions--mobile .button--icon span {
  display: none;
}
@media screen and (max-width: 905px) {
  .schedule-nav__sessions--mobile {
    display: block !important;
  }
}
.schedule-nav__toolbar {
  position: relative;
  display: flex;
  gap: 12px;
  display: flex;
  flex: 1;
}
@media screen and (max-width: 701px) {
  .schedule__subheader {
    gap: 0;
    justify-content: space-between;
  }
}
.schedule-nav__toolbar a {
  position: relative;
  padding: 11px 10px 10px 28px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  color: var(--gray-800);
  font-weight: 500;
}
.schedule-nav__toolbar .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
.session__view-button {
  position: relative;
  cursor: pointer;
}
#sched-menu-full-sessions .session__view-button {
  max-width: 195px;
  width: 195px;
  min-width: 195px;
}
.session__view-dropdown,
.dropdown-menu {
  z-index: 99999;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  width: 220px;
  padding: 4px 6px;
}
.enabled-hide-full-sessions #sched-menu-session-view .session__view-dropdown {
  right: 160px;
}
#sched-menu-session-view-mobile.schedule__subheader--mobile .enabled-hide-full-sessions .session__view-dropdown {
  right: 72px;
}
#sched-menu-session-view-mobile.schedule__subheader--mobile #sched-menu-full-sessions-mobile .session__view-dropdown {
  right: 0;
}
.dropdown-menu li a {
  color: var(--gray-700);
  display: block;
  border-radius: 6px;
  line-height: 1.5;
  padding: 10px 12px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:hover {
  background: #F1F3F6;
  color: var(--gray-900);
}
.dropdown-menu .sched-header-submenu-account a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dropdown-menu .sched-header-submenu-account .sched-avatar {
  width: 40px;
  height: 40px;
  border: 2px solid var(--gray-200);
  border-radius: 100%;
}
.dropdown-menu .sched-header-submenu-account .sched-avatar-letter {
  font-size: 17px;
  line-height: 40px;
  width: 100%;
  height: 100%;
}
.session__view-dropdown--right {
  right: auto;
  left: 0;
}
.session__view-dropdown-wrap,
.dropdown-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.session__view-dropdown a,
.dropdown-menu a {
  color: var(--gray-700);
  display: block;
  border-radius: 6px;
  line-height: 1.5;
  padding: 10px 12px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.session__view-dropdown a:hover,
.session__view-dropdown a:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  text-decoration: none;
  background-color: var(--gray-50);
}
.session__view-dropdown .active a,
.dropdown-menu a.sched-menu-link-active {
  background-color: var(--gray-100);
}
.session__view-dropdown .active a:after,
.dropdown-menu a.sched-menu-link-active:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-check.svg");
  background-size: contain;
}
.dropdown__section {
  padding: 10px 12px;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.dropdown__section__title {
  margin-bottom: 10px;
}
.dropdown__section__content {
  display: flex;
  gap: 6px;
}
.dropdown__section a {
  padding: 0;
  flex: 1;
}
.dropdown__section a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 905px) {
  .event-nav {
    display: none;
  }
  .session-filter-button {
    display: block;
  }
  .button-sm--mobile-no-text {
    padding: 0;
    width: 40px;
  }
  .button-sm--mobile-no-text span {
    display: none;
  }
}
/* end Nav */

/* QR menu */
.qr-menu {
  position: absolute;
  right: 52px;
  top: 0;
  color: var(--text-color);
}
.qr-menu__modal {
  position: fixed;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  max-width: 100%;
  font-size: 14px;
}
.qr-menu .ui-modal__close {
  top: 13px;
}

@media screen and (min-width: 601px) {
  .qr-menu__modal {
    top: 13vh;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    min-height: 632px;
    width: 370px;
  }
  .schedorg-body-lead-retrieval .qr-menu__modal {
    min-height: 632px;
  }
}
@media screen and (max-width: 600px) {
  .qr-menu__modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
  .ui-modal__close {
    display: block !important;
  }
}
.qr-menu__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.qr-menu ol {

}
.qr-menu ol li {

}
.qr-menu__icon-toggle {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
  z-index: 99;
}
.qr-menu__figure {
  margin: 15px auto 10px;
  width: 200px;
}
.qr-menu__figure--code {
  padding: 20px 0;
}
.qr-menu__figure img {
  width: 100%;
  height: auto;
}
.qr-menu__title {
  color: var(--gray-800);
  font-weight: 700;
  font-size: 24px !important;
  text-align: center;
  line-height: 1.4 !important;
  margin: 30px 0;
}
.qr-menu__content {
  margin-bottom: 1.5rem;
}
.qr-menu__content h3 {
  font-weight: 500;
  color: var(--title-color);
}
.qr-menu__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--gray-900);
}
.qr-menu__list-item {
  position: relative;
  padding-left: 34px;
  line-height: 1.5;
}
.qr-menu__list-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.qr-menu__list-item--checkin:before {
  background-image: url("https://cdn.sched.co/img/event/icon-checkin--gray.svg");
}
.qr-menu__list-item--share:before {
  background-image: url("https://cdn.sched.co/img/event/icon-share--gray.svg");
}
.qr-menu__icon {
  position: relative;
  border-radius: 3px;
  margin: 9px 0;
  height: 41px;
  width: 41px;
  background: #fff;
  border: 1px solid var(--gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-menu__icon:after {
  content: '';
  background-image: url("../img/icons/icon-qr-code.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
.qr-menu__guide {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.qr-menu__guide a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.qr-menu__guide a:after {
  content: '';
  background-image: url("https://cdn.sched.co/img/event/icon-arrow-right-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
.qr-menu__close {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  /* margin-top: 10px; */
}
.qr-menu__close a:hover,
.qr-menu__close a:focus {
  text-decoration: none;
}
.qr-menu__camera-button {
  margin-bottom: 20px;
}
.qr-menu__camera {
  max-width: 100%;
  border-radius: 6px;
  padding: 4px;
  background-color: var(--gray-500);
}
.qr-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.qr-menu__modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
@media screen and (min-width: 601px) {
  .qr-menu__modal.open {
    transform: translateX(-50%) scale(1);
  }
}
.qr-menu__overlay.open {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
@media screen and (max-width: 600px) {
  .qr-menu .dropdown-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .qr-menu .dropdown-menu__wrapper {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .qr-menu__list {
    max-width: 284px;
    margin: 0 auto;
  }
  .qr-menu__title span {
    display: block;
  }
  .qr-menu__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .qr-menu__image img {
    width: 70%;
    height: auto;
  }
}
.qr-menu__toggle {
  flex-direction: column-reverse;
  gap: 6px;
  margin-bottom: 30px;
}
.qr-menu__toggle input:checked+.slider {
  background-color: #BDC6CE;
}
.qr-menu__video {
  transition: transform 0.4s ease-in-out, scale 0.4s ease-in-out;
  transform-origin: center center;
  backface-visibility: hidden; /* Prevents flickering during flip */
}
.qr-menu__video--active {
  width: 330px;
  height: 330px;
  border: 1px dashed var(--gray-400);
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}
.video-flipping {
  transform: rotateY(90deg) scale(0.9); /* Rotate halfway and scale slightly */
}
@keyframes bounceBack {
  0% { scale: 0.8; }
  50% { scale: 1.05; }
  100% { scale: 1; }
}
.bounce-animation {
  animation: bounceBack 0.3s ease-out;
}
.qr-menu__camera-rotate {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 2px auto 30px;
  transition: transform 0.4s ease-in-out;
  z-index: 100;
}
.qr-menu__camera-rotate.rotating {
  transform: rotateY(180deg);
}
/* Add a subtle bounce at the end */
@keyframes bounceBack {
  0% { scale: 0.85; }
  50% { scale: 1.05; }
  100% { scale: 1; }
}
.qr-menu__camera-rotate.finish-rotate {
  animation: bounceBack 0.3s ease-out;
}
.qr-menu__camera-rotate img {
  width: 100%;
  height: auto;
  background-color: var(--gray-200);
  border-radius: 50%;
  padding: 8px;
  transform: rotate(25deg);
  transition: background-color 0.3s;
}
.qr-menu__camera-rotate:hover img {
  background-color: var(--gray-300);
}
/* end QR menu */

/* Tab Pills */
.tab-pills {
  display: flex;
  overflow-x: auto;
}
.tab-pill {
  position: relative;
  display: block;
  transition: 0.3s all ease;
  color: var(--gray-800);
  font-weight: 500;
  gap: 8px;
  font-size: 14px;
  border: 1px solid #D5DAE1;
  line-height: 1;
  text-align: center;
  user-select: none;
  flex: 1;
  cursor: pointer;
  padding: 10px 12px;
}
.tab-pill--active {
  background-color: var(--gray-200);
}
.tab-pill:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 0;
}
.tab-pill:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 0;
}
.tab-pill a:hover,
.tab-pill a:focus {
  text-decoration: none;
}
.tab-pill__content {
  display: none;
}
.tab-pill__content--active {
  display: block;
}
/* end Tab Pills */

/* Empty State */
.empty-state {
  text-align: center;
  padding: 20px 0 60px;
}
.empty-state__header {
  margin-bottom: 30px;
}
.empty-state h2 {
  font-size: 30px !important;
  margin: 0 0 1rem !important;
}
.empty-state figure {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.empty-state figure img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.empty-state__buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
}
/* end Empty State */

/* Schedule dark mode */
.schedorg-body-dark .schedule__header {
  background-color: transparent;
}
.schedorg-body-dark .event-nav__item a:not(.sched-menu-link-active),
.schedorg-body-dark .schedule-nav__item a:not(.sched-menu-link-active) {
  color: #fff;
}
.schedorg-body-dark .event-nav__item a:not(.sched-menu-link-active):hover,
.schedorg-body-dark .schedule-nav__item a:not(.sched-menu-link-active:hover) {
  color: #000;
}
.schedorg-body-dark .icon {
  opacity: 1;
}
.schedorg-body-dark .button--icon {
  background-color: transparent;
  color: #fff !important;
}
.schedorg-body-dark .button--icon:before {
  background-image: url(../img/icons/icon-eye-white.svg);
}
.schedorg-body-dark .button--icon:after {
  background-image: url(../img/icons/icon-chevron-down-white.svg);
}
.schedorg-body-dark input[type="text"],
.schedorg-body-dark input[type="email"],
.schedorg-body-dark input[type="password"],
.schedorg-body-dark input[type="number"],
.schedorg-body-dark input[type="search"],
.schedorg-body-dark select {
  background-color: transparent;
  color: #fff !important;
}
.schedorg-body-dark input[name="username"],
.schedorg-body-dark input[name="password"],
.schedorg-body-dark input[name="name"],
.schedorg-body-dark input[name="email"] {
  color: black !important;
}
.schedorg-body-dark .search-header {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.schedorg-body-dark .sched-event-details-role-company {
  color: #bbb;
}

#tz-custom-message {
  display: block;
}

/* Footer */
.footer {
  font-size: 14px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.footer__top {
  padding: 50px 0;
  border-bottom: 1px solid var(--gray-200);
}
.footer__top-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 70px;
}
.footer__top-column {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 70px;
}
.footer__top-title {
  color: #353535;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.footer__top-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__top-links a {
  font-weight: 500;
}

.footer__middle {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-200);
}
.footer__middle-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__middle-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__bottom {
  padding: 20px 0;
  font-size: 14px;
}
.footer__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.footer__bottom-logo img {
  display: inline-flex;
  width: 70px;
  height: auto;
  margin-top: -1px;
}
.footer__bottom-content {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-500);
}
.footer__bottom-content a {
  color: var(--gray-500);
  text-decoration: none;
}
.footer__bottom-content a:hover {
  text-decoration: underline;
}
.footer__bottom-content--links a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
}
.footer__bottom-pr {
  text-transform: lowercase;
}
.footer__bottom-pr::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .footer__bottom-container {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom-content {
    justify-content: center;
  }
}
/* end Footer */

.tooltip-text {
  position: relative;
  display: inline-flex;
  padding-right: 30px;
}
.tooltip-text .sched-title-tooltip {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.sessionFeedbackButtonContainer {
  padding: 24px 0px;
}

.sessionFeedbackButtonContainer .button__black:hover {
  color: #f0f0f0 !important;
  background-color: var(--gray-500);
}

/* Popup */
.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 15px;
}
.popup__content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}
.popup__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.popup__icon svg {
  width: 150px;
  height: 150px;
}
.popup__header {
  margin-bottom: 20px;
  text-align: center;
}
.popup__title {
  font-size: 24px;
  font-weight: 600;
  color: #079455;
  margin-bottom: 20px;
}
.popup__subtitle {
  font-size: 20px;
  font-weight: 400;
  color: var(--gray-600);
  margin-bottom: 40px;
}
.popup__buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.popup__close {
  cursor: pointer;
  font-size: 18px;
  color: var(--gray-500);
}
.popup__close:hover {
  color: var(--gray-800);
}
.popup__body {
  font-size: 16px;
  color: var(--gray-700);
}
/* end Popup */

a.eventFeedbackButton {
  background-color: white;
  color: #292929 !important;
  padding: 12px;
  margin-left: 12px;
}

/* My Session */
.qr-codes-section {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.qr-codes-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.qr-codes-text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.qr-codes-text span {
  font-size: 14px;
  color: #666;
}