.ftwhite {
	color: #fff !important;
}
.special-ul{
	margin-left: 50px;
	font-size: 20px;
	color: #11568b;
	list-style: none;  
}
.special-ul li::before {
  content: "\2022"; /* Add a custom bullet character */
  color: red; /* Set the color of the custom bullet */
  display: inline-block; /* Adjust spacing and positioning */
  width: 1em;
  font-size:32px;
  margin-left: -1em;
}
label.ftwhite{
	font-size: 24px!important;
	font-family: lato;
	font-weight: 900;
}
.theme-blue{
		background-image: url(../images/mdl-blue-min.jpg);
	}
h1.bgtext{
	font-family: arial;
	font-size: 40px;
	font-weight: 900em;
}
.f-green{
	color: green;
}
.f-white{
	color: #fff;
}
