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

@font-face {
    font-family: 'DIN';
    src: url('../fonts/D-DIN.eot');
    src: url('../fonts/D-DIN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN.woff2') format('woff2'),
        url('../fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/D-DIN-Bold.eot');
    src: url('../fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN-Bold.woff2') format('woff2'),
        url('../fonts/D-DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family:'DIN', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#133459;
	
}
a
{
	text-decoration:none;color:#a61416;
}
a:hover
{
	 color:#2d5ca3;
}
a:active, a:focus, a:hover, input:active, input:hover, input:focus, input:visited 
{
	text-decoration:none !important; outline:none !important;
}
/************Conatainer css**************/
.container
{
	margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    /*-webkit-box-sizing: content-box;
    box-sizing: content-box;*/
    max-width: 1520px;
}
@media print, screen and (min-width: 1024px)
{
 .container {
    padding-left: 70px;
    padding-right: 70px;
 }
}
@media (max-width: 575px) 
{
 .container
 {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
 }	
}

/***********END conatainer css*************/
#key-fh
{
	margin-top:50px;
}
h1, h2, h3, h4, h5
{
  font-family:'DIN', Arial, Helvetica, sans-serif !important;
}
h1
{
	 font-size: 55px;
    line-height: 56px;   
	margin-bottom:24px; 
}
.flex-middle
{
	justify-content: center;
    display: flex;   
    padding: 60px;
}
.mt30
{
	margin-top:30px;
}




#key-fh
{
	background-color:#00675f;padding-top:50px;padding-bottom:50px;
	color:#fff;
}
#key-fh h1
{
	color:#fff;text-align:center;margin-bottom:50px;	
}
#key-fh .kh-box
{
	text-align:center;
}
#key-fh .kh-desc
{
	margin-top:15px;
}
#key-fh .kh-desc p
{
	margin-bottom:10px;
}
.kh-value
{
	font-family:'DIN', Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}
.rm
{
	 display:inline-block;vertical-align:middle;
}
.rm span
{
	 display:block;
}


/********Financial Info****************/
.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: 4px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
}
.financialInfo .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
}
.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: #a61416;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}
.table-section {
    margin-top: 30px;
}
.financialInfo thead
{
	
}
.financialInfo thead tr {  
	background: #a61416;
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600 !important;
    border-bottom: 3px solid #1b2856;
}
.financialInfo thead th
{
	padding:15px 10px !important;text-align:center !important;
	font-weight: 500 !important;
}
.financialInfo table td
{
	text-align: center !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 #a61416;
}
.tr-subheading th {
    background-color: #e2e2e2 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.colorcode-2 {
    background-color: #ececec !important;
}
.colorcode-3 {
    color: #fff;
    text-transform: uppercase;  font-weight: 500 !important;
    background-color: rgba(25, 152, 246, 0.8) !important;
}
.colorcode-3 td {
    font-size: 14px !important;
}
.financialInfo table td
{
	vertical-align:middle;padding:8px !important;
}
.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:15px 0px 04px 0px;font-weight:500;font-size:15px;
}
.notes table tr td
{
	padding: 4px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
	font-size:13px;
}
.smalltext {
    font-size: 85%;
    font-style: italic;
}
.bold
{
	font-weight:800;color:#000;
}
.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;
}




/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
 
@media (min-width: 1200px)
{
 #key-fh .kh-box img
{
	 display:inline-block;margin-right:22px;
}
#key-fh .kh-desc
{
	display:inline-block; vertical-align:middle;margin:0px;
} 
}

@media (min-width: 768px) and (max-width: 991px) 
{
	 h1
  {
	 font-size:50px;line-height:51px;
  }
}

@media (min-width: 860px)
{
 .col-centered {
    display: inline-block;
    float: none !important;
    text-align: left;
    margin-right: -4px;
  }
  .row-centered {
    text-align: center !important;
}
}

@media(max-width:767px)
{
	#key-fh .kh-box
	{
		margin:30px 0px;
	}
}
@media (min-width: 576px) and (max-width: 767px) 
{
  h1
	{
	   font-size:46px;line-height:47px;
	}
}
/*Landscape phones and portrait tablets */
@media (max-width: 575px) 
{
 h1
 {
	 font-size:40px;line-height:44px;
 }
}
/* 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;
 }
}
/* Portrait i phones and smaller */
@media (max-width: 400px) 
{	h1
 {
	 font-size:34px;line-height:40px;
 }
}



