@charset "utf-8";
body {
	background-color: rgba(255,255,255,1.00);
	font-family: muli;
	font-style: normal;
}
.bg-blue {
	 background-color: rgba(24,66,143,1.00) !important;
}
.bg-red {
	 background-color: rgba(213,28,41,1.00) !important;
}
.bg-grey {
	 background-color: rgba(128,130,133,1.00) !important;
}
.c-blue {
	 color: rgba(24,66,143,1.00) !important;
}
.c-red {
	 color: rgba(213,28,41,1.00) !important;
}
.c-grey {
	 color: rgba(128,130,133,1.00) !important;
}
.txt_sm {
	font-size: small;
	color: rgba(255,255,255,1.00);
}
.cbullet {
	margin-left: 2em;

}

p {
	font-size: large;
}
h1 {
	color: rgba(24,66,143,1.00) !important;
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
	font-size: 5em;
	text-align: center;
}
h2 {
	color: rgba(24,66,143,1.00) !important;
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5	em;
	text-align: center;
}
h3 {
	color: rgba(24,66,143,1.00) !important;
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5 em;
	text-align: center;
}
.nav-phone {
	color: rgba(255,255,255,1.00);
	font-size: x-large;
}
.txt-white {
	color: rgba(255,255,255,1.00) !important;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}
.txt-med {
		font-size: medium;
}
.txt-lg {
		font-size: x-large;
}
li {
	color: rgba(255,255,255,1.00) !important;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	font-size: large;
}
span.icon:before { 
  font-family: 'Glyphicons Halflings'; 
  content:"\e182"; 
}
.imgcntr {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
