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

body
{  
    font-family: "Roboto", Sans-serif;  
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	color: #000;
}
a
{
	text-decoration:none; color:#83CBDC;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#F8B409;
}
h2
{
	font-size:36px;line-height:44px;
	font-weight:700;margin:0px 0px 30px 0px;	
}
.irbutton, .btn-primary, .ClsButton, .size
{
  
  background-color:#83CBDC;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  color: #000000;
  font-size:15px !important;
  line-height:21px;
  padding:12px 30px;
  outline:none;border:none; font-weight:400 !important;
  font-family: "Roboto", Sans-serif !important;  
  min-width:128px;text-align:center;height:auto !important;
}
.irbutton:hover, .btn-primary:hover, .ClsButton:hover, .size:hover
{
	 background-color:#F8B409;color: #000000;
}
#stockinfo-wrapper h1
{
	font-size:60px;line-height:60px;font-weight:700;
   color:#000;margin:0px;display:inline-block;
}
#stockinfo-wrapper h2
{
	text-align:center;
}
#stockinfo-wrapper .stockname
{
	font-size:30px;line-height:34px;font-weight:700;
	color:#1ABC9C;margin:0px 0px 5px 0px;
}
#stockinfo-wrapper .stockprice .priceDown h1:after, #stockinfo-wrapper .stockprice .priceUp h1:after {
    content: "";
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
	margin:0px 10px;   
}
#stockinfo-wrapper .stockprice .priceUp h1:after {
    background-image: url(../images/arrowup.jpg);
}
#stockinfo-wrapper .stockprice .priceDown h1:after {
    background-image: url(../images/arrowdown.png);
}
#stockinfo-wrapper .stockprice div
{
	font-size: 16px;
	line-height:16px;
    font-weight: 400;
    display: inline-block;
    color: #000000;vertical-align: super;
}
#stockinfo-wrapper .stockprice 
{
	margin-bottom:5px;
}
.stocklist div {
    font-size: 30px;
    line-height: 30px;
    padding: 22px 0px;
    border-bottom: 1px dashed #707070;
}
.stocklist div span {    
    font-weight: 700;
    float: right;
	font-size:32px;line-height:32px;
}
.stocklist div:last-child
{
	border-bottom:0px;
}
#stockinfo-wrapper  iframe
{
	margin-bottom:20px;
}
#stockinfo-wrapper .eod {    
    display: inline-block; opacity: 0.55;  
    font-size: 12px;line-height:14px;
	float: right;letter-spacing: 1px;
	margin-top: 18px;
}
#stockinfo-wrapper a.irbutton {
  
}


#ba-wrapper, #reports-wrapper, #cc-wrapper, #newsalerts-wrapper, #ircontact-wrapper
{
	margin-top:80px;
}
#ba-wrapper .news-container
{
	box-shadow: 0px 3px 10px #00000029;
	border: 1px solid #7070704D;margin-bottom:18px;
	border-radius: 8px;padding:15px 20px;
}
#ba-wrapper .news-container p
{
	color: #1ABC9C; font-weight:700;
	margin:8px 0px 0px 0px; 
}
#ba-wrapper .news-container a
{
	color:#000;
}
#ba-wrapper a.irbutton
{
	margin-top:12px
}

#reports-wrapper  .news-wrapper
{		
	text-align: center;
    margin: 10px 15px;  
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;    
    background-color: #FFFFFF;
    padding: 30px 20px;min-height:150px;height:100%;
	transition: transform 500ms;border-radius: 8px;
	box-shadow: 0px 3px 10px #00000029;
	border: 1px solid #7070704D;
}
#reports-wrapper  .news-wrapper:hover
{
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	transform: translateY(-8px);
}
#reports-wrapper  .news-wrapper h4
{
	margin: 20px 0px 5px 0px;
}
#reports-wrapper .announcements-slider .slick-track
{
	display: flex !important;
}
#reports-wrapper .announcements-slider .slick-slide
{
	 height: inherit !important;
}
#reports-wrapper  .news-wrapper a.irbutton
{
	margin-top:12px;
}

#cc-wrapper
{
	background:url(../images/cc-bg.jpg) no-repeat center;
	background-size:cover;padding:80px 0px;color:#fff;
}
#cc-wrapper h2
{
	color:#fff;
}

#cc-wrapper .cc-item .cc-title
{
	font-weight:600;margin-bottom:20px;
}
#cc-wrapper .irbutton
{
	margin-top:28px;
}

#ctl00_cphContent_pnlSubscribe div
{
	margin-bottom:15px;
}
#newsalerts-wrapper p
{
	margin-bottom:25px;
}
#newsalerts-wrapper .irbutton
{
	margin:15px 10px 0px 0px;
}
#ircontact-wrapper p
{
	margin-bottom:22px;
}
.iconbox div
{
	 font-size:18px;line-height:18px;font-weight:500;
	 margin:18px 0px;
}
.iconbox div span
{
	display:inline-block;vertical-align:middle;
}
.iconbox div span strong
{
	font-size:16px;line-height:24px;font-weight:400;
}
.iconbox img
{
	margin-right:10px;
}
/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
{
	
  
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{
 
}
@media (max-width: 991px) 
{
  #stockinfo-wrapper iframe
  {
	  margin-top:30px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	
}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 } 
 .vertical-align {
    display: flex;
    align-items: center;
  } 
  #cc-wrapper .cc-item
 {
	max-width:450px;
 }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 #ba-wrapper .col-lg-6:last-child, #reports-wrapper .col-lg-6:last-child, #newsalerts-wrapper .col-lg-6:last-child, #ircontact-wrapper .col-lg-6:last-child
 {
	 margin-top:25px;
 }
 .stocklist div, .stocklist div span
 {
	 font-size:22px;line-height:22px;
 }
 #stockinfo-wrapper h1
 {
	 font-size:50px;line-height:50px;
 }
 #stockinfo-wrapper .stockname
 {
	 font-size:24px;line-height:24px;
 }
 #stockinfo-wrapper .stockprice div div
 {
	 display:block;margin-top:6px;
 }

}
@media (max-width: 480px)
{

  #stockinfo-wrapper .eod
  {
	  display:block;float:none;
  }
  #stockinfo-wrapper a.button
  {
	  float:none;margin-top:10px;
  }
  .stocklist div, .stocklist div span
  {
	  font-size:20px;line-height:20px;
  }
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}</pre></body></html>