html {
  background: #2a2a2a;
}

body {
  font-family: "Proxima Nova", Georgia, sans-serif;
  position: relative;
  color: #333333;
  font-size: 14px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content--wrapper {
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.collapse {
  display: none;
  overflow: hidden;
}

.show {
  display: inline-block !important;
}

.uppercase {
  text-transform: uppercase;
}

.no-margin {
  margin: 0;
}

.no-margin--top {
  margin-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-bottom {
  padding-bottom: 20px;
}

.normal-padding {
  padding: 20px 20px;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.no-overflow {
  overflow: hidden;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

p {
  font-weight: 300;
  font-size: 18px;
}
p strong {
  font-weight: 600;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 strong {
  font-weight: 600;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h2.primary {
  color: #5364ae;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 strong {
  font-weight: 600;
}

a {
  color: #5364ae;
  text-decoration: none;
}
a.btn {
  background: #5364ae;
  color: #ffffff;
}
a.btn:hover {
  background: #1f959e;
  color: #ffffff;
}
a:hover {
  color: #1f959e;
}
a.white {
  color: #FFFFFF;
}
a.white:hover {
  color: #FFFFFF;
}

.btn {
  border-radius: 0;
}
.btn.white {
  background: #ffffff;
  color: #5364ae;
}
.btn.white:hover {
  cursor: pointer !important;
}
.btn.btn-register {
  background: #89c402;
  color: #ffffff;
  padding: 10px 30px;
}
.btn.btn-register.big {
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
.btn.btn-register.big.discover {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.btn.btn-register.big.discover:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn.btn-register.btn-register-header {
  width: 49%;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn.btn-register:hover {
  color: #ffffff;
  background: #a5ce00;
}
.btn.btn-register:focus {
  color: #ffffff;
  background: #a5ce00;
}
.btn.btn-register:disabled {
  background: #333333;
  color: #ffffff;
}

input {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input:focus {
  outline: none;
}

input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked {
  color: #fff;
}
input[type=checkbox]:checked:after {
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff;
}

.align-checkbox {
  margin-top: 4px;
  margin-left: 40px;
}

/* Navigation Header Styles */
.navbar-conference {
  background: #f7f7f7;
  color: #333333;
  box-shadow: 2px 0px 5px #2a2a2a;
  border: 0 none;
  height: 80px;
}

.navbar-brand {
  margin-right: 20px;
}

.navbar-date {
  color: #333333;
  text-align: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 768px) {
  .navbar-date {
    display: none;
  }
}
@media (max-width: 510px) {
  .header-logo {
    height: 32px;
  }
  .btn.btn-register {
    padding: 6px 20px;
  }
}
@media (max-width: 375px) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media (max-width: 570px) {
  .cover .overlay-wrapper .overlay {
    left: 15px !important;
    right: 15px !important;
    top: 40px !important;
    margin-left: 0 !important;
  }
  .cover .overlay-wrapper .overlay.left {
    margin-left: 0;
    left: 15px;
    right: 15px;
  }
  .cover .overlay-wrapper .overlay .logo-wrapper {
    width: auto;
  }
  .cover .overlay-wrapper .overlay img {
    max-width: 80%;
  }
}
.btn-menu {
  padding: 0;
  margin-left: 10px;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu .hamburger-box {
  margin-top: 6px;
  width: 34px;
}
.btn-menu .hamburger-inner {
  width: 34px;
}
.btn-menu .hamburger-inner::before {
  width: 34px;
}
.btn-menu .hamburger-inner::after {
  width: 34px;
}

/* Menu Styles */
.main-menu--wrapper {
  position: fixed;
  color: #ffffff;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(83, 100, 174, 0.95);
  visibility: hidden;
  overflow-y: auto;
}
.main-menu--wrapper .info-menu {
  color: rgba(255, 255, 255, 0.7);
}
.main-menu--wrapper .info-menu a {
  color: rgba(255, 255, 255, 0.7);
}
.main-menu--wrapper h4 {
  font-weight: 300;
}
.main-menu--wrapper h4 strong {
  font-weight: 600;
}
.main-menu--wrapper .menu-margin {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.main-menu--wrapper.show {
  visibility: visible;
}
.main-menu--wrapper ul.menu-items {
  list-style: none;
  padding: 0;
}
.main-menu--wrapper ul.menu-items.small a {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.main-menu--wrapper a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.main-menu--wrapper a.no-animation:hover {
  padding-left: 0;
}
.main-menu--wrapper a.animate-right:hover {
  padding-right: 5px;
}
.main-menu--wrapper a:hover {
  text-decoration: none;
  color: #ffffff;
  padding-left: 5px;
}
.main-menu--wrapper .social a {
  font-size: 30px;
  fill: #ffffff;
  margin-right: 10px;
  opacity: 0.7;
}
.main-menu--wrapper .social a:hover {
  padding-left: 0;
  fill: #ffffff;
  opacity: 1;
}

.section {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section a.inline {
  font-size: 16px;
}
.section a.inline::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 600;
  margin-left: 5px;
}
.section.no-padding {
  padding: 0;
}
.section.primary {
  background: #5364ae;
  color: #ffffff;
}
.section.primary .btn {
  background: #1f959e;
  color: #ffffff;
}
.section.primary .btn:hover {
  background: #742774;
}
.section.primary-gradient {
  background: linear-gradient(135deg, #702573, #5364AE, #1E959D);
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.section.primary-gradient a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.section.primary-gradient a.btn {
  color: #5364ae !important;
  text-decoration: none;
}
.section.primary-gradient a.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.section.primary-gradient a:hover {
  color: #fff;
  cursor: pointer;
}
.section.secondary {
  background: #1f959e;
  color: #ffffff;
}
.section.news {
  box-shadow: 0px 5px 12px rgba(42, 42, 42, 0.3);
}
.section.news .bordered {
  border-right: 1px solid rgba(42, 42, 42, 0.5);
}
.section.news h3 {
  font-weight: 600;
}
.section.news a {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.section.news a::after {
  content: ">";
  margin-left: 5px;
}
.section.news a:hover {
  text-decoration: none;
  border-bottom: 2px solid #333333;
}
.section.accent {
  background: #742774;
  color: #ffffff;
}
.section.accent a {
  color: #ffffff;
}
.section.accent a:hover {
  color: #ffffff;
}
.section.dark {
  background: #2a2a2a;
  color: #ffffff;
}
.section.dark a {
  color: #ffffff;
}
.section.dark a:hover {
  color: #ffffff;
}
.section.dark .btn {
  background: #1f959e;
  color: #ffffff;
}
.section.dark .btn:hover {
  background: #742774;
}
.section.light {
  background: #f7f7f7;
}
.section.light .btn {
  background: #5364ae;
  color: #ffffff;
}
.section.light .btn:hover {
  background: #1f959e !important;
  color: #ffffff;
}
.section.white {
  background: #fff;
}
.section.white .btn {
  background: #5364ae;
  color: #ffffff;
}
.section.white .btn:hover {
  background: #1f959e !important;
  color: #ffffff;
  cursor: pointer !important;
}
.section.white input {
  color: #000000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.section.white ::placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.cover {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-image: url("../../images/M365ConfStill.jpg");
  background-size: cover;
  background-position: top center;
}
.cover video {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
}
.cover .cover-banner {
  background: rgba(83, 100, 174, 0.6);
  backdrop-filter: blur(20px);
  color: #ffffff;
  padding: 20px 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
.cover .cover-banner p {
  font-size: 22px;
}
.cover .cover-banner .date-year {
  font-size: 26px;
}
.cover .cover-banner .hash-tag {
  font-size: 30px;
}
.cover .overlay-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.cover .overlay-wrapper .alert {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cover .overlay-wrapper .overlay {
  position: absolute;
  top: 40px;
  left: 15px;
  color: #fff;
  max-width: 450px;
}
.cover .overlay-wrapper .overlay .overlay-section {
  background: rgba(83, 100, 174, 0.9);
  padding: 10px 30px;
  width: 415px;
  margin-bottom: 2px;
}
.cover .overlay-wrapper .overlay .overlay-section .date {
  background: rgba(116, 39, 116, 0.9);
  color: #ffffff;
  display: table;
  float: left;
  margin-right: 20px;
  padding: 5px 5px;
  font-size: 20px;
  font-weight: 600;
  width: 75px;
  text-align: center;
}
.cover .overlay-wrapper .overlay .overlay-section .date .days {
  display: block;
  text-align: center;
  font-weight: 400;
  border-top: 1px solid #ffffff;
}
.cover .overlay-wrapper .overlay .overlay-section p.location {
  vertical-align: top;
  text-align: left;
}
.cover .overlay-wrapper .overlay .overlay-section p.conf-workshops {
  text-align: left;
}
.cover .overlay-wrapper .overlay .overlay-section img {
  vertical-align: top;
}
.cover .overlay-wrapper .overlay .overlay-section .year {
  font-size: 25px;
  font-weight: 400;
  float: right;
}
.cover .overlay-wrapper .overlay p {
  font-size: 20px;
  font-weight: 300;
}
.cover .btn-room {
  padding: 10px 20px;
  background: #742774;
  margin-left: 10px;
}
.cover .btn-room:hover {
  background: #1f959e;
}

.indicator-row h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
}
.indicator-row div.indicator {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.indicator-row div.indicator div.indicator-overlay {
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  background: #a938a9;
  color: #ffffff;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  overflow: hidden;
}
.indicator-row div.indicator div.indicator-overlay a {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.indicator-row div.indicator div.indicator-overlay a:hover {
  text-decoration: none;
  color: #ffffff;
}
.indicator-row div.indicator:hover div.indicator-overlay {
  bottom: 0;
}
.indicator-row p.indicator {
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

#jssor_1 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 25px;
  overflow: hidden;
  visibility: hidden;
}

#jssor_1 #jssor-slide--container {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

#jssor_1 #jssor-slide--container div {
  font-size: 18px;
  line-height: 22px;
}

#jssor_1 #jssor-slide--container div strong {
  font-size: 24px;
  font-weight: 600;
}

.speaker--wrapper {
  margin-bottom: 10px;
}
.speaker--wrapper a {
  color: #333333;
}
.speaker--wrapper a p {
  text-align: center;
  margin-bottom: 0px;
}
.speaker--wrapper a img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 5px solid #742774;
}
.speaker--wrapper a .speaker-name {
  font-size: 16px;
  font-weight: 600;
}
.speaker--wrapper a .speaker-title {
  font-size: 14px;
}
.speaker--wrapper a .speaker-title::after {
  content: "";
  margin-left: 0;
}
.speaker--wrapper a .speaker-company {
  font-size: 16px;
  font-weight: 600;
  color: #5364ae;
}
.speaker--wrapper a:hover {
  text-decoration: none;
  color: #333333;
}

.session--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 20px;
  display: table;
  background: rgba(83, 100, 174, 0.05);
  margin-bottom: 20px;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.session--wrapper .learn-more {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.session--wrapper:hover {
  text-decoration: none;
  color: #333333;
  background: #1f959e;
}
.session--wrapper:hover .header {
  color: #ffffff;
}
.session--wrapper:hover .speaker {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .abstract {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .track-wrapper .track {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}
.session--wrapper:hover .track-wrapper .track:hover {
  border: 1px solid rgba(83, 100, 174, 0.8);
  color: #333333;
}
.session--wrapper:hover .track-wrapper .track:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.session--wrapper:hover .learn-more {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .learn-more:hover {
  color: rgba(255, 255, 255, 0.8);
}
.session--wrapper .track-wrapper {
  margin-bottom: 0;
}
.session--wrapper .track-wrapper .track {
  font-size: 14px;
  border: 1px solid rgba(83, 100, 174, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}
.session--wrapper:focus {
  text-decoration: none;
}
.session--wrapper .header {
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}
.session--wrapper .speaker {
  font-size: 16px;
  font-weight: 600;
}
.session--wrapper .abstract {
  font-size: 14px;
}
.session--wrapper .learn-more {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.session--wrapper .learn-more i.fa {
  font-weight: 600;
  margin-left: 5px;
}

.speaker-panel {
  margin-top: 20px;
  background: #5364ae;
  color: #ffffff;
  padding: 20px;
}
.speaker-panel h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.speaker-panel .speaker-listing--wrapper {
  display: table;
  width: 100%;
}
.speaker-panel a.profile-photo-wrapper {
  float: left;
}
.speaker-panel .profile-photo {
  width: 80px;
  margin-right: 10px;
}
.speaker-panel .speaker-short-name {
  font-weight: 600;
}
.speaker-panel .speaker-short-name a {
  color: #ffffff;
}
.speaker-panel .speaker-short-name a:hover {
  color: #ffffff;
}
.speaker-panel .speaker-short-title {
  color: rgba(255, 255, 255, 0.7);
}
.speaker-panel .speaker-short-company {
  color: rgba(255, 255, 255, 0.5);
}

.session-style h1 {
  font-weight: 300;
}
.session-style h1 strong {
  font-weight: 600;
}
.session-style h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
}
.session-style .speaker-company {
  font-weight: 600;
}
.session-style .session-abstract {
  margin-top: 20px;
}
.session-style .speaker-info-text .speaker--photo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
}

.session-detail-panel {
  background: rgba(83, 100, 174, 0.9);
  color: #ffffff;
  margin-bottom: 40px;
  padding: 20px;
}
.session-detail-panel label {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 700;
}
.session-detail-panel span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}

div.track--wrapper {
  margin-bottom: 20px;
}
div.track--wrapper span.track {
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(83, 100, 174, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 10px;
}
div.track--wrapper span.track:hover {
  cursor: pointer;
  color: #333333;
  background: rgba(83, 100, 174, 0.05);
}
div.track--wrapper span.track.selected {
  background: rgba(31, 149, 158, 0.7);
  color: #ffffff;
  border-color: #1f959e;
}

.img-earlybird {
  max-height: 150px;
}

.header-earlybird {
  margin: 20px 0;
  font-size: 18px;
}

.field-item label {
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
}
.field-item label input[type=checkbox] {
  margin-top: 8px;
  margin-bottom: 0;
}

.hotel {
  background-image: url("../../images/bg-vegas-next.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hotel div.container {
  padding-bottom: 35px;
  padding-top: 300px;
}
.hotel .hotel-info {
  color: #fff;
  background: rgba(83, 100, 174, 0.7);
  padding: 30px;
  display: inline-block;
  min-width: 350px;
  width: 40%;
}
.hotel .hotel-info .btn {
  background: #1f959e;
  color: #ffffff;
}
.hotel .hotel-info .btn:hover {
  background: #742774;
}

.toggle-dropdown {
  border: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px;
}
.toggle-dropdown:hover {
  background: rgba(51, 51, 51, 0.05);
}

.dropdown.show {
  display: inline-block !important;
}

.dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  line-height: auto;
}
.dropdown-menu .track--wrapper {
  line-height: 18px;
}
.dropdown-menu .track--wrapper .track {
  line-height: 18px;
}
.dropdown-menu.big {
  width: 600px;
  left: -70px !important;
}
.dropdown-menu div.column {
  width: 260px;
  margin-right: 20px;
  float: left;
}
.dropdown-menu div.column:last-child {
  margin-right: 0;
}
.dropdown-menu label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
.dropdown-menu input {
  height: auto;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
}
.dropdown-menu select {
  height: auto;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
}

.search-input {
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333333;
}
.search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

table {
  margin-top: 30px;
}

.thead-default {
  background-color: #5364ae;
  color: #ffffff;
}

.thead-default th {
  border-bottom: 2px solid #5364ae !important;
}

tr:nth-child(odd) {
  background: rgba(83, 100, 174, 0.1);
}

.registration-form .btn {
  border-radius: 0;
}
.registration-form input {
  color: #000000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.registration-form ::placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.registration-form label {
  font-weight: 400;
}

footer {
  background: #2a2a2a;
}
footer h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
footer h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 3px;
}
footer ul li.animated {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer ul li.animated:hover {
  padding-left: 5px;
}
footer p {
  color: #ffffff;
}
footer p.copyright {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
footer p a {
  color: #5364ae;
  font-size: 12px;
  margin-bottom: 0;
}
footer p.social {
  height: 28px;
  line-height: 28px;
}
footer p.social a {
  font-size: 24px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
footer p.social a:hover {
  color: #ffffff;
  fill: #ffffff;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 3px;
}
footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

.virtual-link:hover {
  text-decoration: none;
}

.virtual-logo {
  color: #ffffff;
  margin-left: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.virtual-dates {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}
.virtual-dates i {
  margin-right: 10px;
}

.text-upper {
  text-transform: uppercase;
  font-size: 24px;
}

.sponsorship-block {
  margin-bottom: 40px;
}

.sponsorship-info {
  font-size: medium;
  font-weight: bold;
  color: #ffffff;
}

.sponsor--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  background: #FEFEFE;
}
.sponsor--wrapper img {
  margin-bottom: 20px;
}
.sponsor--wrapper div.inside {
  margin-left: 20px;
}

.sponsor-section h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

.modal-style {
  background: rgba(23, 23, 23, 0.5);
}
.modal-style .modal-content {
  border-radius: 0;
  border: 0 none;
  color: #ffffff;
  background: #5364ae;
}
.modal-style .btn-primary {
  background: #1f959e;
}

.badge-register {
  padding: 2px 10px;
}
.badge-register input[type=checkbox] {
  margin: 5px 0;
}
.badge-register label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 4px;
  margin-left: 10px;
}

.news-cover {
  height: 400px;
  width: 100%;
  background: url("../../images/news-cover.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px;
}
.news-cover .container {
  padding: 40px 0;
}
.news-cover .container h1 {
  font-size: 62px;
  font-weight: 600;
  color: #ffffff;
}
.news-cover .container hr {
  width: 250px;
  height: 4px;
  background: #1f959e;
}
.news-cover .container p {
  font-size: 20px;
  color: #ffffff;
}

.news-featured--cover {
  margin-top: -100px;
}
.news-featured--cover .news-featured--item {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.news-featured--cover .news-featured--item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news-featured--cover .news-featured--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-featured--cover .news-featured--item div.title {
  color: #ffffff;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.news-featured--cover .news-featured--item div.tags {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.news-featured--cover .news-featured--item div.tags .tag {
  color: #FFFFFF;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  padding: 3px 5px;
  border: 1px solid #5364ae;
  background: #5364ae;
}
.news-featured--cover .news-featured--item div.tags .tag.featured {
  border: 1px solid #1f959e;
  background: #1f959e;
}

.news-list {
  padding: 0;
}
.news-list .news-item {
  padding: 20px;
}
.news-list .news-item .news-container {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px;
}
.news-list .news-item .news-container h3 {
  margin-top: 0;
  font-size: 28px;
}

.viva-label {
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

ul.normal {
  font-size: 18px;
}

.hotel-list {
  list-style-type: none;
  padding: 0;
}
.hotel-list li {
  margin-bottom: 20px;
}
.hotel-list li .name {
  font-size: 22px;
  font-weight: 400;
}
.hotel-list li .address {
  font-size: 16px;
}
.hotel-list li .address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .phone {
  font-size: 16px;
}
.hotel-list li .phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .distance {
  font-size: 16px;
}
.hotel-list li .distance::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f554";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .website {
  font-size: 16px;
}
.hotel-list li .website::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}

.session-source {
  border: 1px solid #5364ae;
  border-radius: 4px;
  background: #5364ae;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 6px;
}

.keynote--slider h3 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}
.keynote--slider img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 4px solid #ffffff;
  vertical-align: top;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
.keynote--slider .name {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.keynote--slider .role {
  font-size: 14px;
}

#jssor_2 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 125px;
  overflow: hidden;
  visibility: hidden;
}
#jssor_2 #jssor-slide--container {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
#jssor_2 #jssor-slide--container div {
  font-size: 18px;
  line-height: 22px;
}
#jssor_2 #jssor-slide--container div strong {
  font-size: 24px;
  font-weight: 600;
}

.mppc-invitation a {
  color: #742774;
}
.mppc-invitation img.Charles {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  border-radius: 80px;
  border: 4px solid #5364ae;
}
.mppc-invitation h5 {
  margin-top: 20px;
}

.mppc-logo {
  height: 60px;
}

@media (max-width: 576px) {
  .mppc-logo {
    display: block;
    margin: 0 auto;
  }
}
ul.normal li {
  font-size: 18px;
}

ul.unmarked {
  list-style: none;
  padding-left: 0;
}

.accordion-item {
  margin-bottom: 20px;
  border-top: 1px solid rgba(42, 42, 42, 0.5);
  padding-top: 20px;
}
.accordion-item:last-child {
  border-bottom: 1px solid rgba(42, 42, 42, 0.5);
  padding-bottom: 20px;
}
.accordion-item strong {
  font-size: 20px;
}
.accordion-item span {
  color: #5364ae;
  font-size: 18px;
  margin-left: 20px;
}
.accordion-item span i {
  font-size: 14px;
}
.accordion-item span:hover {
  font-weight: 600;
}

.vjs-poster {
  background-size: cover !important;
}
.vjs-poster img {
  max-width: 100%;
  max-height: 100%;
}

.embed-responsive div.vjs-video-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover-presents {
  font-size: 18px !important;
  vertical-align: -36px;
}

.M365cc-logo-cover {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

p.sponsor {
  font-size: 16px !important;
  margin-bottom: 8px;
}

.main-menu ul {
  margin-bottom: 0;
  line-height: 45px;
  list-style-type: none;
}
.main-menu ul li {
  font-size: 18px;
  margin-right: 15px;
}
.main-menu ul li a {
  color: #333333;
}
.main-menu ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #742774;
}
.main-menu .priority-nav__dropdown-toggle {
  border: none;
  background: transparent;
  font-size: 18px;
  text-transform: capitalize;
  color: #333333;
  margin-right: 20px;
}
.main-menu .priority-nav__dropdown-toggle:hover {
  text-decoration: underline;
  text-decoration-color: #742774;
}
.main-menu .priority-nav__dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 600;
  margin-left: 5px;
  font-size: 14px;
}
.main-menu .priority-nav__dropdown {
  background: #f7f7f7;
  padding: 20px 32px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  top: 25px;
}
.main-menu.is-empty {
  order: -1 !important;
  flex: none !important;
}
.main-menu.is-empty .menu--top-list {
  display: none;
}
.main-menu.is-empty .priority-nav__dropdown-toggle {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 28px;
  margin-right: 10px;
}
.main-menu.is-empty .priority-nav__dropdown-toggle:hover {
  text-decoration: none;
  color: #742774;
}
.main-menu.is-empty .priority-nav__dropdown-toggle::after {
  content: "";
}
.main-menu.is-empty .priority-nav__dropdown {
  position: fixed;
  background-color: #f7f7f7;
  top: 80px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  overflow-y: auto;
}
.main-menu.is-empty .priority-nav__dropdown li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.main-menu.is-empty .priority-nav__dropdown li a {
  display: block;
  width: 100%;
}

.header-bold {
  font-size: 148px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Kanit", serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
}

.gradient-overlay {
  background: linear-gradient(90deg, #1f959e, #5364ae);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-overlay-wrapper {
  position: relative;
  padding: 0;
}

.image-slider {
  display: grid;
  grid-template-areas: "image";
  position: relative;
}
.image-slider .news-item {
  display: none;
  transition: opacity 0.5s linear;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: auto;
  grid-area: image;
  position: relative;
}
.image-slider .news-item h2 {
  margin-top: 0;
  cursor: pointer;
}
.image-slider .news-item img {
  width: 100%;
  cursor: pointer;
}
.image-slider .news-item.active {
  display: flex;
}
.image-slider .image-slider-bullets {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  cursor: pointer;
}
.image-slider .image-slider-bullets .image-slider-bullet {
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background-color: #ffffff;
  transition: width 0.5s linear;
}
.image-slider .image-slider-bullets .image-slider-bullet.active {
  width: 24px;
}

.featured-news {
  background: linear-gradient(180deg, #1f959e, #5364ae);
  padding: 20px;
}

.news-item h2 {
  color: #fff;
}

.no-padding-left {
  padding-left: 0;
}

.page-header {
  padding-top: 0;
  padding-left: 0;
}
.page-header .gradient-left {
  background: linear-gradient(136deg, #1f959e, #742774);
  padding: 50px 60px;
}
.page-header .gradient-left img {
  border: 4px solid #ffffff;
}

@media (max-width: 768px) {
  .featured-speaker--container:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 576px) {
  .featured-speaker--container:nth-child(n+7) {
    display: none;
  }
}
.card--wrapper {
  background: #f7f7f7;
  padding-bottom: 20px;
  min-height: 100%;
}
.card--wrapper img {
  width: 100%;
}
.card--wrapper h3 {
  color: #5364ae;
  padding-left: 20px;
  padding-right: 20px;
}
.card--wrapper p {
  padding-left: 20px;
  padding-right: 20px;
}

#main-navigation.is-open {
  display: contents !important;
}

.minor-padding {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}