<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.rvpcportlet {
    background-color: #2568B3;
    width: 100.25%;
}

.rvpclao{
	background-color: #153855;
	padding:0;
	display: inline-block;
	margin-top: -7px;
	margin-left:-6px;
	margin-right:-8px;
}

.rvpclaop{
	color:#fff;
	padding-right:20px;
	line-height: 1.3;
}


.rvpcpwhite{
	padding-left:15px;
	color: #fff;
	
}






#leadagencies {
margin:0;
	padding-left:8px;
 font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}



#leadagencies td, #leadagencies th {

  padding: 8px;
}


#leadagencies th{
	  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #FFB703;
	  color: #091625;
}




.rvpcdivider{
    border-top: 1px solid #091625;
    width: 100%;
}

.rvpcdividerlight{
    border-top: 1px solid #8D9BAA;
    width: 100%;
}

/** RVPC Tools and Template**/

/****** RVPC Accordion *******************/


.RVPCaccordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.RVPCactive, .RVPCaccordion:hover {
  background-color: #219EBC;
  color: #fff;
	font-weight:bold;
}

.RVPCaccordion:hover:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.RVPCaccordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}



.RVPCactive:after {
  content: "\2212";
  color:#fff;
}

.RVPCpanel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/******** end RVPC accordion**********/


.RVPCSlides {display: none}
img {vertical-align: middle;}


/* Slideshow container */
.RVPC-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.RVPCdot {
    cursor: pointer;
    position: relative;
    height: 10px;
    width: 10px;
    background-color: #736B6B;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .RVPCdot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/**** Tools and Temp stylization*******/


#toolsandtemp{
margin:0;
	padding-left:8px;
 font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#toolsandtemp th{
	padding-left: 8px;
	  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background:#ABC656;
	  color: #091625;
}
#toolsandtemp td{
	padding-top:15px;
	padding-bottom: 15px;
}

.rvpctd {
	font-weight: bold;
	padding-left:8px;
	padding-right:8px;
}

#temp{
margin:0;
	padding-left:8px;
 font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}


#temp th{
		padding-left: 8px;
	  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background:rgba(244,149,47,0.84);
	  color: #091625;
}

#temp td{
	padding-top:10px;
	padding-bottom: 10px;
}

/*** ends Tools and Temp table stylization ****/




.rvpcp {
	padding-left: 8px;
}


.rvpccontact td{
	padding-left:20px;
	padding-bottom:25px;
	width:350px;
}</pre></body></html>