﻿/*Customer*/
.fa-halo-customer:before{
	content:"\f007"
}
/*Household*/
.fa-halo-household:before{
	content:"\f0c0"
}
/*Phone number*/
.fa-halo-phone:before{
	content: "\f098"
}
/*Address*/
.fa-halo-addr:before{
	content: "\f015"
}
/*Email*/
.fa-halo-email:before{
	content: "\f0e0"
}

/*Vehicle*/
.fa-halo-vehicle:before{
	content: "\f0d1"
}
/*Vehicle length*/
.fa-halo-vehlen:before { 
	content: "\f07e"
}
/*Vehicle engine capacity*/
.fa-halo-vehcap:before{
  content: "\f012";
}
/*Slideouts*/
.fa-halo-slideout:before {
	content:"\f090"
}
/*VIN*/
.fa-halo-vin:before{
	content:"\f02a"
}
/*Vehicle year*/
.fa-halo-vehyear:before{
	content: "\f133"
}
/*Vehicle mileage*/
.fa-halo-vehmileage:before {
  content: "\f0e4";
}

/*Quote*/
.fa-halo-quote:before{
	content: "\f10d"
}
/*Contract*/
.fa-halo-contract:before{
	content: "\f0e3"
}
/*Policy*/
.fa-halo-policy:before{
	content: "\f044"
}
/*Payment*/
.fa-halo-payment:before{
	content: "\f0d6"
}
/*Memo*/
.fa-halo-memo:before{
	content: "\f0e6"
}
/*Master Key*/
.fa-halo-masterkey:before {
  content: "\f084";
}

/*Amendment Queue*/
.fa-halo-queue:before{
  content: "\f03a";
}

.fa-halo-coveragechange:before {
  content: "\f080";
}

/*Fulfillment*/
.fa-halo-fulfillment:before {
	content: "\f1ea";
}


.fa-halo-paperclip:before{
    content: "\f0c6";
}

.fa-halo-rotate-225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}