#dnn_dnnLogo_hypLogo img {
margin: 5px 0 0 0 !important; padding: 0 !important;
}

div.UMGViewer { margin-top: 2.7em; }

#BevelTitle h1 span.Head { display: block; }


.ui-widget-overlay { z-index: 950 !important; }

.ui-dialog { z-index: 1000 !important; }

ul#SearchChoices { display: none; }

.userProfileImg img { max-width: 32px; max-height: 32px; }

#Footer { z-index: 0 !important; }

.UserProfileImgBlock 
{
	background-color: #484848; 
	width: 100% !important; 
	padding-bottom: 10px; 
    padding-top: 10px;
	text-align: center; 
	border-bottom: solid 1px #FFF; 
	color: #EEE; 
	font-size: 13px; 
	line-height: 1; 
	font-weight: bold;
}

.UserProfileImgBlock .ProfilePhoto
{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}



.ModDotNetNukeModulesCoreMessagingC #smMainContent { border: none; }

.ModDotNetNukeModulesCoreMessagingC #smMainContent a.ui-tabs-anchor { margin-top: -3px; padding-top: 9px; }

.ModDotNetNukeModulesCoreMessagingC #smMainContent  a.ComposeMessage {
    border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
	padding: 6px;
	border: 1px solid #C2C2C2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.registration-button {
  background-color: #6699CC;
  height: 60px;
  font-size: 25px;
  font-weight: bold;
  text-align: center !important;
  text-transform: uppercase !important;
  border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.registration-button a {
  text-decoration: none;
  color: #FFFFFF; 
  text-transform: uppercase !important;
}

.registration-button a:hover {
  text-decoration: underline !important;
  color: #0066CC;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.description-banner {
      background-color:#0066CC;
      color:#FFFFFF;
      height:60px;
      font-size: 25px;
      font-weight: bold;
      text-align: center !important;
      text-transform: uppercase !important;
      border: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
    }

/* Added to Support External Anchor Links */

.SmallMenu .nav {
    margin-left: 0 !important;
    padding: 15px 0 !important;
}

.eventDisplay + a {
    position: relative;
    top: -69px;
}
/* End Support for External Anchor Links */


#dnn_MENU1 {
    display: flex !important;
    justify-content: center !important;  /* center the <li> items */
    width: 100% !important;
    padding-left: 0 !important;          /* remove default UL indent */
    margin: 0 !important;
}

/* Force main nav menu to be centered */

#dnn_MENU1 > li {
    float: none !important;
}

/* stop any theme floats on the menu items */




/* VTW Helpful Links */

.vtw-helpful-links {
  width: 528px;
  margin: 0 auto;
  position: relative;
  left: -12px;
  transform: translateX(-.5px);
}

.vtw-helpful-links__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 11px;
  table-layout: fixed;
}

.vtw-helpful-links__table td {
  width: 252px;
  padding: 0;
  vertical-align: top;
}

.vtw-helpful-links__table a {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 13px;
  align-items: center;

  height: 60px;
  padding: 13px 16px;
  background: #f1f2f3;
  text-decoration: none;
  color: #31393e;
  box-sizing: border-box;

  font-size: 16px;
  line-height: 1.2;

  transition: background-color 160ms ease, color 160ms ease;
}

.vtw-helpful-links__table i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;

  font-size: 1.25em;
  line-height: 1;
  margin: 0;

  color: #31393e;
}

.vtw-helpful-links__table a:hover {
  background: #e9eff6;
}

.vtw-helpful-links__table a:hover,
.vtw-helpful-links__table a:hover i {
  color: #378ac4;
}

.vtw-helpful-links__blank {
  height: 62px;
}

/* Mobile */
@media (max-width: 640px) {
  .vtw-helpful-links {
    width: 100%;
    max-width: 528px;
    left: 0;
    transform: none;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .vtw-helpful-links__table {
    border-spacing: 0 14px;
  }

  .vtw-helpful-links__table tr,
  .vtw-helpful-links__table td {
    display: block;
    width: 100%;
  }

  .vtw-helpful-links__table td {
    margin: 0 0 14px;
  }

  .vtw-helpful-links__table tr:last-child td:last-child {
    margin-bottom: 0;
  }

  .vtw-helpful-links__blank {
    display: none;
  }
}

/* VTW Helpful Links – Editor-only cleanup (DNN rich text editor) */

.reContentArea .vtw-helpful-links,
.cke_editable .vtw-helpful-links {
  width: auto !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
}

.reContentArea .vtw-helpful-links__table,
.cke_editable .vtw-helpful-links__table {
  width: 100% !important;
  border-spacing: 12px 10px !important;
  table-layout: auto !important;
}

.reContentArea .vtw-helpful-links__table td,
.cke_editable .vtw-helpful-links__table td {
  width: auto !important;
}

.reContentArea .vtw-helpful-links__table a,
.cke_editable .vtw-helpful-links__table a {
  display: inline-block !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  line-height: 1.3 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

.reContentArea .vtw-helpful-links__table i,
.cke_editable .vtw-helpful-links__table i {
  display: none !important;
}

.reContentArea .vtw-helpful-links__blank,
.cke_editable .vtw-helpful-links__blank {
  display: none !important;
}



/* Why Attend – check badges */

.vtw-whyattend{
  max-width: 860px;
  margin: 0 auto 22px;
}

.vtw-whyattend .vtw-list{
  border-left: 2px solid #edf1f6;
  padding-left: 14px;
}

.vtw-whyattend .vtw-item{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 12px 0;
}

.vtw-whyattend .vtw-item tr > td:first-child{
  width: 46px;
  vertical-align: top;
  padding: 0 12px 0 0;
}

.vtw-whyattend .vtw-item tr > td:last-child{
  vertical-align: top;
  padding: 0;
}

.vtw-whyattend .vtw-check{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background-color: #6f8faa !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1 !important;
  margin-top: 2px !important;
  box-shadow: 0 0 0 2px #ffffff;
}

.vtw-item { margin-bottom: 14px; }
.vtw-item td { line-height: 1.55; }

/* Full-width override for criteria list */
.vtw-whyattend--full{
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.vtw-whyattend--full .vtw-list{
  padding-left: 20px;
    border-left: none;
}


=========================================


/* Globetrotting Pavilion Section */

.cg-pavilions {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #001141;
}

/* Section Title */
.cg-pavilions__title-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1050px;
  margin: 0 auto 42px;
  text-align: center;
}

.cg-pavilions__rule {
  flex: 1;
  height: 1px;
  background: #d9dee7;
}

.cg-pavilions__title-text,
.cg-pavilions__title-wrap p {
  color: #001141;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  white-space: nowrap;
}

/* Carousel Layout */
.cg-pavilions__carousel {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.cg-pavilions__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cg-pavilions__viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Card Track */
.cg-pavilions__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  overflow: visible;
  padding: 0 0 10px;
  transform: translateX(0);
  transition: transform 0.45s ease;
  will-change: transform;
}

/* Expanded View */
.cg-pavilions.is-expanded .cg-pavilions__carousel {
  display: block;
}

.cg-pavilions.is-expanded .cg-pavilions__nav-wrap {
  display: none;
}

.cg-pavilions.is-expanded .cg-pavilions__viewport {
  overflow: visible;
}

.cg-pavilions.is-expanded .cg-pavilions__grid {
  flex-wrap: wrap;
  overflow: visible;
  padding: 0 0 24px;
  transform: none !important;
  transition: none;
}

/* Cards */
.cg-pavilions__card {
  flex: 0 0 calc((100% - 42px) / 3);
  width: calc((100% - 42px) / 3);
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6eaf2;
  box-shadow: 0 4px 12px rgba(16,24,32,0.025);
  padding: 24px 28px 28px;
  text-align: left;
}

.cg-pavilions.is-expanded .cg-pavilions__card {
  flex: 0 0 calc((100% - 36px) / 3);
  width: calc((100% - 36px) / 3);
}

/* Card Header */
.cg-pavilions__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef1f5;
  text-align: center;
}

.cg-pavilions__icon-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
}

.cg-pavilions__icon {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
  flex-shrink: 0;
}

.cg-pavilions__card-head h3 {
  color: #001141;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34em;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.1px;
  margin: 0;
}

/* Combo Card Header */
.cg-pavilions__combo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #001141;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34em;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.1px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.cg-pavilions__combo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cg-pavilions__combo-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Partner List */
.cg-partner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 82%;
  margin: 0 auto;
}

.cg-partner-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 6px;
  align-items: start;
  color: #202a33;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.34;
  margin-bottom: 5px;
}

.cg-partner-row span {
  color: #001141;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

.cg-partner-row p {
  margin: 0;
}

/* Carousel Buttons */
.cg-pavilions__nav {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9dee7;
  color: #001141;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 44px;
}

.cg-pavilions__nav span {
  display: none;
}

.cg-pavilions__nav:before {
  border-color: #001141;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
}

.cg-pavilions__nav--prev:before {
  margin-left: 4px;
  transform: rotate(135deg);
}

.cg-pavilions__nav--next:before {
  margin-right: 4px;
  transform: rotate(-45deg);
}

.cg-pavilions__nav:hover {
  background: #001141;
  border-color: #001141;
  color: #ffffff;
  transform: translateY(-1px);
}

.cg-pavilions__nav:hover:before {
  border-color: #ffffff;
}

/* See All Button */
.cg-pavilions__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.cg-pavilions.is-expanded .cg-pavilions__actions {
  margin-top: 32px;
}

.cg-pavilions__toggle {
  background: #001141;
  border: 1px solid #001141;
  color: #ffffff;
  cursor: pointer;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 13px 24px;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cg-pavilions__toggle:hover {
  background: #6791b0;
  border-color: #6791b0;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Tablet */
@media screen and (max-width: 1050px) {
  .cg-pavilions__card,
  .cg-pavilions.is-expanded .cg-pavilions__card {
    flex-basis: calc((100% - 22px) / 2);
    width: calc((100% - 22px) / 2);
  }

  .cg-partner-grid {
    max-width: 88%;
  }

  .cg-pavilions__combo-title {
    flex-wrap: wrap;
    white-space: normal;
  }

  .cg-pavilions__combo-item {
    flex-shrink: 0;
  }
}

/* Mobile */
@media screen and (max-width: 700px) {
  .cg-pavilions {
    padding: 35px 0;
  }

  .cg-pavilions__title-wrap {
    gap: 14px;
    max-width: 100%;
    margin-bottom: 34px;
  }

  .cg-pavilions__title-text,
  .cg-pavilions__title-wrap p {
    white-space: normal;
  }

  .cg-pavilions__carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .cg-pavilions__nav {
    height: 36px;
    width: 36px;
  }

  .cg-pavilions__nav:before {
    height: 8px;
    width: 8px;
  }

  .cg-pavilions__card,
  .cg-pavilions.is-expanded .cg-pavilions__card {
    flex-basis: 100%;
    width: 100%;
    padding: 24px 22px 28px;
  }

  .cg-pavilions__card-head {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    text-align: center;
  }

  .cg-pavilions__icon-row {
    gap: 8px;
  }

  .cg-pavilions__card-head h3 {
    font-size: 1.22em;
    line-height: 1.15;
  }

  /* Mobile Adventure + Cruise Header */
  .cg-pavilions__card-head--combo {
    flex-direction: column;
  }

  .cg-pavilions__combo-title {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 1.22em;
    line-height: 1.15;
    white-space: normal;
  }

  .cg-pavilions__combo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .cg-pavilions__combo-plus {
    display: none;
  }

  .cg-pavilions__combo-item:first-child:after {
    content: "+";
    display: inline-block;
    margin-left: 2px;
    color: #001141;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
  }

  .cg-partner-grid {
    max-width: 100%;
  }
}


/* Styled Button */
.cg-pavilions__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.cg-pavilions__toggle,
.cg-pavilions__guide-link {
  align-items: center;
  background: #001141;
  border: 1px solid #001141;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 1;
  min-height: 43px;
  padding: 13px 24px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cg-pavilions__toggle:hover,
.cg-pavilions__toggle:focus,
.cg-pavilions__guide-link:hover,
.cg-pavilions__guide-link:focus {
  background: #6791b0;
  border-color: #6791b0;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.cg-pavilions__toggle:visited,
.cg-pavilions__guide-link:visited {
  color: #ffffff;
}

.cg-pavilions__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}




/* Hero Crop */
.page-hero-image {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
}

.page-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}


/* Mobile/tablet hero crop */
@media screen and (max-width: 768px) {
  .page-hero-image {
    height: 150px;
  }

  .page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

















































/* Redesign Layout CSS Code */

/***** EVENT TOP SECTION *****/

.event-top-section {
    --event-card-width: 353px;
    --event-card-gap: 30px;
    --event-card-container-width: 1210px;
    --event-card-bottom-space: 60px;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

/* Intro band */
.event-intro-band {
    background: #f1f2f4;
    color: #222222;
    padding: 48px 20px 60px;
    text-align: center;
}

.event-intro-inner {
    margin: 0 auto;
    max-width: 1000px;
}

.event-title {
    color: #001141;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15em;
    font-weight: 400 !important;
    letter-spacing: 0.4px;
    line-height: 1.25;
}

.event-meta {
    align-items: center;
    color: #001141;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.05em;
    gap: 10px 18px;
    justify-content: center;
    line-height: 1.5;
    margin-top: 16px;
}

.event-meta-divider {
    background-color: #d5dade;
    display: inline-block;
    height: 18px;
    width: 1px;
}

.event-description {
    color: #444444;
    font-size: 16px;
    line-height: 1.75;
    margin: 24px auto 0;
    max-width: 760px;
}

/* Register CTA */
.event-register-cta {
    margin: 28px auto 0;
    max-width: 420px;
    text-align: center;
}

.event-cta-line {
    background-color: #cfd6df;
    height: 1px;
    margin: 0 auto;
    width: 100%;
}

.event-cta-content {
    align-items: center;
    color: #444444;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    gap: 18px;
    justify-content: center;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin: 14px 0;
}

.event-cta-content a,
.event-cta-content a:link,
.event-cta-content a:visited {
    align-items: center;
    background: #001141;
    border: 1px solid #001141;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0.8px;
    line-height: 1;
    min-height: 36px;
    padding: 0 18px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    vertical-align: middle;
}

.event-cta-content a:hover,
.event-cta-content a:focus {
    background: #6791b0;
    border-color: #6791b0;
    color: #ffffff !important;
    text-decoration: none !important;
}

.event-cta-content a span {
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    height: 1em;
    justify-content: center;
    line-height: 1;
    position: relative;
    top: -1px;
}

/* Overlap bridge */
.event-overlap-bridge {
    background: #f1f2f4;
    height: 40px;
}

/* Cards */
.event-card-grid {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: var(--event-card-gap);
    justify-content: center;
    margin: -64px auto 0;
    max-width: var(--event-card-container-width);
    padding: 0 20px var(--event-card-bottom-space);
}

.event-info-card,
.event-value-options {
    box-sizing: border-box;
    flex: 0 0 var(--event-card-width);
    width: var(--event-card-width);
}

.event-info-card {
    background: #ffffff;
    border: 1px solid #e4e8ee;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 32px 30px;
    text-align: left;
}

.event-card-icon {
    line-height: 0;
    margin: 0 0 12px 0;
    text-align: center;
}

.event-card-icon img {
    display: inline-block;
    height: 33px;
    max-height: 33px;
    max-width: 33px;
    opacity: 1;
    vertical-align: middle;
    width: 33px;
}

.event-card-icon img.event-icon-soft {
    opacity: 0.75;
}

.event-card-title {
    color: #001141;
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 8px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.event-card-rule {
    background-color: #d5dade;
    display: block;
    height: 1px;
    margin: 0 auto 18px auto;
    overflow: hidden;
    padding: 0;
    width: 70px;
}

.event-info-card ul {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 18px;
}

.event-info-card li {
    margin-bottom: 4px;
}

/* Value card gating */
.event-value-options {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-value-card {
    display: none;
    width: 100%;
}

.event-value-card:first-child {
    display: block;
}

.event-top-section.js-ready .event-value-card {
    display: none;
}

.event-top-section.js-ready .event-value-card.is-active {
    display: block;
}

/* Staff/edit preview */
.event-top-section.js-ready .event-value-options.is-staff-preview .event-value-card {
    display: block;
}

.event-staff-note {
    background: #f4f6f8;
    border: 1px solid #d5dade;
    color: #001141;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin: 0 0 18px 0;
    padding: 7px 9px;
    text-align: center;
    text-transform: uppercase;
}

.event-value-options.is-staff-preview .event-staff-note {
    display: block;
}

/* Hidden marker safety */
.event-audience-marker,
.forum-audience-marker {
    display: none !important;
}

/* Mobile card navigation */
.event-mobile-card-nav {
    align-items: center;
    display: none;
    gap: 14px;
    justify-content: center;
    margin: -40px auto 48px;
    padding: 0 18px;
}

.event-mobile-card-nav button {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cfd6df;
    border-radius: 4px;
    color: #001141;
    cursor: pointer;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    line-height: 1;
    min-width: 42px;
    padding: 0 12px;
}

.event-mobile-card-nav button:hover,
.event-mobile-card-nav button:focus {
    background: #f4f6f8;
    border-color: #001141;
}

.event-mobile-card-label {
    color: #001141;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* Editor view */
.cke_editable .event-value-card,
body.cke_editable .event-value-card {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
}

.cke_editable .event-staff-note,
body.cke_editable .event-staff-note {
    display: block !important;
}

/* Mobile */
@media (max-width: 900px) {
    .event-card-grid {
        display: block;
        margin-top: -50px;
        max-width: 560px;
        padding: 0 18px 54px;
    }

    .event-info-card,
    .event-value-options {
        width: 100%;
    }

    .event-card-grid > .event-info-card,
    .event-card-grid > .event-value-options {
        display: none;
    }

    .event-card-grid > .event-mobile-active {
        display: block;
    }

    .event-info-card {
        min-height: 0 !important;
        padding: 28px 24px;
    }

    .event-mobile-card-nav {
        display: flex;
    }
}

@media (max-width: 520px) {
    .event-intro-band {
        padding: 38px 18px 50px;
    }

    .event-title {
        font-size: 1.75em;
        font-weight: 400 !important;
    }

    .event-meta {
        flex-direction: column;
        gap: 6px;
    }

    .event-meta-divider {
        display: none;
    }

    .event-description {
        font-size: 15px;
        line-height: 1.65;
    }

    .event-cta-content {
        gap: 12px;
    }
}

/***** EVENT CARD TITLE STACK FIX *****/

.event-top-section .event-card-icon {
    line-height: 0 !important;
    margin: 0 0 12px 0 !important;
    text-align: center !important;
}

.event-top-section .event-card-icon img {
    display: inline-block !important;
    height: 33px !important;
    max-height: 33px !important;
    max-width: 33px !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    width: 33px !important;
}

.event-top-section .event-card-title {
    color: #001141 !important;
    display: block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.4em !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.event-top-section .event-card-title::after {
    background-color: #d5dade;
    content: "";
    display: block;
    height: 1px;
    margin: 8px auto 0 auto;
    width: 70px;
}

/* Hide the old divider div so it cannot drift next to the title */
.event-top-section .event-card-rule {
    display: none !important;
}

.event-audience-test-marker {
    display: none !important;
}


/***** AGENDA HIGHLIGHTS - AUTO-GENERATED VERTICAL TABS *****/

/* Main section */
.agenda-section {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

/* Shared section title with side lines */
.agenda-title-wrap,
.helpful-links-title-wrap {
    width: 100% !important;
}

.agenda-title-wrap p,
.helpful-links-title-wrap p {
    align-items: center !important;
    color: #001141 !important;
    display: flex !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.75em !important;
    font-weight: 400 !important;
    gap: 18px !important;
    justify-content: center !important;
    letter-spacing: 0.2px;
    margin: 0 0 34px 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.agenda-title-wrap p::before,
.agenda-title-wrap p::after,
.helpful-links-title-wrap p::before,
.helpful-links-title-wrap p::after {
    background-color: #d5dade;
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 0.3px;
}

/* Outer agenda module */
.agenda-module {
    --agenda-tab-width: 168px;
    margin: 0;
    max-width: none;
    width: 100%;
}

/* Editable source fallback before JS builds tabs */
.agenda-days {
    width: 100%;
}

.agenda-day {
    margin-bottom: 24px;
}

/* Main connected agenda box */
.ve-agenda-tabs {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #d8dfe7;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    margin: 0;
    overflow: visible;
    width: 100%;
}

/* DNN-safe tab rail */
.ve-agenda-tabs > ul {
    background: #f4f6f8;
    border-right: 1px solid #d8dfe7;
    display: flex;
    flex: 0 0 var(--agenda-tab-width);
    flex-direction: column;
    list-style: none !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
}

.ve-agenda-tabs > ul > li {
    border-bottom: 1px solid #d8dfe7;
    box-sizing: border-box;
    display: flex;
    margin: 0 !important;
    min-height: 76px;
    padding: 0 !important;
    position: relative;
}

/* Day tab links */
.ve-agenda-tabs > ul > li > a,
.ve-agenda-tabs > ul > li > a:link,
.ve-agenda-tabs > ul > li > a:visited {
    align-items: center;
    background: #f4f6f8;
    box-sizing: border-box;
    color: #001141 !important;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.15px;
    line-height: 1.22;
    min-height: 76px;
    padding: 13px 11px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
    width: 100%;
}

.ve-agenda-tabs > ul > li > a:hover,
.ve-agenda-tabs > ul > li > a:focus {
    background: #e6ebf1;
    color: #001141 !important;
}

.ve-agenda-tabs > ul > li.is-active > a:hover,
.ve-agenda-tabs > ul > li.is-active > a:focus {
    background: #001141 !important;
    color: #ffffff !important;
}

.ve-agenda-tabs .agenda-tab-main,
.ve-agenda-tabs .agenda-tab-sub,
.ve-agenda-tabs .agenda-tab-extra {
    display: block;
    max-width: 100%;
    hyphens: none;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
}

.ve-agenda-tabs .agenda-tab-main {
    margin-bottom: 3px;
}

.ve-agenda-tabs .agenda-tab-extra {
    font-size: 0.9em;
    line-height: 1.15;
    margin-top: 1px;
}

/* Active tab state */
.ve-agenda-tabs > ul > li.is-active > a {
    background: #001141 !important;
    color: #ffffff !important;
}

/* Active tab carrot */
.ve-agenda-tabs > ul > li.is-active > a::after {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #001141;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* Panel area */
.agenda-panel-wrap {
    background: #ffffff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: calc(var(--agenda-panel-content-height, 240px) + 80px);
    padding: 24px 28px 22px;
}

/* Individual panels */
.agenda-panel {
    box-sizing: border-box;
    display: none;
    min-height: var(--agenda-panel-content-height, 240px);
    padding: 0;
}

.agenda-panel.is-active {
    display: block;
}

/* Panel title */
.agenda-panel h3 {
    border-bottom: 1px solid #d5dade;
    color: #001141;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
}

/* Optional subtitle */
.agenda-panel h3 + p,
.agenda-day h3 + p {
    color: #2f3b50;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    letter-spacing: 0.05px;
    line-height: 1.5;
    margin: -6px 0 18px 0;
}

/* Agenda list */
.agenda-panel ul {
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
    list-style-position: outside;
    list-style-type: disc !important;
    margin: 0 !important;
    padding-left: 18px !important;
}

.agenda-panel li {
    margin-bottom: 3px;
    padding-left: 0;
}

/* Hide optional per-panel CTA override links */
.agenda-panel-cta-override {
    display: none !important;
}

/* View Full Agenda button inside panel */
.agenda-panel-cta,
.agenda-panel-cta:link,
.agenda-panel-cta:visited {
    align-items: center;
    align-self: flex-end;
    background: #ffffff;
    border: 1px solid #001141;
    border-radius: 0;
    color: #001141 !important;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    letter-spacing: 0.3px;
    margin-top: auto;
    min-height: 34px;
    padding: 0 16px;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.agenda-panel-cta:hover,
.agenda-panel-cta:focus {
    background: #001141;
    border-color: #001141;
    color: #ffffff !important;
}

.agenda-panel-cta span {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -1px;
}

/* Wider tab rail option */
.agenda-module.agenda-tabs-wide {
    --agenda-tab-width: 190px;
}

/* Compact mode for events with 5+ days */
.agenda-module.agenda-many-days {
    --agenda-tab-width: 158px;
}

.agenda-module.agenda-many-days .ve-agenda-tabs > ul > li {
    min-height: 62px;
}

.agenda-module.agenda-many-days .ve-agenda-tabs > ul > li > a,
.agenda-module.agenda-many-days .ve-agenda-tabs > ul > li > a:link,
.agenda-module.agenda-many-days .ve-agenda-tabs > ul > li > a:visited {
    font-size: 11.75px;
    line-height: 1.18;
    min-height: 62px;
    padding: 8px 8px;
}

.agenda-module.agenda-many-days .agenda-tab-main {
    margin-bottom: 2px;
}

.agenda-module.agenda-many-days .agenda-tab-extra {
    font-size: 0.86em;
    line-height: 1.12;
    margin-top: 1px;
}

/* Editor view: keep source content readable/editable */
.cke_editable .agenda-days,
body.cke_editable .agenda-days {
    display: block !important;
}

.cke_editable .agenda-day,
body.cke_editable .agenda-day {
    display: block !important;
    margin-bottom: 24px !important;
}

/***** MOBILE AGENDA *****/

.agenda-mobile-select-wrap {
    display: none;
}

@media (max-width: 760px) {
    .ve-agenda-tabs {
        flex-direction: column;
    }

    .ve-agenda-tabs > ul {
        display: none !important;
    }

    .agenda-mobile-select-wrap {
        background: #f4f6f8;
        border-bottom: 1px solid #d8dfe7;
        box-sizing: border-box;
        display: block;
        padding: 12px;
        width: 100%;
    }

    .agenda-mobile-select-label {
        color: #001141;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .agenda-mobile-select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #ffffff;
        background-image:
            linear-gradient(45deg, transparent 50%, #001141 50%),
            linear-gradient(135deg, #001141 50%, transparent 50%);
        background-position:
            calc(100% - 18px) 50%,
            calc(100% - 13px) 50%;
        background-repeat: no-repeat;
        background-size:
            6px 6px,
            6px 6px;
        border: 1px solid #001141;
        border-radius: 4px;
        box-sizing: border-box;
        color: #001141;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 600;
        min-height: 42px;
        padding: 8px 42px 8px 14px;
        width: 100%;
    }

    .agenda-mobile-select::-ms-expand {
        display: none;
    }

    .agenda-panel-wrap {
        min-height: 0 !important;
        padding: 22px 20px 20px;
    }

    .agenda-panel {
        min-height: 0 !important;
        padding: 0;
    }

    .agenda-panel h3 {
        font-size: 1.35em;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .agenda-panel h3 + p,
    .agenda-day h3 + p {
        font-size: 15px;
        margin: -5px 0 16px 0;
    }

    .agenda-panel ul {
        font-size: 16px;
        line-height: 1.55;
        padding-left: 20px !important;
    }

    .agenda-panel-cta {
        align-self: flex-end;
        margin-top: 24px;
    }

    .agenda-panel-cta,
    .agenda-panel-cta:link,
    .agenda-panel-cta:visited {
        font-size: 14px;
        min-height: 34px;
        padding: 0 15px;
    }
}

/***** KEY DETAILS *****/

.helpful-links {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.helpful-links-title-wrap {
    width: 100% !important;
}

.helpful-links-title-wrap p {
    align-items: center !important;
    color: #001141 !important;
    display: flex !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.75em !important;
    font-weight: 400 !important;
    gap: 18px !important;
    justify-content: center !important;
    letter-spacing: 0.2px;
    margin: 0 0 34px 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.helpful-links-title-wrap p::before,
.helpful-links-title-wrap p::after {
    background-color: #d5dade;
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 0.3px;
}

.hl-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

.hl-list > div {
    display: block;
    width: 100%;
}

.hl-list > div > a,
.hl-list > div > a:link,
.hl-list > div > a:visited {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cfd6df;
    border-radius: 4px;
    box-sizing: border-box;
    color: #001141 !important;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    min-height: 54px;
    padding: 12px 16px;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    width: 100%;
}

.hl-list > div > a:hover,
.hl-list > div > a:focus {
    background: #f4f6f8;
    border-color: #001141;
    color: #001141 !important;
    text-decoration: none !important;
}

.hl-list > div > a img {
    display: block;
    flex: 0 0 34px;
    height: 28px;
    margin: 0 14px 0 0;
    object-fit: contain;
    width: 34px;
}

.hl-list > div > a::after {
    color: #001141;
    content: "\2192";
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-left: auto;
    opacity: 0.65;
    padding-left: 18px;
    transform: translateX(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hl-list > div > a:hover::after,
.hl-list > div > a:focus::after {
    opacity: 1;
    transform: translateX(2px);
}

/* Editor view cleanup */
.cke_editable .hl-list,
body.cke_editable .hl-list {
    display: block !important;
}

.cke_editable .hl-list > div,
body.cke_editable .hl-list > div {
    display: block !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

.cke_editable .hl-list > div > a,
body.cke_editable .hl-list > div > a {
    align-items: center !important;
    color: #001141 !important;
    display: flex !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    min-height: 54px !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
}

.cke_editable .hl-list > div > a img,
body.cke_editable .hl-list > div > a img {
    flex: 0 0 34px !important;
    height: 28px !important;
    margin: 0 14px 0 0 !important;
    object-fit: contain !important;
    width: 34px !important;
}







/* SUBPAGE INLINE NAV  */
.subnav-inline-links {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;

}

.subnav-inline-links .subnav-item {
    display: flex;
    align-items: center;
    font-size: 0.95em;
}

.subnav-inline-links .subnav-item a {
    color: #446e9b;
    text-decoration: none !important; 
    padding: 0 2px;
    border-bottom: 1px solid transparent;
}

.subnav-inline-links .subnav-item a:hover {
    border-bottom: 1px solid #446e9b !important;
}


.subnav-inline-links .subnav-item::after {
    content: "|";
    color: #b2b2b2;
    margin-left: 6px;
}

.subnav-inline-links .subnav-item:last-child::after {
    content: "";
    margin: 0;
}

.subnav-inline-links {
    gap: 14px;
    row-gap: 10px;
    justify-content: center;
}




/* TEST */


/* Base */

.virtuoso-event {
  font-family: Arial, Helvetica, sans-serif;
}

.virtuoso-event p {
  margin: 0;
}

.virtuoso-event img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Event Header */

.virtuoso-event .event-header,
.virtuoso-event .subpage-header {
  background: #f1f2f4;
  margin-bottom: 0;
  overflow: visible !important;
  padding: 48px 20px 34px;
  position: relative;
  text-align: center;
  z-index: 5;
}

.virtuoso-event .event-header_content,
.virtuoso-event .subpage-header-content {
  margin: 0 auto;
  max-width: 1000px;
}

.virtuoso-event .event-header_title,
.virtuoso-event .subpage-title {
  color: #001141;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15em;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}

/* Subtle title divider line */
.virtuoso-event .event-header_title::after,
.virtuoso-event .subpage-title::after {
  background-color: #c7ced8;
  content: "";
  display: block;
  height: 1px;
  margin: 18px auto 0;
  width: 110px;
}

/* CTA row — no overlap */

.virtuoso-event .hero-cta-row {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 34px auto 0;
  max-width: 700px;
  overflow: visible !important;
  padding: 0 20px;
  position: relative;
  transform: none;
  z-index: 20;
}

/* Equal button widths */

.virtuoso-event .hero-cta-row > a.register-btn,
.virtuoso-event .hero-cta-row > .section-switcher {
  box-sizing: border-box;
  flex: 0 1 300px;
  max-width: 300px;
  width: 100%;
}

/* Register Now button */

.virtuoso-event .hero-cta-row > a.register-btn {
  align-items: center;
  background: #001141;
  border: 1px solid #001141;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
  box-sizing: border-box;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  letter-spacing: 0.7px;
  padding: 0 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}

.virtuoso-event .hero-cta-row > a.register-btn:hover {
  background: #6791b0;
  border-color: #6791b0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
}

/* Helpful Links wrapper */

.virtuoso-event .section-switcher {
  overflow: visible !important;
  position: relative;
  z-index: 30;
}

/* Helpful Links button */

.virtuoso-event .section-switcher > a.switcher-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d5dade;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  font-weight: 700;
  grid-template-columns: 1fr auto 1fr;
  height: 52px;
  letter-spacing: 0.7px;
  padding: 0 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

.virtuoso-event .section-switcher > a.switcher-btn:hover {
  background: #f7f8fa;
  border-color: #c7d0da;
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
}

.virtuoso-event .switcher-label {
  color: #001141;
  grid-column: 2;
  justify-self: center;
  white-space: nowrap;
}

.virtuoso-event .switcher-chevron {
  font-size: 0;
  height: 18px;
  justify-self: end;
  position: relative;
  width: 18px;
}

.virtuoso-event .switcher-chevron::before {
  border-bottom: 2px solid #001141;
  border-right: 2px solid #001141;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.2s ease;
  width: 7px;
}

.virtuoso-event .section-switcher.is-open .switcher-chevron::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

/* Dropdown */

.virtuoso-event .section-switcher > ul {
  background: #ffffff;
  border: 1px solid #d5dade;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.14);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 9999;
}

.virtuoso-event .section-switcher.is-open > ul {
  display: block;
}

.virtuoso-event .section-switcher > ul li {
  padding: 0;
}

.virtuoso-event .section-switcher > ul li a {
  border-radius: 4px;
  color: #001141;
  display: block;
  font-size: 15px;
  padding: 12px 14px;
  text-decoration: none;
}

.virtuoso-event .section-switcher > ul li a:hover,
.virtuoso-event .section-switcher > ul li a:focus {
  background: rgba(0,17,65,0.05);
  outline: none;
}

/* Tablet + down */

@media (max-width: 1024px) {
  .virtuoso-event .section-switcher > ul {
    margin-top: 10px;
    position: static;
  }

  .virtuoso-event .hero-cta-row > a.register-btn,
  .virtuoso-event .section-switcher > a.switcher-btn,
  .virtuoso-event .section-switcher > ul {
    box-shadow: none !important;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .virtuoso-event .event-header,
  .virtuoso-event .subpage-header {
    padding: 38px 20px 36px;
  }

  .virtuoso-event .event-header_title,
  .virtuoso-event .subpage-title {
    font-size: 1.8em;
    line-height: 1.3;
  }

  .virtuoso-event .event-header_title::after,
  .virtuoso-event .subpage-title::after {
    margin-top: 16px;
  }

  .virtuoso-event .hero-cta-row {
    gap: 12px;
  margin: 34px auto 0;
    padding: 0;
  }

  .virtuoso-event .section-switcher > ul {
    margin-top: 10px;
    position: static;
  }
}


/* Mobile header adjustments - title */

@media (max-width: 720px) {

  .virtuoso-event .event-header_title,
  .virtuoso-event .subpage-title {
    font-size: 1.8em;
    line-height: 1.3;
  }

  /* Subtitle (venue + dates) */
  .virtuoso-event .event-header_subtitle,
  .virtuoso-event .subpage-subtitle {
    font-size: 1.10em;
  }

}


/* =========================
   Subpage Header (Universal)
   ========================= */

/* Wrapper */
.ve-subpage {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 16px 26px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #2a2f36;
}

/* Title row */
.ve-subpage__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 58px 0 22px;
  padding: 0 12px;
}

/* Decorative rules */
.ve-subpage__rule {
  flex: 1;
  max-width: 260px;
  height: 1px;
  background: #cfd6df;
  opacity: 0.75;
}

/* Title */
.ve-subpage__title-wrap h2,
.ve-subpage__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.2;
  color: #2c3e50;
  text-align: center;
}

/* Intro / Key Sentence  */
.ve-subpage__intro,
.ve-subpage__title-wrap + p {
  margin: 0 auto 22px;
  max-width: 720px;
  padding: 0 16px;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
  color: #3a424c;
}




/*  Networking Pages */

/* Card */
.ve-networking__card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, .06);
  box-shadow: 0 16px 40px rgba(16, 24, 32, .10);
  max-width: 900px;
  margin: 0 auto;
}

/* Two-column layout */
.ve-networking__content {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  padding: 18px;
  align-items: center;
}

.ve-networking__sessions { padding: 2px 6px; }

/* Day blocks (simplified HTML) */
.ve-day {
  text-align: center;
  padding: 6px 0 8px;
}

/* Auto divider between days (replaces .ve-day-divider element) */
.ve-day + .ve-day {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid #e2e8ef;
}

.ve-day__title {
  font-size: 22px;
  font-weight: 650;
  color: #1a2430;
  line-height: 1.2;
  margin: 0;
}

/* Time rows */
.ve-session__time {
  padding: 10px 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #2b3646;
  line-height: 1.4;
  letter-spacing: .1px;
}

/* Divider between time rows */
.ve-session__time + .ve-session__time {
  padding-top: 16px;
}

.ve-session__time + .ve-session__time:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: clamp(120px, 34%, 170px);
  height: 1px;
  background: rgba(16,24,32,.12);
}

/* Image */
.ve-networking__media {
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, .06);
  box-shadow: 0 14px 28px rgba(16, 24, 32, .10);
  background: #fff;
}

.ve-networking__media img {
  display: block;
  width: 100%;
  height: auto;
}

/* Bottom note */
.ve-networking__note {
  background: #eef1f4;
  padding: 16px 20px 18px;
  border-top: 1px solid #dde3ea;
  text-align: center;
}

.ve-networking__note p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #1f2a36;
}

.ve-networking__note p + p {
  margin-top: 10px;
  color: #2c3948;
}

/*  Responsiveness  */

@media (max-width: 980px) {
  .ve-networking__content {
    grid-template-columns: 1.15fr .85fr;
    gap: 16px;
    align-items: start;
  }

  .ve-networking__media {
    max-width: 360px;
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .ve-networking__content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ve-networking__media {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 540px) {
  .ve-subpage__title-wrap h2,
  .ve-subpage__title { font-size: 34px; }

  .ve-subpage__intro { font-size: 16px; }

  .ve-day__title { font-size: 20px; }

  .ve-networking__note p { font-size: 16px; }
}


/* =======================
   Pricing Page - Cards
   ======================= */

.ve-pricing{
  max-width: 1080px;
  margin: 46px auto 0;
  padding: 10px 16px 30px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #2a2f36;
}

/* Card shell */
.ve-pricing__card{
  width: 97%;
  margin: 0 auto 26px;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, .06);
  box-shadow: 0 16px 40px rgba(16, 24, 32, .10);
}

/* Card header */
.ve-pricing__card-h{
  background: #e8edf3;
  padding: 18px 32px;
  border-bottom: 1px solid #d6dee8;
}

.ve-pricing__card-h h3{
  margin: 0;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 525;
  letter-spacing: 0.3px;
  line-height: 1.2;
  color: #233446;
}

/* Card body */
.ve-pricing__card-b{
  --ve-pad-x: 36px;
  padding: 26px var(--ve-pad-x) 30px;
  font-size: 16px;
  line-height: 1.65;
}

.ve-pricing__card-b p{
  margin: 0 0 18px;
}

.ve-pricing__card-b ul + p{
  margin-top: 26px;
}

/* Subheads inside cards (this replaces the old spacer divs) */
.ve-pricing__card-b h4{
  margin: 20px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 525;
  color: #233446;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #dbe4ef;
}

.ve-pricing__card-b h4:first-child{ margin-top: 0; }
.ve-pricing__card-b h4 u{ text-decoration: none; }

/* Lists */
.ve-pricing__card-b ul{
  margin: 6px 0 12px 20px;
  padding: 0;
}

.ve-pricing__card-b li{
  margin: 0 0 7px;
}

/* Rate block: inset on left, blended to the right edge */
.ve-pricing__rate{
  margin: 30px calc(var(--ve-pad-x) * -1) 0 0;
  padding: 18px 22px 18px 40px;
  background: #e8edf3;
  border: 1px solid #d6dee8;
  border-right: none;
  border-radius: 14px 0 0 14px;
  box-shadow: none;
  position: relative;
}

.ve-pricing__rate:before{
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 4px;
  background: #2c5f95;
}

.ve-pricing__rate p{
  margin: 0 0 8px;
  text-align: left;
  color: #233446;
}

.ve-pricing__rate p:first-child strong{
  font-size: 18px;
  font-weight: 700;
}

.ve-pricing__rate p:nth-child(2){
  font-size: 16px;
}

.ve-pricing__rate p:nth-child(2) strong{
  font-size: 20px;
  font-weight: 700;
}

.ve-pricing__rate p:last-child{
  margin-bottom: 0;
  font-size: 16px;
}

/* Mobile */
@media (max-width: 760px){
  .ve-pricing{
    padding: 10px 16px 30px;
  }

  .ve-pricing__card{
    width: 100%;
    margin-bottom: 22px;
  }

  .ve-pricing__card-h{
    padding: 16px 18px;
  }

  .ve-pricing__card-h h3{
    font-size: 22px;
  }

  .ve-pricing__card-b{
    --ve-pad-x: 18px;
    padding: 20px var(--ve-pad-x) 22px;
  }

  .ve-pricing__rate{
    margin-right: calc(var(--ve-pad-x) * -1);
    padding-right: var(--ve-pad-x);
  }
}


/* =========================
   Dates & Deadlines Table
   ========================= */


/* Universal Info Table */

.ve-info-table {
  max-width: 1080px;
  margin: 56px auto 46px;
  padding: 0 16px 30px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #2f4054;
}

.ve-info-table__card {
  width: 97%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8dee7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(16, 24, 32, .08);
}

/* Table reset */

.ve-info-table__table,
.ve-info-table__table.table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #ffffff;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

/* Header */

.ve-info-table__table thead th,
.ve-info-table__table.table thead th {
  padding: 22px 30px !important;
  background: #e8edf3 !important;
  border: none !important;
  border-bottom: 1px solid #d7dee8 !important;
  color: #233446;
  font-size: 21px;
  font-weight: 525;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}

.ve-info-table__table thead th:first-child,
.ve-info-table__table.table thead th:first-child {
  border-right: 1px solid #d7dee8 !important;
}

/* Column widths */

.ve-info-table--deadlines .ve-info-table__table thead th:first-child,
.ve-info-table--deadlines .ve-info-table__table.table thead th:first-child,
.ve-info-table--deadlines .ve-info-table__table tbody td:first-child,
.ve-info-table--deadlines .ve-info-table__table.table tbody td:first-child {
  width: 31%;
}

.ve-info-table--faqs .ve-info-table__table thead th:first-child,
.ve-info-table--faqs .ve-info-table__table.table thead th:first-child,
.ve-info-table--faqs .ve-info-table__table tbody td:first-child,
.ve-info-table--faqs .ve-info-table__table.table tbody td:first-child {
  width: 34%;
}

/* Body */

.ve-info-table__table tbody td,
.ve-info-table__table.table tbody td {
  padding: 18px 30px !important;
  border: none !important;
  border-bottom: 1px solid #dbe2ea !important;
  background: #ffffff !important;
  color: #3a4a5d;
  font-size: 16px;
  line-height: 1.55;
  vertical-align: middle;
}

.ve-info-table__table tbody td:first-child,
.ve-info-table__table.table tbody td:first-child {
  padding: 18px 22px 18px 30px !important;
  background: #fafbfd !important;
  border-right: 1px solid #dbe2ea !important;
  text-align: left !important;
}

.ve-info-table__table tbody tr:last-child td,
.ve-info-table__table.table tbody tr:last-child td {
  border-bottom: none !important;
}

/* Text */

.ve-info-table__table p,
.ve-info-table__table.table p {
  margin: 0 !important;
  padding: 0;
  text-align: left !important;
}

.ve-info-table__table p + p,
.ve-info-table__table.table p + p {
  margin-top: 10px !important;
}

.ve-info-table__table tbody td:first-child p,
.ve-info-table__table.table tbody td:first-child p {
  color: #10224a;
  font-weight: 700;
}

.ve-info-table__table tbody td:first-child strong,
.ve-info-table__table.table tbody td:first-child strong {
  font-weight: 700;
}

/* List */

.ve-info-table__table ul,
.ve-info-table__table.table ul {
  margin: 10px 0 0 20px;
  padding: 0;
  list-style-type: square;
  list-style-position: outside;
}

.ve-info-table__table li,
.ve-info-table__table.table li {
  margin: 4px 0 0;
  padding-left: 2px;
  line-height: 1.5;
}

/* Neutralize Bootstrap hover */

.ve-info-table__table.table-hover tbody tr:hover td {
  background-color: inherit !important;
}

.ve-info-table__table.table-hover tbody tr:hover td:first-child {
  background-color: #fafbfd !important;
}

.ve-info-table__table.table-hover tbody tr:hover td:nth-child(2) {
  background-color: #ffffff !important;
}

/* Mobile */

@media (max-width: 760px) {
  .ve-info-table {
    margin-top: 42px;
    padding: 0 16px 30px;
  }

  .ve-info-table__card {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(16, 24, 32, .08);
    border: 1px solid #d8dee7;
    background: #ffffff;
  }

  .ve-info-table__table,
  .ve-info-table__table.table,
  .ve-info-table__table thead,
  .ve-info-table__table tbody,
  .ve-info-table__table tr,
  .ve-info-table__table th,
  .ve-info-table__table td {
    display: block;
    width: 100%;
  }

  /* Hide desktop header row */

  .ve-info-table__table thead,
  .ve-info-table__table.table thead {
    display: none;
  }

  .ve-info-table__table,
  .ve-info-table__table.table {
    min-width: 0;
    table-layout: auto;
    background: #ffffff;
  }

  /* Connected stacked sections */

  .ve-info-table__table tbody tr,
  .ve-info-table__table.table tbody tr {
    display: block;
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dbe2ea;
    border-radius: 0;
    box-shadow: none;
  }

  .ve-info-table__table tbody tr:last-child,
  .ve-info-table__table.table tbody tr:last-child {
    border-bottom: none;
  }

  /* Reset cells */

  .ve-info-table__table tbody td,
  .ve-info-table__table.table tbody td,
  .ve-info-table__table tbody td:first-child,
  .ve-info-table__table.table tbody td:first-child {
    width: 100%;
    display: block;
    margin: 0;
    border: none !important;
    text-align: left !important;
    background: #ffffff !important;
  }

  /* Top cell */

  .ve-info-table__table tbody td:first-child,
  .ve-info-table__table.table tbody td:first-child {
    padding: 16px 18px 14px !important;
    background: #f7f9fc !important;
    border-bottom: 1px solid #dbe2ea !important;
  }

  .ve-info-table__table tbody td:first-child p,
  .ve-info-table__table.table tbody td:first-child p {
    margin: 0 !important;
    color: #10224a;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
  }

  /* Bottom cell */

  .ve-info-table__table tbody td:nth-child(2),
  .ve-info-table__table.table tbody td:nth-child(2) {
    padding: 15px 18px 16px !important;
    background: #ffffff !important;
  }

  .ve-info-table__table tbody td:nth-child(2) p,
  .ve-info-table__table.table tbody td:nth-child(2) p {
    font-size: 16px;
    line-height: 1.55;
  }

  .ve-info-table__table ul,
  .ve-info-table__table.table ul {
    margin: 10px 0 0 20px;
    padding: 0;
  }

  .ve-info-table__table li,
  .ve-info-table__table.table li {
    margin: 4px 0 0;
    line-height: 1.5;
  }

  /* Neutralize Bootstrap hover */

  .ve-info-table__table.table-hover tbody tr:hover td {
    background-color: inherit !important;
  }

  .ve-info-table__table.table-hover tbody tr:hover td:first-child {
    background-color: #f7f9fc !important;
  }

  .ve-info-table__table.table-hover tbody tr:hover td:nth-child(2) {
    background-color: #ffffff !important;
  }
}


















/* PDF Experiment */


.pdf-resource-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px 36px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #001141;
}

.pdf-resource-header {
  text-align: center;
  margin-bottom: 20px;
}

.pdf-resource-header h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 2px;
  color: #001141;
}

.pdf-resource-header p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}

.pdf-resource-viewer {
  width: 100%;
  max-width: 980px;
  height: 84vh;
  min-height: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d9dee7;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.pdf-resource-viewer iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 0;
}

.pdf-resource-backup {
  text-align: center;
  margin-top: 16px;
}

.pdf-resource-backup a {
  display: inline-block;
  padding: 10px 18px;
  background: #001141;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}

.pdf-resource-backup a:hover {
  background: #6791b0;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pdf-resource-page {
    display: none;
  }
}



































































/* Calendar shell */
.ve-calendar-box {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 24px 28px 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #1f2933;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.ve-calendar-box,
.ve-calendar-box * {
  box-sizing: border-box;
}

/*
 * One light outer line defines the calendar perimeter.
 * The 1px white inset keeps every internal background the same distance from
 * that line, preventing dark and light sections from creating an optical step.
 */
.ve-calendar-table-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1px;
  background: #ffffff;
  border: 1px solid #cfd6df;
  border-radius: 4px;
}

/* Calendar title */
.ve-calendar-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px 24px 28px 24px;
  text-align: center;
  background: #001141;
  background: linear-gradient(315deg, #001141 0%, #001d61 100%);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.ve-calendar-header:before,
.ve-calendar-header:after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border: 2px solid rgba(103, 145, 176, .16);
  border-radius: 50%;
}

.ve-calendar-header:before {
  width: 430px;
  height: 145px;
  top: -96px;
  right: -72px;
  transform: rotate(-11deg);
}

.ve-calendar-header:after {
  width: 330px;
  height: 112px;
  right: 126px;
  bottom: -91px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, .09);
  transform: rotate(-16deg);
}

.ve-calendar-header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
}

html body #veMemberCalendarBox.ve-calendar-box .ve-calendar-header .ve-calendar-note,
html body #vePartnerCalendarBox.ve-calendar-box .ve-calendar-header .ve-calendar-note {
  position: relative;
  z-index: 1;
  margin: 14px 0 0 0;
  color: #dfe4ec !important;
  font-size: 14px;
  font-style: italic;
  line-height: 1.35;
  -webkit-text-fill-color: #dfe4ec !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}

/* The gray utility band exists only while the main filter panel is collapsed */
.ve-calendar-filter-utility {
  position: relative;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
  padding: 7px 32px;
  background: #f8fafc;
  border-bottom: 1px solid #d9dee7;
}

.ve-calendar-box.filters-collapsed .ve-calendar-filter-utility {
  display: flex;
}

.ve-calendar-filter-actions {
  grid-column: 4 / 6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.ve-calendar-filter-utility .ve-calendar-filter-actions {
  justify-content: space-between;
}

.ve-calendar-clear-filters,
.ve-calendar-filter-toggle {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.ve-calendar-clear-filters {
  height: 34px;
  padding: 0 6px;
  background: transparent;
  border: 0;
  color: #4d73b3;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ve-calendar-clear-filters:hover,
.ve-calendar-clear-filters:focus {
  color: #001141;
}

.ve-calendar-clear-filters:focus,
.ve-calendar-filter-toggle:focus {
  outline: 2px solid #6791b0;
  outline-offset: 2px;
}

.ve-calendar-clear-filters:disabled,
.ve-calendar-clear-filters.is-disabled {
  color: #a8afb8;
  cursor: default;
  opacity: .72;
  text-decoration: none;
}

.ve-calendar-clear-filters:disabled:hover,
.ve-calendar-clear-filters:disabled:focus,
.ve-calendar-clear-filters.is-disabled:hover,
.ve-calendar-clear-filters.is-disabled:focus {
  color: #a8afb8;
  outline: 0;
}

.ve-calendar-filter-toggle {
  gap: 7px;
  flex: 0 0 124px;
  min-width: 124px;
  height: 34px;
  padding: 0 9px;
  background: #ffffff;
  border: 1px solid #6791b0;
  border-radius: 2px;
  color: #001141;
  cursor: pointer;
  justify-content: center !important;
  text-align: center;
}

.ve-calendar-filter-toggle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  text-align: center;
}

.ve-calendar-filter-toggle:hover,
.ve-calendar-filter-toggle:focus {
  background: #f1f5fa;
  border-color: #6791b0;
  color: #001141;
}

.ve-calendar-filter-toggle em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 13px;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  width: 13px;
  text-align: center;
}

.ve-calendar-box.filters-collapsed .ve-calendar-filter-panel {
  display: none;
}

/* Unified filter panel */
.ve-calendar-filter-panel {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 32px;
  background: #f8fafc;
  border-bottom: 1px solid #d9dee7;
}

/* Five aligned columns:
   label/All Events + four region-button columns */
.ve-calendar-region-layout {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, 40px);
  gap: 6px 16px;
  align-items: center;
  width: 100%;
}

.ve-calendar-region-label {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #001141;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  text-indent: 0 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ve-calendar-all-tab {
  grid-column: 1;
  grid-row: 2;
}

.ve-calendar-region-grid {
  display: contents;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(4) {
  grid-column: 5;
  grid-row: 1;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(7) {
  grid-column: 4;
  grid-row: 2;
}

.ve-calendar-region-grid .ve-calendar-tab:nth-child(8) {
  grid-column: 5;
  grid-row: 2;
}

/* Region buttons */
.ve-calendar-tab {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d5dade;
  border-radius: 2px;
  color: #001141;
  cursor: pointer;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.ve-calendar-tab span {
  display: block;
}

.ve-calendar-tab:hover {
  background: #f1f5fa;
  border-color: #6791b0;
}

.ve-calendar-tab.is-active {
  background: #001141;
  background: linear-gradient(135deg, #001141 0%, #00206f 100%);
  border-color: #001141;
  color: #ffffff;
}

.ve-calendar-tab:focus,
.ve-calendar-month-trigger:focus,
.ve-calendar-month-menu button:focus,
.ve-calendar-region-trigger:focus,
.ve-calendar-region-menu button:focus {
  outline: 2px solid #6791b0;
  outline-offset: 2px;
}

/* The mobile region control is populated by JavaScript */
.ve-calendar-region-mobile {
  display: none;
}

/* Divider between region and month controls */
.ve-calendar-filter-divider {
  width: 100%;
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background: #d9dee7;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

/* Month row uses the same five-column alignment */
.ve-calendar-months {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  min-height: 38px;
}

.ve-calendar-month-label,
.ve-calendar-region-mobile-label {
  color: #001141;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.ve-calendar-month-label {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: center;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  text-indent: 0 !important;
}

/* Custom DNN-safe dropdowns */
.ve-calendar-month-custom,
.ve-calendar-region-custom {
  position: relative;
  width: 100%;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.ve-calendar-month-custom {
  grid-column: 2;
}

.ve-calendar-month-trigger,
.ve-calendar-region-trigger {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #d5dade;
  border-radius: 2px;
  color: #001141;
  cursor: pointer;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.ve-calendar-month-trigger em,
.ve-calendar-region-trigger em {
  color: #001141;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  transition: transform .2s ease;
}

.ve-calendar-month-trigger em {
  font-size: 17px;
  font-weight: 700;
  width: 18px;
  text-align: center;
}

.ve-calendar-month-custom.is-open .ve-calendar-month-trigger,
.ve-calendar-region-custom.is-open .ve-calendar-region-trigger {
  border-color: #001141;
  box-shadow: 0 0 0 2px rgba(0, 17, 65, .08);
}

.ve-calendar-month-custom.is-open .ve-calendar-month-trigger em,
.ve-calendar-region-custom.is-open .ve-calendar-region-trigger em {
  transform: rotate(180deg);
}

.ve-calendar-month-menu,
.ve-calendar-region-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 60;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #d5dade;
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(0, 17, 65, .14);
}

.ve-calendar-month-custom.is-open .ve-calendar-month-menu,
.ve-calendar-region-custom.is-open .ve-calendar-region-menu {
  display: block;
}

.ve-calendar-month-menu button,
.ve-calendar-region-menu button {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 10px 13px;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  color: #1f2933;
  cursor: pointer;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.ve-calendar-month-menu button:last-child,
.ve-calendar-region-menu button:last-child {
  border-bottom: 0;
}

.ve-calendar-month-menu button:hover,
.ve-calendar-region-menu button:hover {
  background: #f1f5fa;
  color: #001141;
}

.ve-calendar-month-menu button.is-active,
.ve-calendar-region-menu button.is-active {
  background: #001141;
  color: #ffffff;
}

/* Hide obsolete controls if DNN leaves them behind */
.ve-calendar-tools,
.ve-calendar-utility {
  display: none !important;
}

/* Scroll area */
.ve-calendar-scroll-wrap {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.ve-calendar-scroll {
  max-height: 544px;
  max-height: clamp(384px, calc(50vh - 16px), 544px);
  overflow-y: auto;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 0;
  scrollbar-width: auto;
  scrollbar-color: #98a5b3 #fbfdff;
}

.ve-calendar-box.filters-collapsed .ve-calendar-scroll {
  max-height: 496px;
  max-height: clamp(336px, calc(50vh - 64px), 496px);
}

.ve-calendar-scroll::-webkit-scrollbar {
  width: 14px;
}

.ve-calendar-scroll::-webkit-scrollbar-track {
  background: #fbfdff;
}

.ve-calendar-scroll::-webkit-scrollbar-thumb {
  background: #98a5b3;
  border: 3px solid #fbfdff;
  border-radius: 999px;
}

.ve-calendar-scroll::-webkit-scrollbar-thumb:hover {
  background: #7f8792;
}

/* JavaScript-created content wrapper */
.ve-calendar-scroll-content {
  width: 100%;
  margin-right: 0;
  border-right: 0;
}

.ve-calendar-scroll.has-scroll .ve-calendar-scroll-content {
  width: 100%;
  margin-right: 0;
  border-right: 0;
}

/* Region spacing */
.ve-calendar-region {
  margin: 0 0 42px 0;
  padding: 0;
}

.ve-calendar-region .ve-calendar-table + h4 {
  margin-top: 28px !important;
  padding-top: 4px;
}

/* Section titles */
.ve-calendar-region h3 {
  position: relative;
  margin: 32px 0 24px 0;
  color: #001141;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.ve-calendar-region h3:before,
.ve-calendar-region h3:after {
  content: "";
  display: inline-block;
  width: 22%;
  max-width: 230px;
  height: 1px;
  margin: 0 18px;
  background: #d9dee7;
  vertical-align: middle;
}

.ve-calendar-region h4 {
  margin: 6px 0 16px 0;
  color: #4f5967;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

/* Tables */
.ve-calendar-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-bottom: 0;
  table-layout: fixed;
}

.ve-calendar-table th {
  width: 25%;
  padding: 14px 12px;
  background: #f6f8fb;
  border-top: 1px solid #d9dee7;
  border-bottom: 1px solid #d9dee7;
  color: #001141;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
}

.ve-calendar-table td {
  width: 25%;
  padding: 15px 12px;
  border-bottom: 1px solid #e6eaf0;
  color: #27313d;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

/* Slightly more breathing room for the Event Name column */
.ve-calendar-table th:first-child,
.ve-calendar-table td:first-child {
  padding-left: 20px;
}

.ve-calendar-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.ve-calendar-table tbody tr:hover td {
  background: #f5f8fb;
}

.ve-calendar-table td:nth-child(1) {
  font-weight: 700;
}

/* JavaScript-generated grouped mobile view; hidden outside the mobile breakpoint */
.ve-calendar-mobile-groups {
  display: none;
}

.ve-calendar-region .ve-calendar-mobile-groups + h4 {
  margin-top: 28px !important;
  padding-top: 4px;
}

/* Empty state */
.ve-calendar-empty {
  display: none;
  margin: 28px;
  padding: 18px;
  background: #f6f8fb;
  border: 1px solid #d9dee7;
  color: #5f6b7a;
  text-align: center;
}

/* Scroll note */
html body #veMemberCalendarBox.ve-calendar-box .ve-calendar-scroll-note,
html body #vePartnerCalendarBox.ve-calendar-box .ve-calendar-scroll-note {
  display: none;
  margin: 0;
  padding: 14px 0;
  background: #ffffff !important;
  border-top: 1px solid #d9dee7;
  border-radius: 0 0 3px 3px;
  color: #4d73b3 !important;
  font-size: 14px;
  text-align: center;
}

html body #veMemberCalendarBox.ve-calendar-box .ve-calendar-scroll-note.is-visible,
html body #vePartnerCalendarBox.ve-calendar-box .ve-calendar-scroll-note.is-visible {
  display: block;
}

/* Tablet */
@media screen and (max-width: 980px) {
  .ve-calendar-filter-panel {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ve-calendar-filter-utility {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ve-calendar-region-layout {
    grid-template-columns: 170px repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, 40px);
    gap: 6px 14px;
  }

  .ve-calendar-region-label {
    grid-column: 1;
    grid-row: 1;
  }

  .ve-calendar-all-tab {
    grid-column: 1;
    grid-row: 2;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }

  .ve-calendar-region-grid .ve-calendar-tab:nth-child(8) {
    grid-column: 3;
    grid-row: 4;
  }

  .ve-calendar-tab {
    height: 40px;
  }

  .ve-calendar-months {
    grid-template-columns: 170px repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ve-calendar-month-custom {
    grid-column: 2;
  }

  .ve-calendar-filter-actions {
    grid-column: 3;
    gap: 10px;
  }

  .ve-calendar-clear-filters {
    padding-right: 2px;
    padding-left: 2px;
  }

  .ve-calendar-region h3:before,
  .ve-calendar-region h3:after {
    width: 16%;
    margin: 0 12px;
  }
}

/* Mobile */
@media screen and (max-width: 700px) {
  .ve-calendar-box {
    padding: 0;
  }

  /*
   * Treat every main region as part of one continuous calendar structure.
   * Removing the desktop section margin prevents white shelves between the
   * final event group in one region and the region band that follows it.
   */
  .ve-calendar-region {
    margin: 0;
  }

  .ve-calendar-header {
    padding: 22px 16px 24px 16px;
  }

  .ve-calendar-header h2 {
    font-size: 32px;
  }

  html body #veMemberCalendarBox.ve-calendar-box .ve-calendar-header .ve-calendar-note,
  html body #vePartnerCalendarBox.ve-calendar-box .ve-calendar-header .ve-calendar-note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .ve-calendar-filter-panel {
    padding: 14px;
  }

  .ve-calendar-region-layout {
    display: none;
  }

  .ve-calendar-region-mobile {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .ve-calendar-filter-divider {
    margin: 10px 0;
  }

  .ve-calendar-months {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .ve-calendar-month-label,
  .ve-calendar-region-mobile-label {
    display: block !important;
    align-self: stretch;
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    line-height: 1.2;
    justify-content: flex-start;
    text-align: left !important;
    text-indent: 0 !important;
  }

  .ve-calendar-month-custom,
  .ve-calendar-region-custom {
    width: 100%;
  }

  .ve-calendar-filter-actions {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .ve-calendar-month-menu,
  .ve-calendar-region-menu {
    max-height: 260px;
  }

  .ve-calendar-scroll {
    max-height: none;
    overflow-y: visible;
    padding: 0;
  }

  .ve-calendar-filter-utility {
    min-height: 46px;
    padding: 6px 14px;
  }

  .ve-calendar-clear-filters,
  .ve-calendar-filter-toggle {
    height: 34px;
  }

  .ve-calendar-filter-toggle {
    min-width: 124px;
  }

  .ve-calendar-scroll.has-scroll .ve-calendar-scroll-content {
    width: 100%;
    margin-right: 0;
    border-right: 0;
  }

  .ve-calendar-region h3 {
    margin: 0;
    padding: 20px 20px 18px 20px;
    background: #001141;
    background: linear-gradient(135deg, #001141 0%, #00206f 100%);
    border: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
  }

  .ve-calendar-region h3:before {
    display: none;
  }

  .ve-calendar-region h3:after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    margin: 9px auto 0 auto;
    background: rgba(255, 255, 255, 0.72);
  }

  .ve-calendar-region h4 {
    margin: 0 !important;
    padding: 21px 16px;
    color: #001141;
    font-size: 19px;
    line-height: 1.4;
    text-align: center;
  }

  /* Keep the first and later subregion transitions evenly spaced */
  .ve-calendar-region h3 + h4 {
    margin: 0 !important;
    padding: 21px 16px;
  }

  .ve-calendar-region .ve-calendar-mobile-groups + h4 {
    margin: 0 !important;
    padding: 21px 16px;
  }

  .ve-calendar-table,
  .ve-calendar-table thead,
  .ve-calendar-table tbody,
  .ve-calendar-table tr,
  .ve-calendar-table th,
  .ve-calendar-table td {
    display: block;
    width: 100%;
  }

  .ve-calendar-table thead {
    display: none;
  }

  .ve-calendar-table {
    width: 100%;
    margin: 0 0 22px 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9dee7;
    border-radius: 3px;
  }

  .ve-calendar-table tr {
    margin: 0;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #d5dade;
    border-radius: 0;
  }

  .ve-calendar-table tr:last-child {
    border-bottom: 0;
  }

  .ve-calendar-table td {
    display: block;
    padding: 0 14px;
    background: #ffffff;
    border-bottom: 0;
    color: #4f5967;
    font-size: 13.5px;
    line-height: 1.4;
    text-align: left;
  }

  .ve-calendar-table td:before {
    display: none;
    content: none;
  }

  /* Each event title remains a full-width heading inside one connected region list */
  .ve-calendar-table td:nth-child(1),
  .ve-calendar-table td:first-child {
    display: block;
    padding: 12px 14px;
    background: #f6f8fb;
    border-bottom: 1px solid #d9dee7;
    color: #001141;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
  }

  .ve-calendar-table td:nth-child(1):before {
    display: none;
    content: none;
  }

  /* Location and dates are self-explanatory and form a centered detail stack */
  .ve-calendar-table td:nth-child(2) {
    padding-top: 12px;
    padding-bottom: 2px;
    text-align: center;
  }

  .ve-calendar-table td:nth-child(3) {
    padding-top: 2px;
    padding-bottom: 6px;
    color: #27313d;
    font-weight: 600;
    text-align: center;
  }

  /* The fee label and value continue the centered detail stack */
  .ve-calendar-table td:nth-child(4) {
    display: block;
    padding-top: 11px;
    padding-bottom: 13px;
    border-top: 0;
    color: #27313d;
    text-align: center;
  }

  .ve-calendar-table td:nth-child(4):before {
    display: block;
    content: "Registration Fee";
    margin: 0 0 5px 0;
    color: #485f73;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
  }

  .ve-calendar-table td:nth-child(4):empty {
    display: none;
  }

  /* Keep the connected list visually consistent instead of carrying desktop striping */
  .ve-calendar-table tbody tr:nth-child(even) td,
  .ve-calendar-table tbody tr:hover td {
    background: #ffffff;
  }

  .ve-calendar-table tbody tr:nth-child(even) td:nth-child(1),
  .ve-calendar-table tbody tr:hover td:nth-child(1) {
    background: #f6f8fb;
  }

  /*
   * Enhanced grouped view:
   * one connected block per source table, one heading per event type,
   * and every matching location/date/fee entry collected beneath it.
   */
  .ve-calendar-box.has-mobile-groups .ve-calendar-table {
    display: none !important;
  }

  .ve-calendar-box.has-mobile-groups .ve-calendar-mobile-groups {
    display: block;
  }

  .ve-calendar-mobile-groups {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border: 0;
    border-radius: 0;
  }

  /*
   * Event groups connect directly to subregion and region headings so the
   * mobile calendar reads as one continuous structure.
   */
  .ve-calendar-region > .ve-calendar-mobile-groups:last-child {
    margin-bottom: 0;
  }

  .ve-calendar-region > .ve-calendar-table:last-child {
    margin-bottom: 0;
  }

  .ve-calendar-mobile-group {
    display: block;
    margin: 0;
    padding: 0;
    background: #ffffff;
  }

  .ve-calendar-mobile-group + .ve-calendar-mobile-group {
    border-top: 1px solid #cfd6df;
  }

  .ve-calendar-mobile-group-title {
    position: relative;
    margin: 0 !important;
    padding: 9px 14px 10px 14px !important;
    background: #f1f2f4;
    border: 0;
    border-bottom: 1px solid #cfd6df;
    color: #001141;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }

  .ve-calendar-mobile-group-title:after {
    display: none;
    content: none;
  }

  .ve-calendar-mobile-event {
    display: block;
    padding: 15px 14px 14px 14px;
    background: #ffffff;
    color: #27313d;
    text-align: center;
  }

  .ve-calendar-mobile-event + .ve-calendar-mobile-event {
    border-top: 1px solid #e6eaf0;
  }

  .ve-calendar-mobile-location {
    color: #27313d;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  .ve-calendar-mobile-dates {
    margin-top: 4px;
    color: #27313d;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .ve-calendar-mobile-fee-label {
    display: table;
    margin: 26px auto 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(103, 145, 176, .4);
    color: #485f73;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
  }

  .ve-calendar-mobile-fee {
    margin-top: 6px;
    color: #27313d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
  }
}


