.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger.change .bar2 {
  opacity: 0;
}
.hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

a, p, span, li, td, div, label, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

.site-container {
  max-width: 84.125rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  width: 100%;
}

.core {
  max-width: 100%;
  padding: 0;
}

.site-header {
  margin: 0;
  padding: 2.5rem 0;
  border: none;
}
.site-header .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header__logo {
  max-width: 15.625rem;
}
.site-header__logo img {
  width: 100%;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
}
.main-navigation .nav-menu {
  border: none;
}
.main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul li a {
  color: #211747;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  opacity: 0.7;
}
.main-navigation .nav-menu > ul > li > a {
  color: #211747;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  opacity: 0.7;
}

.banner {
  background-color: #211147;
  padding: 2.8125rem 0;
  border-bottom: 0.9375rem solid transparent;
  -o-border-image: linear-gradient(90deg, #E8E4F3 0%, #211747 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#E8E4F3), to(#211747));
     border-image: linear-gradient(90deg, #E8E4F3 0%, #211747 100%);
  border-image-slice: 1;
}
.banner .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
.banner__content {
  max-width: 38.4375rem;
}
.banner__content__title {
  color: #ffffff;
  font-family: "Merriweather", sans-serif;
  font-size: 2.5rem;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.banner__content__text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.banner__content__text i {
  font-size: 0.3125rem;
}
.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  --btn-secondary-bg-color: #ffffff;
  --bs-border-radius: 6.25rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-line-height: 160%;
  --bs-btn-font-weight: 400;
  --btn-secondary-hover-color: #000000;
  --btn-secondary-color: #000000;
}
.banner__buttons .btn i {
  font-size: 0.875rem;
  padding-top: 0.125rem;
}
.banner__buttons .btn-secondary {
  --btn-secondary-hover-color: #ffffff;
  --btn-secondary-hover-bg-color: transparent;
}
.banner__image {
  width: 45%;
  max-width: 33.5rem;
}

.home-content {
  margin-top: 4.75rem;
}
.home-content .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
.home-content__main {
  width: 66%;
}
.home-content__main__title {
  background-color: #BDCBFF;
  padding: 1.875rem 2.5rem;
}
.home-content__main__title h2 {
  font-family: Merriweather, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 160%;
  margin: 0;
}
.home-content__main__text {
  background-color: #EDF0FE;
  padding: 1.25rem 2.5rem;
}
.home-content__main__text p {
  font-size: 1rem;
  line-height: 160%;
  color: #000000;
  margin-bottom: 1.25rem;
}
.home-content__main__text strong {
  font-size: 1rem;
  line-height: 160%;
  color: #000000;
  font-weight: 700;
}
.home-content__main__text ul {
  list-style: inside;
}
.home-content__main__text ul li {
  font-size: 1rem;
  line-height: 160%;
  color: #000000;
  margin-bottom: 1.25rem;
}
.home-content__sidebar {
  width: 34%;
  min-width: 21.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-content__sidebar h4 {
  font-family: Merriweather, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.home-content__sidebar__divider {
  height: 0.5625rem;
  background-color: #211747;
}
.home-content__sidebar h5 {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #422E70;
}
.home-content__sidebar p {
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
}
.home-content__sidebar__banner {
  max-width: 26rem;
  margin: 4.5rem auto 0;
}
.home-content__sidebar__banner img {
  width: 100%;
}
.home-content__sidebar__banner__content {
  background-color: #211747;
  padding: 3.125rem 1.25rem;
}
.home-content__sidebar__banner__content p {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
}
.home-content__sidebar__banner__content a, .home-content__sidebar__banner__content a:link, .home-content__sidebar__banner__content a:visited {
  display: block;
  margin: 0 auto;
  max-width: 18.75rem;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  padding: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-content__sidebar__banner__content a:hover {
  background-color: #fff;
  color: #000000;
}
.home-content__schedule {
  margin-top: 0.6875rem;
}
.home-content__schedule p {
  font-size: 1rem;
  line-height: 160%;
  color: #000000;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.home-content__schedule__links {
  border-top: 1px solid #00000033;
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4375rem;
}
.home-content__schedule__links a, .home-content__schedule__links a:link, .home-content__schedule__links a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  line-height: 160%;
  color: #4148C2;
}
.home-content__schedule__links a svg, .home-content__schedule__links a:link svg, .home-content__schedule__links a:visited svg {
  width: 1.25rem;
  height: 1.25rem;
}
.home-content__schedule__links a:hover {
  text-decoration: underline;
}

.sponsors {
  margin-top: 5rem;
  margin-bottom: 8.75rem;
}
.sponsors h3 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 160%;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sponsors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
}
.sponsors__list .vhb-logo {
  max-width: 15.25rem;
}
.sponsors__list .hntb-logo {
  max-width: 16.4375rem;
}

.site-footer {
  background-color: #fff;
}
.site-footer__copyright {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #211747;
  margin: 0;
}
.site-footer__copyright a, .site-footer__copyright a:link, .site-footer__copyright a:visited {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #211747;
}
.site-footer__copyright a:hover {
  text-decoration: underline;
}

.warningPanel,
.gallery_details,
ul.breadcrumb,
div.publicGalleryUserTimeZoneSelector {
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

div.publicGalleryUserTimeZoneSelector {
  padding-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
div.publicGalleryUserTimeZoneSelector::before {
  content: "";
  background-image: url(https://themes.secure-platform.com/trb.secure-platform.com/images/clock-icon.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.gallery_details .propinfo_outer {
  width: 50% !important;
  border: none;
}
.gallery_details .otherInfo.wbox {
  padding: 0 !important;
  color: #000000;
  border: none;
}
.gallery_details .otherInfo.wbox img {
  max-width: 100%;
}
.gallery_details .gallery_info .wbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border: none;
  background-color: #BDCBFF;
  position: relative;
}

.gallery_mainContent.wbox {
  border: none;
}

.gallery_info {
  width: 48% !important;
  border: none;
}
.gallery_info .description {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.gallery_info h3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 31px 31px 62px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
  line-height: 160%;
  color: #000000;
  margin: 0;
}
.gallery_info h4 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 62px 31px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin: 0;
  font-weight: 400;
  display: none;
}

.date-and-time {
  position: absolute;
  bottom: 24px;
  left: 31px;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
}

.presentor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.session-presenter-title {
  border-bottom: 7px solid #211747;
  font-size: 16px;
  line-height: 160%;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 26px;
}

.presenter-image {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.presenter-info h5 {
  font-size: 16px;
  color: #000000;
  line-height: 160%;
}
.presenter-info i {
  font-style: italic;
}

.download-view-presentation-buttons {
  position: absolute;
  bottom: -40px;
  left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.download-view-presentation-buttons p {
  font-size: 16px;
  line-height: 160%;
  color: #4148C2;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.download-view-presentation-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.download-view-presentation-buttons img {
  width: 16px;
}

.presentation-header {
  background-color: #BDCBFF;
  padding: 31px;
}
.presentation-header h2 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
  color: #000000;
  margin-bottom: 25px;
}

.back-to-view {
  background-color: #211747;
  padding: 31px;
}
.back-to-view h2 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 160%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-to-view h2:hover {
  opacity: 0.7;
}
.back-to-view h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.back-to-view h2 a,
.back-to-view h2 a:link,
.back-to-view h2 a:visited,
.back-to-view h2 span {
  color: #ffffff !important;
}
.back-to-view h2 img {
  width: 16px;
}

.presentation-header-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.presentation-header-date-container.date-and-time {
  right: 31px;
}
.presentation-header-date-container p {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.presentation-header-date-container img {
  width: 16px;
}

.presentation-details {
  background-color: #EDF0FE;
  padding: 31px 31px 5px 31px;
}
.presentation-details p {
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  font-weight: 400;
}
.presentation-details p:last-child {
  margin-bottom: 30px !important;
}

.session-table table {
  width: 100% !important;
  --bs-table-striped-bg-color: transparent;
  --bs-table-hover-bg: transparent;
}
.session-table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E9E8ED40;
  margin-bottom: 22px;
  padding: 25px 0 0 0;
}
.session-table table tr h4 {
  color: #4148C2;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
.session-table table tr td {
  border: none;
  width: 100%;
  padding: 0 25px 0 25px !important;
}
.session-table table tr td:nth-child(2) h4 {
  text-align: left !important;
  color: #000000;
  margin-top: 15px;
}
.session-table table tr td:last-child {
  border-top: 1px solid #0000001A;
  padding: 12px 25px !important;
  height: 60px;
  text-align: right !important;
}
.session-table table tr td:last-child h4 a {
  font-size: 14px;
  line-height: 160%;
  color: #211747;
  border-radius: 50px;
  border: 1px solid #7A7091;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 2px 12px;
}
.session-table table tr td:last-child h4 a strong {
  font-weight: 400;
}
.session-table table tr td:last-child h4 a::after {
  content: "";
  background-image: url(https://themes.secure-platform.com/trb.secure-platform.com/images/arrow-right.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  display: block;
}
.session-table table tr td:last-child h4 a:hover {
  background-color: #211747;
}
.session-table table tr td:last-child h4 a:hover span {
  color: #ffffff !important;
}

.banner-small {
  padding-top: 90px;
  margin-bottom: 20px;
}
.banner-small .banner__image {
  text-align: center;
}
.banner-small .banner__image img {
  width: 210px;
}

ul.breadcrumb {
  position: absolute;
  --breadcrumb-color: #ffffff;
  --bs-breadcrumb-item-active-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
}
ul.breadcrumb li a {
  color: var(--bs-breadcrumb-item-active-color) !important;
}

.schedule-container {
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 0 16px;
}
.schedule-container img {
  max-width: 100%;
}
.schedule-container .publicGalleryUserTimeZoneSelector {
  padding-left: 0 !important;
}

.gallery_right_panel {
  border: none;
}
.gallery_right_panel h4 {
  font-size: 20px;
}

#schedule {
  width: calc(100% - 320px) !important;
}

#schedule div.main_content {
  margin-bottom: 5px;
}

div.scheduleTimeSlot {
  background-color: #DAE1FD !important;
  border: none !important;
  padding: 13px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
div.scheduleTimeSlot div.title {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 160%;
  font-weight: 700;
  padding: 0 !important;
}
div.scheduleTimeSlot div.chevron {
  margin: 0 !important;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

.gallery_col {
  margin: 0;
  border: none;
  background-color: #DAE1FD80;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.gallery_desc {
  padding: 15px 24px 0 24px;
}
.gallery_desc h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #4148C2;
}
.gallery_desc h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_desc h3 a:hover {
  opacity: 0.7;
}

.results_list {
  border: none;
}

.main_content {
  border: none;
}

.gallery-toggle {
  border-top: 1px solid #00000033;
  padding: 20px 24px;
  margin-left: -24px;
  margin-right: -24px;
}

.gallery_list {
  position: absolute;
  right: 24px;
  top: 95px;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

a.btn_view_entry {
  --bs-btn-bg: var(--btn-primary-bg-color);
  --bs-btn-hover-bg: var(--btn-primary-hover-bg-color);
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  line-height: 160%;
  border-radius: 50px !important;
  border: 1px solid #7A7091 !important;
  width: 135px;
  text-transform: none;
  font-weight: 400 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
a.btn_view_entry::after {
  content: "";
  background-image: url(https://themes.secure-platform.com/trb.secure-platform.com/images/arrow-right.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}
a.btn_view_entry:hover {
  background-color: #211147 !important;
  color: #ffffff !important;
  border: 1px solid #7A7091 !important;
}
a.btn_view_entry:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.detailed-content p {
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}

.info-block {
  display: none;
}

.sidebar_right {
  width: 300px;
}

div.scheduleDays {
  background-color: #BDCBFF;
  padding: 30px 12px;
  margin-bottom: 5px !important;
}

ul.scheduleDayList {
  width: calc(100% - 114px) !important;
  padding: 0 10px;
}
ul.scheduleDayList a {
  border: 1px solid #ffffff;
  border-radius: 50px !important;
  background-color: #211147 !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  padding: 2px 10px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.scheduleDayList a:hover {
  opacity: 0.7;
}
ul.scheduleDayList li.selected a {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul.scheduleDayList li.scheduleDayTab {
  margin-right: 10px;
}

.daySelector {
  display: none !important;
}

.scrollArrow {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollArrow:hover {
  opacity: 0.7;
}

.arrow-left {
  background-image: url(https://themes.secure-platform.com/trb.secure-platform.com/images/chevron-left.png) !important;
  margin-right: 10px !important;
}

.arrow-right {
  background-image: url(https://themes.secure-platform.com/trb.secure-platform.com/images/chevron-right.png) !important;
  margin-left: 10px !important;
}

.toggle-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.toggle-details .chevron-icon {
  width: 11px;
}
.toggle-details .chevron-icon.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.session-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  font-weight: 400;
}
.session-location img {
  width: 16px;
}

#AppliedSearchParams_FilterByTextValue {
  border-radius: 0 !important;
}

.search_filter_content .search,
.search_filter .viewAllDayList {
  --bs-btn-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #dddddd;
  --bs-btn-border-color: #dddddd;
  --bs-btn-bg: #dddddd;
  --bs-btn-hover-color: #000000;
}

@media screen and (max-width: 1023px) {
  .gallery_details .propinfo_outer,
.gallery_info {
    width: 100% !important;
  }

  .gallery_info {
    margin-bottom: 60px !important;
  }

  #schedule, .sidebar_right {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .banner .site-container {
    padding: 0 1rem;
  }
  .banner__content__title {
    font-size: 2rem;
  }

  .home-content {
    margin-top: 3.5rem;
  }
  .home-content .site-container {
    gap: 1rem;
  }
  .home-content__main__title {
    padding: 1.25rem 1rem;
  }
  .home-content__main__text {
    padding: 1.25rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .banner__image {
    display: none;
  }

  .site-header {
    padding: 0.9375rem 0;
  }
  .site-header .site-container {
    display: block;
  }

  .main-navigation .nav-menu {
    margin-top: 1.25rem;
  }

  .banner .site-container {
    padding: 0 1.25rem;
  }

  .home-content {
    margin-top: 2.25rem;
  }
  .home-content .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-content__main {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
  .home-content__main__text {
    padding: 1.25rem 1rem;
  }
  .home-content__sidebar {
    width: 100%;
    min-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .gallery_info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .gallery_info h3 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }

  .date-and-time {
    left: 16px;
    right: 16px;
  }

  .download-view-presentation-buttons {
    left: 16px;
  }
}
