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

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

/* Float four columns side by side */
.column {
  float: left;
  width: 22.3%;
	margin-bottom: 16px;
  padding: 0 10px;
}
 
/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
 
}
 
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 
.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

 

/* Responsive columns */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
	  margin-bottom: 20px;
  }
}

				
 				#container1{
						width: 98%;	
						clear:both;
						padding: 1em 0%;
					 
						max-width: 1600px;
						overflow: hidden;
						margin-bottom: 1em;
						/*margin-top:0.2em;border:1px solid #D8D9DA !important; max-width: 1680px; */
					}
 		 
		 	 
 
 					.header3
					{ 	font-size: 1.2em;
						font-weight:bold;
						text-transform:uppercase;
						color: #639;
						margin-top: 0.2em;
						margin-bottom: 0.2em;
						line-height:1.5em;
						
					}
 


	
					#container1 div.feature{

						max-width: 1680px;
						clear: both;
						/*padding: 2em 2.25%;*/
						overflow: hidden;
						margin-bottom: 1em;
						margin-right: auto;
						margin-left: auto;	
					 
					}
					
					#container1 div.feature img {
						width: 360px; /* width of container */
						height: 220px; /* height of container */
						object-fit: cover;
						margin-bottom: 1em;
						
					}
			 
					#container1 div.feature:nth-child(even) img{
						float:left;
						margin-right: 5%;
					}
					
					#container1 div.feature:nth-child(odd) img{
						float:right;
						margin-left: 5%;
					}
				 
					 
					#container1div.feature p{
						padding: 16px 10px;
						font-size:1.1em;
						color:#000000;
						padding-top:0;
					}
					 
					#container1 div.feature a{
						color: #639; text-decoration:underline;
					}
					#container1 div.feature a:hover{
						color: #639;
					}

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