<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  font-size: 1.5rem !important; }

h2 {
  font-size: 1.2rem !important; }

h3 {
  font-size: 1.1rem !important; }

h4 {
  font-size: 1rem !important; }

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
  h1 {
    font-size: 2.1rem !important; }
  h2 {
    font-size: 1.4rem !important; }
  h3 {
    font-size: 1.2rem !important; }
  h4 {
    font-size: 1.1rem !important; } }

.pgIndicator {
  font-size: 16px;
  background-color: #214e38;
  color: #FFF;
  width: 100%; }

.pgview {
  margin-top: 3px; }

.itmContainer {
  box-shadow: 1px 1px 5px #999; }

.itmContainer:hover {
  box-shadow: 1px 1px 5px #7fb21e; }

.itmTitle {
  font-weight: bold;
  color: #214e38; }

.itmDescText {
  line-height: 18px; }

.itmDesc {
  text-align: justify;
  padding: 0 30px 0 10px;
  height: 114px;
  position: relative;
  overflow: hidden;
  line-height: 18px; }

.itmDesc .readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0 0 0px 0;
  background-image: linear-gradient(to bottom, white, white); }

.btnMoreCont {
  text-align: justify;
  position: relative;
  width: 89%; }

.btnMore {
  margin: 10px 0 0 15px; }

.stickybtn {
  margin-bottom: 12px; }

.rslogo {
  border: 1px solid #333;
  padding: 5px; }
</pre></body></html>