<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WaGadgetRecentBlogPosts .itemAuthor
{ display: none; }
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
.boxInfoContainer h5
{ display: none;}

.gadgetStyle001 .gadgetStyleBody a, .gadgetStyle002 .gadgetStyleBody a, .gadgetStyle003 .gadgetStyleBody a {
    font-weight: 600;
    color: #07a2e3 !important;
}
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    font-family: roboto condensed;
    text-transform: uppercase;
    font-size: 22px;
    color: #275148;
    font-weight: 600;
    word-wrap: break-word;
    display: inline-block;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #00336c !important;
}
.WaGadgetEventsStateList .pageTitleOuterContainer .pageViewSwitcherOuterContainer .pageViewSwitcherContainer a {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 14px;
    font-weight: 400;
    color: #8aa322; /* !important;  REM'd out. CCS 031425 */
}
.WaGadgetEventsStateList .boxOuterContainer .boxFooterOuterContainer .boxFooterContainer a {
    display: inline-block;
    padding: 0;
    min-height: 19px;
    line-height: 1.125em;
    font-size: inherit;
    color: #8aa322; /* !important; */
}
.WaGadgetEventsStateCalendar .EventListCalendar td&gt;div {
    margin: -8px -10px -8px -10px;
    padding: 6px 11px 8px 11px;
    background: #00336c !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.WaGadgetEventsStateCalendar h3 {
    margin: 0 20px 20px
px
 0;
    padding: 0;
    font-family: roboto condensed;
    text-transform: uppercase;
    color: #00336c !important;
    font-size: 22px;
    padding-top: 6px;
}

element.style {
}
.WaGadgetEventsStateDetails .pageTitleOuterContainer .pageTitleContainer h1.pageTitle {
    word-wrap: break-word;
    display: inline-block;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    text-align: left;
    color: #00336c !important;
    font-family: roboto condensed;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0;
}

element.style {
}
.WaGadgetBlog ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    font-size: 22px;
    font-family: roboto condensed;
    color: #00336c !important;
    font-weight: bold;
    text-transform: none;
    word-wrap: break-word;
    display: inline-block;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    text-align: left;
    text-transform: uppercase;
}
.WaGadgetBlog .boxFooterOuterContainer .postBottom .boxFooterPrimaryOuterContainer .boxFooterPrimaryContainer a {
    display: inline-block;
    visibility: visible;
    color: #8aa322 !important;
}
#idFooterPoweredByWA a {
    text-decoration: none;
    color: #00336c !important;
}
#idFooterPoweredByWA {
    display: none !important;
    background: 0;
    color: #646464;
}
.memberDirectoryDetailsContainer a {
color: #07a2e3;
}
.memberDirectoryDetailsContainer a:hover {
color: #07a2e3;
}
a#FunctionalBlock1_ctl00_ctl00_advancedSearchStatusPanel_advancedSearchLink {
color: #07a2e3;
}
input#FunctionalBlock1_ctl00_ctl00_memberProfile_profileHeader_idSendEmailButton {
    background-color: #07a2e3;
}
a#FunctionalBlock1_ctl00_ctl00_backLink {
    color: #07a2e3;
}
.WaGadgetRecentBlogPosts.gadgetStyle001 .gadgetStyleBody .date, .WaGadgetRecentBlogPosts.gadgetStyle002 .gadgetStyleBody .date, .WaGadgetRecentBlogPosts.gadgetStyle003 .gadgetStyleBody .date {
  font-size: 12px;
  color: #999;
  display: none;
}

/* (A) STANDARD ROW HEIGHT */
.vwrap, .vitem {
  height: 30px;
  line-height: 30px;
}
 
/* (B) FIXED WRAPPER */
.vwrap {
  overflow: hidden; /* HIDE SCROLL BAR */
  background: #eee;
}
/* (C) TICKER ITEMS */
.vitem { text-align: center; }
 
/* (D) ANIMATION - MOVE ITEMS FROM TOP TO BOTTOM */
/* CHANGE KEYFRAMES IF YOU ADD/REMOVE ITEMS */
.vmove { position: relative; }
@keyframes tickerv {
  0% { bottom: 0; } /* FIRST ITEM */
  30% { bottom: 30px; } /* SECOND ITEM */
  60% { bottom: 60px; } /* THIRD ITEM */
  90% { bottom: 90px; } /* FORTH ITEM */
  100% { bottom: 0; } /* BACK TO FIRST */
}
.vmove {
  animation-name: tickerv;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, .5, 0);
}
.vmove:hover { animation-play-state: paused; }


#id_OcbzNJO span.itemAuthor {
display:none; }

span.itemAuthor {
display:none;}

a.footerEventDetailsLink {      
    font-size: 18px !important;     
    color:#0072BC !important;
    font-weight: bolder !important;
    text-decoration: underline;
    };

/* Force blue on event details footer link.  CS 031425 */
.WaGadgetEventsStateList .boxFooterOuterContainer .boxFooterContainer a.footerEventDetailsLink {
    color: #0072BC !important;
}</pre></body></html>