/*makes small fa bell new msg in PMs green when new msg unviewed*/
.fa-bell {
    color: mediumseagreen;
}
/*makes notification bell color more green*/
.on-off-link.link-is-on .fa-any, .on-off-link .fa-any.is-on {
    color: #2bd728 !important;
}
/*gets rid of stack's notification bell on community menu*/
#followTopNav {
    display: none;
}
/*takes bold off of A.S. entries*/
.h-widget-extract-title {
    font-weight: initial;}
/*adds green color to featured topic and topic box headers*/
.section-box-header {
    background-color: #22ac3c7a; padding-left: 10px; border-radius: 5px; padding-top: 1px; padding-bottom: 1px; border-bottom: 0px solid #DFDFDF;} 

/*fixes footer margin which was stuck at 50px*/
footer#pageFooter {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 0.85rem;
}
/*makes nav bar avatar proper size after release*/
.member-avatar-top-nav.h-member-circle-premium {
    width: 35px;
}
/*apparently tightens category headline to its description
.line-item.h-title-line {
    margin-bottom: -20px;
}*/
/*turning off link on h1 category title*/
#categoryPage .h-title-line a  { pointer-events: none;  color:black;}

/*improves visibility of 'topic count label in each forum*/
.label.secondary {
    background-color: #e7e7e7;
    color: #888686;
    margin-left: -10px;
    font-weight: 900;
}
/*adding white bkgd and border radius to Category boxes which btw, isn't needed when content box is white bkgd*/
.h-category-intro {
    margin-left: 15px;
    background-color: white;
    border-radius: 20px;top
    border: solid;
    border-color: #afc9e3;
    border-width: 5px;
    border-align: inherit;
    margin-left: -1px;
/*padding:15px;*/
}
/*adds some padding to forum topic header, not making white bkgd*/
.h-forum-intro {
    /* background-color: white; */
    padding: 10px;
    /* border-radius: 20px; */
}
/*NOTE: some custom css is in the lent theme*/
/*neil fix for options right margin in small screen*/
.small-2.columns.text-right.hor-space-children-10 {
    padding-right: 90px;
}
/*testing brian's suggestion for options margin*/
@media only screen and (max-width: 40em) {
 .h-manage { width: 40%; }
}
/*removing bottom margin of content blocks so they look seamless*/
.h-custom-content-block {
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: white;
    /* padding-top: 3px; */
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
}
/*my original add share and options text to 3.12.20 release-- 
.post-box .h-manage a:first-child:before {
 content: "Share ";
font-size: .6rem;
}*/
/*brian's version of my share and options text adds after his code update*/
.post-box .h-manage a:nth-child(2):before {
 content: "Options ";
font-size: .8rem;
}
/* show text labels for share and manage icons */
.post-box .h-manage {
 white-space: nowrap;
}
.post-box .h-manage a.h-share-icon:before {
 content: "Share ";
 font-size: 0.8rem;
}

.post-box .h-manage a.h-manage-icon:before {
 content: "Options ";
 font-size: 0.8rem;
}
/*I needed to add this margin fix to brian's share options text code*/
.row.collapse.post-box-meta-bar {
    margin-right: 18px;
}
/*removes two-tone shading on FA options gear cog*/
.fad {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
/*puts share and cog on same line*/

/*making background of reply with quote blockquote lavender and slightly increasing fontsize*/
blockquote.quote, blockquote.quote li, blockquote.quote p {
    font-size: 0.95rem;
    background-color: lavender;
}

/*neil's original making reaction emojis bigger
.emoji, input[type="text"].emoji {
    font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji;
    font-size: 1.7rem;
}*/
/*brians version of  increase emoji size */
.emoji {
  font-size: 1.4rem;
}
/*makes reaction emoji smiley button bigger*/
i.fa-any.far.fa-smile-plus.fa-fw.inherit-color {
    font-size: 20px;
}
/*turning off as superfluous the phrase "original post" that was appearing after 3/12/20 release at bottom of the top post in topic*/
.post-box-note {    display: none;}

/*adjusts shade on date stamp last edited by to make nearly invisible*/
.post-box-meta, .post-box-meta .fa-any, .post-box-meta a,  {
    color: #eeeeee;
}
/*makes datastamp visible on hover*/
.post-box-meta a:hover {
    color: #a1a6a6;
}

/*adjustments made to byline after 3/12/20 release*/
.post-box-byline {
    margin-bottom: 25px;
    font-weight: 700;
    background-color: #e9e9e9;
    margin-right: 20px;
    padding: 5px;
border-radius: 10px;
}
/*Needed to suppress topic post date temporarily turned off during WT editing
.h-topic-post-date {display: none; } .h-post-datetime { display: none; } .time.datetime {display: none; }  */
/*Neil added to improve color visibility of checkmark 'following' icon*/
a.button i.fa-any.icon-on {
    color: #9be546;
}
/*increase avatar size in byline after release*/
.post-box-byline img.member-avatar {
    width: 65px;
}
/*add radius to post box*/
.post-box { border-radius: 10px;}
/*due to 3.12.20 release, aligns post right margin with byline box*/
.post-box-inner-body {
    margin-bottom: 20px;
    margin-right: 20px;
}

/*A.S. bolding adjustments*/
.h-widget-extract .callout-box {
    background-color: rgb(245, 243, 243);
    border: none;
    padding: 3px;
    font-weight: 900;
}
header.line-item.bold.h-extract-header {
    font-weight: lighter;
}

/*member title badge with icon*/ 
.h-member-title:before { content: "\f406 "; font-family: 'Font Awesome 5 Pro'; color: #6d6f88; display: inline-block; font: normal normal normal 14px/1 font-family: 'Font Awesome 5 Pro'; font-size: .90rem; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); margin-right: 5px; }

/* inserts icon in premium badge*/ .h-member-badge-premium:before { content: "\f005"; display: inline-block; font-family: 'Font Awesome 5 Pro'; font: normal normal normal 14px/1 font-family: 'Font Awesome 5 Pro'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); margin-right: 5px; border-radius:13px; } 

/*New Thumbs Up Code next to SM in A.S.was moved to a wordlet
header.bold.h-extract-header.line-item :after{
    content: "\f164";
    display: inline-block;
    font: normal normal normal 14px/1 font-family: 'Font Awesome 5 Pro';
text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}*/
.fa-lg {
    font-size: 1.20em;
    line-height: .75em;
    /* vertical-align: -.0667em; */
}

/*fix from hoop to make new header background transparent*/
header#siteHeader,
header#groupHeader,
header#portfolioHeader {
 background: none;
}
/*adjusting avatar radius on member profiles*/
#memberProfilePage .cropped-image-container {
    border-radius: 20%;}

/*neil adding hover color to category menu link*/
.section-box-header a:hover, a:focus {
    color: #099292;
}
/*changes main content hover color to green */
a:hover, a:focus {
    color:#099292;}

/*these two darken blue text in widget box and adds green hover link in widget box, must be kept in this order*/
.widget-box a:not(.button) {color: #161EAD;}
.widget-box a:hover, a:focus {color: #19a155;}

/*applies hover link color to links within posts*/
.post-box-body a:hover, a:focus {color:#4348a8;}

/*removing "featured" label in topic view LORI's solution*/
.h-featured-label {display: none;}
/* removing "open to sms" label at top of topic view LORI's solution (didn't work)
.h-premium-tooltip {display:none}*/

/*centers attached movies*/
div.fluid-width-video-wrapper-container {margin:auto;} 


/*adjusts the X close box on graphics to make more visible*/
.featherlight .featherlight-close-icon {    position: absolute;    z-index: 9999;    top: 0;
    right: 0;    line-height: 35px;    width: 35px;    cursor: pointer;    text-align: center;
    font: Arial,sans-serif;    background: #61615f;    color: #fdfdfd;}

/*adjusts sticky header to give it white background when not sticky*/
.forum-topic-sticky-header:not(.fixed) {
    padding: 0 !important;
    background-color: white;
}
/*makes sticky header white when sticky*/
.forum-topic-sticky-header.fixed {
    border-bottom: 1px solid #DFDFDF;
    background-color: white;
}
/*adjusts corner rounding on avatars  and increases size on nav bar- new default was changed by Ted to 8%*/
.member-avatar.rounded-avatar {
    border-radius: 15%;
}

/*widget box around headers*/
.widget-box {
    border-radius: 25px 25px 5px 5px;
    background: #f5f3f3;
    border: transparent;
    padding: inherit;
}
/*make extract text invisible to non-premium members but still searchable*/
.post-box-body .somewhat-blurry-text {display:none;}

/*adjusting background and color visibility of top page title text in small cellphone mode*/ .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 { color:#ede4a1; font-weight: bold; line-height: 3.46154rem; margin: 0; } 

/*This code suppresses view data I think but doesn't seem to work. Obsolete?*/

/*.h-likers { display: none;}*/ 

/*.h-stats {display: none;}*/ 

/*fixes graemlin drop down box overflow by adjusting padding*/ .mce-graemlin-menu li { padding: .01rem; text-align: center; width: 35px; height: 35px; display: flex; } 

/*tightening main 8 column in category page*/ .main-column.medium-8 { padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px; } 

/*Needed to suppress likes and views data on topics*/ .h-topic-metadata {display: none; } 

/*Needed to suppress date and time of 'last reply' in Forum listings view*/ time.datetime.h-forum-last-post-datetime.margin-left-5 { display: none;} 

/*Needed to suppress date of original posts and topics*/ time.datetime.hide-for-small-only { visibility: hidden; } 

/*Needed to suppress original date of a post*/ .line-item.tiny-font.h-topic-post-date { display: none; } 

/*Needed to suppress? Doesn't seem to matter time.hide-for-small-only {display: inline !important;} display: none;}*/ 

/*supresses follow all forum option in category listing of forums not topic views*/ body#categoryPage #watchForumButton { display: none; }

 /*moves forum titles h1 to left margin h1 { font-size: 1.6rem; font-weight: bold; margin-left: -8px; } =============*/

/*increases size of enable auto renewal on status page*/ aside.h-pm-admin-options { font-size: 15px; font-weight: 600; }

/*adjust left margin of category intro text*/ .h-category-intro { margin-left: 15px; } 

/*adjust left margine of things in 'row' div class*/ .row .row { margin: 0 -.5rem; max-width: none; width: auto; } 

/*Brian's script to show 2 layers of breadcrumbs in mobile view*/ .breadcrumbs-wrapper.hide-for-small-only { display: inherit !important; } @media only screen and (max-width: 40.0625em) { .h-page-for-FORUM nav.breadcrumbs li.breadcrumb { display: none; } .h-page-for-FORUM nav.breadcrumbs li.breadcrumb:last-child , .h-page-for-FORUM nav.breadcrumbs li.breadcrumb:nth-last-child(2) { display: list-item; } .h-page-for-FORUM nav.breadcrumbs li.breadcrumb:nth-last-child(2):before { display:none;} } 

/*tightens margin bottom on like follow and other boxes*/ .row .margin-bottom-20, .margin-bottom-20 { margin-bottom: 5px; margin-left: 10px; } 

/*adjusts blog 'follow' tiny button and img darken -also adjusts REPLY button*/ 
button.tiny, .button.tiny {
    font-size: 1.2rem;
    background-color: #7c7add;
    color: #fafafb;
    margin-bottom: 15px;
}

/*padding: 0.5rem 0.5rem 0.5rem 0.0rem;*/ 
font-size: 0.84615rem; background-color: #f5f3f3; color: #424a99; margin-bottom: 15px; } .title-image-darken { box-shadow: 0px 1000px rgba(0, 0, 0, 0.33) inset; } a.button i.fa { color: #a7a3a3; } a.button i.fa.icon-on { color: #65b930; } 

/*changes background color of 'like' and 'following' buttons below post title*/ 
.interest-row a.button {
    cursor: pointer;
    margin-bottom: 0.5rem;
    background-color: #b5b3b3;
    padding: 3px;
    font-size: .95rem;
}

/*removes third line of who originally posted the topic in activity stream*/ .line-item.h-activity-stream-metadata-line { display: none; } 

/*fixes blue nav profile name alignment*/ 
.member-menu-item-with-unread-label>a>span { vertical-align: initial; } 

/*clear keeps intro graphic from bleeding into next box*/ section.section-box, .section-box { margin-bottom: 10px; clear: both; padding-top: 1px; } 

/*adding light blue background to topic titles in homepage content blocks*/ h2.h-content-block-title { font-size: 1.2rem; background-color: hsla(218, 60%, 54%, 0.29); padding: 4px; text-align: center; } 

/*suppressing link to forum in content block to avoid confusion about what to click on. Users should click read more link instead. No unintended consequences so far.*/ .line-item.h-topic-forum { font-weight: bold; display: none; } 

/*new blue #424a9a*/ 

/*removes sort by most active selector in forums listing*/ .h-cfrm-sort { display: none; } 

/*increases font size on Profile Page for username and password*/ .row.h-password-row { font-size: 1.1rem; } .row.h-email-address-row { font-size: 1.1rem; } img.stock-avatar.selected-image { border-bottom-color: blueviolet; border-style: solid; }

/*supresses sm count in A.S. page*/ .member-count-container { font-size: 1.5rem; visibility: hidden; } 

/*reduces size of avatars on member list*/ img.member-avatar.margin-bottom-10 { max-width: 70%; } 

/*changes 'for supporting members' label to black on lt blue background and removes uppercase*/ .label.warning { background-color: rgba(33, 150, 243, 0.17); color: #0e0e0e; text-transform: none; font-size: 0.820rem; } 


/*adds top padding to right sidebar and Post button*/ .h-right-sidebar.hide-for-print { padding-top: 18px; } 

/*reduces text size in tables*/ table tr th, table tr td { font-size: 0.9rem; } 

/*I changed wordlet "Closed" to "Read Only" for locked topics. This makes the tag grey*/ .h-topic-closed-label.alert { background-color: #D2D2D2; } 

/*this bolds the forum line in the homepage extracts to make it stand out from the extract but now we are not displaying it as we want people to click readmore instead. .line-item.h-topic-forum { font-weight: bold; }*/

 /*makes size of homepage block title smaller*/ h2.h-content-block-title { font-size: 1.2rem; } 

/*reduces size of homepage topic title in blocks from h2 to h3*/ h2.h-topic-extract-title { font-size: 1.3rem; } 

/*this makes the author's byline background the same color as the grey container in the topic listings only */ .line-item.uppercase.clearfix.tiny-font.h-byline { background-color: #edeeef; Padding:1px; } 

/*puts blue background around poster's byline when byline is visible everywhere except in a topic*/ .h-byline { background-color: #e0e0e0; padding:7px; } 

/*increasing size and adding bold to topic titles after hoop change nuked it*/ h4.h-topic-extract-title { font-weight: bold; font-size: 1.05rem;
}

/*adds bold to all forum titles and slightly increases font size*/ .line-item.h-forum-name { margin-bottom: 3px; font-size: 1.1rem; font-weight: bold; } 

/*adds bold to all topic titles */ .line-item.h-topic-title { font-weight: bold; } 

/* removes bold on line items below topics in topic listings and ActStream */ .line-item { margin-bottom: 1px; } 

/*moves 'status' remark on feepod sm page*/ .callout-box h4 { color: inherit !important; font-size: inherit; border: 0px #fff; background-color: #ffffff; font-weight: normal; padding-left: 8px; } 

/*tightens manage topics drop down menu*/ .f-dropdown li a { display: block; padding: 0.2rem; color: #39428F; font-size: smaller; } 

/*makes avatars on main page widget bigger*/ .h-online-now-members .member-avatar { width: 63px; height: 65px; } .line-item.small-font.h-chat-content.h-chat-content-for-USER { margin-bottom: 3px; font-weight: normal } 

/*moves text "menu" under hamburger icon*/ .tab-bar .menu-icon { text-indent: -0.6rem; color: #ede4a1; } 

/*gives top tab-bar invisible bkgd color in tablet mode*/ .tab-bar { background: rgba(98, 139, 255, 0); } 

/*adds word "menu" below hamburger lines*/ .tab-bar .menu-icon span::after { content: "menu"; color: "#F6F7F8"; font-size: 0.95rem; font-weight: bold; } 

/*change appearance of status on member page*/ .callout-box h4 { color: inherit !important; font-size: inherit; border: 0px #fff; background-color:#ffffff; font-weight:normal; } h4, h5, h6 { font-weight: normal; } 

/*since h4 is currently tiny, i applied custom font size to where it's used in a header*/ .section-box-header h4 {font-size:medium} 

/*changes nav bar item when hovered over*/ 
.top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) { background-color:#9c9afc; } 
/*background of Person's Profile on main nav bar*/
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #7c7add;
}

/*changes background highlight of bluemenubar to lighter#9c9afc!!!!!!!!*/ .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) { color: #fff; background:#5957bd; } 

/*removes 'tags' field from advanced search since not used*/ .h-tags-section, .h-search-tags { display: none; }

 /*adds border to tables used in posts*/ 
table { background: #ffffff; border: solid 1px #ebebeb; margin-bottom: 1.53846rem; table-layout: inherit; } 
table, th, td {
  border: 1px solid black;
}

/*make horizontal rule blue and tighten margins*/ hr { border: solid #4E57A0; border-width: 1px 0 0; clear: both; height: 0; margin: 1.4rem 0 1.4rem; } 

/*increase avatar from 50 to 65 in byline and hoping hoop will eventually fix this*/ .h-byline-avatar{ width: 65px; height: 65px; } 

/*blue added to make reply box stand out*/ #postReplyContainer { background-color: hsla(218, 60%, 54%, 0.29); padding: 5px; } main>#pageContentContainer>#pageContentRow.row, main>.row.breadcrumbs-wrapper, main>#pageContentContainer>.row.calendar-grid-row, main>footer#hooplaFooter>.row { background-color: #FDFDFC; }

 /*increased font size of breadcrumbs*/ .breadcrumbs>* { text-transform: none; font-size: small; line-height:normal; } 

/*"Featured Topic" blue box and category boxes+++*/
 .section-box-header { padding-left: 10px; border-radius: 5px; padding-top: 1px; padding-bottom: 1px; border-bottom: 0px solid #DFDFDF;} 

/*footer#hooplaFooter>.row { padding-top: 15px; padding-bottom: 15px; text-align: center; } */

/*puts space at bottom of reply form below reply button*/ form{ margin: 0; padding: 0; padding-bottom: 3px; } 



/*post button shape and font control (text is a wordlet, btw)*/ 
button.success { background-color: #d23f5f; border-color: rgb(88, 100, 195); border-left-width: 1px; border-bottom-width: 1px; color: #fff; border-radius: 60px 60px 60px 60px; border-style: outset; font-size: initial; } 

/*post button shape and font control (text is a wordlet, btw)*/ .button.success { background-color: #7c7add; border-color: rgb(88, 100, 195); border-left-width: 1px; border-bottom-width: 1px; color: #fff; border-radius: 60px 60px 60px 60px; border-style: outset; font-size: initial; }
/*fix from dave to radius after refresh release*/
#createContentButton, .button {
border-radius: 60px;
}

 /*tiny font size increase*/ .list-box.tiny-font, ul.pagination li.tiny-font, .tiny-font, .tiny-font p { font-size: 0.94rem; } 
/*This is the content boxes in various forums and homepage*/ .extract-box { padding-bottom: 1px; padding-left: 7px; font-size: 1.0rem; margin-bottom: 15px; background-color: rgb(201, 210, 252); padding-top: 7px; padding-right: 7px; border-radius: 7px; } 

/*between widgets margin*/ .margin-bottom-30 { margin-bottom: 20px; margin-top: 15px; } /*this rounds the top corners of the post boxes under topics view*/ .margin-bottom-25 { margin-bottom: 25px; border-radius: 15px 15px 15px 15px; } 



/*makes widget text normal case and padding INDENTS extract text in content block*/ .small-font { font-size: 0.93rem; text-transform: inherit; padding: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } 

/*makes widget header font not bold*/ header.widget-header h3 { color: #ffffff; font-weight: initial; } 

/*activity stream visual tweak .h-widget-extract { background-color: rgba(218, 218, 217, 0.77); padding-left: 0px; }*/ 


 /* header css * plus adding green top border line*/ .rotation-header-title { margin-top:10px; background-color:#ffffff; border-color: #b07bc3; border-style: none; border-left-style: none; border-right-style: none; border-bottom-style: none;} .rotation-header-title h1 { color:#2e3eb2; font-size:2.0rem;} .rotation-header-body { background-color: #ffffff; border-top-left-radius: 40px; border-top-right-radius: 40px; } .rotation-header-text { margin-left:20px; } #overviewPostingOptionsButtonWrapper {display:none;} .quotedText {background-color:#FFFACD;} .defaultSkin.mceListBoxMenu .mceMenu.mceListBoxMenu { height: auto !important; } .printerFriendlyPage .sharedContentBody, .printerFriendlyPage .sharedContentBody p, .printerFriendlyPage .medbold, .printerFriendlyPage .medfont { font-size:12px; line-height:12px; } 

/* still needed? header white background: */ #header { background-color:white; color:black; text-align:left; padding:15px; } 

/* centers nav bar: */ nav.top-bar { text-align: center; } .pageFooter {background-color: #ffffff; } section.top-bar-section > ul.right { float: none !important; display: inline-block; }

/* apply custom font color and background to the widget: */ header.widget-header h3 { color: #ffffff; } .h-widget-body { padding:10px; background-color: white; border-color: #f7f7f7;
    border-style: solid; } 


header.widget-header { padding-left: 9px; padding-right: 9px; padding-top: 1px; padding-bottom: 1px; margin-bottom: 0px; background-color:#7c7add; border-radius: 20px 20px 0px 0px; text-align: center; } 

/*updated to white 9.11.18*/ .h-ubb-directory-forum-box:nth-child(odd) { background-color:#ffffff; border:5px solid #dfdfdf; padding:10px;margin-left: 10px; } 

/*xxxalternates shades between posts background-color:#d7d7d7*/ .h-ubb-directory-forum-box:nth-child(even) { ; border: 1px solid #dfdfdf; padding:10px; margin-left: 10px; } 

/*container alternating shades */ 
.h-ubb-directory-forum-box, .h-ubb-topic-list-box, .h-survey-list-box { margin-bottom:10px; } 
.h-forums-list .section-box-contents, .h-topic-list .section-box-contents, #surveyListContainer .section-box-contents { padding:0; } #surveyListContainer 

.section-box-header { margin-bottom:10px; } 
.h-ubb-directory-forum-box { background-color:#dfe3ee;border:1px solid #dfdfdf;padding:10px; }
 .h-ubb-topic-list-box { background-color:#edeeef;border:0px solid #DEDFE0; padding:6px; border-radius: 7px; } 
.h-survey-list-box { background-color:#dfe3ee;border:0px solid #dfdfdf;padding:10px; } 

/* get rid of all caps nav bar: */ .top-bar-section ul li > a { text-transform:none; } 

/*menu bar font resizing*/ .top-bar-section ul li >a { } h1 { font-size: 1.45rem; font-weight: bold; } h2 { font-size: 1.35rem; font-weight: bold; } h3 { font-size: 1.25rem; } h4 { font-size: 0.98rem; } 

/*adjusts h4 tag in editing box to allow h4 to be small I think*/ body.embedded-content-in-iframe h4, body.mce-content-body h4 { /* font-size: 1rem; */ } 

/*adds padding below htags*/ h1, h2, h3, h4, h5, h6 { margin-top: .50rem; margin-bottom: .65rem; } 

/* get rid of breadcrumb on homepage: */ body#homePage .breadcrumbs-wrapper { display: none !important; } 

.top-bar-section ul li >a { text-decoration:none; } .f-dropdown li a:link { text-decoration: none; } 

/* controls width of top comm menu bar and adds green border to top */ #top_nav_bar_wrapper { width:1000px; margin:auto; border-top-color: #c3c3c3; border-style: solid; border-bottom-style: none; border-left-style: none; border-right-style: none; } 

/* makes top comm menu bar stick at top when scrolling*/ #top_nav_bar_wrapper.fixed { width:100%; } #button, .button { font-size: 1.4rem; } 

/*OFFLINE command to reduce the size of the avatars, but also graphics in widgets :( img {max-width: 95%; } .cropped-image-container, .title-image-container, .title-image-box { width: 95%; } */

 /*.h-member-box .member-avatar { max-width: 150px; }*/

/*this suppresses the fb twitter social media bar*/ .share-bar a.button { display: none;} padding-top: 0px; margin-bottom: 0px; } 

/*Carol's addition to remove # of Topics within a Forum and the # of Replies to a post*/ .h-topic-count-label { display: none; } .h-topic-reply-count-label { display: none; } 

/*adding box to boxquote and reducing padding at bottom*/ blockquote { display: block; border: 1px solid #3a56dc !important; padding: 8px; margin: 1em 15px; box-sizing: border-box; padding-bottom: 1px; padding-top: 10px; } 

/*aligns blockquote to left margin*/
blockquote, blockquote p { line-height: 1.3; color: #000;  margin-left: 0px;
} } 

/*Carol is hiding tag info thou this does not hide tags in search function*/ 

/*creating grey box around post author info */ .h-tags-section { display: none; } 

/*makes "add reply" calloutbox light blue to stand out seems to have stopped working .callout-box { background-color: #C3C8F9; } */

/*+++++++++++++++++++++*/



 /*next two entries control green board member label*/ .label.success { background-color: #f97c2b; color: #fff; border-radius: 13px; }

 /*4444444444444444 .h-member-title { background-color: #65b930; color: #ffffff; border-radius:13px; display:inline-block; vertical-align:text-top; font-size:0.80rem; font-weight:normal; line-height:1; margin-bottom:auto; padding:0.25rem 0.5rem; position:relative; text-align:center; text-decoration:none; white-space:nowrap; } */ 



/*Supporting Member Green Badge*/ .h-member-badge-premium { background-color: #5ba52f; color: #ffffff; border-radius:13px; display:inline-block; vertical-align:text-top; font-size:0.80rem; font-weight:normal; line-height:1; margin-bottom:auto; padding:0.25rem 0.5rem; position:relative; text-align:center; text-decoration:none; white-space:nowrap; } 

/*turns breadcrumbs to sentence case instead of uppercase default=============*/ .breadcrumbs { text-transform: none; } 

/*turns off uppercase to in A.S.*/ 
.uppercase { text-transform: none; }

 /*new donate button livetools.uiparade.com/button-builder.html*/ .buttondonate { background-color: #f3ea25; border-color: #c6c6cc; border-top-width: inherit; border-left-width: 1px; border-bottom-width: 1px; color: #fff; padding: 10px; border-radius: 60px 60px 60px 60px; border-style: solid; font-size: initial; } .buttondonate:hover { background-color: #97ea8b; border-color: #c6c6cc; border-left-width: 1px; border-top-width: inherit; border-bottom-width: 1px; color: #fff; padding: 10px; border-radius: 60px 60px 60px 60px; border-style: solid; font-size: initial; } .buttondonate:active { background-color: #97ea8b; border-color: #c6c6cc; border-top-width: inherit; border-left-width: 1px; border-bottom-width: 1px; color: #fff; padding: 10px; border-radius: 60px 60px 60px 60px; border-style: solid; font-size: initial; }

 /*moves 'open to new members' line to left margin*/ .line-item.small-font.content-label-section.h-topic-labels { padding-left: 1px; } 

/*adjustments to survey menu appearance*/ .h-survey-list-box { background-color: #eeeff1; border: 0px solid #dfdfdf; padding: 20px; } 

/*adjusting size of nav bar font a bit smaller to accommodate long user names*/ .top-bar-section li:not(.has-form) a:not(.button) { padding: 0 0.4rem; font-weight: 200; font-size: 0.96rem; } 