@charset "utf-8";
/* CSS Document */
	.body-copy ul {list-style: none; /* Remove default bullets */}
	.body-copy ul li {margin-bottom:5px;}
	
.body-copy ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  font-size:1.0em;
  width: 1.5em;
  margin-left: -1.5em;
}	
.small-blue-header-reduced {margin:0px; padding:0px;}
.header-boxes {background-color:#EC008C; border-radius:20px 20px 0px 0px;}
#right-core-values {padding-left:0px;}
#right-core-values ul {list-style: none; }
#right-core-values ul li {margin-bottom:8px; font-family: Verdana, Geneva, sans-serif; font-size:10px; font-weight:bold; color: #0077AB;}
#right-core-values ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  font-size:1.0em;
  width: 2.0em;
  margin-left: -2em;
}