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

/*   DARK BLUE COLOR   #08436A   */
/*     MIDD BLUE COLOR   #00567D   */
/*       LITE BLUE COLOR   #1D8DC3   */


.fullSpanGradGreyTopSR {
 	background-image: linear-gradient(rgba(8, 67, 106, 0), rgba(8, 67, 106, .4), rgba(8, 67, 106,  0));
	width: 100%;
	height: 300px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	border-radius: 0px;
	padding: 10px 1px 100px 1px;

}

.sendRepArea {
  width: 100%;
  height: 350px;
  padding: 25px 5px 25px 5px;
  position: relative;

}

.sendRepArea img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.sendRepArea-text-block {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 30px;
  background-color: #00567D;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  width:350px;
  border-radius: 6px;

}

.sendRepArea-text-block li{
  padding-top: 10px;
  font-size: 14px;
}

.sendRepArea-text-block a{
  color: yellow;
}

.sendRepArea-text-block a:hover{
  color: ghostwhite;
}



/* -------------------------------------------------------------------------------------------------------------------------------------------- SMALL SCREEN MEDIA RESPONSIVENESS ---------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- SMALL SCREEN MEDIA RESPONSIVENESS ---------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- SMALL SCREEN MEDIA RESPONSIVENESS ---------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- SMALL SCREEN MEDIA RESPONSIVENESS ---------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- SMALL SCREEN MEDIA RESPONSIVENESS ---------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- SMALL SCREEN MEDIA RESPONSIVENESS ---------------------------- */
@media screen and (max-width: 815px) {

.fullSpanGradGreyTopSR {
		height: 300px;
}

.sendRepArea {
  width: 100%;
  height: 350px;
  padding: 5px 5px 5px 5px;
}

.sendRepArea img{
  width: 100%;
  height: 55%;
}

.sendRepArea-text-block {
  text-align: left;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #00567D;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  width:165px;
  border-radius: 6px;

}

.sendRepArea-text-block li{
  padding-top: 5px;
  font-size: 12px;
}



}/*end media*/
/*end media*/
</pre></body></html>