@font-face {
  font-family: 'GothamBook';
  src: url(../fonts/HelveticaNeue.eot); /* IE9 Compat Modes */  
  src: url(../fonts/HelveticaNeue.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/HelveticaNeue.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/GothamBook.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/HelveticaNeue.svg#svgFontName) format('svg'), /* Legacy iOS */
	   url(../fonts/HelveticaNeue.otf); 	   
}
@font-face {
  font-family: 'GothamLight';
  src: url(../fonts/HelveticaNeue.eot); /* IE9 Compat Modes */  
  src: url(../fonts/HelveticaNeue.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/HelveticaNeue.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/GothamLight.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/HelveticaNeue.svg#svgFontName) format('svg'), /* Legacy iOS */
	   url(../fonts/HelveticaNeue.otf); 	   
}
@font-face {
  font-family: 'GothamMedium';
  src: url(../fonts/HelveticaNeue.eot); /* IE9 Compat Modes */  
  src: url(../fonts/HelveticaNeue.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/HelveticaNeue.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/GothamMedium.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/HelveticaNeue.svg#svgFontName) format('svg'), /* Legacy iOS */
	   url(../fonts/HelveticaNeue.otf); 	   
}
@font-face {
  font-family: 'GothamBold';
  src: url(../fonts/HelveticaNeue.eot); /* IE9 Compat Modes */  
  src: url(../fonts/HelveticaNeue.woff2) format('woff2'), /* Super Modern Browsers */
       url(../fonts/HelveticaNeue.woff) format('woff'), /* Pretty Modern Browsers */
       url(../fonts/GothamBold.ttf) format('truetype'), /* Safari, Android, iOS */
       url(../fonts/HelveticaNeue.svg#svgFontName) format('svg'), /* Legacy iOS */
	   url(../fonts/HelveticaNeue.otf); 	   
}

body
{
	font-family: 'GothamBook';
	font-size:14px;margin:0;color: #707070;
	font-weight:400;background-color:transparent;line-height:18px;	
}
a
{
  color:#215784;	
}
a:hover
{
	color:#8dc63f;text-decoration: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; 
}
.income-distribution tbody tr td:nth-child(2), .income-distribution  thead tr th:nth-child(2)
{
	text-align:left !important;max-width:180px;
}
.income-distribution tbody tr td:nth-child(1), .income-distribution  thead tr th:nth-child(1)
{
	max-width:140px;
}

#keyhighlights-wrapper{
    border-bottom: 1px solid #cedae5;
    margin-bottom: 32px;
    padding-bottom: 32px;
    overflow: hidden;
}
#keyhighlights-wrapper h3{
    margin: 0px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 32px;
    font-family: 'Cinzel', serif;
    font-size: 26px;
    padding: 0 0 0px 20px;
}
#keyhighlights-wrapper h3:before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #6c9830;
}
#keyhighlights-wrapper p {
    margin: 14px 0px 4px 0px;
    color: #000;
}
#keyhighlights-wrapper h2 {
    font-size: 30px;
    color: #333;
    font-family: 'GothamBold';
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
