/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
ul.bullet {
  list-style-type: none;
  padding-left: 24px;
  /*
		The following codes will work for individual LI in a UL
		To set up classes for the entire UL, see the section below.
	*/

}
ul.bullet li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #313f71;
}
ul.bullet li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
ul.bullet .bullet-facebook:before {
  content: "\f082" !important;
}
ul.bullet .bullet-video:before {
  content: "\f03d" !important;
}
ul.bullet .bullet-instagram:before {
  content: "\f16d" !important;
}
ul.bullet .bullet-twitter:before {
  content: "\f081" !important;
}
ul.bullet .bullet-linkedin:before {
  content: "\f08c" !important;
}
ul.bullet .bullet-lock:before {
  content: "\f023" !important;
}
ul.bullet .bullet-desktop:before {
  content: "\f108" !important;
}
ul.bullet .bullet-bars:before {
  content: "\f0c9" !important;
}
ul.bullet .bullet-clock:before {
  content: "\f017" !important;
}
ul.bullet .bullet-phone:before {
  content: "\f095" !important;
}
ul.bullet .bullet-user:before {
  content: "\f007" !important;
}
ul.bullet .bullet-mouse-pointer:before {
  content: "\f245" !important;
}
ul.bullet .bullet-database:before {
  content: "\f1c0" !important;
}
ul.bullet .bullet-external-link:before {
  content: "\f08e" !important;
}
ul.bullet .bullet-email:before {
  content: "\f0e0" !important;
}
ul.bullet .bullet-email-outline:before {
  content: "\f003" !important;
}
ul.bullet .bullet-fax:before {
  content: "\f1ac" !important;
}
ul.bullet .bullet-map-marker:before {
  content: "\f041" !important;
}
UL.bullet-big li {
  font-size: larger;
}
/*
	Use this section to program a bullet type for an entire UL.
	To control indiviual list items, see the code above.
*/

.bullet-chevron-circle-right li:before {
  content: "\f138" !important;
}
.bullet-check li:before {
  content: "\f00c" !important;
}
.bullet-video li:before {
  content: "\f03d" !important;
}
.bullet-check-circle li:before {
  content: "\f058" !important;
}
.bullet-check-square li:before {
  content: "\f14a" !important;
}
.bullet-check-square-o li:before {
  content: "\f046" !important;
}
.bullet-external-link li:before {
  content: "\f08e" !important;
}
.bullet-pdf li:before {
  content: "\f1c1" !important;
}
.bullet-check-square li:before {
  content: "\f046" !important;
}
.bullet-calendar li:before {
  content: "\f073" !important;
}
.bullet-clock li:before {
  content: "\f017" !important;
}
