body
{  
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;   
    color: #000;
}
a
{
	text-decoration:none; color:#FCAF17;
	outline: none;
}
a:hover
{
	text-decoration:none;color:#FFE200;
}
h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0px 0px 38px 0px;
}
#prospectus-wrapper {
  background-color:#F7F7F7;
  background-size: cover;
  padding:120px 0;
  position:relative;
}	
#prospectus-wrapper .container
{
	max-width:720px;margin:0 auto;
}
#prospectus-wrapper h2
{
   color: #104B9D;font-weight:600;
}
#prospectus-wrapper p
{
	margin-bottom:0px;
}

/********Financial Info****************/
.financialInfo .col-lg-6.col-md-6.col-sm-6
{
	margin-bottom:16px;
}
.financialInfo thead tr {  
	background-color: #ec1c24;
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    border-bottom: 0px solid #ec1c24;
}
.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: #F6F6F6    !important;
	
}
.colorcode-3 {
    color: #fff;
    font-weight: 600 !important;   
    border-bottom: 2px solid #8C8C8C;
	background-color:#fff !important;
}
.colorcode-4
{
	color:#48A0D4;
	font-weight:700;
	font-size:16px;
}
.colorcode-4 td
{
	font-size:16px !important;
}
.colorcode-3 td {
    font-size: 16px !important;
}
.financialInfo table th
{
	font-size:18px;
}
.financialInfo table td
{
	vertical-align:middle;padding:14px 12px !important;
	font-size:15px;color: #000;
}
.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
{
	color: #575757;
}
.notes p
{
 
    margin: 6px 0px 04px 0px;   
    font-size: 14px;
}
.notes table tr td
{
	padding: 1px 3px!important;
    vertical-align: top !important;
    text-align: left !important;
	 font-size:13px;line-height:22px;
}
.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;
}

}
@media (min-width: 768px)
{
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
  .row-eq-height > [class*="col-"] {
    display: flex;
  }
 .vertical-align {
    display: flex;
    align-items: center;
 } 
 .flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 }    
  .row-eq-height .ar-box {
    width:100%;
  } 
  #stockinfo-wrapper .stock-row {
    display: flex;
    align-items: center;      
}
#prospectus-wrapper .row .col-lg-7
{
	padding-left:50px;
}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 #prospectus-wrapper
 {
	 text-align:center;
	 padding:80px 0px;
 }
 #prospectus-wrapper h2
 {
	 margin:30px 0px 20px 0px;
 }



}
/* 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;
  }
}


