@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500i,600,700,900|Open+Sans:400,700&display=swap');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;*/

body
{	
    font-family: 'Montserrat', sans-serif;
    background: #fff;
	color: #6D6D6D; font-size:14px;
	font-weight: 400;line-height: 1.6;
}
a
{
  color:#395192;
  text-decoration:none;	
}
a:hover
{
	color:#da3330;
}
a:focus, a:hover, a:active
{
	text-decoration: none;outline:none;   
}


/********Financial Info****************/
.financialInfo thead
{
	
}
.financialInfo thead tr {  
	background: #30acd7;
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    border-bottom: 2px solid #6d6d6d;
}
.financialInfo thead th
{
	padding:15px 10px !important;text-align:center !important;
	font-weight: 600 !important;
}
.financialInfo table td
{
	text-align: center !important;
}
.financialInfo thead th:first-child, .financialInfo table td:first-child
{
	text-align:left !important;
}

.colorcode-2 {
    background-color: #f3f6f8  !important;
}
.colorcode-3 {
    color: #fff;
    font-weight: 500 !important;
    background-color: #2b2a2a  !important;
}
.colorcode-3 td {
    font-size: 16px !important;
}
.financialInfo table td
{
	vertical-align:middle;padding:12px 10px !important;
}
.labelchart {
    text-align: center;	position:relative;z-index:-9;
}
.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;
}
.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;
}
}

