/* Hide xmp maintenance message */
p[style="font-family:Arial,Helvetica,sans-serif;font-weight:bold;color:#000;background-color:#CCC;width:100%;text-align:center;padding-top:5px;padding-bottom:5px;"] {display: none;}


/* make those table cels look better */
#Convention table h5 {
    margin: 0.35em 0 0;
}

/* paws don't need the padding on Expo page */
#Convention  #dnn_ctr7233_ModuleContent .theme-p-short {
    padding-left:0 !important;
    padding-right:0 !important;
    padding-top: 0 !important;
}

/* text after form submit should not be centered */
#Convention .ModActionFormC .alert.alert-info.submit-confirm {
    text-align:left;
}


.ads-container .container-fluid:before {
    content: 'ADS';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    color: #FFF;
    font-weight: 700;
    font-size: 11px;
    background: #003C71;
    line-height: 1;
    padding: 4px 1px 2px 5px;
    border-radius: 15px;
    margin: -9px 0 0 -18px;
    width: 36px;
}

/* 2024 banner */
.img-badge {
    mix-blend-mode: overlay;
    opacity: 0.75;
}
#Convention .banner-home h1 b {
    color: #FFF;
    -webkit-text-stroke: 1px #FFF;
    -webkit-text-fill-color: transparent;
}




/* accent color boxed */
.accent-color-header h1.heading,
.accent-color-header h2.heading,
.accent-color-header h3.heading {
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 0 1.5em !important;
  padding: 1rem 1rem 0.125rem;
  border-left: 10px solid var(--color-accent-color);
}
.accent-color-header h1.heading + .c-body, 
.accent-color-header h2.heading + .c-body,
.accent-color-header h3.heading + .c-body {
  border-bottom: 2px solid var(--color-accent-color);
  padding-bottom: 20px;
}
.accent-color-header h1.heading,
.accent-color-header h2.heading,
.accent-color-header h3.heading {
  background: rgba(245, 127, 89, 0.075);
}







/* Rotating Banners Module */
body .sr-bannerDisplayFlex {
    margin: 0 auto;
    padding: 0;
    gap: 2rem;
}
@media only screen and (min-width: 640px) {
    body .sr-bannerDisplayFlex {
        width: 600px;
    }
}
@media only screen and (min-width: 1340px) {
    body .sr-bannerDisplayFlex {
        width: 100%;
        gap: 2rem;
    }
}
body .sr-bannerDisplayFlex a {
    margin: 0;
    width: 275px;
}

body .leaderboard.sr-bannerDisplayFlex  .sr-bannerDisplayFlex a {
    margin: 0;
    width: unset!important;
}



