.cv-clearfloat {clear:both; margin: 0; padding: 0;
}
.cv-logo {
	width: 250px;
	float: left;
	background-image: url(/assets/img/Carevon-logo-sm-tag.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 85px;
}
.cv-spcr {
	height: 30px;
}
.cv-txt1 {
	color: #333333;
	font-size: 18px;
}
.cv-txt2 {
	color: #fff !important;
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cv-txt3 {
	color: #4765A0 !important;
	font-size: 2.5em;
	line-height: 1.7em;
	margin-bottom: .15em;
}
.cv-txt4 {
	color: #333333 !important;
	font-size: 1em;
	line-height: 1.7em;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.cv-hide-m {
	display: block;
}
.cv-bck-color1 {
	background-color: #6BBAA7 !important;
}
.cv-bck-color2 {
	background-color: #B6A19E !important;
}
.cv-brdr1 {
	border-color: #529c8a;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
.cv-fnt-color1 {
	color: #ffffff !important;
}
.cv-header-btns {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.cv-calltoaction-btns {
	text-align: center;
}
.cv-listbox {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 45%;
	padding-right: 3%;
	vertical-align: top;
}
.cv-billboardbox {
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 30%;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid #FFFFFF;
	margin-right: 3%;
}
.cv-billboard-headline {
	font-style: normal;
	font-size: 2.5em;
	color: #FFF;
	line-height: 1.35em;
	margin-bottom: 20px;
}
.cv-billboard-headline2 {
	font-style: normal;
	font-size: 1.5em;
	color: #000000;
	line-height: 1.35em;
	margin-bottom: 5px;
}
.cv-billboard-headline3 {
	font-style: normal;
	font-size: 1em;
	color: #554D4B;
	line-height: 1.35em;
	margin-bottom: 5px;
}

@media (max-width: 991px) { 
.cv-hide-m {
	display: none!important;
}
.cv-header-btns {
	margin-right: 0;
}
.cv-listbox {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	padding: 0;
}
	
}

@media (max-width: 768px) { 
.cv-billboardbox {
	width: 90%;
	margin-bottom: 3%;
}
}