html, body {
  font-size: 16px;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  line-height: 1.4;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[role=button] {
  cursor: pointer;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

select::-ms-value,
select:focus::-ms-value {
  color: #333;
  background: #fff;
}

button:hover,
div:focus,
input:not(.outlined):hover,
select:hover,
textarea:hover {
  outline: 0;
}

button,
input:not(.outlined),
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

.core-body-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.l-site__top h4,
.l-site__top h5,
.l-site__top h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.l-site__top [class^=SiteHeader__Wrapper] {
  background-color: #fff;
  background-image: none;
}
.l-site__top [class^=SiteHeader__HeaderBuilderWrapper] {
  padding: 20px 0 30px;
}
.l-site__top [class^=Logo__Wrapper-sc] {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1667;
}
@media only screen and (min-width: 768px) {
  .l-site__top [class^=Logo__Wrapper-sc] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.l-site__top [class^=Logo__ImageWrapper] img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}
.l-site__top [class^=EventVenue__Wrapper] {
  color: #002244;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-site__top [class^=EventVenue__Wrapper] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.l-site__top [class^=EventVenue__Date] {
  font-weight: 400;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2") format("woff2");
}
.l-site__sticky-wrapper .c-multi-level-nav--top-nav,
.l-site__sticky-wrapper .c-multi-level-nav-menu--fullscreen {
  background-color: #003cb2;
}
.l-site__sticky-wrapper ul,
.l-site__sticky-wrapper ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-site__sticky-wrapper .align-vertical-center {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-site__sticky-wrapper .align-vertical-center {
    display: block;
    align-items: unset;
  }
}
.l-site__sticky-wrapper .loaded .material-icons {
  opacity: 1;
}
.l-site__sticky-wrapper .c-multi-level-nav {
  text-transform: none;
}
.l-site__sticky-wrapper .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.l-site__sticky-wrapper .material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.l-site__sticky-wrapper .c-hamburger__line {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: relative;
}
.l-site__sticky-wrapper .c-hamburger__line:not(:first-child) {
  margin-top: 6px;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
  align-items: center;
  display: flex;
}
@media (min-width: 48em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
    line-height: 56px;
  }
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
    font-size: 18px;
    line-height: 21px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn__one-line-arrow {
  margin-left: 3px;
  margin-right: -7px;
  margin-top: 2px;
  transition: transform;
  transition-delay: 0.4s;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 .c-multi-level-nav-btn__one-line {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 .c-multi-level-nav-btn__one-line {
    font-size: 16px;
    font-weight: 500;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn:not(.c-multi-level-nav-btn--active) {
  border-bottom: 1px solid transparent !important;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn:not(.c-multi-level-nav-btn--active):hover {
  border-bottom: 1px solid #fff !important;
  border-bottom-color: #fff !important;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  max-width: 1200px;
}
@media (max-width: 47.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body {
    flex-wrap: wrap;
  }
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body {
    min-height: 55px;
    position: relative;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-list--level-2-fullscreen .c-multi-level-nav-list__list {
  max-width: none;
}
.l-site__sticky-wrapper .c-multi-level-nav-list--level-1 > .c-multi-level-nav-list__list {
  flex-wrap: nowrap;
}
.l-site__sticky-wrapper .c-multi-level-nav-list--level-2 {
  background-color: rgba(0, 0, 0, 0.1);
}
.l-site__sticky-wrapper .c-multi-level-nav-btn__link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 33px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__link {
    flex-direction: column;
    justify-content: center;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn--level-1 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
  color: #fff;
  height: 55px;
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn--level-1 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
    height: 64px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
  color: #fff;
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
    height: 48px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn {
  border-bottom: 1px solid transparent;
  border-color: transparent !important;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
  min-width: 65px;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn__icon {
  font-size: 24px;
}
.l-site__sticky-wrapper .c-multi-level-nav-item__overlay {
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 56px;
  transition: all 0s;
  transition-delay: 0.4s;
  z-index: 2;
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-item__overlay {
    top: 65px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-item--level-1:hover .c-multi-level-nav-item__overlay {
  max-height: 500px;
  opacity: 1;
  overflow: visible;
}
.l-site__sticky-wrapper .c-multi-level-nav-item--level-1:hover .c-multi-level-nav-item__overlay:before {
  content: "";
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}
.l-site__sticky-wrapper .c-multi-level-nav-item--level-1:hover .c-multi-level-nav-btn__one-line-arrow {
  transform: rotateX(180deg);
}
.l-site__sticky-wrapper .c-multi-level-nav-list {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
}
.l-site__sticky-wrapper .c-multi-level-nav-list__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu {
  position: relative;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__desktop {
    display: none;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__mobile {
  display: none;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__mobile {
    display: block;
  }
}
.l-site__sticky-wrapper .c-hamburger {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 42px;
  min-width: 26px;
  position: relative;
  width: 26px;
}
.l-site__sticky-wrapper .c-hamburger--left {
  margin-right: 21px;
}
.l-site__sticky-wrapper .c-hamburger__word {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-top: 3px;
  font-size: 24px;
  margin-left: -10px;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body-left {
  align-items: center;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-left {
    padding-left: 20px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body-right {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 55px;
  padding: 0 20px;
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-right {
    position: relative;
  }
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-right {
    height: 64px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  height: 55px;
  justify-content: flex-end;
}
@media (max-width: 47.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-bottom {
    min-width: 100%;
    padding: 0 20px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__book-now {
  font-size: 22px !important;
  padding: 13px 30px 9px !important;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__book-now {
    font-size: 18px !important;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__book-now:after {
  top: -2px !important;
}
.l-site__sticky-wrapper .c-cta {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  outline: no;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.l-site__sticky-wrapper .c-cta--hollow {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  transition: border 0.2s, box-shadow 0.2s, color 0.2s, background-color 0.2s;
}
.l-site__sticky-wrapper .c-cta--hollow:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.l-site__sticky-wrapper .c-cta--accent {
  background-color: #33d7c8;
}
.l-site__sticky-wrapper .c-cta--medium, .l-site__sticky-wrapper .c-cta--submit {
  font-size: 24px;
  padding: 10px 18px;
}
.l-site__sticky-wrapper .c-cta--no-wrap {
  white-space: nowrap;
}
.l-site__sticky-wrapper .c-cta:after {
  content: "\f1df";
  display: inline-block;
  font-family: "Material Icons";
  position: relative;
  top: -1px;
  transition: transform 0.4s;
  vertical-align: middle;
}
.l-site__sticky-wrapper .c-cta:before, .l-site__sticky-wrapper .c-cta:after {
  font-weight: 400;
  text-transform: none;
}
.l-site__sticky-wrapper .c-cta:hover:not(.c-cta--loading) {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  text-decoration: none;
  filter: brightness(85%);
}
.l-site__sticky-wrapper .c-cta:hover:after, .l-site__sticky-wrapper .c-cta:hover:not(.c-cta--loading):after {
  transform: translateX(10px);
}
.l-site__sticky-wrapper .c-cta--large, .l-site__sticky-wrapper .c-cta--medium {
  border-radius: 48px;
  font-size: 18px;
  padding: 12px 30px 10px;
}
.l-site__sticky-wrapper .c-cta--large:after, .l-site__sticky-wrapper .c-cta--medium:after {
  font-size: 24px;
  line-height: 1em;
  margin-left: 15px;
}
.l-site__sticky-wrapper .c-cta {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn {
  transition: all 0.4s ease;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn__text {
  display: none;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn--one-line .c-multi-level-nav-home-btn__text {
  font-size: 22px;
  line-height: 44px;
  padding: 0;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu--fullscreen .c-multi-level-nav-menu__body {
  max-width: none;
}
.l-site__sticky-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

section.hero-section {
  padding-bottom: 2em;
}
section.hero-section .hero-module-wrapper {
  position: relative;
  background: center center/cover no-repeat rgba(0, 60, 178, 0.8);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  padding: 40px 0;
  background-image: url("https://knect365.imgix.net/uploads/page-title-dcc18ef413c2812b78a9f3471fc02c57.png?auto=format&fit=max&w=1512&dpr=2");
}
@media only screen and (min-width: 768px) {
  section.hero-section .hero-module-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  section.hero-section .hero-module-wrapper {
    text-align: center;
  }
}
section.hero-section .hero-module-wrapper .hero-overlay-wrapper {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(to right, #003cb2 0%, rgba(0, 34, 68, 0.1) 50%);
}
@media only screen and (min-width: 768px) {
  section.hero-section .hero-module-wrapper .hero-overlay-wrapper {
    background-image: linear-gradient(to right top, #003cb2 0%, rgba(0, 34, 68, 0.1) 50%);
  }
}
section.hero-section .hero-module-wrapper .hero-module-content {
  flex-basis: 100%;
  margin-left: 0;
  max-width: 100%;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper {
  max-width: 92%;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h1 {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h1:only-child {
  margin-bottom: 0;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper p {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
  text-wrap: pretty;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper p:last-child {
  margin-bottom: 0;
}
section.hero-section .sb5-disclaimer {
  padding: 0;
}

footer ol,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container,
footer .container-fluid {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
footer .footer-upper, footer .footer-lower {
  color: #fff;
}
footer .footer-upper {
  background-color: #454955;
  padding: 40px 0;
}
footer .footer-upper-hashtag {
  margin-bottom: 40px;
}
footer .footer-upper-hashtag__link {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-transform: none;
}
@media (max-width: 47.99em) {
  footer .footer-upper-hashtag__link {
    font-size: 48px;
    word-break: break-all;
  }
}
footer .footer-upper-hashtag__link:hover {
  text-decoration: underline;
  color: #fff;
}
footer .footer-upper-contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-upper-contacts__social-list {
  width: 50%;
  display: grid;
  grid-gap: 0 10px;
  grid-template-columns: repeat(8, min-content);
}
footer .footer-upper-contacts__social-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .footer-upper-contacts__social-link {
  text-decoration: none;
}
footer .footer-upper-contacts__social-link .fab.fa-facebook-f::before {
  position: relative;
}
footer .footer-upper-contacts__social-link:hover {
  text-decoration: underline;
}
footer .footer-upper-contacts__social-icon {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
}
footer .footer-upper-contacts__social-icon:before {
  font-size: 40px;
  right: 0;
  bottom: 0;
}
footer .footer-upper-contacts__social-link, footer .footer-upper-contacts__social-icon {
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #454955;
  overflow: hidden;
}
footer .footer-upper-contacts__social-link:hover, footer .footer-upper-contacts__social-icon:hover {
  color: #454955;
}
footer .footer-upper-contacts__mail-phone-list {
  width: 50%;
}
footer .footer-upper-contacts__mail-phone-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-upper-contacts__mail-phone-item:not(:first-child) {
  margin-top: 15px;
}
footer .footer-upper-contacts__mail-phone-item-title {
  font-weight: 700;
}
footer .footer-upper-contacts__mail-phone-link {
  text-decoration: none;
  color: #fff;
  direction: ltr;
}
footer .footer-upper-contacts__mail-phone-link:hover {
  text-decoration: underline;
  color: #fff;
}
footer .footer-lower {
  background-color: #454955;
  padding: 20px 0;
  font-family: "Open Sans", Arial, sans-serif;
}
footer .footer-lower__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 63.99em) {
  footer .footer-lower__wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 47.99em) {
  footer .footer-lower__wrapper {
    flex-direction: column;
  }
}
footer .footer-lower__logo {
  font-size: 2rem;
}
footer .footer-lower__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 55px;
}
footer .footer-lower__logo a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 47.99em) {
  footer .footer-lower__logo {
    order: 2;
    padding-top: 25px;
  }
}
footer .footer-lower .c-site-lower-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  footer .footer-lower .c-site-lower-footer-menu {
    padding: 16px 0 24px;
  }
}
@media (max-width: 63.99em) {
  footer .footer-lower .c-site-lower-footer-menu {
    flex-direction: column;
    text-align: right;
  }
}
@media (max-width: 47.99em) {
  footer .footer-lower .c-site-lower-footer-menu {
    text-align: left;
  }
}
footer .footer-lower .c-site-lower-footer-menu__item {
  line-height: 1.6;
  margin-left: 13px;
}
@media (max-width: 63.99em) {
  footer .footer-lower .c-site-lower-footer-menu__item {
    line-height: normal;
    margin: 10px 0 0;
  }
}
footer .footer-lower .c-site-lower-footer-menu__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
footer .footer-lower .c-site-lower-footer-menu__link:hover {
  text-decoration: underline;
}
footer .footer-lower .c-site-lower-footer-copyright {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 64em) {
  footer .footer-lower .c-site-lower-footer-copyright {
    text-align: right;
  }
}
footer .footer-lower .c-site-lower-footer-copyright a[x-apple-data-detectors] {
  color: #fff !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: normal !important;
  line-height: inherit !important;
}
footer .footer-lower .c-site-lower-footer-copyright a[href^=tel] {
  color: #fff !important;
  text-decoration: none;
  font-weight: normal !important;
}

main {
  padding-bottom: 2em;
}

p::selection {
  background: #33d7c8;
  color: #000;
}

.hide {
  display: none;
}

a {
  font-weight: 700;
  color: #003cb2;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #003cb2;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  color: #003cb2;
  font-weight: 700;
}
h1:first-child, #sb5 .col-lg-9 h1:first-child,
h2:first-child,
#sb5 .col-lg-9 h2:first-child,
h3:first-child,
#sb5 .col-lg-9 h3:first-child,
h4:first-child,
#sb5 .col-lg-9 h4:first-child,
h5:first-child,
#sb5 .col-lg-9 h5:first-child,
h6:first-child,
#sb5 .col-lg-9 h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 3.4375rem;
  line-height: 1.091;
}

h2 {
  font-size: 2.1875rem;
  line-height: 1.143;
  font-weight: 500;
}
h2.section-title {
  font-size: 2.2rem;
  text-align: center;
}
h2.sb5-session-page-title:after {
  margin-left: 0;
}

h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

h4,
h5,
h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.444;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.1;
}

.form-control {
  height: 52px;
  padding: 12px 30px;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
}

.btn {
  padding: 12px 30px;
  margin-top: 1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
}

.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}

#sb5 {
  line-height: 1.625;
  /*
  NAV TABS
  ----------------------------
  */
}
#sb5 .sb5-left-sections {
  font-size: 0.875rem;
}
#sb5 .sb5-left-sections h4 {
  color: inherit;
}
#sb5 .sb5-left-sections a {
  color: #003cb2;
}
#sb5 .sb5-left-sections a:hover, #sb5 .sb5-left-sections a:focus, #sb5 .sb5-left-sections a:active {
  color: #003cb2;
}
#sb5 .sb5-left-sections label > input + a, #sb5 .sb5-left-sections label > input + a:hover, #sb5 .sb5-left-sections label > input + a:focus, #sb5 .sb5-left-sections label > input + a:active, #sb5 .sb5-left-sections label > input + .track_icon + a, #sb5 .sb5-left-sections label > input + .track_icon + a:hover, #sb5 .sb5-left-sections label > input + .track_icon + a:focus, #sb5 .sb5-left-sections label > input + .track_icon + a:active {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
#sb5 .sb5-left-sections label > input:checked + a, #sb5 .sb5-left-sections label > input:checked + .track_icon + a {
  font-weight: 700;
}
#sb5 .sb5-left-sections .form-check {
  padding-left: 0;
}
#sb5 .sb5-left-sections .form-check-label {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#sb5 .sb5-left-sections .form-check-input {
  margin-right: 0.25rem;
}
#sb5 .sb5-speaker-page-title {
  margin-top: 15px;
  font-weight: 500;
}
#sb5 .sb5-speaker-page-title .speaker_name {
  display: block;
}
#sb5 .sb5-speaker-page-title .speaker_title {
  font-style: italic;
  display: block;
}
#sb5 .sb5-speaker-page-title .speaker_company {
  color: #003cb2;
  display: block;
}
#sb5 .sb5-speaker-page-title .speaker-bio-comma {
  display: none;
}
#sb5 .sb5-speaker-page-title:after {
  margin-left: 0;
}
#sb5 .speaker_link {
  color: #003cb2;
}
#sb5 .sb5-speaker-page-description h3 {
  font-weight: 500;
}
#sb5 .sb5-session-title,
#sb5 .sb5-speaker-title,
#sb5 .sb5-speakers-page-speaker {
  font-weight: 700;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  line-height: 1.625;
}
#sb5 .sb5-session-title a,
#sb5 .sb5-speaker-title a,
#sb5 .sb5-speakers-page-speaker a {
  font-weight: 700;
}
#sb5 .sb5-speaker-page-headshot img {
  border: 1px solid #000;
  padding: 0;
}
#sb5 .sb5-session-page-sponsorship img {
  border: 1px solid #000;
  padding: 6px;
}
#sb5 .nav-tabs {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
}
#sb5 .nav-tabs > li.nav-item:not(.active):not(:has(a.active)):hover {
  cursor: pointer;
}
#sb5 .nav-tabs > li.nav-item > a {
  border: unset;
  color: #18786f;
  font-weight: 400;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sb5 .nav-tabs > li.nav-item > a {
    margin-top: 20px;
    padding: 0.5rem;
  }
}
#sb5 .nav-tabs > li.nav-item > a:hover, #sb5 .nav-tabs > li.nav-item > a:focus, #sb5 .nav-tabs > li.nav-item > a:active {
  background-color: transparent;
}
#sb5 .nav-tabs > li.nav-item > a:hover, #sb5 .nav-tabs > li.nav-item > a:focus, #sb5 .nav-tabs > li.nav-item > a:active {
  color: #002244;
}
#sb5 .nav-tabs > li.nav-item > a::after {
  content: "";
  background: unset;
  background-color: transparent;
  height: 2px;
}
#sb5 .nav-tabs > li.nav-item.active > a:hover, #sb5 .nav-tabs > li.nav-item.active > a:focus, #sb5 .nav-tabs > li.nav-item.active > a:active,
#sb5 .nav-tabs > li.nav-item > a.active:hover,
#sb5 .nav-tabs > li.nav-item > a.active:focus,
#sb5 .nav-tabs > li.nav-item > a.active:active {
  color: #18786f;
}
#sb5 .nav-tabs > li.nav-item.active > a::after,
#sb5 .nav-tabs > li.nav-item > a.active::after {
  transform: scale(1);
}
#sb5 .nav-tabs > li.nav-item > a {
  transition-property: border, background-color, filter, color, font-weight;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
  border-bottom: 1px solid #002244;
}
#sb5 .nav-tabs > li.nav-item > a:hover, #sb5 .nav-tabs > li.nav-item > a:focus, #sb5 .nav-tabs > li.nav-item > a:active {
  border: 1px solid #33d7c8;
  border-bottom-color: #002244;
}
#sb5 .nav-tabs > li.nav-item.active a, #sb5 .nav-tabs > li.nav-item a.active {
  border-color: #002244 #002244 transparent #002244;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  background-color: #002244;
}
#sb5 .nav-tabs > li.nav-item.active a:hover, #sb5 .nav-tabs > li.nav-item.active a:focus, #sb5 .nav-tabs > li.nav-item.active a:active, #sb5 .nav-tabs > li.nav-item a.active:hover, #sb5 .nav-tabs > li.nav-item a.active:focus, #sb5 .nav-tabs > li.nav-item a.active:active {
  color: #fff;
}
#sb5 .nav-tabs > li.nav-item.active a::after, #sb5 .nav-tabs > li.nav-item a.active::after {
  background: transparent;
}

.btn-primary,
.btn-default,
.btn-secondary,
.btn-primary:not(:disabled):not(.disabled).active {
  color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 3px;
  padding: 6px 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1rem;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus,
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled).active:active,
.btn-primary:not(:disabled):not(.disabled).active:active:focus {
  background: unset;
  background-color: #33d7c8;
  border: 1px solid #22ab9f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled).active:active,
.btn-primary:not(:disabled):not(.disabled).active:active:focus {
  text-decoration: none;
  filter: none;
  background-color: #22ab9f;
  border-color: #22ab9f;
}
.btn-primary:focus, .btn-primary:active:focus,
.btn-default:focus,
.btn-default:active:focus,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled).active:active:focus {
  outline: unset;
  outline-offset: unset;
}

#sb5-mobile-filters .btn-secondary {
  width: auto;
}
#sb5-mobile-filters #sb5-mobile-clear-all-filters {
  margin-bottom: 10px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.list-group-item.active:active {
  background-color: #33d7c8;
  border-color: #33d7c8;
  color: #fff;
}

.modal-footer button:last-child {
  color: #fff !important;
  border-radius: 3px;
  padding: 6px 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1rem;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.modal-footer button:last-child, .modal-footer button:last-child:hover, .modal-footer button:last-child:focus, .modal-footer button:last-child:active, .modal-footer button:last-child:active:focus {
  background: unset;
  background-color: #aaa;
  border: 1px solid #8b8b8b;
}
.modal-footer button:last-child:hover, .modal-footer button:last-child:focus, .modal-footer button:last-child:active, .modal-footer button:last-child:active:focus {
  text-decoration: none;
  filter: none;
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}
.modal-footer button:last-child:focus, .modal-footer button:last-child:active:focus {
  outline: unset;
  outline-offset: unset;
}

.form-check {
  padding-left: 0;
}

.page-header {
  text-align: center;
}

.page-header h1:after {
  display: none;
}

.sb5-datetime-divider {
  color: #fff;
  background-color: #18786f;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
}

.sb5-session-page-sponsorship img {
  border-color: #003cb2;
}

.btn-info {
  background-color: #003cb2;
  border-color: #003cb2;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #33d7c8;
  border-color: #33d7c8;
  color: black;
}

.modal-open .modal {
  top: 50px;
}

#sb5-mobile-filters .modal-header button {
  float: right;
}

.navbar-toggler {
  background-color: #002244 !important;
}

div#toTop {
  border-color: #22ab9f;
  color: #18786f;
  background-color: #33d7c8;
  padding: 5px 10px;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
}
div#toTop .totop-text {
  display: none;
}
div#toTop.footer-adjust {
  bottom: 4rem;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
}
div#toTop.copyright-adjust {
  bottom: 8rem;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
}

.sb5-social-icons-linkedin {
  float: left;
  width: 85px;
  margin-top: 4px;
  margin-left: -5px;
}

.alert-bar a:hover, .alert-bar a:focus, .alert-bar a:active {
  color: #fff !important;
}

.btn.exhibit {
  background: #8a8c8c !important;
}

a#dropdown6 {
  color: #fff !important;
}

.sessions a {
  color: #003cb2;
}
.sessions a:hover, .sessions a:focus, .sessions a:active {
  color: #002244;
}

.copyright p {
  width: 65%;
  float: right;
  text-align: right;
  color: #fff;
  padding: 7px 0;
}

@media screen and (min-width: 768px) {
  .sb5-mobile-filter-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sb5-list-filters {
    display: none;
  }
}
#sb5 .fade, .fade {
  opacity: 1 !important;
}

#sb5 button#sb5-search-button {
  color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 3px;
  padding: 6px 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1rem;
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
}
#sb5 button#sb5-search-button, #sb5 button#sb5-search-button:hover, #sb5 button#sb5-search-button:focus, #sb5 button#sb5-search-button:active, #sb5 button#sb5-search-button:active:focus {
  background: unset;
  background-color: #33d7c8;
  border: 1px solid #22ab9f;
}
#sb5 button#sb5-search-button:hover, #sb5 button#sb5-search-button:focus, #sb5 button#sb5-search-button:active, #sb5 button#sb5-search-button:active:focus {
  text-decoration: none;
  filter: none;
  background-color: #22ab9f;
  border-color: #22ab9f;
}
#sb5 button#sb5-search-button:focus, #sb5 button#sb5-search-button:active:focus {
  outline: unset;
  outline-offset: unset;
}
#sb5 .input-group input#search_input {
  width: 100%;
  margin-top: 0 !important;
}
#sb5 .input-group-prepend {
  width: 100%;
}
#sb5 span.highlight,
#sb5 span.highlight_search_results {
  color: #fff;
  background: #003cb2;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 10px);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 10px);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 10px);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 10px);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  line-height: 1.625;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 10px 10px;
  margin: -10px -10px -10px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/*# sourceMappingURL=sb5-instance.css.map */
