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

.GVROportlet {
background-color: #576CBC;
width: 100.25%;
}


#gvrointro {
	width:180px;
	padding-right: 15px;
}


.GVROhighlight{
	width:100%;
	background-color: rgba(4,66,103,0.18);
	display: inline-block;

}
.GVROhighlight2{
	width:100%;
	background-color: rgba(11,73,110,0.90);
	color: #fff;
	display: inline-block;
	padding-top: 15px;

}

.GVROh3{
	font-size: 16px;
    color: #243877;
	padding-top:10px;
}


.GVROdef{
	width:98%;
	background-color: rgba(255,172,28,0.35);
	color:#484C5E;
	display: inline-block;
	padding:15px 15px;
	border-radius: 10px;
	margin: 10px 10px;

}

.GVROtext{
	padding-left:15px;
	color:#5C6382;
	font-size:15px;
	text-align: center;
	
	
}

.GVROp{
	padding: 15px 15px;
	color:#5C6382;
	font-size:16px;
	
	
}
.gvppp {
	padding: 15px 15px;
 
}

.GVROsup{
	padding-left:15px;
	padding-right:15px;
	color:#5C6382;
	font-size:12px;
	text-align:left;
	
	
}

/***GVRO accordion *****/

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


.GVROactive, .GVROaccordion:hover {
  background-color:rgba(7,105,166,0.22);
	 color: #0B2447;
  font-weight: bold;
}

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


.GVROactive:after {
  content: "\2212";
}


.GVROpanel {
  padding: 10px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


/*****end GVRO Accordion******/

table.GVROtable, table.GVROtable2, table.GVROhelp{
  border-collapse: collapse;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  display: block; 
  margin-left: auto;
  margin-right: auto;
}


table.GVROtable th{
width: 80%;
font-size:18px;
padding:10px;
background-color:#4F61AB;
color: #fff;
  border-collapse: collapse;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;

}



.GVROtable ul {
	margin-left:40px;
	padding: 15px 20px;
	
}
.GVROtable2 ul {
	margin-left:40px;
	padding: 15px 20px;
	
}

table.GVROtable2 th{
width: 80%;
font-size:18px;
padding:10px;
background-color:#044267;
color: #fff;
border-collapse: collapse;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;


}

table.GVROhelp th{
width: 80%;
font-size:18px;
padding:10px;
background-color:#0775B7;
color: #fff;
border-collapse: collapse;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;

}

table.GVROhelp td{
width: 650px;
padding-left:15px;
padding-right:15px;
padding-bottom: 10px;
  border-collapse: collapse;
border-top: 1px solid rgba(92,99,130,0.69);
}

.capfoot { border-top: 1px solid rgba(92,99,130,0.69);
           font-size: 13px;
           padding:5px;}



/* Right Tool for Right Situation Columns */
.RTRScolumn {
  float:left;
  width: 31%;
  margin:1% 1% 45px 1%;
}

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



.RTRSsvg{
		width: 30%;
	 display: block; 
  margin-left: auto;
  margin-right: auto;
/** padding-left: 35px;***/
	padding-bottom: 10px;
	}

.RTRS {
	margin-top: 0px;
	text-align: center;
}



a.RTRSsvglink {
position: relative;
  display: inline-block; 
 
}


a.svglink {
position: relative;
  display: inline-block; 
 
}


a.svglink:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}



/** button ***/



.btn-outline-blue {
	
    --bs-btn-color: rgba(45,63,119,0.32);
    --bs-btn-border-color: #2d3f77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(45,63,119,0.32);
    --bs-btn-hover-border-color: rgba(45,63,119,0.32);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(45,63,119,0.32);
    --bs-btn-active-border-color: rgba(45,63,119,0.32);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(45,63,119,0.32);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
	
}


.btn-outline-blue:hover {
	background-color:rgba(57,95,215,0.32);
	color: #fff;
}




</pre></body></html>