<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 */
.featured-article-badge {display:none;}
/* Top Bar */


#sp-top-bar {
	padding: 4px 0;
    font-size: 14px;
}

#sp-top-bar a{
	color:#FFF;
	font-size:14px;
}





/* Header */
#sp-header img { transition: height 1s;}
#sp-header.header-sticky img { height:40px;}
#sp-header.header-sticky {height: 50px; background:rgba(255,255,255,1.0); }
#sp-header.header-sticky .sp-megamenu-parent &gt; li &gt; a {line-height:50px}
#sp-header.header-sticky  #sp-menu &gt; .sp-column {height: 50px;}
#sp-header.header-sticky .logo {height: 50px; margin-top:0px;}

@media (max-width: 575px) {
#sp-header {height: 60px;}
  }
@media (max-width:1300px) {
.sp-megamenu-wrapper {display:none!important;}
}
/* offCanvas */
.offcanvas-menu .logo-image {width:150px!important; height:auto!important;}


@media (max-width: 1399px) {
    .sp-megamenu-parent {display:none!important;}
}
@media (min-width: 1400px) {
   #offcanvas-toggler {display:none!important;}
}

/* Readmoe */
.readmore a,
.readmore a.btn {
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFFFFF!important;
  background:#0d8ab9;
  border-radius: 4px;
}

.readmore a:hover,
.readmore a.btn:hover {
  background:#000066;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF!important;
}

/* Mainbody */
#sp-main-body {
  padding: 80px 0;
}

/* Footer */
#sp-footer .container-inner {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


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