<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: DPESummit 2022
*/

html,
body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

a,
a:hover {
  color: rgba(90, 169, 206, 1);
  /* text-decoration: none; */
  cursor: pointer;
}

/*Utility Classes*/
.background-dark {
  background: #01303A;
}

.box-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.black-text {
  color: #01303A;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.no-wrap {
  white-space: nowrap;
}

/*Animation Effects*/
.grow img {
  transition: .1s ease;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -ms-transition: .1s ease;
  -o-transition: .1s ease;
}

.grow img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.brighten img {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.brighten img {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.image-darker {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}

.image-lighter {
  filter: brightness(600%);
  -webkit-filter: brightness(600%);
}

.video-box-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.brighten:hover {
  -webkit-filter: brightness(150%);
}

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.from-left {
  grid-column: 2 / 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from-right {
  grid-column: 3 / 4;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}




.navbar {
  /*height: 156px;
  background-color: rgba(2, 48, 58, 1.00) !important;*/
  /* height: 128px;  */
  height: 82px;
  background: #010002 !important;
}

.navbar-toggler-icon {
  display: inline-block;
  height: 43px;
  width: 43px;
  border-radius: 0px;
  border: 0px;
  background-image: url('/wp-content/uploads/2023/03/menu-square.png') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse {
  padding-left: 20px;
}

.navbar-toggler {
  border: 0px;
}

.navbar-brand {
  /* width: 225px; */
  margin-right: 30px;
}

#footer-nav .navbar-brand {
  width: 225px;
  margin-right: 30px;
}

#header-nav .nav-link,
#home-hero .nav-link {
  /* color: #B2B2B2; */
  /*font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;*/
  /* text-transform: uppercase; */
  padding-left: 14px;
  padding-right: 14px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;

}

#header-nav .active-page a.nav-link {
  color: white;
}

#footer-nav .nav-link {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 13px !important;
  padding-right: 13px !important;
  text-align: center;
}

#header-nav .nav-link,
#home-hero .nav-link {
  /* color: #B2B2B2; */
  /* text-transform: uppercase; */
  /* padding-left: 14px;
  padding-right: 14px;
  font-family: Lato; */
  font-size: 13px !important;
  font-weight: 500 !important;
  text-align: center;
}

li.nav-item.header-cta {
  background: linear-gradient(135deg, #069fce 0, #51cbbf 100%);
  border-radius: 8px;
  /* padding: 13px 20px; */
  margin: 0 11px;
}

li.nav-item.header-cta:hover {
  background: linear-gradient(135deg, #06aadd 0, #5dcfc3 100%);
}

ul.navbar-nav.ms-auto.mobile-nav {
  padding-bottom: 10px;
  padding-top: 10px;
}

ul.navbar-nav.ms-auto.tablet-nav {
  padding-top: 10px;
  padding-bottom: 30px;
}

li.nav-item {
  display: flex;
  align-items: center;
}

#header-nav li.nav-item.header-cta a {
  display: flex;
  gap: 10px;
  color: white;
  padding: 13px 24px;
  font-size: 17px !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}


#navbarSupportedContent {
  /*background-color: #143a46 !important;*/
  background-color: #001216;
  z-index: 9999999999;
  padding-bottom: 20px;
}

/* MAIN PAGE TEMPLATE STYLES */
#main {
  padding: 170px 0px 40px 0px;
}

#main h1 {
  color: #102f39;
  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-weight: 600;
}

#main h2 {
  color: #102f39;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 1em;
}

#main h3 {
  color: #102f39;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-top: 1em;
}

a.nav-link.nav-link-button-reverse {
  min-width: 0px;
  width: 90px;
}

#home-hero {
  background-color: #001216;
  background-image: url("/wp-content/uploads/2023/03/new-wave-background-1.png");
  /*background-size: cover;*/
  /*background-position: 50% 10%;*/
  min-height: 46rem;
  text-align: center;
  padding: 88px 0px 0px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 140%;
}

#home-hero h4.top-banner {
  padding-top: 0px;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px
}

#home-hero h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0em 0 2em 0;
}

#home-hero .cta-button {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  box-sizing: border-box;
  /* Auto layout */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*padding: 18px 46px;*/
  gap: 8px;

  width: 264px;
  height: 70px;

  /* White */
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  text-decoration: none;
  z-index: 100;

}

#home-hero .cta-button:hover {
  color: #B2B2B2;
  border: 1px solid #B2B2B2;
}

.gradle-green {
  color: #4DC9C0;
}

.blue-text-gradient {
  background: linear-gradient(64.24deg, #3099E3 3.94%, #77DEF0 108.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

p.top-banner {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  /* White */
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.d-flex.justify-content-center.text-center.button-cta {
  padding-top: 78px;
}

.home-hero-gradient {
  position: absolute;
  /*width: 1101px;*/
  width: 100%;
  height: 1010px;
  left: -79px;
  top: -22px;
  background: radial-gradient(99.7% 47.95% at -1.31% 24.41%, #FBB040 0%, #E4A03A 4%, #AF7B2C 15%, #805A20 25%, #593E16 37%, #38270E 48%, #1F1608 60%, #0D0903 72%, #030200 85%, #000000 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  background-blend-mode: color-dodge;
  mix-blend-mode: color-dodge;
  opacity: 0.52;
  /* Inside auto layout */
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 1;
}

.home-hero-gradient-2 {
  position: absolute;
  /*width: 100%;*/
  /*width: 1570px;*/
  height: 811px;
  left: 703px;
  top: 5px;

  background: radial-gradient(65.73% 49.43% at 64.7% 45.45%, #00B7FA 0%, #00A9EB 3%, #0079BA 12%, #005191 22%, #003271 31%, #001C5A 40%, #000F4C 49%, #000B48 56%, #000000 100%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
  opacity: 0.34;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 2;
}

#home-hero .btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px 0px;
  width: 250px;
  margin: 30px;
  cursor: text;
}

/* SPEAKERS */
img.vector-6 {
  display: none;
}

img.new-wave-background-1-1 {
  display: none;
}

#home-speakers {
  background-color: #ffffff;
  text-align: center;
  padding: 30px 0px 30px 0px;
  position: relative;
  z-index: 999;
}

#home-speakers h2 {
  color: #102f39;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.speaker {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.speaker-image {
  width: 100%;
  height: 230px;
  margin-bottom: 1em;
  position: relative;
}

.speaker .headshot {
  width: 160px;
  position: absolute;
  bottom: 0px;
  left: calc((100% - 160px) / 2);
}

.speaker-headshot {
  width: 200px;
  margin-bottom: 1em;
  position: relative;
}

.speaker-name {
  color: #102f39;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.speaker-name a {
  text-decoration: none;
  font-size: 16px;
}

.speaker-title {
  color: #102f39;
  font-size: 16px;
  font-weight: 300;
}

.speaker-social {
  color: #102f39;
  font-size: 24px;
}

.speaker-social a {
  color: #102f39;
}

/* FAQ SECTION */
#home-faq {
  background-color: #143a46;
  background-image: url("./images/bg-home-faq.png");
  background-size: 570px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 100px 0px 20px 0px;
}

#home-faq h3 {
  font-size: 24px;
  font-weight: 700;
}

#home-faq p {
  font-size: 16px;
  margin-bottom: 2em;
}

/* VENUE SECTION */
#home-venue {
  background-color: #ffffff;
  color: #102f39;
  padding: 60px 0px 30px 0px;
}

#home-venue h2 {
  color: #102f39;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}

#home-venue p {
  color: #102f39;
  font-size: 24px;
}

.venue-caption {
  border: 2px solid #000000;
  border-radius: 0px 0px 10px 10px;
}

/* REGISTER SECTION */

#home-register {
  background-color: #ffffff;
  color: #102f39;
  padding: 0px 0px 30px 0px;
}

#home-register h2 {
  color: #102f39;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}

#home-register p {
  color: #102f39;
  font-size: 24px;
}

#home-register .btn {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 20px 0px;
  width: 500px;
  margin: 30px;
  border-radius: 10px;
}

#home-register .btn-dark {
  color: #ffffff;
  font-weight: bold;
  background-color: #102f39;
}

#home-register .btn-light {
  color: #ffffff;
  font-weight: bold;
  background: rgba(90, 169, 206, 1);
  background: -moz-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(90, 169, 206, 1)),
      color-stop(51%, rgba(116, 194, 200, 1)),
      color-stop(100%, rgba(141, 216, 193, 1)));
  background: -webkit-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: linear-gradient(to right,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa9ce', endColorstr='#8dd8c1', GradientType=1);
}

#home-register #register-button {
  color: rgba(90, 169, 206, 1);
  border: 3px solid rgba(90, 169, 206, 1);
}

#home-register p a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.hotel-register-btn {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 20px 0px;
  width: 500px;
  margin: 0px;
  border-radius: 10px;
  color: rgba(90, 169, 206, 1);
  border: 3px solid rgba(90, 169, 206, 1);
  background-color: #ffffff;
}

/* UPDATES SECTION */
#home-updates {
  background-color: #beccd2;
  color: #000000;
  padding: 60px 0px 30px 0px;
}

#home-updates h2,
#image-carousel h2 {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}

#home-updates p {
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}

#home-updates p.disclaimer {
  font-size: 14px;
  font-weight: 500;
}

#home-updates form {
  text-align: center;
}

#updates-email {
  font-size: 24px;
  border-radius: 5px 0px 0px 5px;
  border: 0px solid #ffffff;
  padding: 10px;
}

#updates-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-size: 24px;
  background-color: #1e3945;
  color: #ffffff;
  border-radius: 0px 5px 5px 0px;
  border: 0px solid #1e3945;
  padding: 10px;
}

/* SINGLE SPEAKER PAGE */
#main h1.speaker-topic-title {
  /* color: #0ca3cd; */
  color: rgba(90, 169, 206, 1);
  background: -webkit-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main .topic-time-date {
  color: #01303a;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

#main .speaker-bio-title {
  color: #01303a;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.topic-description {
  font-size: 20px;
}

.speaker-bio {
  font-size: 20px;
}

.nav-link-button-reverse {
  border-radius: 5px;
  border: 2px solid #B2B2B2;
  margin-left: 15px;
  padding: 6px 12px;
}

.nav-link-button-reverse,
.nav-link-button {
  min-width: 203px;
  width: 90px;
  font-family: "Lato", sans-serif;
}

.speaker-register-button {
  min-width: 195px;
  width: 195px;
  border: 0px;
  border-radius: 5px;
  background: rgba(90, 169, 206, 1);
  background: -moz-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(90, 169, 206, 1)),
      color-stop(51%, rgba(116, 194, 200, 1)),
      color-stop(100%, rgba(141, 216, 193, 1)));
  background: -webkit-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  background: linear-gradient(to right,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa9ce', endColorstr='#8dd8c1', GradientType=1);
  color: #ffffff;
  padding: 15px 35px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}

.share-buttons {
  text-align: center;
  margin-top: 30px;
}

.addtoany_share {
  display: none !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)&gt;span {
  height: 42px !important;
  width: 42px !important;
}

.a2a_svg {
  background-color: #01303a !important;
}

.topic-time-date {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 5px 0;
}

.room-container,
.date-container,
.time-container {
  color: #1bacca;
  font-weight: 400;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  /*border: 1px solid #01303a;*/
  border: 1px solid rgba(2, 48, 58, 0.5);

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /*flex: 1;
  flex-basis: auto;
  */
  display: inline-block;
  padding: 1px 20px 0.5px 20px;
  margin-right: 15px;
}

.topic-time-date-value {
  font-weight: 700;
}

/* SESSION PAGE */
#main h4.session-title {
  font-weight: bold;
  color: rgba(90, 169, 206, 1);
  background: -webkit-linear-gradient(left,
      rgba(90, 169, 206, 1) 0%,
      rgba(116, 194, 200, 1) 51%,
      rgba(141, 216, 193, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.session-row {
  padding: 30px;
}

.session-row:nth-child(odd) {
  background-color: #efefef;
}

.session-speaker-container {
  width: 100px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  margin: 5px;
}

.session-speaker-container a {
  text-decoration: none;
}

img.session-speaker-image {
  width: 100px;
}

.register-now-href:hover,
.speaker-image img:hover,
.video-thumb-img img:hover,
.video-thumb-container img:hover {
  -webkit-filter: brightness(120%);
}

/*Video Section Main Page*/

#home-hero h2.video-header {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.1em;
  padding: 2.5rem 0 0.5rem 0;
}

.video-thumbs button.vjs-big-play-button:hover {
  opacity: 0.6;
}

.lightbox-video div#kgvid_video_gallery_thumb_kgvid_1,
.lightbox-video div#kgvid_video_gallery_thumb_kgvid_2,
.lightbox-video div#kgvid_video_gallery_thumb_kgvid_3 {
  border: 2px rgba(90, 169, 206, 0.5) solid;
}

.lightbox-video-wistia div#kgvid_video_gallery_thumb_kgvid_1,
.lightbox-video-wistia div#kgvid_video_gallery_thumb_kgvid_2,
.lightbox-video-wistia div#kgvid_video_gallery_thumb_kgvid_3 {
  border: 2px rgba(256, 256, 256, 0.5) solid;
}

.speaker-video {
  padding-bottom: 1rem;
}

.video-thumbs div#kgvid_gallery_0 {
  text-align: center;
}





.video-thumb-container:nth-child(2) {
  /*margin: 7px 4.6875rem 7px 4.6875rem !important;*/
}

.kgvid_video_gallery_thumb:nth-child(2) {
  /*margin-right: 0 !important;*/
}

.video-thumbs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.bi-chevron-compact-down::before {
  vertical-align: 0px;
}

.chevron-icon {
  padding: 0;
  margin: 0;
  max-height: 90px;
}

.chevron-icon-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 90px;
}

#home-hero h1.video-header {
  font-family: "Lato", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 10px;
}

#home-hero h4.video-header {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

#home-hero h2.video-header {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

#home-hero h2.speakers-header {
  padding: 0em 0 1rem 0;
}

.video-thumb-container .kgvid_video_gallery_thumb .titlebackground {
  bottom: 0px !important;
  background: rgba(0, 0, 0, 0.5);
}

p.sponsors-header {
  text-align: center;
  color: #aeaeae;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 19px;
}

.play-button-video-home {
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 35%;
  right: 35%;



}

label.company-label.red-hat,
label.company-label.openai,
label.company-label.delivery-hero,
label.company-label.aws {
  display: none;
}

@media (max-width:1399px) {

  #header-nav .nav-link,
  #home-hero .nav-link {
    color: #B2B2B2;
    font-size: 13px !important;
    letter-spacing: 0.1em;
    font-weight: 500;
    /* text-transform: uppercase; */
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
  }

  .nav-link-button-reverse,
  .nav-link-button {
    min-width: 180px;
    width: 90px;
    font-family: "Lato", sans-serif;
  }

}

@media (max-width: 991px) {
  #footer-nav .navbar-brand {
    display: none;
  }

  #header-nav .nav-link,
  #home-hero .nav-link {
    text-align: left;
  }

  .container #navbarSupportedContent {
    min-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .navbar-nav {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto;
  }

  #header-nav .nav-link {
    margin-bottom: 0 !important;
  }

  #header-nav li:last-child .nav-link {
    margin-bottom: 12px !Important;
  }
}

@media (max-width: 767px) {
  .speaker {
    width: 200px;
  }

  /*#home-hero h1 {
    font-size: 60px;
  }*/

  #home-register .btn {
    width: 100%;
    margin: 30px 0px;
  }

  .nav-link-button-reverse {
    margin-left: 0px;
  }

  .navbar-nav {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .navbar-nav {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.owl-nav div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-style: solid;
  border-color: inherit;
  border-image: inherit;
  border-width: 0;
}

.owl-prev:after {
  content: "\f104";
  font-family: fontawesome;
  font-weight: 400;
  padding-right: 0.2rem;
}

.owl-next:after {
  content: "\f105";
  font-family: fontawesome;
  font-weight: 400;
  padding-left: 0rem;
  margin-left: -3px;
}

.owl-carousel.navpos_outside .owl-prev {
  right: 100%;
}

.owl-carousel.navpos_outside .owl-next {
  left: 100%;
}

.owl-carousel.navpos_inside .owl-prev {
  left: 0;
}

.owl-carousel.navpos_inside .owl-next {
  right: 0;
}

.owl-carousel.navstyle_circle .owl-nav div {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}

.owl-carousel.with_dots:not(.navstyle_block) .owl-nav div {
  margin-top: calc(-10px - 0.5rem);
}

.owl-carousel.navstyle_block .owl-nav div {
  top: 0;
  bottom: 0;
  width: 4rem;
  transform: none;
}

.owl-carousel.navstyle_block.with_dots .owl-nav div {
  bottom: calc(20px + 1rem);
}

.owl-carousel.navpos_inside&gt;.owl-nav div {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.no-touch .owl-carousel.navpos_inside.navstyle_circle&gt;.owl-nav div:hover,
.no-touch .owl-carousel.navpos_inside.navstyle_block&gt;.owl-nav div:hover {
  background: rgba(0, 0, 0, 0.5);
}

.no-touch .owl-carousel.navpos_outside.navstyle_circle&gt;.owl-nav div:hover,
.no-touch .owl-carousel.navpos_outside.navstyle_block&gt;.owl-nav div:hover {
  background: var(--color-content-bg-alt-grad);
}

.owl-dots {
  text-align: center;
  line-height: 0;
  padding-top: 1rem;
}

.owl-dot span {
  display: block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  width: 8px;
  height: 8px;
  margin: 6px;
  color: var(--color-content-primary);
}

.owl-dot.active span {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 2px;
}

.color_primary .owl-dot span,
.color_secondary .owl-dot span {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
}

.no-touch .color_alternate .owl-carousel.navpos_outside&gt;.owl-nav div:hover {
  background: var(--color-alt-content-bg-alt-grad);
}

.color_alternate .owl-dot span {
  color: var(--color-alt-content-primary);
}

/*custom owl*/
/*.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.owl-carousel .owl-item img {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}*/
/*make equal size*/
/*.owl-carousel .owl-stage {
  display: flex;
}
.article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}*/

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  margin-left: -65px;
  display: block !important;
  border: 0px solid black;
  font-size: 28px;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: -55px;
  display: block !important;
  border: 0px solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
  font-size: 28px;
}

.owl-prev:after,
.owl-next:after {
  font-size: 32px;
  color: #01303a;
  font-weight: 100;
}

.owl-carousel .owl-wrapper {
  display: flex !important;
}

.owl-stage {
  display: flex;
}

.owl-item {
  display: flex;
  flex: 1 0 auto;
}

.item img {
  height: 350px !important;
}

.owl-dot span {
  background: #d9d9d9 !important;
  width: 15px;
  height: 15px;
}

.owl-dot.active span {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 3px;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.gallery .owl-carousel .owl-stage {
  display: flex !important;
}

.gallery .owl-carousel .owl-item img {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
}

/*Speaker Landing Pages*/
.landing-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 104%;
  /*or36px*/
  background: linear-gradient(90.06deg, #ffffff 0.08%, #72d7bd 97.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   */
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
}

#home-hero.speaker-landing-hero {
  /*background-color: #143a46;*/
  background-size: cover;
  background-position: 50% 100%;
  min-height: 392px;
  text-align: center;
  padding: 30px 0px 0px 0px;
}

#home-hero.speaker-landing-hero.video-background {
  background-image: url(/wp-content/uploads/2023/01/speaker-landing-video-header-background-graphic.png);
  margin-top: -1px;
}

#home-hero.speaker-landing-hero.landing-background {
  background-image: url(/wp-content/uploads/2023/01/speaker-landing-header-background-graphic.png);
  margin-top: -1px;
}

.speaker-row-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  background: linear-gradient(90deg, #ffffff 0%, #72d7bd 106.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.watch-video-button {
  width: 233px;
  height: 39px;
  left: 202px;
  top: 372px;

  background: linear-gradient(89.91deg, #ffffff -5.12%, #72d7bd 112.1%);
  border-radius: 3px;

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */

  color: #01303a;
  border: 0px;
}

.speaker-row-title-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  background: linear-gradient(90deg, #ffffff 0%, #72d7bd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.social-icon-landing,
.social-icon-landing img {
  height: 20px;
  max-height: 20px;
}

.video-thumnail-img {
  width: 516px;
  height: 290px;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
   border-radius: 5px;
  border: 4px solid #06a0ce; */
}

.landing-details {
  font-family: "Lato";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;

  /* primary */

  color: #02303a;
}

.transcription-button {
  /*margin-left: 20px;*/
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  color: #ffffff !important;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(104%) contrast(102%);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  color: #ffffff !important;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(104%) contrast(102%);
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #01303a;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #ffffff;
  box-shadow: none !important;
}

button.accordion-button,
.accordion-button:not(.collapsed) {
  background: #01303a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.accordion-item {
  border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-color: #fff !important;
}

.accordion-button:focus,
.accordion-button:checked,
.accordion-button:active,
.accordion-button:visited,
button.accordion-button.collapsed,
button.accordion-button.visited {
  z-index: 3;
  border-color: #fff !important;
  border: none;
  box-shadow: none;
}

div#collapseOne {
  border: 1px solid #02303a;
  padding: 15px;
  color: #02303a;
}

.landing-body-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;

  /* primary */

  color: #02303a;
}

/* Thank You Page Specific */


.video-thumbnail {
  position: relative;
}

.video-thumnail-img {

  height: 290px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  /*min-width: 516px;
  width: 516px;*/
  /*border-radius: 5px;
  border: 4px solid #06a0ce;
   */
  : ;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: 3px solid;

  /*border-image-source: linear-gradient(90.6deg, #FFFFFF 0.44%, #72D7BD 99.45%);*/

}

.video-thumb-wrapper {
  border: 3px solid;
  border-image-source: linear-gradient(90.6deg, #FFFFFF 0.44%, #72D7BD 99.45%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: linear-gradient(90deg, #fff 0%, #51CBBF 100%);
}

.video-thumnail-img:hover {
  -webkit-filter: brightness(120%);
}

.play-button-video {
  height: 114px;
  width: 114px;
  position: absolute;
  bottom: 35%;
  right: 30%;
}

.play-button-video:hover {
  -webkit-filter: brightness(190%);
}

.gsponsored-by-section {
  /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(135deg, #06a0ce 0%, #51cbbf 100%);
  -webkit-border-radius:;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
  */
  background-color: #ffffff;
  border-radius: 5px;
}

.gsponsored-top-header {

  text-align: center;
  padding-bottom: 5px;
  background:
    /* gradient can be an image */
    linear-gradient(135deg,
      #06a0ce 0%,
      #51cbbf 100%) left bottom transparent no-repeat;
  background-size: 100% 2px;
  /* if linear-gradient, we need to resize it */
}

.gsponsor-top-headline {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;

  background: linear-gradient(135deg, #06A0CE 0%, #51CBBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-emphasis-color: transparent;
}


.gsponsored-content {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  /* gradient */

  background: linear-gradient(135deg, #06a0ce 0%, #51cbbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-emphasis-color: transparent;
}

.gad-col-container {
  background: #ededed;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.gad-header-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.gad-box-container {
  background: rgba(247, 247, 247, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gad-box-title {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;

}

.gad-duration {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;

}

.slide-top-bar {
  border-bottom: 2px solid rgba(1, 48, 58, 1);

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

img.download-icon {
  width: 14px;
  height: 16px;
}

.white-grad {
  color: #ffffff;
  padding: 2px;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.white-grad:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 5px;
  background: linear-gradient(135deg, #06A0CE, #51CBBF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.gsponsor-wrapper {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /*border-radius: 5px;
border: 2px solid;
border-image-source: linear-gradient(135deg, #06A0CE 0%, #51CBBF 100%);

filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
background: linear-gradient(135deg, #06A0CE 0%, #51CBBF 100%);*/
}

.gsponsor-wrapper ul li::marker {
  color: #06A0CE;
}

.gsponsored-content a {
  text-decoration: underline !important;
  -webkit-text-fill-color: rgba(6, 160, 206, 0.3);
}

.speaker-video-row-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 104%;
  /*or36px*/
  text-align: center;
  background: linear-gradient(90deg, #FFFFFF 0%, #72D7BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    */
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
}

.speaker-row-video-title-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 104%;
  /* identical to box height, or 25px */

  text-align: center;

  background: linear-gradient(90deg, #FFFFFF 0%, #72D7BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
}

.gsponsored-gradle-logo {
  width: 269px;
  height: 27px;

}

/*Custom Bootstrap Grid Settings*/


#gad-col.col-md-3 {
  width: 20%;
}

#main-video-col.col-md-9 {
  width: 80%;
}

/*Slider Styles*/
.soliloquy-slide-count {
  display: block;
  float: right;
  padding: 10px;
  background-color: #f6f6f6;
  font-size: 12px;
}

.soliloquy-slide-count span.current {
  font-size: 14px;
  padding: 5px;
  color: #ff3700;
}

.soliloquy-slide-count span.total {
  font-size: 18px;
}

.soliloquy-image img,
.soliloquy-image {
  /*max-height:353px !important;
height:353px !important;*/
}

.soliloquy-image-slide:after {
  content: '' !important;
  display: block;
  height: 30px !important;
  width: 30px !important;
  position: absolute !important;
  top: 10px !important;
  left: 194% !important;
  background-image: url("/wp-content/uploads/2023/01/expand-icon-arrows.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 100 !important;
  background-size: 30px;
  opacity: .6 !important;
  visibility: visible !important;
  pointer-events: none;
  /*cursor: pointer;*/
}

/*fix position of Gradle logo*/

img.sponsor-img:nth-child(2) {
  height: 38px !important;
  display: inline-block;
  margin: 0px 20px 8px 0px !important;
}


/* Video Section*/
.speaker .video-thumb {
  width: 300px;
  position: absolute;
  bottom: 0px;
  left: calc((100% - 300px) / 2);
}

.video-thumb-img,
.video-thumb-container {
  position: relative;
}

.video-name a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  /*font-size: 18px;*/
  font-size: 1.125rem;
  line-height: 104%;
  color: #02303A;
  text-align: left;
  text-decoration: none;
  padding-top: 10px;
}

.video-name-top,
.video-name-top a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  /*font-size: 18px;*/
  font-size: 1.125rem;
  line-height: 104%;
  text-align: left;
  /* identical to box height, or 19px */
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 10px;
}

.video-thumb-col-top {
  padding: 15px 25px 15px;
}

.video-thumb-col {
  padding: 15px 35px 15px;
}

a.no-underline {
  text-decoration: none;
}

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

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

.video-row-keynotes {
  margin-left: 0px;
  margin-right: 0px;
}

.video-row-videos {
  padding-bottom: 30px;
  padding-top: 10px;
}

.video-header {
  text-align: center;
  color: #aeaeae;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-size: 16px;
  padding-top: 15px;
}

/* 2023 new styles */
#announcement-banner-standalone {
  background-image: none;
  background-color: #0B0D0F;
  color: #ffffff !important;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  margin-bottom: -2px;
  background: #010002 !important;
}

/* start media queries */

@media screen and (max-width: 1199px) {

  .soliloquy-image-slide:after {
    left: 191% !important;
  }
}

@media screen and (max-width: 960px) {
  .play-button-video {
    right: 38%;
  }
}

@media screen and (max-width: 960px) {
  .play-button-video {
    right: 38%;
  }
}

/*Top Banner Announcement Styles*/
#announcement-banner.top-banner {
  background-image: linear-gradient(135deg, #069fce 0, #51cbbf 100%) !important;
  display: block;
}

/* top banner countdown text */
#countdown {
  font-weight: 700;
  font-size: 1.2rem;
}

.top-banner {
  /* display: block !important; */
  margin: 0;
  text-align: center;
  position: relative;
  /* padding-top: 13px; */
  /*padding-bottom: 10px;*/
  color: #ffffff;
  font-family: "Lato", sans-serif !important;

}

.p-banner-text {
  max-width: 60%;
  display: inline-block;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.top-banner a {
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-decoration: underline !important;
}

h4.lead-banner {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}

h1.top-banner {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 104px;
  line-height: 125px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.roberto-banner-row {
  margin-left: -1rem;
}

@media screen and (max-width: 992px) {
  .roberto-banner-row {
    margin-left: 0px;
  }
}

/*modified sponsors header*/
.our-sponsors-section {
  margin-bottom: 40px;
}

.sponsors-header-images {
  margin-top: -1rem;
}

.sponsors-header {
  /*margin-bottom:1rem;*/
}

.sponsors-header-top {
  margin-top: -1rem;
}

img.top-sponsor-img {
  margin-top: -5px;
}

/*modal iframe styles*/
.modal-body {
  /*margin-bottom: 9rem;*/
}

.SuiModal--overlay-dark {
  background-color: #ffffff !important;
}

.fill-height {
  /*min-height: 100vh;*/
  /*height: auto !important;*/
  /*height: 100vh;*/
}

.home .responsive-iframe {
  width: 100%;
  /*height: 100vh;
        min-height: 100vh;*/
  height: 473px;
  min-height: 473px;
  position: absolute;
  left: 0;
}

.modal-dialog-scrollable .modal-content::-webkit-scrollbar {
  display: none !important;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  display: none !important;
}

.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
}

.home .modal-dialog-scrollable .modal-content {
  /*max-height: 54vh;*/
  max-height: 473px;
}

.home .responsive-iframe {
  width: 100%;
  /*height: 54vh;
        min-height: 54vh;
        height: 44vh;
        min-height: 44vh;*/
  height: 473px;
  min-height: 473px;
  position: absolute;
  left: 0;
  padding-top: 20px;
  background-color: #0a1c22 !important;
}

.home .SuiModal--overlay-dark {
  /*background-color: rgb(2, 48, 58);*/
}

.home .modal-body {
  padding: 0px;
  background-color: #0a1c22;
}

.home .fill-height {
  /*min-height: 54vh;
        height: 54vh;*/
  /*height: 44vh;
        min-height: 44vh;*/
  height: 473px;
  min-height: 473px;
}

.header-text {
  display: inline-table;
}

.nav-link-button-reverse.header-button {
  width: 90px !important;
}

@media only screen and (min-width: 1800px) {
  #home-hero {
    background-size: 100%;
    background-position: 50% 70%;
    background-attachment: inherit;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .p-banner-text {
    max-width: 70%;
  }

  h1.top-banner {
    font-size: 104px;
    line-height: 115px;
  }

  #home-hero h4.top-banner {
    font-size: 34px;
    line-height: 41px
  }

  #home-hero {
    background-size: cover;
    background-position: 63% 100%;
    background-attachment: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1278px) {
  .p-banner-text {
    max-width: 80%;
  }

  h1.top-banner {
    font-size: 64px;
    line-height: 76.8px;
  }

  #home-hero h4.top-banner {
    font-size: 24px;
    line-height: 29px
  }

  #home-hero {
    background-size: cover;
    background-position: 63% 100%;
    background-attachment: inherit;
  }
}



@media only screen and (max-width: 767px) {
  .p-banner-text {
    max-width: 90%;
  }

  h1.top-banner {
    font-size: 46px;
    line-height: 55.2px;
  }

  #home-hero h4.top-banner {
    font-size: 22px;
    line-height: 34px
  }

  #home-hero {
    background-size: 150%;
    background-position: 0% 100%;
    background-attachment: inherit;
    background-repeat: no-repeat;
  }
}


/* nav styles */

.mobile-nav,
.tablet-nav,
.medium-nav,
.desktop-nav {
  display: none !important;
}

.nav-item a {
  cursor: pointer;
}

#header-nav .nav-link:hover {
  color: white;
}



.nav-sub-menu ul.sub-menu {
  padding-left: 15px;
}

#header-nav .nav-sub-menu li.nav-item a {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

li.nav-item.collapsable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#header-nav .active-page li a.nav-link {
  color: #b2b2b2;
}

#header-nav .active-page li.active-page a.nav-link {
  color: #fff;
}

#header-nav .active-page li:hover a.nav-link {
  color: #fff;
}

@media screen and (max-width: 743px) {
  .mobile-nav {
    display: flex !important;
  }

}

@media screen and (min-width: 744px) and (max-width: 1279px) {
  .tablet-nav {
    display: flex !important;
  }
}

@media screen and (min-width: 992px) {
  li.nav-item.header-cta {
    margin-left: 14px;
  }

  ul.navbar-nav.ms-auto.tablet-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  li.nav-item.collapsable {
    align-items: center;
    flex-direction: row;
  }

  div#navbarSupportedContent {
    padding-bottom: 0 !important;
  }

  .nav-item.collapsable:hover div#cityTours {
    height: 135px;
  }

  .nav-item.collapsable:hover div#DPES2024 {
    height: 135px;
  }

  .nav-item.collapsable:hover div#virtual-events {
    height: 89px;
  }

  div#cityTours,
  div#virtual-events,
  div#DPES2024 {
    display: block;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }



  .nav-item.collapsable {
    position: relative;
  }


  .nav-sub-menu ul.sub-menu {
    padding: 0;
  }

  .nav-sub-menu {
    /* background: white; */
    position: absolute;
    top: 42px;
    background: #27282c;
    width: 150px;
    left: 10px;
    border-radius: 6px;
  }


}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .medium-nav {
    display: flex !important;
  }
}

@media screen and (min-width: 1920px) {
  .desktop-nav {
    display: flex !important;
  }
}

/* nav styles */
/* .mobile-nav,
.tablet-nav,
.medium-nav,
.desktop-nav {
  display: none !important;
} */

.nav-item a {
  cursor: pointer;
}

#announcement-banner-standalone {

  background-image: linear-gradient(135deg, #069fce 0, #51cbbf 100%) !important;
  display: block !important;
  /* display: none !important; */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.main-container {
  padding-top: 70px;
}

#header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link.active {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.announcement-link {
  color: #ffffff;
  text-decoration: underline !important;
  font-size: unset;
}

.modal-body .container-fluid.fill-height .row {
  height: 550px;
}

.embeded-responsive {
  height: 550px;
}

#navbarSupportedContent,
.container #navbarSupportedContent,
button.navbar-toggler {
  background: #010002;
}

@media (max-width: 991px) {

  #header-nav .nav-link,
  #home-hero .nav-link {
    text-align: left;
    margin-bottom: 12px;
  }

  #footer-nav .nav-link,
  #footer-nav a.nav-link {
    font-size: 12px !important;
  }
}

/* add on styles for 2023 site 2022 video landing pages */
#home-hero.speaker-landing-hero.video-background {
  padding-top: 140px;
}

/* Updated Modal styles */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.3s ease;
  opacity: 0;
}

.custom-modal-content {

  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Close button style remains the same */
.close {
  position: absolute;

  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  right: 5%;
  top: 3%;
  border: 1px solid white;
  border-radius: 8px;
  text-transform: uppercase;
}

.close:hover {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgb(32, 155, 196) 0%, rgb(77, 201, 192) 100%);
  background-clip: text;
  border: 1px solid #209BC4;
}

#lowdown-banner {
  background-image: linear-gradient(135deg, #069fce 0, #51cbbf 100%) !important;
  display: block !important;
  /* position: fixed;
  top: 0; */
  width: 100%;
  /* display: none !important; */
  z-index: 1000;
  background-color: #0b0d0f;
  color: #ffffff !important;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

#lowdown-banner a {
  color: #fff !important;
}

#lowdown-banner.with-cta a {
  box-shadow: -2px -2px 6px 0px #66d6fb, 4px 4px 4px 0px #00000040;
  color: #ffffff !important;
  text-decoration: none;
  margin-left: 25px;
  border-radius: 100px;
  padding: 10px 30px;
  font-weight: 600;
}

div#announcement-close {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  padding: 0.25rem;
  border-radius: 9999px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

div#announcement-close:hover {
  background: rgb(32 155 196);
}

div#announcement-close svg {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

.banner-inner {
  position: relative;
}

@media only screen and (max-width: 768px) {
  div#announcement-close {
    right: -10px;
  }

  /* #header {
    top: 120px !important;
  } */

  #lowdown-banner.with-cta {
    display: flex !important;
    flex-direction: column;
  }

  #lowdown-banner.with-cta a {
    display: block;
    width: fit-content;
    text-align: center;
    margin: 15px auto 0 auto;
  }
}


/* @media only screen and (max-width: 485px) {
  #header {
    top: 140px !important;
  }
} */


/* global */

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

#hero .h1-v1 {
  font-size: 52px;
  font-weight: 900;
}

.p-v1 {
  font-size: 15px;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%
}

/* .margin-header {
  margin-top: 200px;
} */

.cta-v1 {
  background: linear-gradient(135deg, #069fce 0, #51cbbf 100%);
  padding: 11px 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  font-size: 15px;
}

.cta-v1:hover {
  background: linear-gradient(135deg, #06aadd 0, #5dcfc3 100%);
  color: #fff;
}

.h2-v1 {
  color: var(--color-grays-gray-1, #0B0D0F);
  text-align: center;

  /* H2/SM */
  font-family: Lato;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 48.3px */
  letter-spacing: 0.3px;
}

@media only screen and (min-width: 749px) {
  /* .margin-header {
    margin-top: 133px;
  } */

}

@media only screen and (min-width: 768px) {
  #hero .h1-v1 {
    font-size: 58px;
  }

  .h2-v1 {
    font-size: 46px;
  }

}

@media only screen and (min-width: 1280px) {
  #hero .h1-v1 {
    font-size: 64px;
  }

  .p-v1 {
    font-size: 17px;
  }

  .cta-v1 {
    font-size: 17px;
  }

  .h2-v1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1920px) {
  #hero .h1-v1 {
    font-size: 70px;
  }

  .p-v1 {
    font-size: 19px;
  }

  .cta-v1 {
    font-size: 19px;
  }

  .h2-v1 {
    font-size: 54px;
  }
}</pre></body></html>