@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');

* {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 300 !important;
}

body {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 14px;
  font-weight: 300 !important;
  color: #333;
}

.conf {
  width: 100%;
  border: none;
  margin: auto;
}

.confTitleBox {
  color: white;
  min-height: 90px;
  border-top: 3px solid #e05900;
  border-bottom: 1px solid #c05000;
  background: #fa6900 url('/images/conf/sprites_orange.png') repeat-x 0 -24px;
}

.confTitle {
  width: 950px;
  margin: 0 auto;
}

.confLogoBox {
  float: left;
  padding-right: 10px;
}

.confLogoBannerBox {
  float: right !important;
  max-width: 120px !important;
  height: auto !important;
}

.confLogoBannerBox img {
  max-width: 120px !important;
  height: auto !important;
}

.conference-title-link {
  font-size: 22pt;
  display: block;
  padding: 25px 0;
  color: white;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.conference-title-link::after {
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.confSubTitleBox {
  background: #e0e4cc url('/images/conf/sprites_orange.png') repeat-x 0 -213px;
  border-bottom: 1px solid #bfc3ae;
  border-top: 1px solid #bfc3ae;
  padding: 0.5rem 0;
}

.confSubTitleContent {
  width: 950px;
  margin: 0 auto;
  font-size: 11pt;
  color: #24425a;
}

.confSubTitle a {
  font-size: 11pt;
}

.datePlace {
  font-size: 12pt;
}

.simpleTextAnnouncement {
  background: #f5faff url(/images/conf/sprites_orange.png) repeat-x scroll 0 -400px;
  border-top: 1px solid #c2d6e7;
  border-bottom: 1px solid #ccc;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: #0f283d;
  padding: 8px 0;
}

#confSectionsBox {
  width: 950px;
  margin: 0 auto;
  margin-top: 30px;
}

.confBodyBox {
  margin-left: 0;
  margin-right: 230px;
}

.conf_leftMenu {
  float: right;
  width: 200px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.102);
  overflow: hidden;
  border: 1px solid hsl(0, 0%, 90%);
  padding: 0;
  margin-bottom: 20px;
}

.conf_leftMenu .menuConfContainer {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.conf_leftMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
}

.conf_leftMenu li {
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
}

.conf_leftMenu li:last-child {
  border-bottom: none;
}

.conf_leftMenu li:hover {
  background-color: #f8f9fa;
}

.conf_leftMenu a {
  display: block;
  padding: 14px 18px;
  text-decoration: none;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.conf_leftMenu a:hover {
  background-color: transparent;
  padding-left: 18px;
  color: #1a1a1a;
  border-left-color: #ff752f;
}

.conf_leftMenu li.selected a,
.conf_leftMenu a.selected {
  background-color: #f0f7ff;
  color: #ff752f;
  font-weight: 600;
  border-left-color: #ff752f;
}

#outer {
  border: 1px solid #ccc;
  background: #f6f6f6;
}

#outer li a {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

#outer li a:hover {
  background: #e0e0e0;
}

.menuConfTitle {
  text-align: left;
}

.menuConfTitle a {
  color: #275c86;
  padding: 7px 12px;
}

.menuConfSelected a {
  padding: 7px 12px;
  color: #275c86;
}

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #ff752f;
  background: #dadada;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}

li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

.confSubTitle {
  color: #3a3c33;
}

.support_box {
  display: none !important;
}

.contact-info,
.contact-section {
  display: none !important;
}

.title-with-actions {
  color: #ff752f !important;
  font-weight: 700 !important;
}

.title-with-actions h1,
.title-with-actions h2,
.title-with-actions h3 {
  font-weight: 700 !important;
  color: #ff752f !important;
}

.title-with-actions * {
  font-weight: 700 !important;
}

.attachments-box,
.attachments-box * {
  font-style: italic !important;
}

.attachments-box {
  transform: skew(-5deg) !important;
  font-size: 16px !important;
  font-weight: 500;
  color: #333;
}

.attachments-box .icon {
  display: none !important;
}

.attachment.icon-link::before {
  display: none !important;
}

.attachment.icon-link {
  display: inline !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.attachments-box .text {
  font-size: 16px !important;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px !important;
}

.description p,
.description span {
  font-size: 14px !important;
}

.description,
.description p,
.description span {
  color: #444 !important;
}

.description ul,
.description ol {
  padding-left: 20px !important;
  margin-left: 0 !important;
}

.description ul li,
.description ol li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.description p span[style*="color: rgb(31, 31, 31)"] {
  color: #444 !important;
}

.description li {
  list-style: none;
  position: relative;
}

.description li::before {
  content: '>';
  color: #ff752f;
  font-weight: 600;
  margin-right: 8px;
}

.description ul li::before,
.description ol li::before {
  content: '>';
  color: #ff752f;
  font-weight: 600;
  margin-right: 8px;
}

.description li ul.inner li::before {
  content: '>';
  color: #ff752f;
  font-weight: 600;
  margin-right: 8px;
}

.speaker-button {
  display: inline-block !important;
  padding: 12px 24px !important;
  background-color: #ff752f !important;
  color: white !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 14px !important;
}

.speaker-button:hover {
  background-color: #e05900 !important;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

h4:first-of-type {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.speaker-link {
  color: #ff752f !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.speaker-link:hover {
  color: #e05900 !important;
  text-decoration: underline !important;
}

.speaker-highlight {
  display: inline-block !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(255, 117, 47, 0.4) !important;
  border-radius: 4px !important;
  background-color: transparent !important;
  color: #333 !important;
  font-weight: 400 !important;
  transition: all 0.2s ease !important;
}

.speaker-highlight:hover {
  border-color: rgba(224, 89, 0, 0.5) !important;
  background-color: #fff5f0 !important;
}

.speaker-highlight .speaker-link {
  color: #ff752f !important;
  font-weight: 500 !important;
}

.speaker-highlight .speaker-link:hover {
  color: #e05900 !important;
}

a[href*="agenda"],
.agenda-button,
button[class*="agenda"],
.agenda a.button,
a.button[href*="agenda"] {
  padding: 8px 16px !important;
  font-size: 13px !important;
}