#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 */





/* Redesign Layout CSS Code */




/***** AGENDA AT-A-GLANCE COMPONENT *****/

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

/* Main title wrapper */
.agenda-title-wrap p {
    text-align: center !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 2em !important;
    font-weight: 400 !important;
    margin: 0 0 28px 0 !important;
    letter-spacing: 0.3px;
    color: #333;
}

/* Give each agenda panel a card look */
.agenda-accordion .ui-accordion-header {
    background: #001141 !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.95em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
    border: 1px solid #e1e3e7 !important;
    border-radius: 12px !important;
    border-bottom: none !important;
    transition: border-radius 0.15s ease;
}

/* Keep active header the same color */
.agenda-accordion .ui-accordion-header.ui-state-active {
    border-radius: 12px 12px 0 0 !important;
    margin-bottom: 0 !important;
    background: #001141 !important;
}

/* Hide the +/- icons just for this accordion */
.agenda-accordion .ui-accordion-header .ui-icon,
.agenda-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none !important;
}

/* Panel body as the bottom of the “card” */
.agenda-accordion .ui-accordion-content {
    padding: 20px 20px 24px !important;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    border: 1px solid #e1e3e7;
    border-top: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 10px;
}

/* Text list inside */
.agenda-accordion ul {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 0 18px;
    padding: 0;
}

/* Side-by-side layout: list + image */
.agenda-accordion .agenda-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.agenda-accordion .agenda-list {
    flex: 1 1 260px;
}

.agenda-accordion .agenda-photo-wrap {
    flex: 0 0 260px;
}

/* Agenda image */
.agenda-section .agenda-photo {
    width: 100%;
    max-width: 260px;
    border-radius: 10px;
    display: block;
    margin: 0;
    transform: none !important;
    transition: none !important;
}

.agenda-section .agenda-photo:hover {
    transform: none !important;
}




/***** HELPFUL LINKS — UPDATED MODERN STYLING *****/

/* Helpful Links title styling */
.helpful-links-title-wrap p {
    text-align: center !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 2em !important;
    font-weight: 400 !important;
    margin: 0 0 28px 0 !important;
    letter-spacing: 0.3px;
    color: #333;
}

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


/* Vertical list layout */
.hl-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 330px;
    margin: 0 auto;
}

/* Base button style */
.hl-btn,
.hl-btn:link,
.hl-btn:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hl-btn:hover {
    background: #eef2f7;
    border-color: #c9d2dd;
    color: #222 !important;
}

/* Icons */
.hl-btn i {
    width: 22px;
    text-align: center;
    color: #001141;
    flex-shrink: 0;
}

/* ---------- Placeholder ---------- */

.hl-btn.disabled {
    background: #f5f6f8;
    border: 1px solid #d1d4d9;
    color: #777 !important;
    cursor: default;
}


.hl-btn.disabled .hl-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hl-btn.disabled .hl-main {
    font-size: 15px;
}

.hl-btn.disabled .hl-more {
    font-size: 13px;
    font-style: italic;
    color: #888;
}

.hl-btn.disabled i {
    color: #b7bcc3;
}

/* ---------- Registration button (primary CTA) ---------- */

.hl-btn.hl-register,
.hl-btn.hl-register:link,
.hl-btn.hl-register:visited {
    background: #001141 !important;
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.6px;
    justify-content: center;
    padding: 18px 16px;
    border-radius: 10px;
}

.hl-btn.hl-register:hover {
    background: #36587e !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 */

.virtuoso-event {
  font-family: 'sofia-pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.virtuoso-event .subpage-title {
  font-family: 'freight-text-pro', Georgia, 'Times New Roman', serif;
}

.virtuoso-event p { margin: 0; }

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

/* Subpage header */

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

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

.virtuoso-event .subpage-title {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.2;
  color: #2c3e50;
  margin-bottom: 12px;
}

.virtuoso-event .subpage-subtitle {
  font-size: 1.05em;
  color: #2c3e50;
}

.virtuoso-event .subpage-subtitle strong { font-weight: 600; }

/* CTA row */

.virtuoso-event .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin: 18px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 20;
  overflow: visible !important;
  transform: translateY(36px);
  will-change: transform;
}

/* Smooth sizing */

.virtuoso-event .hero-cta-row > a.register-btn,
.virtuoso-event .hero-cta-row > .section-switcher {
  flex: 1 1 320px;
  max-width: 340px;
}

/* Register Now button */

.virtuoso-event .hero-cta-row > a.register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 54px;
  padding: 0 20px;
  box-sizing: border-box;

  background: #378ac4;
  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;

  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  transition: all 0.25s ease;
}

.virtuoso-event .hero-cta-row > a.register-btn:hover {
  background: #2d7bb3;
  box-shadow: 0 14px 30px rgba(0,0,0,0.14);
}

/* Helpful Links wrapper */

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

/* Helpful Links button */

.virtuoso-event .section-switcher > a.switcher-btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  width: 100%;
  height: 54px;
  padding: 0 20px;
  box-sizing: border-box;

  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.14);
  cursor: pointer;

  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;

  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  transition: all 0.25s ease;

  text-decoration: none;
  color: inherit;
}

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

.virtuoso-event .switcher-chevron {
  grid-column: 3;
  justify-self: end;
  font-size: 14px;
  color: #1f2a44;
}

.virtuoso-event .section-switcher.is-open .switcher-chevron {
  transform: rotate(180deg);
}

/* Dropdown (desktop overlay) */

.virtuoso-event .section-switcher > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);

  margin: 0;
  padding: 10px;
  list-style: none;

  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.16);

  display: none;
  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 {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  color: #23324f;
  text-decoration: none;
}

.virtuoso-event .section-switcher > ul li a:hover,
.virtuoso-event .section-switcher > ul li a:focus {
  background: rgba(68,110,155,0.10);
  outline: none;
}

/* Tablet + down: dropdown pushes content (prevents “missing” menu) */

@media (max-width: 1024px) {
  .virtuoso-event .section-switcher > ul {
    position: static;
    margin-top: 10px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  }
}

/* Mobile */

@media (max-width: 720px) {
  .virtuoso-event .subpage-header { margin-bottom: 24px; }
  .virtuoso-event .hero-cta-row { transform: translateY(24px); }
}






