<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.backpack.dropzone {
  font-family: 'SF UI Display', 'Segoe UI';
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  font-weight: lighter;
  color: white;
  will-change: right;
  z-index: 2147483647;
  bottom: 20%;
  background: #333;
  position: fixed;
  user-select: none;
  transition: left .5s, right .5s;
  right: 0px; }
  .backpack.dropzone .animation {
    height: 80px;
    width: 250px;
    background: url("images/hoverstate.png") left center; }
  .backpack.dropzone .title::before {
    content: 'Save to'; }
  .backpack.dropzone.closed {
    right: -250px; }
  .backpack.dropzone.hover .animation {
    animation: sxt-play-anim-hover 0.91s steps(21);
    animation-fill-mode: forwards;
    background: url("images/hoverstate.png") left center; }

@keyframes sxt-play-anim-hover {
  from {
    background-position: 0px; }
  to {
    background-position: -5250px; } }
  .backpack.dropzone.saving .title::before {
    content: 'Saving to'; }
  .backpack.dropzone.saving .animation {
    background: url("images/saving_loop.png") left center;
    animation: sxt-play-anim-saving steps(59) 2.46s infinite; }

@keyframes sxt-play-anim-saving {
  100% {
    background-position: -14750px; } }
  .backpack.dropzone.saved .title::before {
    content: 'Saved to'; }
  .backpack.dropzone.saved .animation {
    background: url("images/saved.png") left center;
    animation: sxt-play-anim-saved steps(20) 0.83s forwards; }

@keyframes sxt-play-anim-saved {
  100% {
    background-position: -5000px; } }
.style1 {
	color: #195c9f;
	font-size: 18px;
	font-weight:bold;
	font-family: "Open Sans";
}

.style2 {
	color: #195c9f;
	font-size: 16px;
	font-weight:normal;
	font-family: "Open Sans";
}
.twitterBlock
{
	height:500px;
	overflow:auto;
}
.videoBlockRow .tabList li
{
	background:none;
	min-height:74px;
}
.videoBlockRow .tabList li img
{
	max-height:40px;
	margin-right:20px;
}
#whatsnew_readmore
{
	font-size:1.167em;
}
.icon-color
{
	color:#F26522;
}
.home-side-links li a
{
	text-decoration:none;
	display: block;
	margin-bottom: 5px;
	font-family: 'Open Sans';
	font-size:14px;
}
ul.home-tenders
{
	margin-top:20px;
}
.home-tenders li
{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:13px;
}
.tabsAndImplinks .tabContent
{
	min-height:auto;
	height:auto;
}
.menu-trigger
{
	display:none;
}
@media(max-width:1023px)
{
	.menu-trigger:first-child
	{
		display:block;
	}
}
.block1
{
	vertical-align: text-top;
	width:20%;
	float:left;
}
.block2
{
	vertical-align: text-top;
	width:78%;
	float:left;
}
.logo_area
{
	display:inline-block;
	text-decoration:none;
}
.logo_text_first
{
	position:absolute;
	text-decoration:none;
	color:#144C84;
	font-weight:bold;
	font-size:24px;
	top:16px;
	left:80px;
}
.logo_text_second
{
	position:absolute;
	text-decoration:none;
	color:#565656;
	font-weight:bold;
	font-size:17px;
	top:49px;
	left:80px;
}
@media only screen and (max-width: 767px)
{
	.logo
	{
		height: 130px;
		width: 100%;
	}
	.logo a
	{
		text-indent:0em;
		height:59px;
	}
	.logo img
	{
		display:;
		width:100%;
	}
	.logo_text_first
	{
		position:absolute;
		width:100%;
		top:85px;
		left:0px;
		text-align: center;
	}
	.logo_text_second
	{
		position:absolute;
		width:100%;
		top:120px;
		left:0px;
		text-align: center;
	}
}
@media only screen and (max-width: 500px)
{
	.logo_text_first
	{
		font-size:20px;
	}
	.logo_text_second
	{
		font-size:15px;
	}
}
div.pagination
{
	background-color:#fff;
	text-decoration:none;
	color:#195C9F;
	padding:10px 10px 10px 10px;
	font-size:12px;
	text-align:center;
}
div.pagination a
{
	color:#195C9F;
	padding:3px 7px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #195C9F;
	border-radius:3px;
	font-weight:bold;
}
div.pagination span.current
{
	padding:3px 7px;
	border:2px solid #195C9F;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#195C9F;
	border-radius:3px;
	}
div.pagination span.disabled
{
	display:none;
}
#main_menu_style
{
	margin-left:10px;
}
#main_menu_style a
{
	background: url(../images/bullet-list-icon.png) left 1em no-repeat;
	color: #515151;
	display: block;
	line-height: 1.283em;
	padding: 8px 0 8px 15px;
	text-decoration: none;
}
ul.alert_home li
{
	font-size: 1.167em;
    color: #595656;
    margin-bottom: 3px;
}
ul.alert_home li a
{
	color: #595656;
	text-decoration: none;
	position: relative;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
#innerContent table
{
	border: 1px solid #CCCCCC;
}
.inner_pages_content table tr td
{
	border: 1px solid #CCCCCC;
	text-align:left;
}
.inner_pages_content table tr th
{
	border: 1px solid #CCCCCC;
	text-align:left;
	font-weight:bold;
}
.inner_pages_content ul li
{
	list-style-type: square;
	margin-left: 20px;
}
.inner_pages_content ol li
{
	list-style-type: decimal;
	margin-left: 20px;
}
@media (min-width:1022px)
{
	.alert_border
	{
		width:100%;
		height:5px;
		background:#FFFFFF;
		border-radius:5px;
		margin-top:-15px;
		margin-bottom:8px;
	}
}

#slider_area
{
	max-height: 460px;
}
@media(min-width: 767px)
{
	#slider_area
	{
		height:460px;
		overflow:hidden;
	}
	.searchwidth
	{
		width:43%;
	}
}
@media(max-width: 767px)
{
	.language_translator_area
	{
		display: none;
	}
}</pre></body></html>