@charset "utf-8";
/* CSS Document */
 
@font-face {
  font-family: 'GeneralSans-Regular';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff'),
       url('../fonts/GeneralSans-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff'),
       url('../fonts/GeneralSans-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}
@font-face {
    font-family: 'Dunbar';
    src:url('../fonts/DunbarTall-Light.woff2') format('woff2'),
        url('../fonts/DunbarTall-Light.woff') format('woff'),
        url('../fonts/DunbarTall-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
 @font-face {
    font-family: 'Dunbar';
 
        src:url('../fonts/DunbarTall-Regular.woff2') format('woff2'),
        url('../fonts/DunbarTall-Regular.woff') format('woff'),
        url('../fonts/DunbarTall-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Dunbar';
 
       src: url('../fonts/DunbarTall-Medium.woff2') format('woff2'),
        url('../fonts/DunbarTall-Medium.woff') format('woff'),
        url('../fonts/DunbarTall-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
 
 
 
 
 
 
body
{  
    font-family: "Dunbar", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	color: #111;   
	letter-spacing: 0.7px;
	background-color: #00292f;
}
a
{
	text-decoration:none; color:#777777;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#ED2024;
}

.highcharts-title, .highcharts-xaxis-labels, .highcharts-yaxis-labels {
    color: #fff !important;
    font-weight: 400 !important;
}


/********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: #00292F;
	color:#fff;
}

.financialInfo table > tbody > tr:nth-of-type(even) {
   /* background-color: #A2C7CC ;*/
    background-color:transparent;
	color:#fff;
}
.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: #00833e; 
  border-bottom-color: transparent;
  font-weight:bold;
  border:none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top:1px solid #303030;
}

.financialInfo .col-lg-6.col-md-6.col-sm-6
{
	margin-bottom:16px;
}
.financialInfo thead tr {  
	background-color: #A2C7CC;
    border: 0px;
    color: #00292F;
    font-size: 15px;
    font-weight: 500 !important;
    border-bottom: 3px solid #00292F;
}
.financialInfo thead th
{
	padding:15px 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;
}

.colorcode-2 {
   background-color: #A2C7CC !important;
    color: #00292F !important;
}
.colorcode-3 {
    color:#00292F !important;
    font-weight: 400 !important;
    background-color: #A2C7CC  !important;
	
}
.colorcode-3 td {
    font-size: 18px !important;
}
.financialInfo table th
{
	font-size:18px;
}
.financialInfo table td
{
	vertical-align:middle;padding:15px 12px !important;
	font-size:15px;
}
.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
{
	
}
.notes p
{
 
    margin: 6px 0px 04px 0px;   
    font-size: 14px;
	color:#fff;
}
.notes table tr td
{
	padding: 1px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
	 font-size:13px;line-height:22px;
	 color:#fff;
}
.smalltext {
    font-size: 85%;
    font-style: italic;
}
.bold
{
	font-weight:700;color:#555;
}

/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	.section-title:after
{
	content:"";
	
}
}
@media (min-width: 860px)
{
 .col-centered {
    display: inline-block;
    float: none !important;
    text-align: left;
    margin-right: -4px;
  }
  .row-centered {
    text-align: center !important;
}

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
	

}
/* 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;
      }
	.income-distribution tbody tr td:nth-child(2), .income-distribution  thead tr th:nth-child(2)
  {
	     max-width:none !important;
  }
}


