/* General Styles */
html {
  background: #1E1B1C;
}

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

.container-fluid {
  padding-top: 70px;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.collapse {
  display: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

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

.margin-top-half {
  margin-top: 10px;
}

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

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

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

.margin-bottom-half {
  margin-bottom: 10px;
}

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

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

.color-primary {
  color: #041f33;
}

.no-overflow {
  overflow: hidden;
}

p {
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
}

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

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

a {
  color: #041f33;
  text-decoration: none;
}
a.btn {
  background: #041f33;
  color: #ffffff;
}
a.btn:hover {
  background: #007cb8;
  color: #ffffff;
}
a:hover {
  color: #007cb8;
}

.btn {
  border-radius: 0;
}
.btn.btn-register {
  background: #89c402;
  color: #ffffff;
}
.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;
}
.btn.btn-register:hover {
  color: #ffffff;
  background: #a5ce00;
}
.btn.btn-register:focus {
  color: #ffffff;
  background: #a5ce00;
}
.btn.btn-register:disabled {
  background: #333333;
  color: #ffffff;
}

img.text-center {
  display: block;
  margin: 0 auto;
}

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

input[type=submit] {
  border-radius: 0;
  background: #ffffff;
  color: #041f33;
  font-weight: 700;
}
input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.8);
}

input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #a8a8a8;
  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;
}

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

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

a.navbar-brand {
  padding: 5px 15px;
  height: 70px;
}
a.navbar-brand img {
  margin-top: 10px;
}

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

@media (max-width: 768px) {
  .navbar-date {
    display: none;
  }
}
@media (max-width: 550px) {
  .nav-register {
    display: none;
  }
}
.btn-menu {
  padding: 0 0px;
  margin-left: 10px;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu.is-active .hamburger-inner {
  background-color: #ffffff;
}
.btn-menu.is-active .hamburger-inner::before {
  background-color: #ffffff;
}
.btn-menu.is-active .hamburger-inner::after {
  background-color: #ffffff;
}
.btn-menu .hamburger-box {
  margin-top: 6px;
  width: 34px;
}
.btn-menu .hamburger-inner {
  width: 34px;
  background-color: #ffffff;
}
.btn-menu .hamburger-inner::before {
  width: 34px;
  background-color: #ffffff;
}
.btn-menu .hamburger-inner::after {
  width: 34px;
  background-color: #ffffff;
}

/* Menu Styles */
.main-menu--wrapper {
  position: fixed;
  color: #ffffff;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 124, 184, 0.95);
  visibility: hidden;
  overflow-y: auto;
}
.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 a {
  color: #ffffff;
  fill: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  -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: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;
}

.cover {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-image: url("../../images/venue/LSFR/LSFR_Pool_Scope.jpg");
  background-size: cover;
  background-position: bottom center;
}
.cover.next {
  background-image: url("../../images/venue/LSFR/LSFR_Pool_Scope.jpg");
}
.cover video {
  width: 100%;
  height: 670px;
  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 .highlights {
  position: absolute;
  bottom: 20px;
  left: 15px;
  background: rgba(4, 31, 51, 0.9);
  padding: 20px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.cover .overlay-wrapper .overlay {
  position: absolute;
  max-width: 450px;
  top: 40px;
  right: 15px;
  color: #fff;
}
.cover .overlay-wrapper .overlay .overlay-section {
  background: rgba(4, 31, 51, 0.9);
  backdrop-filter: blur(20px);
  padding: 50px 30px;
  width: 440px;
  margin-bottom: 2px;
}
.cover .overlay-wrapper .overlay .overlay-section .date {
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
  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 #1E1B1C;
}
.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;
  width: 80%;
}
.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;
}

@media (max-width: 1200px) {
  .cover.next {
    height: 1200px;
  }
  .cover.next .venue-right {
    top: 600px;
    left: 0;
  }
  .cover.next .overlay-wrapper .overlay {
    top: 640px;
    left: 50%;
    margin-left: -260px;
    right: auto;
  }
  .cover.next .overlay-wrapper .overlay.left {
    top: 40px;
    left: 50%;
    margin-left: -260px;
    right: auto;
  }
}
.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;
}
.indicator-row div.indicator span::after {
  content: "+";
}
.indicator-row div.indicator div.indicator-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #007cb8;
  color: #ffffff;
  visibility: 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 {
  visibility: visible;
}
.indicator-row p.indicator {
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

.section {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.no-padding {
  padding: 0;
}
.section.primary {
  background: linear-gradient(135deg, #1a0e2f, #041f33);
}
.section.primary a {
  color: #ffffff;
  font-weight: 700;
}
.section.primary a.btn {
  color: #041f33;
  font-weight: 700;
  background: #FFFFFF;
}
.section.secondary {
  background: linear-gradient(135deg, #624693, #007cb8);
}
.section.secondary a {
  color: #ffffff;
  font-weight: 700;
}
.section.secondary a.btn:hover {
  background: #ffffff;
  color: #041f33;
}
.section.news {
  box-shadow: 0px 5px 12px rgba(30, 27, 28, 0.3);
  color: #333333;
  position: relative;
  z-index: 100;
}
.section.news .bordered {
  border-right: 1px solid rgba(30, 27, 28, 0.5);
}
.section.news a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.section.dark {
  background: #1E1B1C;
}
.section.dark a {
  color: #ffffff;
}
.section.dark a:hover {
  color: #ffffff;
}
.section.dark a.btn {
  background: #ffffff;
  color: #1E1B1C;
  font-weight: 700;
}
.section.dark a.btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.section.gray {
  background: #f7f7f7;
  color: #333333;
}
.section.gray .card--wrapper {
  background-color: #fff;
  padding-bottom: 20px;
  height: 100%;
}
.section.gray .card--wrapper h3 {
  padding-left: 20px;
  padding-right: 20px;
  color: #8763C5;
  font-weight: 600;
}
.section.gray .card--wrapper p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.section.gray .card--wrapper img {
  width: 100%;
}
.section.light {
  color: #333333;
  background: #ffffff;
}
.section.light input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.section.light .btn {
  background: #041f33;
  color: #ffffff;
}
.section.light .btn:hover {
  background: #007cb8 !important;
  color: #ffffff;
}
.section.light .btn:focus {
  background: #007cb8 !important;
  color: #ffffff;
}

.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 #041f33;
}
.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: #007cb8;
}
.speaker--wrapper a:hover {
  text-decoration: none;
  color: #333333;
}

#earlybird img {
  max-height: 150px;
}
#earlybird h4 {
  margin: 10px 0;
}

.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;
}
.section-hotel .hotel-info {
  color: #ffffff;
  background: rgba(4, 31, 51, 0.9);
  padding: 30px;
  display: inline-block;
}
.section-hotel a.btn {
  background: #ffffff;
  color: #041f33;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.section-hotel a.btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

footer {
  background: #1E1B1C;
  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 a {
  color: #8763C5;
  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;
}

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

.popover-header {
  display: none;
}

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

.session-style.section.light h1 {
  font-weight: 300;
}
.session-style.section.light h1 strong {
  font-weight: 700;
}
.session-style.section.light h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
}
.session-style.section.light .speaker-company {
  font-weight: 600;
}
.session-style.section.light .track-wrapper {
  display: table;
}
.session-style.section.light .track {
  float: left;
  display: table;
  border: 1px solid rgba(4, 31, 51, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  cursor: default;
}
.session-style.section.light .track:hover {
  border: 1px solid rgba(4, 31, 51, 0.8);
  color: #333333;
}
.session-style.section.light .session-abstract {
  margin-top: 20px;
}
.session-style.section.light .speaker-panel {
  margin-top: 20px;
  background: #007cb8;
  color: #ffffff;
  padding: 20px;
}
.session-style.section.light .speaker-panel h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.session-style.section.light .speaker-panel .speaker-listing--wrapper {
  display: table;
  width: 100%;
}
.session-style.section.light .speaker-panel a.profile-photo-wrapper {
  float: left;
}
.session-style.section.light .speaker-panel .profile-photo {
  width: 80px;
  margin-right: 10px;
}
.session-style.section.light .speaker-panel .speaker-short-name {
  font-weight: 700;
}
.session-style.section.light .speaker-panel .speaker-short-name a {
  color: #ffffff;
}
.session-style.section.light .speaker-panel .speaker-short-name a:hover {
  color: #ffffff;
}
.session-style.section.light .speaker-panel .speaker-short-title {
  color: rgba(255, 255, 255, 0.7);
}
.session-style.section.light .speaker-panel .speaker-short-company {
  color: rgba(255, 255, 255, 0.5);
}
.session-style.section.light .session-detail-panel {
  background: rgba(0, 124, 184, 0.9);
  color: #ffffff;
  margin-bottom: 40px;
  padding: 20px;
}
.session-style.section.light .session-detail-panel label {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 700;
}
.session-style.section.light .session-detail-panel span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}

.speaker-info-text img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
}

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

#sessions-list--wrapper h1 {
  font-weight: 300;
  margin-bottom: 20px;
}
#sessions-list--wrapper h1 span {
  margin-left: 20px;
}
#sessions-list--wrapper h1 span.open button {
  background: rgba(4, 31, 51, 0.05);
}
#sessions-list--wrapper h1 span button:hover {
  background: rgba(4, 31, 51, 0.05);
}
#sessions-list--wrapper h1 span button:focus {
  background: rgba(4, 31, 51, 0.05);
}
#sessions-list--wrapper h1 span div.track--wrapper {
  margin-bottom: 20px;
}
#sessions-list--wrapper h1 span div.track--wrapper span.track {
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(4, 31, 51, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 10px;
}
#sessions-list--wrapper h1 span div.track--wrapper span.track:hover {
  cursor: pointer;
  color: #333333;
  background: rgba(4, 31, 51, 0.05);
}
#sessions-list--wrapper h1 span div.track--wrapper span.track.selected {
  background: rgba(0, 124, 184, 0.7);
  color: #ffffff;
  border-color: #007cb8;
}

.sharethis-inline-share-buttons {
  margin-top: 20px;
}

.partner img {
  max-height: 50px;
  margin-bottom: 60px;
}

#speakers-list img {
  width: 200px;
  height: 200px;
}
#speakers-list img:hover {
  opacity: 0.7;
}

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

ul.session-list {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
ul.session-list li {
  padding: 20px;
}
ul.session-list li div.track {
  margin: 10px 0;
  border: 1px solid;
  display: table;
  padding: 5px 20px;
  color: #FFFFFF;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
ul.session-list li div.track.DEV {
  border-color: purple;
  background: purple;
}
ul.session-list li div.track.ITPro {
  border-color: green;
  background: green;
}
ul.session-list li div.track.DIV {
  border-color: yellow;
  background: yellow;
}
ul.session-list li div.track.POD {
  border-color: ORANGE;
  background: ORANGE;
}
ul.session-list li div.track.MS {
  background: url("../images/msft-logo-sqr.jpg") no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
}
ul.session-list li div.track.BIZ {
  border-color: blue;
  background: blue;
}
ul.session-list li div.track.SQL {
  border-color: blue;
  background: blue;
}
ul.session-list li div.track.AB {
  border-color: ORANGE;
  background: ORANGE;
}
ul.session-list li div.track.Azure_AI {
  border-color: #3273B6;
  background: #3273B6;
}

li.session-item {
  background: none;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-top: 20px;
}
li.session-item:nth-child(odd) {
  background: rgba(4, 31, 51, 0.1);
}

tr:nth-child(odd) {
  background: rgba(4, 31, 51, 0.1);
}

.session-item h1 span {
  text-transform: uppercase;
}

p.session-abstract {
  display: table;
  clear: both;
}

.hotel-btn {
  background: #041f33;
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  padding: 0 20px !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  margin-top: 20px;
}
.hotel-btn:hover {
  color: #ffffff;
}
.hotel-btn:focus {
  color: #ffffff;
}

table {
  margin-top: 30px;
}

.thead-default {
  background-color: #007cb8;
  color: #ffffff;
}

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

input[type=submit].btn-submit {
  width: auto;
  background-color: #041f33;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
input[type=submit].btn-submit:hover {
  background-color: #007cb8;
}

.section-blue {
  background: #00579B;
}

.section-blue a.btn {
  color: #0070B9;
  height: 40px;
  background: #fff;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  margin-left: 20px;
}

.section-blue p.no-margin {
  margin-bottom: 0px;
}

.section-blue div.container {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.section-blue div.container.sponsored {
  padding: 10px 0;
}

.section-white div.container {
  padding-top: 10px;
  padding-bottom: 20px;
}

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

.section-light_blue {
  background: #3273B6;
}

.section-light_gray {
  background: #2a2a2a;
  color: #ffffff;
  text-align: justify;
}

.section-light_gray div.container {
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-light_blue {
  color: #ffffff;
  text-align: justify;
}

.section-light_blue div.container {
  padding-top: 20px;
  padding-bottom: 40px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.section-light_blue h3 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 30px;
}

.no-background {
  background-image: none !important;
}

.section-light_blue h4 {
  margin-bottom: 20px;
}

.field-item {
  margin-top: 10px;
}

.field-item label {
  font-size: 18px;
  font-weight: 300;
}

input:focus {
  outline: none;
}

.speak-btn {
  background: #00579B;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  width: auto;
  margin: 20px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.speak-btn:hover {
  color: #fff;
  text-decoration: none;
}

.registration-form input {
  color: #000000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}

.registration-form label {
  font-weight: 400;
}

#workshop-lists {
  margin-bottom: 40px;
}

#workshop-lists h2 {
  text-transform: uppercase;
}

#workshop-lists h3 {
  text-transform: uppercase;
}

#workshop-lists h4 {
  text-transform: uppercase;
}

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

.workshops div div div.track {
  margin: 10px 0;
  border: 1px solid;
  display: table;
  padding: 5px 20px;
  color: #FFFFFF;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}

.workshops div div div.track.DEV {
  border-color: purple;
  background: purple;
}

.workshops div div div.track.ITPro {
  border-color: green;
  background: green;
}

.workshops div div div.track.DIV {
  border-color: yellow;
  background: yellow;
}

.workshops div div div.track.POD {
  border-color: ORANGE;
  background: ORANGE;
}

.workshops div div div.track.MS {
  border-color: red;
  background: red;
}

.workshops div div div.track.BIZ {
  border-color: blue;
  background: blue;
}

.workshops div div div.track.SQL {
  border-color: blue;
  background: blue;
}

.workshops div div div.track.AB {
  border-color: ORANGE;
  background: ORANGE;
}

.workshops div div div.track.Azure_AI {
  border-color: #3273B6;
  background: #3273B6;
}

.sponsorship-block {
  border: 1px solid #f4f5f7;
  margin-top: 20px;
}

.speaker-block {
  border: 1px solid #f4f5f7;
  margin-top: 20px;
}

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

.sponsorship-block .sponsorship-logo {
  line-height: 12rem;
  vertical-align: middle;
  float: left;
}

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

.uppercase {
  text-transform: uppercase;
}

.speaker-title:after {
  content: "|";
  margin-left: 5px;
}

.speaker-block {
  text-align: left;
}

.speaker-block h3 {
  color: #0C0C0C;
  font-weight: 400;
}

.speaker-block h3 div {
  display: inline-block;
}

.section-video {
  padding: 40px 0;
}

.section-video h4 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.section-video iframe {
  margin: 0 auto;
}

.app-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100000;
  background-image: url("../../images/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

.gray-border-bottom {
  border-bottom: 1px solid #efefef;
}

.modal-body input[type=text] {
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 0;
}

.modal-body button {
  background: #00579B;
  color: #fff;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  margin-top: 9px;
}

.modal-body button:hover {
  background: #0070B9;
  color: #fff;
}

.section-lighter_blue {
  background: #00ACD7;
}

.keynote-wrapper {
  border: 2px solid #ffffff;
  margin: 20px 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  display: table;
  width: 100%;
  color: #ffffff;
}

.keynote-wrapper img {
  margin-right: 20px;
  max-width: 150px;
  max-height: 150px;
}

.keynote-wrapper h4 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.keynote-wrapper p {
  font-weight: 400;
  margin-bottom: 5px;
}

.keynote-wrapper p.speaker {
  font-size: 32px;
}

.text-blue {
  color: #0070B9;
}

.hotel-reg-button {
  color: #00579B;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.hotel-reg-button:hover {
  text-decoration: none;
  background: #fff;
}

.section-transparent-blue {
  background: rgba(0, 112, 185, 0.1);
}

.section-transparent-blue div.container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-transparent-blue p {
  margin-top: 10px;
}

a.conduct {
  color: #337ab7;
}

@media (max-width: 570px) {
  .cover .overlay-wrapper .highlights {
    display: none;
  }
  .cover .overlay-wrapper .overlay {
    left: 15px !important;
    right: 15px !important;
    top: 15px !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%;
  }
}
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
span.sp-logo {
  display: inline-block;
  background: url("../images/SharePoint-logo.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

span.sp-logo-white {
  display: inline-block;
  background: url("../images/SharePoint-logo-white.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

span.spcna-logo {
  display: inline-block;
  background: url("../images/SPCNA-icon.jpg") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

p.avatar {
  margin-top: 30px;
}

img.avatar {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 32px;
  border: 2px solid #fff;
  margin-right: 20px;
}

.ms-logo-landing {
  display: inline-block;
  background: url("../images/msft-logo-sqr.jpg") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.red {
  color: red;
}

.section-orange {
  background: #e74f24;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}

.section-orange a {
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  color: #00579B;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-orange {
  display: inline-block;
  padding: 10px 20px;
  background: #e74f24;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.button-orange:hover {
  color: #ffffff;
  text-decoration: none;
}

.news-list {
  list-style: none;
  padding: 0;
}

.news-list iframe {
  display: block;
  margin: 0 auto;
}

.news-list li p {
  margin-top: 20px;
}

.news-list li {
  border-bottom: 1px solid #efefef;
}

.location-section {
  background: #2a2a2a;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 0;
}

.location-section a.btn {
  color: #0070B9;
  height: 40px;
  background: #fff;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  margin-left: 20px;
}

a.see-more {
  background: #2a2a2a;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
}

a.see-more:hover {
  color: #ffffff;
  background: #3273B6;
}

.logo-connect {
  margin-top: 20px;
  height: 70px;
  display: inline-block;
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  top: 0 !important;
  margin-top: 0 !important;
}

.soldout {
  color: #ffffff;
  background: #D10000;
  border-radius: 0;
  margin-bottom: 20px;
}
.soldout:hover {
  color: #ffffff;
}

.img-wrapper-speakers {
  width: 100%;
  display: table;
  padding-top: 100%;
  position: relative;
}

#speakers-list img.img-speakers {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

ul.schedule {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  display: table;
  border-top: 1px solid #ffffff;
}
ul.schedule li.schedule-item {
  display: table-row;
}
ul.schedule li.schedule-item div.item-column {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.modal-header {
  background: #041f33;
  color: #ffffff;
}

.modal-footer {
  background: #041f33;
  color: #ffffff;
}
.modal-footer button.btn-success {
  border-radius: 0;
}

.modal-content {
  border-radius: 0;
}

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

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

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

@media (max-width: 767px) {
  .intersection-logos {
    text-align: center;
    margin-bottom: 20px;
  }
  .date-container {
    text-align: center;
  }
  a.navbar-brand img {
    max-width: 130px;
  }
  .cover .overlay-wrapper .highlights {
    display: none;
  }
  .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(51, 51, 51, 0.5);
  }
}
.modal-style {
  background: rgba(23, 23, 23, 0.5);
}
.modal-style .modal-content {
  border-radius: 0;
  border: 0 none;
  color: #ffffff;
  background: #041f33;
}
.modal-style .btn-primary {
  background: #007cb8;
}

.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: #007cb8;
}

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: #041f33;
  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;
}

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

.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: #8763C5;
}
.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: #8763C5;
}
.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: #8763C5;
}
.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%;
}