@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Helvetica Neue LT Medium Cond';
	src: 
		url('../fonts/HelveticaNeueLT-67MdCn.woff') format('woff'),
		url('../fonts/Helvetica-Neue-LT-67-Medium-Condensed.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue LT Condensed';
	src: 
		url('../fonts/HelveticaNeueLT-77BdCn.woff') format('woff'), 
		url('../fonts/Helvetica-Neue-LT-77-Bold-Condensed.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue LT';
	src: 
		url('../fonts/HelveticaNeueLT-95Blk.woff') format('woff'), 
		url('../fonts/Helvetica-Neue-LT-95-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue LT';
	src: 
		url('../fonts/HelveticaNeueLT-75Bd.woff') format('woff'), 
		url('../fonts/Helvetica-Neue-LT-75-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue LT';
	src: 
		url('../fonts/HelveticaNeueLT-65Md.woff') format('woff'), 
		url('../fonts/Helvetica-Neue-LT-65-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
body
{
	font-family: 'Helvetica Neue LT';
	/*font-size:15px;	*/
	background-color:transparent;
	color:#606060;
	font-weight:400;
	font-size: calc(12px + 4 * ((100vw - 380px) / 1540));
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p, a, b, span, ul, li {
    font-family: 'Helvetica Neue LT' !important;
}
h2
{
	/*font-size:64px;*/margin:0px;font-weight:600;	
	font-size: calc(38px + 32 * ((100vw - 380px) / 1540));
    line-height: 1;
    margin-bottom: 23px;
}
h5, .acc_head {
    font-size: calc(14px + 8 * ((100vw - 380px) / 1540));
    line-height: 1.5;
}
h6, .ar-heading, .eventCalendarTitle {
    font-size: calc(10px + 4 * ((100vw - 380px) / 1540));
    line-height: calc(10px + 4 * ((100vw - 380px) / 1540));
    text-transform: uppercase;
	color: #e54619;font-weight: 700;
    letter-spacing: 1px;margin-bottom:15px;
}
h2, h2 a, h2 a:hover {
    color: #161922;
}
a
{
	text-decoration:none; color:#e54619;
}
a:hover
{
	text-decoration:none;color:#052D74;
}
img
{
	outline:none;border:0;
}
.ir-button, .btn-primary, .ClsButton, .size, .viewBtn
{
    position: relative;
    padding: 12px 30px 11px 45px;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 25px;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border-radius: 50px !important;
    transition: .3s;
    background: transparent;
    overflow: hidden;display:inline-block;
	font-family:inherit !important;text-transform: uppercase;
	z-index:99;
}
input.ir-button, .ClsButton, input.btn-primary
{
	background: linear-gradient(90deg, #2D67C8 0%, #052D74 100%);
    outline: none;
    border: 0;
    display: inline-block;
    padding: 12px 45px 11px 45px;
	height: auto !important;
    width: auto !important;
}
input.ir-button:hover, .ClsButton:hover, input.btn-primary:hover
{
	background: linear-gradient(90deg, #2D67C8 0%, #2D67C8 100%);
}
.ir-button:after, .btn-primary:after, .size:after, .viewBtn:after
{
	position: absolute;
    content: '';
    background: linear-gradient(90deg, #2D67C8 0%, #052D74 80%);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: .3s;
}
.btn-primary:after
{
	z-index:-1;
}
.ir-button:hover:after, .btn-primary:hover:after, .size:hover:after, .viewBtn:hover:after {
    width: 250% !important;
}
.ir-button:before, .btn-primary:before, .size:before, .viewBtn:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 45%;
    left: 25px;
    width: 4px;
    height: 4px;
    transition: .3s;z-index: 9;
}
.ir-button:hover:before, .btn-primary:hover:before, .size:hover:before, .viewBtn:hover:before {
    left: 20px;
}
.ir-button span, .viewBtn span {
    display: block;
    transition: .3s;
	z-index: 99;
    position: relative;
}
.ir-button:hover span, .viewBtn:hover span {
    transform: translateX(2px);
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/**********CW home page price ticker css*********/
.stk-val-cw
{
   font-size:40px;font-weight:bold;	line-height:40px;
   color: #161922;font-size: calc(28px + 24 * ((100vw - 380px) / 1540));
   line-height: 1;
}
.stk-val-cw span
{
	font-size: 18px;
    line-height: 18px;
    bottom: 1px;
    padding-left: 4px;
    font-weight: 400;
}
.stk-val-cw.priceDown:before, .stk-val-cw.priceUp:before {
    content: "";
    background-size: cover;
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
}
.stk-val-cw.priceDown:before {
    background-image: url(../images/arrowdown.png);
}
.stk-val-cw.priceUp:before {
    background-image: url(../images/arrowup.png);
}

#stockinfo-wrapper
{
	margin-top:100px;
}
#stockinfo-wrapper h2
{
	text-align:center;
}
#stockinfo-wrapper .stockprice h2{
	
    font-weight: bold; 
	margin: 0px 0px 0px;text-align:left;
}
#stockinfo-wrapper h4, div#ctl00_cphContent_uPnlPrcTicker h4
{
	font-size: 20px;
    line-height: 24px;margin:0px 0px 18px 0px;
    color: #E54619;font-weight:bold;
}
#stockinfo-wrapper .stockprice sub
{
	font-size: 20px;
    line-height: 20px;
    bottom: 1px;
    padding-right: 4px;
    font-weight: 400;
}

#stockinfo-wrapper .stockprice .priceDown:after, #stockinfo-wrapper .stockprice .priceUp:after {
    content: "";
    background-size: cover;
    width: 19px;
    height: 16px;
    display: inline-block;
	margin-left:8px;   
}
#stockinfo-wrapper .stockprice .priceUp:after {
    background-image: url(../images/arrowup.png);
}
#stockinfo-wrapper .stockprice .priceDown:after {
    background-image: url(../images/arrowdown.png);
}
#stockinfo-wrapper .stockprice div
{
	color: #000E26;
}
#stockinfo-wrapper .stockprice div span
{
	padding-left:8px;
}
#stockinfo-wrapper .eod {       
    display: inline-block;   
    font-size: 12px;
	line-height:15px;
	margin: 18px 0px 0px 0px;
	float:right;
}
#stockinfo-wrapper .stocllist
{
	font-size:16px;line-height:19px;color: #161922;
	width: 24.5%;display: inline-block;
	border-right: 1px solid #d4d4d4;text-align:center;
}
#stockinfo-wrapper .stocllist:first-child
{
	text-align:left;
}
#stockinfo-wrapper .stocllist:last-child
{
	text-align:right;border:none;
}
#stockinfo-wrapper .stocllist span
{
	display:block;font-size:40px;line-height:48px;
	font-weight:bold;padding-top:8px;	
}
#stockinfo-wrapper iframe
{
	margin:30px 0px;
}


#bursainfo-wrapper
{
	background:url(../images/bursainfo-bg.jpg) no-repeat center;
	padding:100px 0px;background-size:cover;margin-top: 100px;
}
#bursainfo-wrapper .bursainfo-box
{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 24px #00000029;
	opacity: 1; padding:30px 20px;margin: 12px 0px;
}
#bursainfo-wrapper .bursainfo-box a, #calendar-wrapper .calendar-container h5
{
	color: #E54619; min-height:140px;
	font-size:18px;line-height:22px;
	display:block;
}
#bursainfo-wrapper .bursainfo-box a span
{
	display:block;padding-bottom:8px;
}



#rp-wrapper, #key-highlights
{
	background:url(../images/rp-bg.jpg) no-repeat center top;
	padding:100px 0px;background-size:cover;
}
#rp-wrapper h2
{
	text-align:center;
}
#rp-wrapper .reports-container {
    position: relative;
    min-height: 22vw;
    overflow: hidden;
    height: 100%;
}
#rp-wrapper .reports-img {
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    height: 100%;
    width: 100%;
}
#rp-wrapper .reports-img img {
    height: 100% !important;
    width: 100%;
    transition: .3s;
}
#rp-wrapper .reports-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 22vw;
    min-height: 380px;
    width: 100%;
    padding: 2.604vw 2.604vw 1.302vw;
}
#rp-wrapper .reports-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 55%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #2D67C8E6 0%, #052D7400 65%);
    z-index: -1;
    transition: .3s;
}
#rp-wrapper .reports-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;color: #ffffff !important;
    border-bottom: 1px solid white;
}

#rp-wrapper .reports-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: white;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    /*z-index: -1;*/
    transition: .3s;
}
#rp-wrapper .reports-content:hover:after {
    width: 200px;
    height: 180px;
}
#rp-wrapper .reports-container:hover .reports-img img {
    transform: scale(1.2);
}
#rp-wrapper .reports-content:hover .reports-button {
    opacity: 1;z-index:2;
}
#rp-wrapper .reports-button {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 5%;
    right: 6%;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s;
    margin: 0;
}

#calendar-wrapper
{
	background: url(../images/cc-bg.jpg) no-repeat center;
    padding: 100px 0px;
    background-size: cover;    
}
#calendar-wrapper .calendar-container {   
    background-color: white;
    /*padding: 30px 0 25px 35px;*/
	padding:30px 25px;
    position: relative;
    border: 0.5px solid #D6D6D6;
	transition: .3s;
	
}
#calendar-wrapper .calendar-container h5 {    
    /*color: #E54619;
	font-size: calc(14px + 8 * ((100vw - 380px) / 1540));
    line-height: 1.5;
	min-height:250px;*/min-height:200px;
}
#calendar-wrapper .calendar-container h3, #bursainfo-wrapper .bursainfo-box h3 {
    transition: .3s;opacity: .6;
	font-size: calc(24px + 14 * ((100vw - 380px) / 1540));
    line-height: 1.25;margin-bottom:0px;
}


#newsalert-wrapper
{
	background:url(../images/rp-bg.jpg) no-repeat center;
	padding:100px 0px;background-size:cover;text-align: center;
}
#newsalert-wrapper input[type="text"] {   
    margin-bottom: 25px;
  }
#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div {
    display: inline-block;
    width: 46%;
    position: relative;
}
#newsalert-wrapper #ctl00_cphContent_pnlSubscribe div:first-of-type {
    margin-right: 25px !important;
}
#newsalert-wrapper a
{
	display:inline-block; vertical-align:middle;margin-left: 12px;
}
#newsalert-wrapper p
{
	margin-bottom:30px;color:#000E26;
}

#ircontact-wrapper
{
	background:url(../images/ir-contact-bg.jpg) no-repeat center;
	padding:100px 0px;background-size:cover;
}
#ircontact-wrapper p
{
	color:#000E26;
}
#ircontact-wrapper .contact-box
{
    box-shadow: 0px 5px 25px #000e261a;   
    background-color: #fff;
	color:#000E26;
	padding:30px;
	text-align:center;margin: 12px 0px;
}
#ircontact-wrapper .contact-box img
{
	margin:0 auto;margin-bottom:38px;
}
#ircontact-wrapper .contact-box p span
{
	display:block;
}
#ircontact-wrapper .contact-box p
{
	min-height:50px;
}



/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	.smk_accordion
	{
		width:88%;margin:0 auto !important;
	}
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
 
}
@media (min-width: 992px)
{
  .vertical-align {
    display: flex;
    align-items: center;
 }  
}
@media (max-width: 991px) 
{
 .subsidiary-container
 {
	 margin-bottom:24px;
 }
 #stockinfo-wrapper .stockprice
 {
	 margin-bottom:30px;text-align:center;
 }
 #stockinfo-wrapper .stockprice h2
 {
	 text-align:center;
 }
 #ircontact-wrapper, #stockinfo-wrapper h4
 {
	 text-align:center;
 }
 
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{

}
@media (min-width: 768px)
{
 .row-eq-height, #events-section .event-news  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 }
 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
  #newsalert-wrapper #ctl00_cphContent_pnlSubscribe div, #newsalert-wrapper .container div
  {
	  width:100%;display:block;
  }
  #stockinfo-wrapper .stocllist
  {
	 width: 49%;
    text-align: center !important;
    margin: 20px 0px;
  }
  #stockinfo-wrapper .stocllist:nth-child(2)
  {
	  border:none;
  }
}
@media (max-width: 480px)
{
	#stockinfo-wrapper .stocllist span
	{
		font-size:30px;line-height:38px;
	}
	#stockinfo-wrapper .eod
	{
		display:block;float:none;
	}
}
/* Portrait i phones and smaller */
@media (max-width: 380px) 
{
	#newsalert-wrapper a
	{
		display: block;
		width: fit-content;
		margin: 0 auto;
		margin-top: 12px;
	}
}

