#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 + HELPFUL LINKS – CLEAN
   ============================================ */

/* Wrapper sections – spacing, white background */
.agenda-section,
.helpful-links {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    margin-top: 0 !important;
    background: #ffffff;
}

/* Section titles – shared styling so they line up */
.agenda-title-wrap p,
.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-top: 16px !important;     /* slightly tighter than before */
    margin-bottom: 24px !important;
    letter-spacing: 0.3px;
    color: #001241;                   /* updated navy */
}

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

/* Day headers – solid navy bars */
.agenda-accordion .ui-accordion-header {
    background: #001241 !important;   /* updated navy */
    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 4px 0 !important;
    border: none
    border-radius: 0 !important;
}

/* Active header */
.agenda-accordion .ui-accordion-header.ui-state-active {
    margin-bottom: 0 !important;
    background: #001241 !important;   /* updated navy */
}

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

/* Agenda content — clean padding (not tight, not wide) */
.agenda-accordion .ui-accordion-content {
    padding: 16px 18px 20px !important; 
    /* top | left-right | bottom */
    background: #ffffff;
    border-radius: 0;

    /* NEW: thin navy border to create the “card” */
    border: .4px solid #001241;
    border-top: none;                 /* so it meets the header cleanly */

    box-shadow: none;
    margin-bottom: 12px;
}

/* Bullet list — slight left indent so it aligns visually with headers */
.agenda-accordion ul {
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    padding-left: 14px;   /* clean, modest indent */
}

/* 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: 0;
    display: block;
    margin: 0;
    transform: none !important;
    transition: none !important;
}

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

/* --------------------- HELPFUL LINKS -------------------- */

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

/* Base button style – flat, square, thin navy border */
.hl-btn,
.hl-btn:link,
.hl-btn:visited {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    width: 100%;
    background: #ffffff;

    /* UPDATED: thin navy border instead of light gray */
    border: .4px solid #001241;
    border-radius: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #222 !important;
    text-decoration: none !important;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hl-btn:hover {
    background: #f4f6fa;
    border-color: #001241;            /* keep navy on hover */
    color: #222 !important;
}

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

/* Placeholder / disabled item */
.hl-btn.disabled {
    background: #f5f6f8;
    border: .4px solid #001241;
    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) – flat navy bar + hover */
.hl-btn.hl-register,
.hl-btn.hl-register:link,
.hl-btn.hl-register:visited {
    background: #001241 !important;   /* main navy */
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.6px;
    justify-content: center;
    padding: 18px 16px;
    border-radius: 0;
    box-shadow: none;
}

.hl-btn.hl-register:hover {
    background: #1b2f6a !important;   /* subtle hover color */
    color: #ffffff !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;
}





















































































