<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {

  --cassiopeia-color-primary: hsl(0, 0%, 20%); /*darkgrey */
  --cassiopeia-color-link: hsl(200, 100%, 40%); /*blue */
  --cassiopeia-color-hover: hsl(0, 0%, 20%); /*darkgrey */

    --cassiopeia-font-family-body: "Helvetica Neue", Arial, "Roboto", sans-serif;
    --cassiopeia-font-family-headings: "Helvetica Neue", Arial, "Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;

 	--secondary: hsl(217, 100%, 40%); /*blue */
    --primary-rgb: 51, 51, 51;
    --secondary-rgb: 0, 79, 204;
    --body-color-rgb: 51, 51, 51;
    --body-color: hsl(0, 0%, 20%); /*darkgrey */
    
    --breadcrumb-padding-x: 0;
    --breadcrumb-padding-y: 0;
    --breadcrumb-margin-bottom: 0.5rem;
    --breadcrumb-bg:#ffffff;
    --breadcrumb-border-radius:;
    --breadcrumb-divider-color: #6d757e;
    --breadcrumb-item-padding-x: 0.5rem;
    --breadcrumb-item-active-color: rgb(153, 153, 153);
    --breadcrumb-font-size: 85%;

}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {  color: var(--secondary);}


/* The page header of Cassiopeia has the class "header" so you control it with .header */
.header {    background: rgb(255, 255, 255)!important;}

.container-header .navbar-brand {
  margin: auto;}

.container-topbar {
min-height: 26px;
padding: 0;
*zoom: 1;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);  
border: 1px solid #999797;
}
.container-header .container-nav {
	border: 1px solid #999797;
	border-radius: 4px;
	padding: 0;
	margin: 0;
}

.container-topbar, .container-nav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbdf93+0,f8b500+0,fccd4d+51,f9edcc+100&amp;1+0,0.21+100 */
background-color:rgba(252,205,77,0.6)!important;
background: -moz-linear-gradient(top, rgba(248,181,0,1) 0%, rgba(252,205,77,0.6) 51%, rgba(249,237,204,0.21) 100%);
background: -webkit-linear-gradient(top, rgba(248,181,0,1) 0%,rgba(252,205,77,0.6) 51%,rgba(249,237,204,0.21) 100%);
background: linear-gradient(to bottom, rgba(248,181,0,1) 0%,rgba(252,205,77,0.6) 51%,rgba(249,237,204,0.21) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#36f9edcc',GradientType=0 );
}


/* stuff for second bar*/ 

/*.container-nav .container-search form  {float:right!important;} */
.grid-child.container-nav {
    max-width: 1800px;
    /* max-width: 1320px; */
    width: 100%;
}
.container-nav .container-search {
	padding: 0;
	margin: 2px 5px 0;
}
.container-nav div.span2.date {
	padding: 0;
	margin: 8px 20px 0;
}
.container-search input#modlgn-username.input-medium, .container-search input#modlgn-passwd.input-medium {
	padding: 0 2px 2px;
	margin-top: 2px;
}
 

.category-desc IMG { float: none!important; margin:10px; }


/* Links on pages to look like buttons */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0044cc;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbdf93+0,0086cc+0,0044cc+100 */
background: rgb(251,223,147); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,223,147,1) 0%, rgba(0,134,204,1) 0%, rgba(0,68,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(251,223,147,1) 0%,rgba(0,134,204,1) 0%,rgba(0,68,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(251,223,147,1) 0%,rgba(0,134,204,1) 0%,rgba(0,68,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf93', endColorstr='#0044cc',GradientType=0 ); /* IE6-9 */
	margin-top: 2px;
	margin-bottom: 3px;
	border: 2px solid #0213fe;
	padding-top: 3px;
	padding-bottom: 3px;
}


.btn-pagelink {
  color: #004fcc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: -webkit-linear-gradient(top, rgba(253, 234, 181, 0.6) 0%, rgba(250, 208, 96, 0.89) 20.2%, rgb(247, 205, 92) 80.2%, rgba(252,205,77,0.6) 100%) repeat-x rgba(253, 234, 181, 0.6) !important;
	background: -moz-linear-gradient(top, rgba(253, 234, 181, 0.6) 0%, rgba(250, 208, 96, 0.89) 20.2%, rgb(247, 205, 92) 80.2%, rgba(252,205,77,0.6) 100%) repeat-x rgba(253, 234, 181, 0.6) !important;
	background: linear-gradient(to bottom, rgba(253, 234, 181, 0.6) 0%, rgba(250, 208, 96, 0.89) 20.2%, rgb(247, 205, 92) 80.2%, rgba(252,205,77,0.6) 100%) repeat-x rgba(253, 234, 181, 0.6) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#36f9edcc',GradientType=0 )!important;
	margin-top: 3px;
	margin-bottom: 8px;
	border: 2px solid #0213fe;
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 250px;
}


.btn-pagelink2 {
  color: #004fcc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: -webkit-linear-gradient(top, rgba(253, 234, 181, 0.6) 0%, rgba(250, 208, 96, 0.89) 20.2%, rgb(247, 205, 92) 80.2%, rgba(252,205,77,0.6) 100%) repeat-x rgba(253, 234, 181, 0.6) !important;
	background: -moz-linear-gradient(top, rgba(253, 234, 181, 0.6) 0%, rgba(250, 208, 96, 0.89) 20.2%, rgb(247, 205, 92) 80.2%, rgba(252,205,77,0.6) 100%) repeat-x rgba(253, 234, 181, 0.6) !important;
	background: linear-gradient(to bottom, rgba(253, 234, 181, 0.6) 0%, rgba(250, 208, 96, 0.89) 20.2%, rgb(247, 205, 92) 80.2%, rgba(252,205,77,0.6) 100%) repeat-x rgba(253, 234, 181, 0.6) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#36f9edcc',GradientType=0 )!important;
	margin-top: 3px;
	margin-bottom: 8px;
	border: 2px solid #0213fe;
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 200px;
}

@media (max-width: 867px) {
 .btn-pagelink {
	min-width: 150px;
  }
  .btn-pagelink2 {
  	min-width: 150px;
   }
  
}

/* ++++++++++++++  memorial pages ++++++++++++++ */
/* for LOD and Memorial pages using flexistrap*/

.memorial_note {
	color: #000000;
	padding: 10px;
	border: thin dashed #bbb;
	background-color: #d3d2d2;
	margin-top: 25px;
	text-align: Left;
	font-weight: 200;
	clear: both;
	margin-left: 4px;
	font-weight: bold; 
	font-size: 120%; 
	line-height: 130%;  	
}

.home_btn {
 	min-height:50px;
 }
.lod_holder {
	color: #000000;
	padding: 5px;
	border: thin dashed #bbb;
	background-color: #f1f1f1;
	margin: 2px;
	text-align: center;	
}
.regmemorial {
	color: #000000;
	padding: 5px;
	border: thin dashed #bbb;
	background-color: #f1f1f1;
	margin: 2px;
	text-align: center;	
}

.regmemorial {
height: 85px;
}
.lod_holder {
height: 285px;
	overflow: scroll;
}

a.memorial, p.memorial     { 
	color: #000066; 
	font-weight: bold; 
	font-size: 130%; 
	line-height: 130%;  
	text-decoration: none;
	text-align: center;
}

p.memdate {
	color: #000000;
	font-weight: 400;
}

span.cbModeratorLinkUserApproval a{color: magenta;}

/* 
Profile Page stuff
*/ 
.cb_template.cbProfile a {color: #004fcc !important;}

.cb_template h1, h1 {
	color: #3f60c6;
	font-weight: bold;
	font-size: x-large;
}

.cb_template h2, h2  {
	color: #3f60c6;
	font-weight: bold;
	font-size: x-large;
}
.cb_template h3, h3  {
	color: #3f60c6;
	font-weight: bold;
	font-size: x-large;
}

 div#cb_tabid_17.cb_tab_content.cb_tab_html {
 		width: 130px;
 		height: 40px;
 		display: block;
 		position: relative;
 		top:10px;
 		z-index: 2;
 		float: right;
 } 
   
@media (max-width: 467px) {
	div#cb_tabid_17.cb_tab_content.cb_tab_html {
		width: 140px;
		height: 40px;
		display: block;
		position: relative;
		top: 5px;
		z-index: 2;
		float: right;
	} 
 }
.cbFieldsContentsTab .form-group { margin-bottom: 0!important;
 border-bottom: 1px solid #666666; }
.cb_template .cbFieldsContentsTab .form-group { margin-bottom: 0!important;
 }
.sectiontableentry1 {
background-color: #ffffff;
color: #000;
font-weight: normal;}
.sectiontableentry2 {
background-color: #c2c2c2;
color: #000;
font-weight: normal;}

/* footer area */
.footer {
margin: 20px 0 0 0;
border: 0;
box-shadow: 0px 1px 10px 0px  rgba(0, 0, 0, 0.1);
border-top: solid 1px #ddd;
text-transform: uppercase;
font-size: 85%;
background: linear-gradient(to bottom,  #f5f5f5 0%,#fff 100%);
}

#mod-custom161, #mod-custom160, #mod-custom162 {
background: white;
border: solid 1px #ddd;
border-radius: 10px;
padding: 10px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 95%;
color: #515151;
}
.footer .mod-custom {
    position: relative;
    width: 32%;
}

.items-more ol.com-content-blog__links{ list-style-type: circle!important;}

/* forms */
/* Registraion */
#registrationTable .control-label{
	text-align: right;
	font-weight: bold;
}

#registrationTable .sectiontableentry1 {
	background-color :#ffffff; 
  color:#000; 
  font-weight:normal;
}

#registrationTable .sectiontableentry2 {
	background-color : #ecebeb; 
  color:#000; 
  font-weight:normal;
}

#registrationTable .form-group {
  margin-bottom: 5px;
}


  
  /*Notes*/
  
    /*    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(119, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);*/

div#maximenuck203  {
  display: none !important;
}

@media (max-width: 767px) {
  div#maximenuck203 {
    display: inherit !important;
  }
}

</pre></body></html>