@charset "UTF-8";
/* CSS Document */

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px; 
	margin-top: 10px;
	align-items: center;
}

.grid-item {
  /*background-color: #f2f2f2;*/ 
  padding: 20px; 
  text-align: left; 
}

/* Define widths for items spanning multiple columns */
.item25 {
  grid-column: span 3;
}
	
.item33 {
  grid-column: span 4;
}	

.item50 {
  grid-column: span 6;
}
	
	.item66 {
  grid-column: span 8;
}

.item75 {
  grid-column: span 9;
}

.item100 {
  grid-column: span 12;
}

.item20 {
    grid-column: span 2;
}



	
.toc {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .toc ul {
    list-style-type: none;
    padding: 0;
  }
  .toc li {
    margin-bottom: 5px;
  }
  .toc a {
    text-decoration: none;
    color: #333;
  }
  .toc a:hover {
    color: #555;
	
	}
	
	
	.cs-sub-head {font-size: 20px; font-weight: bold; margin: 0px; margin-bottom: 10px;}
	.cs-other-head {font-size: 17px; font-weight: bold; margin: 0px; margin-bottom: 10px;}
	.cs-para {color: #333; line-height:21px; font-size:16px; margin-bottom: 15px;}


a.content-link:link {color:#333; line-height:25px; font-size:16px; margin-bottom: 15px; text-decoration: underline; }
a.content-link:visited {color:#333; text-decoration: underline; }
a.content-link:hover { color:#669900; text-decoration: underline; }
	
	
	
.blog-box {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    margin: 10px;
    text-align: center;
    transition: transform 0.3s;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.blog-box img {
    
    width: 100%;
    height: 200px; 
    object-fit: cover; 
    /*border-bottom: 1px solid #ddd;*/
}

.blog-box h2 {
    font-size: 1.5em;
    margin: 15px 0;
    padding: 0 10px;color: inherit;
	flex: 1;
}

.blog-box button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    /*margin: 20px 0;*/
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s;
	margin-top: auto;
	margin-bottom: 20px;
}

.blog-box button:hover {
    background-color: #0056b3;
	cursor: pointer;
	text-decoration: underline;
	}

.blog-box:hover {
    transform: scale(1.05);
}	
	
/*.blog-box:hover h2 {
    text-decoration: underline;
}	*/
	
.blog-box:visited h2 {
    color: #333; 
}	
	
a.blog-box h2 {
    color: #333; 
	text-decoration: none;
}	

.blog-box2 {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    margin: 10px;
    text-align: center;
    transition: transform 0.3s;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.blog-box2 img {
    
    width: 100%;
    height: 200px; 
    object-fit: cover; 
    /*border-bottom: 1px solid #ddd;*/
}

.blog-box2 h2 {
    font-size: 1.5em;
    margin: 15px 0;
    padding: 0 10px;color: inherit;
	flex: 1;
}

.blog-box2 button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    /*margin: 20px 0;*/
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s;
	margin-top: auto;
	margin-bottom: 20px;
}

.blog-box2 button:hover {
    background-color: #0056b3;
	cursor: pointer;
	text-decoration: underline;
	}

.blog-box2:hover {
    transform: scale(1.05);
}	
	
/*.blog-box:hover h2 {
    text-decoration: underline;
}	*/
	
.blog-box2:visited h2 {
    color: #333; 
}	
	
a.blog-box2 h2 {
    color: #333; 
	text-decoration: none;
}


.callout-box {
  background-color: #f0f0f0;
  border-left: 4px solid #669900;
  padding: 10px 20px;
  margin: 25px 0;
}
.callout-box h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.callout-box p {font-size: 14px; line-height: 20px;}

.benefit-list {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
font-size: 16px;
    line-height: 21px;
}

.benefit-list li {
  position: relative;
  padding-left: 25px; /* Add space for custom bullet */
  margin-bottom: 10px;
}

.benefit-list li:before {
  content: "●"; 
  color: #669900; 
  position: absolute;
  left: 0;
  font-size: 1em;
  line-height: 1.3;
}

    .benefit-list2 {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
font-size: 16px;
        line-height: 21px;
}

.benefit-list2 li {
  position: relative;
  padding-left: 25px; /* Add space for custom bullet */
  margin-bottom: 10px;
}

.benefit-list2 li:before {
  content: "●"; 
  color: #FFF; 
  position: absolute;
  left: 0;
  font-size: 1.2em;
  line-height: 0.9;
}
  .benefit-list3 {

  padding: 0;
  margin: 0;
font-size: 16px;
        line-height: 21px;
}
  .benefit-list3 li {
  position: relative;
  padding-left: 25px; /* Add space for custom bullet */
  margin-bottom: 10px;
}  

.timeline {
  display: flex;
  flex-direction: column;
  border-left: 4px solid #669900;
  padding-left: 20px;
  margin: 20px 0;
}
.timeline-step {
  margin: 10px 0;
}
.timeline-step h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.timeline-step p {
 font-size: 16px; line-height: 20px;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.comparison-table th, .comparison-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.comparison-table th {
  background-color: #669900;
  color: white;
}

.content-type {
  display: inline-block;
  background: #0073e6; /* Blue for Case Studies */
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 8px;
}

.case-study { background: #0073e6; } /* Blue for Case Studies */
.application-guide { background: #28a745; } /* Green for Application Guides */
.resource {background: #FFF; border: 1px solid;}

.case-study-h3 {font-size: 13px; line-height: 1.2em; margin-bottom: 6px;}


	

@media (max-width: 768px) { /* Adjust max-width as needed for mobile view */
  .grid-container {
    grid-template-columns: repeat(1, 1fr); width: 98%; /* Change to 1 column for mobile view */
  }
  
  /* Reset grid column spans for mobile view */
  .item25,
  .item33,
  .item50,
	.item66,
  .item75,
  .item100 {
    grid-column: span 1;
     
  }
}
