/*  */

/*  */

/*  */

body {
    background-color: #FFFFFF;
    background-image: ;
    background-repeat: ;
    background-attachment: ;
    background-position: ;
}

/* we want some elements to have a solid background irrespective of user settings */
body > .main-content > .row {
    background-color: #FFFFFF;
}
[data-bs-theme="dark"] body > .main-content > .row {
    background-color: #111315;
}

/* Heading background customizations */
.pageheader {
    background-color: #CCCCCC;
    background-image:  ;
            background-repeat: ;
    }
h1#viewh1 {
    color:  #000000;
    font-family: 'Helvetica', 'Arial', 'Nimbus Sans L', 'FreeSans', sans-serif;
}
.collection-title {
    color:  #000000;
    font-family: 'Helvetica', 'Arial', 'Nimbus Sans L', 'FreeSans', sans-serif;
}
.collection-nav .collection-title {
    border-bottom: 1px solid #000000;
}

/* Used to style author, tag links in page headers */
.pageheader-content .text-small {
    color: #000000;
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
}
.pageheader-content .text-small a {
    color: #000000;
    text-decoration: underline;
}
.pageheader-content .text-small a:hover,
.pageheader-content .text-small a:active {
    color: #000000;
    text-decoration: underline;
}

/* All other custom settings should be scoped to be within .user-page-content */
/* with the exception of the page title and page description */

/* page settings (also page description) */

.user-page-content,
.user-page-content .card,
.user-page-content .card .card-body table,
.user-page-content .card-body ul,
#view-description {
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
    color: #000000;
            font-size: small;
    }

.user-page-content pre {
    color: #000000;
            font-size: small;
    }

.card-secondary .list-group-item-heading,
.metadata, .postedon {
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
}

.pageinstructions legend {
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
    color: #288929;
    text-decoration: none;
}

.viewinstructions {
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
    color: #000000;
}

/* links and headings */

.user-page-content a,
.user-page-content a:link,
.user-page-content a:visited {
    color: #288929;
    text-decoration: none;
}
.user-page-content a:hover,
.user-page-content a:active {
    color: #164A16;
    text-decoration: none;
}
.user-page-content h1,
.user-page-content h2,
.user-page-content h3,
.user-page-content h4,
.user-page-content h5,
.user-page-content h6 {
    font-family: 'Tahoma', 'DejaVu Sans', sans-serif;
    color: #000000;
}


/* blocks */

.user-page-content .block-header a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.user-page-content .card .card-header:not(.feedtitle) {
    font-weight: bold !important;
    color: #333333 !important;
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif !important;
    border-color: #333333 !important;
    background: none;
}
.user-page-content .card .card-header a:hover {
    color: #164A16;
    text-decoration: none;
}
.user-page-content .card .card-header .collapse-indicator,
.card .card-header::before {
    color: #333333;
}
.user-page-content .link-blocktype:hover {
    background-color: transparent;
}
.user-page-content .card {
    background-color: transparent; /* take away default white card bg */
}
.user-page-content .text-midtone,
.user-page-content .metadata,
.user-page-content .postedon,
.user-page-content .text-muted {
    color: #000000;
}
.user-page-content .text-muted {
    color: #000000 !important;
}
a[data-bs-toggle="collapse"] .collapse-indicator,
tr[data-bs-toggle="collapse"] .collapse-indicator,
.card.collapsible:not(.card-secondary).has-attachment .card-header .collapse-indicator,
.card.collapsible:not(.card-secondary).has-attachment .card-header .metadata {
    color: #288929;
}

/* list groups */

.user-page-content .list-group-item {
    background-color: transparent;
}


/* pagination */

.user-page-content .pagination > .active > a,
.user-page-content .pagination > .active > a:focus,
.user-page-content .pagination > .active > a:hover,
.user-page-content .pagination > .active > span,
.user-page-content .pagination > .active > span:focus,
.user-page-content .pagination > .active > span:hover {
    background-color: #288929;
}

.last-updated {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* advanced: custom css */

*,:before,:after {
box-sizing:inherit
}

html {
box-sizing:border-box;
font-size:16px
}

html::-webkit-scrollbar {
display:none
}

html {
-ms-overflow-style:none;
scrollbar-width:none
}

body {
margin:0;
padding:0;
font-weight:300
}

body .main {
padding-bottom:0;
margin-bottom:0
}

body > .main-content > .row {
margin-bottom:10px
}

img {
max-width:100%;
height:auto
}

a {
text-decoration:none
}

ol,ul {
list-style:none
}

#collectionnavwrap h2,#collectionnavwrap p {
display:none
}

#viewh1 {
display:none
}

.collection-nav .prevpage {
margin-right:-1.4%!important
}

.nav-spacer {
display:none
}

.footer {
display:none
}

.comment-container {
display:none
}

.pull-left {
display:none
}

.link-blocktype {
display:none
}

.with-heading {
display:none
}

.postdetails {
display:none
}

.postcontent {
margin-top:0!important;
font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
line-height:1.5;
color:#333
}

.no-heading .textblock p {
font-family:"Roboto Slab",Georgia,"Times New Roman",Times,serif!important;
font-weight:300!important
}

.user-page-content h3 {
color:#11155E!important;
font-family:"Roboto Slab",Georgia,"Times New Roman",Times,serif!important;
font-size:18px!important;
font-weight:300!important
}

.user-page-content .panel .title:not(.feedtitle) {
border-color:#ddd
}

.panel-secondary>.block>.panel-body.flush,.panel-secondary>.panel-body.flush {
padding-left:8px!important;
padding-right:8px!important
}
