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

/** purple portlet bg*****/
.GSS_portlet{
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

width: 100.25%;
	}


.GSSh1{
	    color: #fff;
    font-size: 25px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-weight: bold;
    line-height: 1.2em;
}

.GSSh2{
	  color: #043b5c;
	  padding-left: 10px;
	  margin-bottom: 0;
}

.GSSimg {
	width: 250px;
	padding-right: 15px;
}


/* Style the counter cards */
.GSScard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  height: 330px; 
  text-align: left;
  background-color: #f1f1f1;
	margin-bottom: 15px;
	margin-top: 15px;
}




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

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

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

.GSScontainer{
	position:relative;
	text-align:center;
}
.GSSh3{
	font-size: 16px;
	color: #fff;
    width: 150px;
    text-shadow: #2B344E 1px 0 8px;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/**** custom button******/
.GSSbutton {
	border:none;
	border-radius:6px;
	font-weight: 500;
	color: white;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	 transition: all 0.5s;
	background-color: #4164D7;
	
}
.GSSbutton2 {
	border:none;
	border-radius:6px;
	font-weight: 500;
	color: white;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	 transition: all 0.5s;
	background-color: #631248;
	
}


.GSSbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.GSSbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.GSSbutton:hover{
	background-color: darkorange;
}

.GSSbutton:hover span {
  padding-right:15px;
  font-weight: bold;
}

.GSSbutton:hover span:after {
  opacity: 1;
  right: 0;
}

.GSShighlight {
	font-size: 15px;
	font-weight: bold;
	color: #043b5c;
	margin-bottom:5px;
	
	
}

/**paragraph****/

.GSSp {
	padding-left:10px;
	padding-right: 15px;
}

.GSScap {
	font-size: 14px;
}


/*** button links to other OVP GVPP Pages ***/

.GVPPbutton{
  background-color: #fff; 
  border: none;
  border-radius: 8px;
	width:320px;
  color: #4164d7;
  font-weight:bold;
  padding: 20px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	
}

.GVPPbutton2{
  background-color: #fff; 
  border: none;
  border-radius: 8px;
	width:320px;
  color: #a3127d;
  font-weight:bold;
  padding: 20px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	
}
.GVAbuttonShadow {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.14);}

/**** GSS Data *****/

.GSSdatah3{
    color: #fff;
    font-size: 16px;
    background-color: #2B2D70;
    padding: 8px;
    text-align: center;
}
.GSSdata2h3{
    color: #fff;
    font-size: 16px;
    background-color: #A74D08;
    padding: 8px;
    text-align: center;
}

.GSSdata{
    width: 350px;
    height: 155px;
    background-color: rgb(36,190,201,0.25);
    border-radius: 4px;
    padding: 8px;
}

.GSSdata2{
	width: 350px;
    height: 155px;
    background-color: rgba(252,230,210,1.00);
    border-radius: 4px;
    padding: 8px;
}

sup a.GSSsources {
	font-size: 13px !important;
	color: rgb(0, 51, 102) !important;
	line-height: 14pt;
}


/**** Means Safety ********/
.icon-small i{
  height: 38px;  
  width: 38px; 
  color: #fff;
  background-color: #888;
  border-radius: 10%;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;

}
.icon-small{
  display:flex;
  flex-direction:row;
  align-items:center;
}
.details{
  padding:0 1em;
}
.box{
	border-radius: 4px;
  border:1px solid #E39515;
  background-color: #fff7f1;
  width:310px;
  padding:1em;
  margin: 10px
}
.MScontainer{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.icon-small + p {
    margin-top: 15px;
}

.icon-small h4 {
    font-size: 16px;
	font-weight: bold;
	color: #333;
}

.icon-small h5 {
	font-size: 14px;
	font-weight: normal;
	color: #00BDBD;
}


/****
.GSSsources sup a:visited 
{ color:orange;}.notification-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #1ABC9C;
  text-align: center;
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 14px;
}
.notification-top-bar p {
  padding: 0;
  margin: 0;
}
.notification-top-bar p a {
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFF;
  color: #1ABC9C;
  font-weight: bold;
  text-decoration: none;
} ***/</pre></body></html>