<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&amp;display=swap');

#container{max-width:100%;   margin-bottom: 0.5em; }  




 &lt;!-- container1 --&gt;

#container_one {
	width: 100%;	
	clear:both;
	padding: 1em 0%;
	overflow: hidden;
	margin-bottom: 1em; 
	/*border:1px solid #D8D9DA  !important; */
	 
}

h3.bcj
{  
	font-weight:normal!important;
	text-align:center!important;
	
	font-size: 1.5em!important;
	text-transform:normal!important;
	
/*color:#fc0!important; text-transform:uppercase!important; */
	color:#fff!important;

	background-color:#639;
	/*margin: 0.1em 0;*/
	margin-bottom: 0.5em;
	 
}

 h3.bcj2
{  
	font-weight:normal!important;
	text-align:center!important;
	
	font-size: 1.1em!important;
	text-transform:normal!important;
	
	
/*color:#fc0!important; text-transform:uppercase!important; */
	color:#fff!important;

	background-color:#639;
	/*margin: 0.1em 0;*/
	margin-bottom: 0.5em;
	 
} 

#container_one div.feature {

	max-width: 1680px;
	clear: both;
	padding: 2em 2.25%;
	overflow: hidden;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;	
	/*border-bottom: 1px solid #ccc;
	border:1px solid #D8D9DA !important; 
	box-shadow: 5px 5px 5px #ccc;*/
	 
}



#container_one div.feature h3
{
	 /*font-style:italic; text-transform:uppercase; font-size: clamp (1.5rem, 2.5vw, 3rem); line-height:1.3em;
	color:#663399;
	font-weight: 700;
	font-weight:bold; 
	padding: 10px;
	font-size: clamp (1.5rem, 2.5vw, 3rem);*/
	
	
	padding: 10px;
	font-size:1.5em;
	font-weight:bold;
	color:#663399;
	
	
}
 
#container_one div.feature h4{
		/*padding:16px10px; 
	 font-size:1.5em; 
	font-size: clamp(1.5rem,4vw,5rem); 
	padding: 10px;
	
	font-size: clamp (1.5rem, 2.5vw, 3rem);
	font-weight:bold;
	font-weight:700;
	color:#000000;
	*/
	padding: 10px;
	font-size: 1.3em;
	font-weight:bold;
	color:#000000;
	
}

 

#container_one  div.feature p{
	/*padding:16px10px;*/
	padding: 10px;
font-size:1.1em; color:#000000;
	
}

#container_one div.feature img {
	float:left;
	/*margin-right: 5%;*/
	padding: 5px;
	margin-left:20px;
}

 
&lt;!--
#container_one div.feature:nth-child(even) img {
	float:left;
	margin-right: 5%;
	padding: 10px;
}

#container_one div.feature:nth-child(odd) img {
	float:right;
	margin-left: 5%;
	padding: 10px;
}
 

#container_one  div.feature p.title {
	font-size:1.3em;
	line-height:1.3em;	
	margin-top: 0em;
	font-weight:bold;
	color:#663399;
}

#container_one  div.feature p.quote{
	font-size:1.2em;
	line-height:1.5em;	
	margin-top: 0.5em;
}--&gt;

#container_one  div.feature ul{
	font-size:1.2em;
	line-height:1.5em;	
	margin-top: 0.5em;
	list-style:disc;
	margin-left:1.5em;
}

&lt;!--#container_one  div.feature p.attribution{
	font-style:italic;
	font-size:1.1em;
	line-height:1.2em;	
	margin-top: 0.5em;
	text-align:left;
}--&gt;
#container_one  div.feature a {
	color: #639;	
}
#container_one  div.feature a:hover {
	color: #639;
}

 &lt;!--

#container_one  div.feature p.viewmore {
	margin-top:2em;	
}

#container_one  div.feature p.viewmore a {
	background: #639;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.6em 1em;
}

#container_one  div.feature p.viewmore a:hover {
	color:#fc0;
}
--&gt;


@media only screen and (max-width:950px){
	#container_one  div.feature {
		margin-left: 2.25%;
		margin-right: 2.25%;
		width: 94.5%;
		clear:both;	
		margin-bottom: 2em;
		padding:0 0 2.5em 0;
		font-size: 1.1em;
	}
	 
	 &lt;!--
	#container_one  div.feature:nth-of-type(3) {
		margin-bottom: 0;
	}--&gt;
	#container_one  div.feature img {
		width: 100%;
		height:100%;
		object-fit:unset;
		float:none !important;
		margin: 0 !important;
	}
	
	#container_one  div.feature p.title {
		margin-top:1em;	
	} 
}
 

 

#container_one table {
  border-collapse: collapse;
  margin: 0;
  
	padding: 3%;
	
  width:auto;
  table-layout: fixed;
		line-height: 1.25; 
	text-align: left; vertical-align:top;  
	border:1px solid #D8D9DA  !important;
	
	/*border:1px solid #D8D9DA  !important; */
	border:1px solid #ffffff !important;
	 
}
 
#container_one table caption {
  font-size: 1.0em;
  margin: .5em 0 .75em;
} 


#container_one table.center {
  margin-left: auto; 
  margin-right: auto;
}



#container_one table p {
	/*padding:16px10px;*/
	padding: 16px 10px;
font-size: 1.05em; 
	color:#000000;
	
}
  

 

	#container_one table img {
		width: 100%;
		height:100%;
		object-fit:unset;
		float:none !important;
		margin: 0 !important;
		background-color:#ffffff !important;
	}
	
#container_one table tr {
  /*background-color: #f8f8f8; padding: .35em; */
 font-size: 1.05em;
	padding: 3%;
 border:1px solid #ffffff  !important;
	/*border:1px solid #D8D9DA  !important; */
	 
}

 

#container_one table th {
  
  text-align: left;
  font-size: 1.05em;
	 
	border:1px solid #ffffff  !important;
 /*padding: .625em;border:1px solid #D8D9DA !important;  padding: 2%;*/
text-align: left; vertical-align: top;  
	 
}

#container_one table td {
  font-size: 1.05em; 
  /*text-transform: uppercase;font-size: .85em; letter-spacing: .1em; border:1px solid #D8D9DA !important; */
	border:1px solid #ffffff  !important;
	color: #000000;  
	  
}

 

  
@media screen and (max-width: 600px) {
  #container_one table {
    border: 0;
	border:1px solid #ffffff  !important;
	background-color: #ffffff !important;
  }

 #container_one table caption {
    font-size: 1.1em;
  }
  
#container_one table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
#container_one div.feature table tr {
    display: block;
    margin-bottom: .625em;
	border:1px solid #ffffff  !important;
	background-color: #ffffff !important;
  }
  
#container_one div.feature table td {
    display: block;
    font-size: .8em;
    text-align: right;
	border:1px solid #ffffff  !important;
	background-color: #ffffff !important;
  }
  

	
#container_one div.feature table td::before {
content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
	border:1px solid #ffffff  !important;
	background-color: #ffffff !important;
  }
  
#container_one div.feature table td:last-child {
    border-bottom: 0;
	border:1px solid #ffffff  !important;
	background-color: #ffffff !important;
  }
	
		
	#container_one  table img {
		width: 100%;
		height:100%;
		object-fit:unset;
		float:none !important;
		margin: 0 !important;
		background-color: #dcdcdc !important;
	}
}
 </pre></body></html>