@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
 /*   font-display: swap;*/
}

body {
	font-family: 'Century Gothic';
	color:#666666;
	font-size: 14px;
	overflow-x: hidden;
}
a
{
	text-decoration:none; color:#023e81;
	outline: none;
}
a:active, a:focus, a:hover, .btn-primary:active, .btn-primary:hover, .btn-primary:focus
{
	outline:none;border:0;text-decoration:none;
}
a:hover
{
	text-decoration:none;color:#222;
}
p, ol
{
	text-align:justify;
}
.flex-middle
{
	justify-content: center;
    display: flex;   
    padding: 60px;
}
.mt30
{
	margin-top:30px;
}

ol li
{
	margin-top:12px;
}
ol[type="a"] li
{
	margin-top:5px;
}
.financialInfo table td.text-right
{
	text-align:right !important;
}
.financialInfo.text-left table td
{
	text-align:left !important;
}
h3
{
	margin-top:8px;font-size:22px;
}

/********Financial Info****************/
.z-tabs > ul > li > a
{
   font-size:15px !important;
   color:#000 !important;
}	
.highcharts-tooltip > span {
	
    background-color: rgba(255,255,255,0.95);
	background-color: white;     
    z-index: 99999 !important;
}
.financialInfo .nav-tabs {
    margin-bottom: 20px;
}
.percentage-row {
    font-size: 13px;
    color: #2d5ca3;
    font-style: italic;
}
.financialInfo .nav-tabs > li {
  float: left;
  margin-top: 2px;
}

.financialInfo .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1;    
  border-radius: 0px 0px 0 0;
  font-weight: bold;
  background-color: #f7f7ef;  
  border: none;
  outline: none;
}
.financialInfo .nav-tabs > li > a:hover {
  
}
.financialInfo table > tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
.financialInfo .nav-tabs > li.active > a,
.financialInfo .nav-tabs > li.active > a:hover,
.financialInfo .nav-tabs > li.active > a:focus {
  color: #fff !important;
  cursor: default;
  background-color: #023e81; 
  border-bottom-color: transparent;
  font-weight:bold;
  border:none;
}
.table-section {
    margin-top: 50px;
}
.financialInfo thead
{
	
}
.financialInfo thead tr {  
	background: #023e81;
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 700 !important;
    border-bottom: 2px solid #545454;
}
.financialInfo thead th
{
	padding:20px 10px !important;text-align:right !important;
	font-weight: 500 !important;
}
.financialInfo table td
{
	text-align: right !important;
}
.financialInfo thead th:first-child, .financialInfo table td:first-child
{
	text-align:left !important;
}
.tr-heading th {
    background-color: #fff !important;
    color: #000;
    border-bottom: 2px solid #034121;
}
.tr-subheading th {
    background-color: #e2e2e2 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.colorcode-1 {background-color:#023e81 !important; color:#FFFFFF !important; font-weight: 700;}
.colorcode-2 {
    background-color: #5a5a5a  !important;
}
.colorcode-2 td {color:#fff;}
.colorcode-3 {
    color: #fff;
    text-transform: uppercase;  font-weight: 500 !important;
    background-color: rgba(25, 152, 246, 0.8) !important;
}
.colorcode-4 {background-color: #dfdfdf !important;}
.colorcode-3 td {
    font-size: 14px !important;
}
.financialInfo table td
{
	vertical-align:middle;font-size: 16px;
}
.labelchart {
    text-align: center;	position:relative;z-index:-9;
}
.gradient-none
{
	background:#001e63;
	color:#fff;
	border-bottom-width: 0px;
	/*background-color:rgba(0,30,99,0.7) !important;*/	
	background: -moz-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,30,99,1)), color-stop(100%, rgba(0,28,96,0.7))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(0,30,99,1) 0%, rgba(0,28,96,0.7) 100%); /* w3c */
	
}
.notes tr
{
	background-color:transparent !important;
}
.notes p
{
 
  margin:15px 0px 04px 0px;font-weight:500;font-size:15px;
      font-style: italic;
}
.notes table tr td
{
	padding: 1px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
	font-size: 14px;
}
.smalltext {
    font-size: 85%;
   font-weight:  normal; color:#333;
   font-style:italic;
}
.bold
{
	font-weight:700;color:#222;
}
.border-top td
{
	 border-top:1px solid #000 !important;
}
.border-bottom2 td
{
	border-bottom:2px solid #000;
}
table tr.border-top td:first-child, table tr.border-bottom2 td:first-child
{
	 border:none !important;
}
.border-left
{
	border-left:1px solid #000;
}



/*======================================================================
KEY HIGHLIGHTS
=========================================================================*/



/*==============================================================
KEYHIGHLIGHTS SECTION CSS STARTS HERE
================================================================*/
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:10px;
}


.main-title h2 {
	font-family: 'Inter', sans-serif;
	font-size:36px;
	line-height:40px;
	color:#0A1821;
	font-weight:700;
	margin-top:0;
	margin-bottom:30px;
	text-transform:capitalize;
}

.kh-inner{
	float: left;
    width: 100%;
    background: #fff;
    padding: 28px 20px;
	box-shadow: 3px 4px 8px 3px rgba(0,0,0,0.1);
  	border-radius:19px;
}
.bgc{
	background-color:#F8F8F8;
}
.kh-title{
	font-size:18px;
	line-height:18px;
	font-weight:500;
	color:#000;
	margin-bottom:20px;
	
}
.kh-val{
	font-size:33px;
	line-height:33px;
	color:#009639;
	font-weight:500;
}
.kh-val span{
	font-size:21px;
	line-height:21px;
	
}























/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
 
@media (min-width: 1200px)
{
 
}

@media (min-width: 768px) and (max-width: 991px) 
{
.kh-inner{
	margin-bottom:30px;
}
	
}

@media (min-width: 860px)
{
 .col-centered {
    display: inline-block;
    float: none !important;
    text-align: left;
    margin-right: -4px;
  }
  .row-centered {
    text-align: center !important;
  }
  .financialInfo table.tablesaw thead th:first-child, .financialInfo table.tablesaw tbody td:first-child {
    min-width: 450px !important;
   }
}
@media (min-width: 768px)
{
 .row-eq-height 
 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 }
 .financialInfo table.tablesaw thead th:first-child, .financialInfo table.tablesaw tbody td:first-child {
    min-width: 300px !important;
   }
}

@media(max-width:767px)
{
	.kh-inner{
	margin-bottom:30px;
}
	
}
@media (min-width: 576px) and (max-width: 767px) 
{
  
}
/*Landscape phones and portrait tablets */
@media (max-width: 575px) 
{
 
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.labelchart {
        font-size:8px;	
       }
	 .highcharts-title {    
         text-align: center !important;
          font-size: 13px !important;
          line-height: 17px !important;
      }
 .highcharts-axis-labels.highcharts-xaxis-labels span {
    font-size: 8px !important;
    line-height: 10px;
 }
 #tabbed-nav .col-xs-12
 {
	 padding-left:0px;padding-right:0px;
 }
 .financialInfo table.tablesaw thead th:first-child, .financialInfo table.tablesaw tbody td:first-child {
    min-width: 150px !important;
   }
 
}
/* Portrait i phones and smaller */
@media (max-width: 400px) 
{	
}



