html {
  background: #221f20;
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #191919;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.collapse {
  display: none;
}
.collapse.show {
  display: inherit;
  overflow: inherit;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

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

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

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

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

.margin-auto {
  margin: 0 auto;
}

.padding-top-10 {
  padding-top: 10px;
}

.no-overflow {
  overflow: hidden;
}

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

p {
  font-weight: 400;
  font-size: 18px;
}
p strong {
  font-weight: 700;
}

p.major {
  font-size: 22px;
}

ul.text-normal li {
  font-weight: 300;
  font-size: 18px;
}
ul.text-normal li strong {
  font-weight: 700;
}

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

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

a {
  color: #623C8F;
  text-decoration: none;
}
a.btn {
  background: #623C8F;
  color: #ffffff;
}
a.btn:hover {
  background: #00A3B8;
  color: #ffffff;
}
a:hover {
  color: #fcb827;
}

.btn {
  border-radius: 0;
}
.btn.btn-register {
  background: #fcb827;
  font-weight: 600;
  color: #191919;
}
.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: 0;
}
.btn.btn-register:hover {
  color: #ffffff;
  background: #fd8b4c;
}
.btn.btn-register:focus {
  color: #ffffff;
  background: #fd8b4c;
}
.btn.btn-register:disabled {
  background: #191919;
  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;
  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: #fff;
  color: #191919;
  border: 0 none;
  height: 70px;
  z-index: 1000;
  box-shadow: 0px 5px 12px rgba(34, 31, 32, 0.3);
}

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

#header-register-btn {
  height: 50px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
}

.btn-menu {
  padding: 5px 9px;
  margin-left: 10px;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu .hamburger-box {
  margin-top: 6px;
  width: 34px;
}
.btn-menu.is-active .hamburger-inner {
  background-color: #191919;
}
.btn-menu.is-active .hamburger-inner::before {
  background-color: #191919;
}
.btn-menu.is-active .hamburger-inner::after {
  background-color: #191919;
}
.btn-menu .hamburger-inner {
  width: 34px;
  background-color: #191919;
}
.btn-menu .hamburger-inner::before {
  width: 34px;
  background-color: #191919;
}
.btn-menu .hamburger-inner::after {
  width: 34px;
  background-color: #191919;
}

/* Menu Styles */
.main-menu--wrapper {
  position: fixed;
  color: transparent;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(98, 60, 143, 0.95);
  visibility: hidden;
  overflow-y: auto;
}
.main-menu--wrapper .info-menu {
  color: rgba(255, 255, 255, 0.9);
}
.main-menu--wrapper .info-menu a {
  color: rgba(255, 255, 255, 0.9);
}
.main-menu--wrapper h4 {
  font-weight: 300;
}
.main-menu--wrapper h4 strong {
  font-weight: 700;
}
.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;
  fill: #ffffff;
  font-size: 30px;
  font-weight: 700;
  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;
  fill: #ffffff;
  padding-left: 5px;
}
.main-menu--wrapper .social a {
  font-size: 30px;
  margin-right: 10px;
  opacity: 0.7;
}
.main-menu--wrapper .social a:hover {
  padding-left: 0;
  opacity: 1;
}

.section {
  color: #191919;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.section.no-padding {
  padding: 0;
}
.section.primary {
  background: linear-gradient(45deg, #522394, #623C8F);
  backdrop-filter: blur(20px);
  color: #ffffff;
}
.section.primary .btn {
  background: #fcb827;
  color: #191919;
  font-weight: 700;
}
.section.primary .btn:hover {
  background: #fd8b4c;
  color: #ffffff;
}
.section.primary a {
  color: #ffffff;
  font-weight: 700;
}
.section.secondary {
  background: linear-gradient(45deg, #fee6c2, #FFF7E6);
  color: #191919;
}
.section.secondary a {
  color: #ffffff;
  font-weight: 700;
}
.section.secondary a:hover {
  color: #ffffff;
  font-weight: 700;
}
.section.secondary a.btn:hover {
  background: #ffffff;
  color: #623C8F;
}
.section.news {
  box-shadow: 0px 5px 12px rgba(34, 31, 32, 0.3);
  color: #191919;
  position: relative;
  z-index: 100;
}
.section.news .bordered {
  border-right: 1px solid rgba(34, 31, 32, 0.5);
}
.section.news a {
  color: #191919;
  font-size: 16px;
  font-weight: 700;
}
.section.ocean {
  background: rgba(11, 85, 106, 0.8);
  backdrop-filter: blur(20px);
  color: #ffffff;
}
.section.ocean h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.section.transparent {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
}
.section.announce {
  background: rgba(101, 74, 150, 0.8);
  backdrop-filter: blur(20px);
  color: #ffffff;
}
.section.announce a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.section.announce a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 600;
  margin-left: 5px;
}
.section.announce a:hover {
  text-decoration: underline;
}
.section.announce a:hover::after {
  text-decoration: none;
}
.section.accent {
  background: #0066ff;
  color: #ffffff;
}
.section.accent h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.section.dark {
  background: #221f20;
  color: #ffffff;
}
.section.dark a {
  color: #ffffff;
}
.section.dark a:hover {
  color: #ffffff;
}
.section.dark .btn {
  background: #fcb827;
  color: #ffffff;
}
.section.dark .btn:hover {
  background: #0066ff;
  color: #623C8F;
}
.section.light h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.section.light .btn {
  background: #623C8F;
  color: #ffffff;
}
.section.light .btn:hover {
  background: #0066ff;
  color: #ffffff;
}
.section.light a {
  font-weight: 700 !important;
}
.section.light a:hover {
  color: #623C8F;
}
.section.gray {
  background: #f7f7f7;
  color: #191919;
}
.section.gray .card--wrapper {
  background-color: #fff;
  padding-bottom: 20px;
  height: 100%;
}
.section.gray .card--wrapper h3 {
  padding-left: 20px;
  padding-right: 20px;
  color: #623C8F;
  font-weight: 600;
}
.section.gray .card--wrapper p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.section.gray .card--wrapper img {
  width: 100%;
}

.cover {
  position: relative;
  height: 550px;
  overflow: hidden;
  background-image: url("../../images/security-splash.svg");
  background-size: cover;
  background-position: bottom center;
}
.cover.next {
  background-image: url("../../images/venue/LSFR/LSFR_Pool_Scope.jpg");
}
.cover video {
  width: 100%;
  height: 620px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top center;
  -o-object-position: top center;
  display: block;
  margin-top: -70px;
}
.cover .overlay-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cover .overlay-wrapper .alert {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cover .overlay-wrapper .overlay {
  position: absolute;
  max-width: 470px;
  top: 40px;
  left: 15px;
  color: #fff;
}
.cover .overlay-wrapper .overlay .overlay-section {
  background: rgba(98, 60, 143, 0.9);
  padding: 50px 30px;
  margin-bottom: 2px;
}
.cover .overlay-wrapper .overlay .overlay-section .date {
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  display: table;
  float: left;
  margin-right: 20px;
  padding: 5px 5px;
  font-size: 24px;
  font-weight: 700;
  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 #221f20;
}
.cover .overlay-wrapper .overlay .overlay-section p.location {
  vertical-align: top;
  text-align: left;
  margin-left: 20px;
  min-height: 83px;
}
.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 .logo-wrapper {
  width: 360px;
}
.cover .overlay-wrapper .overlay h1 {
  font-size: 26px;
}
.cover .overlay-wrapper .overlay p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.cover .overlay-wrapper .overlay.left {
  right: auto;
  left: 15px;
}

.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 span::after {
  content: "+";
}
.indicator-row div.indicator div.indicator-overlay {
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  background: #6a4b16;
  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;
}

.speaker--wrapper {
  margin-bottom: 10px;
}
.speaker--wrapper a {
  color: #191919;
}
.speaker--wrapper a p {
  text-align: left;
  margin-bottom: 0px;
}
.speaker--wrapper a .zoom {
  overflow: hidden;
  min-width: 100%;
  border-bottom: 5px solid #623C8F;
  margin-bottom: 10px;
  position: relative;
}
.speaker--wrapper a .zoom .speaker-company {
  position: absolute;
  bottom: 5px;
  left: 10px;
  max-width: 60%;
  background: #742774;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 10px;
}
.speaker--wrapper a img {
  width: 100%;
  transition: transform 1.5s;
}
.speaker--wrapper a .speaker-name {
  font-size: 18px;
  font-weight: 600;
}
.speaker--wrapper a .speaker-title {
  font-size: 13px;
  font-family: "Lato", Arial;
}
.speaker--wrapper a .speaker-title::after {
  content: "";
  margin-left: 0;
}
.speaker--wrapper a .speaker-company {
  font-size: 16px;
  font-weight: 600;
  color: #623C8F;
}
.speaker--wrapper a:hover {
  text-decoration: none;
  color: #191919;
}
.speaker--wrapper a:hover .zoom img {
  transform: scale(1.05);
}

.session--wrapper {
  border: 1px solid rgba(25, 25, 25, 0.3);
  padding: 20px;
  display: table;
  background: rgba(98, 60, 143, 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;
  background: rgba(98, 60, 143, 0.08);
}
.session--wrapper .track-wrapper {
  margin-bottom: 0;
}
.session--wrapper .track-wrapper .track {
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(98, 60, 143, 0.4);
  color: rgba(25, 25, 25, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.session--wrapper .track-wrapper .track.highlight {
  color: #fff;
  background: #623C8F;
}
.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;
}

.track-wrapper {
  margin-bottom: 0;
}
.track-wrapper .track {
  font-size: 14px;
  border: 1px solid rgba(98, 60, 143, 0.4);
  color: rgba(25, 25, 25, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}

.speaker-panel {
  margin-top: 20px;
  background: #623C8F;
  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: 700;
}
.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: 700;
}
.session-style h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
}
.session-style .speaker-company {
  font-weight: 700;
}
.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(98, 60, 143, 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(98, 60, 143, 0.4);
  color: rgba(25, 25, 25, 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: #191919;
  background: rgba(98, 60, 143, 0.05);
}
div.track--wrapper span.track.selected {
  background: rgba(252, 184, 39, 0.7);
  color: #ffffff;
  border-color: #fcb827;
}

.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/venue/vegas/bg-vegas-next.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hotel div.container {
  padding-top: 300px;
}
.hotel .hotel-info {
  color: #fff;
  background: rgba(98, 60, 143, 0.8);
  padding: 30px;
  display: inline-block;
  min-width: 350px;
  width: 40%;
}
.hotel .hotel-info .btn {
  background: #4ccbed;
  color: #191919;
  font-weight: 700;
}
.hotel .hotel-info .btn:hover {
  background: #0b556a;
  color: #ffffff;
}

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

.dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  line-height: auto;
  z-index: 1000;
}
.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: 700;
  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(25, 25, 25, 0.3);
  color: #191919;
}
.search-input::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.7);
}

table {
  margin-top: 30px;
}

.thead-default {
  background-color: #623C8F;
  color: #ffffff;
}

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

tr:nth-child(odd) {
  background: rgba(98, 60, 143, 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(25, 25, 25, 0.7);
}
.registration-form label {
  font-weight: 400;
}

.sponsor--wrapper {
  border: 1px solid rgba(25, 25, 25, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.sponsor--wrapper img {
  margin-bottom: 20px;
}

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

.news-list {
  list-style: none;
  padding: 0;
}
.news-list li {
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}

footer {
  background: #221f20;
  padding: 20px 0;
  position: relative;
}
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.copyright a {
  color: #ffffff;
  font-weight: 700;
}
footer p.copyright a:hover {
  color: #ffffff;
}
footer p a {
  color: #623C8F;
  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.normal {
  color: #fff;
  font-size: 18px;
}
footer a.normal:hover {
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

.venue-right {
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.virtual-logo {
  color: #ffffff;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.section-hotel {
  background-image: url("../../images/venue/orlando/bg-swan-dolphin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-hotel.next {
  background-image: url("../../images/venue/vegas/MGM-Grand.jpg");
}
.section-hotel div.container {
  padding-top: 300px;
  margin-bottom: 20px;
}
.section-hotel .hotel-info {
  color: #ffffff;
  background: rgba(98, 60, 143, 0.7);
  padding: 30px;
  display: inline-block;
}
.section-hotel a.btn {
  background: #ffffff;
  color: #623C8F;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.section-hotel a.btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

#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;
}

.text-upper {
  text-transform: uppercase;
}

.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;
}

.badge-success {
  background: #fcb827;
}

.intersection-logos {
  text-align: right;
}

.date-wrapper {
  display: inline-block;
  margin-right: 20px;
}
.date-wrapper p {
  font-size: 14px;
  margin: 0;
}
.date-wrapper i {
  margin-right: 5px;
}
.date-wrapper strong {
  font-weight: 700;
  font-size: 18px;
}

.modal-style {
  background: rgba(23, 23, 23, 0.5);
}
.modal-style .modal-content {
  border-radius: 0;
  border: 0 none;
  color: #ffffff;
  background: #623C8F;
}
.modal-style .btn-primary {
  background: #fcb827;
}

.cert-section {
  padding-bottom: 0;
}
.cert-section a {
  color: #ffffff;
  text-decoration: none;
}
.cert-section a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cert-section div.row {
  padding-left: 40px;
  padding-right: 40px;
}

.cert-discl {
  padding: 10px 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

ul.cert-ul {
  padding-left: 14px;
  font-size: 18px;
}

.cert-price {
  font-size: 28px;
  font-weight: 600;
}
.cert-price span {
  font-size: 16px;
  font-weight: 400;
}

div.offer {
  position: relative;
  height: 100%;
  background: #fcb827;
}

div.offer-wrapper {
  color: #ffffff;
  padding: 10px;
  padding-bottom: 75px;
}
div.offer-wrapper h3 {
  font-weight: 400;
}
div.offer-wrapper h3 a {
  color: #ffffff;
}
div.offer-wrapper h3 a:hover {
  color: #ffffff;
}
div.offer-wrapper p {
  font-size: 16px;
}
div.offer-wrapper p.offer-price {
  font-size: 28px;
  font-weight: 600;
}
div.offer-wrapper p.offer-price span {
  font-size: 16px;
  font-weight: 400;
}
div.offer-wrapper ul {
  list-style-position: inside;
  padding-left: 0;
}
div.offer-wrapper ul li {
  font-size: 16px;
}

div.offer-footer {
  background: #623C8F;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
div.offer-footer a {
  color: #ffffff;
}
div.offer-footer a:hover {
  color: #ffffff;
}

.tag-pbi {
  display: inline-block;
  background: #6a4b16;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.tag-pa {
  display: inline-block;
  background: #742774;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.tag-pauto {
  display: inline-block;
  background: #0066ff;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.tag-pva {
  display: inline-block;
  background: #0b556a;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.tag-pp {
  display: inline-block;
  background: #4b44c0;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 20px;
}

ul.normal-list {
  list-style-position: inside;
  padding-left: 0;
}
ul.normal-list li {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .cover.next {
    height: 1100px;
  }
  .cover.next .venue-right {
    top: 550px;
    left: 0;
  }
  .cover.next .overlay-wrapper .overlay {
    top: 590px;
    left: 50%;
    margin-left: -260px;
    right: auto;
  }
  .cover.next .overlay-wrapper .overlay.left {
    top: 40px;
    left: 50%;
    margin-left: -260px;
    right: auto;
  }
}
@media (max-width: 768px) {
  .intersection-logos {
    text-align: center;
    margin-bottom: 20px;
  }
  .date-container {
    text-align: center;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 100%;
  }
  .cover .overlay-wrapper .overlay .overlay-section {
    width: 100%;
  }
  .bordered {
    border-right: 0px !important;
    border-bottom: 1px solid rgba(25, 25, 25, 0.5);
  }
  .navbar-date {
    display: none;
  }
  #header-register-btn {
    /*display: none;*/
    width: 95px;
  }
  #header-logo {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .navbar-date {
    display: none;
  }
  #header-register-btn {
    /*display: none;*/
    width: 95px;
  }
  #header-logo {
    width: 150px;
  }
  .cover .overlay-wrapper .overlay {
    left: 15px !important;
    right: 15px !important;
    top: 5px !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%;
  }
}
.m365-invitation a {
  color: #623C8F;
}
.m365-invitation img.Jeff {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  border-radius: 80px;
  border: 4px solid #623C8F;
}
.m365-invitation h5 {
  margin-top: 20px;
}

.m365-logo {
  height: 60px;
}

@media (max-width: 576px) {
  .m365-logo {
    display: block;
    margin: 0 auto;
  }
}
.p-au {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}
.p-au::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #0066ff;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -25px;
  left: -25px;
  z-index: -1;
}
.p-au::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #50e6ff;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -35px;
  left: -35px;
  z-index: -2;
}

.p-bi {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}
.p-bi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #6a4b16;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -25px;
  left: -25px;
  z-index: -1;
}
.p-bi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #f2c811;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -35px;
  left: -35px;
  z-index: -2;
}

.p-ap {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}
.p-ap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #742774;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -25px;
  left: -25px;
  z-index: -1;
}
.p-ap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #d59dff;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -35px;
  left: -35px;
  z-index: -2;
}

.p-va {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}
.p-va::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #0b556a;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -25px;
  left: -25px;
  z-index: -1;
}
.p-va::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #4ccbed;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -35px;
  left: -35px;
  z-index: -2;
}

.p-dy {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}
.p-dy::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #654a96;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -25px;
  left: -25px;
  z-index: -1;
}
.p-dy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #0051c9;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -35px;
  left: -35px;
  z-index: -2;
}

.p-pg {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  color: #ffffff;
  font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}
.p-pg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid #4b44c0;
  border-right: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -25px;
  left: -25px;
  z-index: -1;
}
.p-pg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #A897E9;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  transform: rotate(-135deg);
  top: -35px;
  left: -35px;
  z-index: -2;
}

a.inline-link {
  font-size: 16px;
  font-weight: 400 !important;
}
a.inline-link::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 600;
  margin-left: 5px;
}
a.inline-link:hover {
  text-decoration: underline;
}
a.inline-link:hover::after {
  text-decoration: none;
}

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

.pascal-banner {
  background: rgba(98, 60, 143, 0.6);
  backdrop-filter: blur(20px);
  color: #ffffff;
  padding: 20px 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
.pascal-banner .pascal-top {
  position: absolute;
  height: 200px;
  top: -120px;
  left: -70px;
}
.pascal-banner .pascal-bottom {
  position: absolute;
  height: 190px;
  bottom: -34px;
  right: -40px;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.light {
  font-weight: 300;
}

.big-padding--top {
  padding: 80px 0;
}

.primary-backdrop {
  background: rgba(98, 60, 143, 0.8);
  backdrop-filter: blur(20px);
  color: #ffffff;
}

.section.light .swag-section {
  color: #fff;
  background: rgb(116, 39, 116);
}
.section.light .swag-section a {
  color: #fff;
  font-weight: 400 !important;
}
.section.light .swag-section a:hover {
  color: #FFF !important;
}
.section.light .swag-section i {
  margin-right: 10px;
}

.audience-wrapper {
  margin-bottom: 0;
}
.audience-wrapper .audience {
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(98, 60, 143, 0.4);
  background: rgba(98, 60, 143, 0.8);
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.audience-wrapper .audience.hover {
  color: #fff;
  background: #623C8F;
  background: #623C8F;
}

.speaker--wrapper.special-speaker .speaker-name {
  font-size: 22px;
}
.speaker--wrapper.special-speaker .speaker-title {
  font-size: 16px;
}

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

.pannel-padding {
  padding: 20px;
  border-right: 1px solid #d0d0d0;
}

.filter-container {
  margin-bottom: -1px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px;
  position: relative;
}
.filter-container span.header {
  display: block;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
}
.filter-container span.header::after {
  float: right;
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
}
.filter-container span.header:has(+ .show)::after {
  float: right;
  font-family: "Font Awesome 6 Free";
  content: "\f0d8";
}
.filter-container div {
  font-weight: 400;
}
.filter-container label {
  position: relative;
  padding-left: 6px;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-container input[type=checkbox] {
  position: absolute;
}

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

span.badge.badge-info {
  background: #623C8F;
}

a.no-link-highlight::after {
  content: "" !important;
  margin-left: 0 !important;
}

.counter-wrap {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.counter-wrap a {
  text-decoration: none;
  color: #1a1a1a;
}
.counter-wrap .countdown {
  display: table;
  margin: 0 auto;
}
.counter-wrap .countdown .bloc-time {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.counter-wrap .countdown .bloc-time:last-child {
  margin-right: 0;
}
.counter-wrap .countdown .count-title {
  display: block;
  margin-bottom: 15px;
  font: normal 0.94em "Lato";
  color: #fff;
  text-transform: uppercase;
}
.counter-wrap .countdown .figure {
  position: relative;
  float: left;
  height: 110px;
  width: 100px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: box-shadow(0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08));
}
.counter-wrap .countdown .figure:last-child {
  margin-right: 0;
}
.counter-wrap .countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 5.94em/107px "Lato";
  font-weight: 700;
  color: #742774;
}
.counter-wrap .countdown .figure .top:after, .counter-wrap .countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.counter-wrap .countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: perspective(200px);
}
.counter-wrap .countdown .figure .bottom {
  z-index: 1;
}
.counter-wrap .countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.counter-wrap .countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.counter-wrap .countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.counter-wrap .countdown .figure .top, .counter-wrap .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}
.counter-wrap .countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: rotateX(180deg) perspective(200px);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.counter-wrap .countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

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

.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: #191919;
}
.main-menu ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #623C8F;
}
.main-menu .priority-nav__dropdown-toggle {
  border: none;
  background: transparent;
  font-size: 18px;
  text-transform: capitalize;
  color: #191919;
  margin-right: 20px;
}
.main-menu .priority-nav__dropdown-toggle:hover {
  text-decoration: underline;
  text-decoration-color: #623C8F;
}
.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: #ffffff;
  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: #623C8F;
}
.main-menu.is-empty .priority-nav__dropdown-toggle::after {
  content: "";
}
.main-menu.is-empty .priority-nav__dropdown {
  position: fixed;
  background-color: #ffffff;
  top: 70px;
  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%;
}