<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 */

.GVPPportlet {
background-color: #5C6382;
width: 100.25%;
}


#gvpptree {
	width:300px;
	padding-right: 15px;
}

.gvppgrey{
	margin-top:-8px;
	background-color: rgba(92, 99, 130, 0.09);
	padding:0;
	display: inline-block;

}

.gvpptext{
	padding-left:15px;
	color:#5C6382;
	
}

.gvppul{
	color:#0B2947;
	line-height: 1.8em;
	padding-left: 40px;
    padding-right: 18px;
    margin-left: 30px;
}

.gvppul li:not(:last-child) {
    margin-bottom: 5px;
}


.gvpph2 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	margin: -6px 0px 0px 0px;
	text-shadow: 0px 4px 4px rgba(72, 82, 91, 0.31);
}

.gvppp{
	padding-left:8px;
	padding-right: 15px;
}

/***** Subcommittee Cards ---&gt;

	/* Float four columns side by side */
.GVPcolumn {
  float: left;
  width: 45%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.GVProw {margin: 0 -5px;}

/* Clear floats after the columns */
.GVProw:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .GVPcolumn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.GVPcard {
   border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 370px;
  background-color: #fff;
}
	


/*** Center text over GVP card image***/
.GVPtextcontainer {
  position: relative;
  text-align: center;
}

.GVPcentered {
	color:#fff;
	width:250px;
	font-size: 22px;
	text-shadow: #2B344E 1px 0 8px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.GVPPcardtext {
	padding-left: 20px; 
	padding-right: 20px;
}

.GVPPconclusion {
padding: 0px 25px 0px 25px;
font-weight: 700;
font-size: 17px;
line-height: 25px;
/* or 131% */
text-align: center;
color: #5C6382;
}

.GVPPwhitetext {
      margin-bottom: 0px;
    margin-top: 0px;
	padding: 35px;
	font-weight: 700;
font-size: 23px;
/* or 133% */
color: #FFFFFF;
background-color:orange;
	
}

.GVPstyle1{
	font-size: medium;
	color: #5c6382;
	font-weight: bold;		
}

hr.GVPdivider{
	border-top: 1px solid #5c6382;
	width: 95%;
	
}
</pre></body></html>