.bullets{
	list-style: none; /* Remove default bullets */
}
ul.bullets li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #231f20; /* Change the color */
  font-weight: 300; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.bullets li strong {
	color: #66B806;
}
.bullets li {
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 812px){
	.visible-lg{
		display:block;
	}
	.right-lg{ 
		float:right;
	}
}
h2.index-title{	
	padding: 0;    
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
@media (max-width: 850px) {	
	.index-title{
		font-size: 1.6em !important;
		line-height: 24px !important; 
		text-size-adjust: none;
	}
	h3.index-title{
		font-size: 1.0em !important;
		line-height: 24px !important;		
	}
	.visible-lg{display:none;}	
}

@media (max-width: 600px) {
	h2.index-title{
		font-size: 1.2em !important;
		line-height: 26px !important;		
	}
	h3.index-title{
		font-size: 0.95em !important;
		line-height: 26px !important;		
	}
	.visible-lg{
		display:none;
	}	
	.padding{
		padding: 0 15px;
	}
	.form.padding {
		padding: 15px;	
	}
}
.call-to-action:last-child{
    margin: 0 0 10px 0;
    padding: 10px;
    font-size:1.4em;
}