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

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*font-family: 'Bebas Neue', cursive;*/


@font-face {
    font-family: 'Georgia';
    src: url('Georgia-Bold.eot');
    src: url('Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('Georgia-Bold.woff2') format('woff2'),
        url('Georgia-Bold.woff') format('woff'),
        url('Georgia-Bold.ttf') format('truetype'),
        url('Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
   
}

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

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

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold_1.eot');
    src: url('../fonts/Georgia-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold_1.woff2') format('woff2'),
        url('../fonts/Georgia-Bold_1.woff') format('woff'),
        url('../fonts/Georgia-Bold_1.ttf') format('truetype'),
        url('../fonts/Georgia-Bold_1.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    
}
body
{
	font-family: 'Georgia', sans-serif;
	font-size:14px;line-height:21px;
	background-color:transparent; font-weight:400;
}

a
{
	text-decoration:none;color:#feb300;
}
a:hover
{
	text-decoration:none;color:#e90202;
}
a:focus, a:hover, input:focus, input:acticve, img
{
	outline:none;
}
a:focus, a:hover, input:focus, input:acticve, img
{
	outline:none !important;text-decoration:none;
}
a:hover, a:focus, a:active, .btn-primary:active, .btn-primary:focus, .btn-primary:active
{
	outline:none;
}

img, img:active, img:focus, a:active, a:focus, button:active, button:focus, button, input:focus, input:active
{
	 outline:none !important; 
}


/********Financial Info****************/
.financialInfo thead
{
	
}
.financialInfo thead tr {  
	background-color: #e4373a;
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    border-bottom: 3px solid #000;
}
.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;
}

.colorcode-2 {
    background-color: #e2e2e2 !important;
}
.colorcode-3 {
    color: #fff;
    font-weight: 500 !important;
    background-color: #909090 !important;
}
.colorcode-3 td {
    font-size: 15px !important;
}
.financialInfo table td
{
	vertical-align:middle;padding:12px 10px !important;
	font-size:14px;
}
.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-weight: 500;
    font-size: 14px;
}
.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: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;
}
}

