@font-face {
	font-family: 'Univers LT Std';
	src: url('../fonts/UniversLTStd-BoldObl.eot');
	src: url('../fonts/UniversLTStd-BoldObl.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UniversLTStd-BoldObl.woff') format('woff'),
		url('../fonts/UniversLTStd-BoldObl.ttf') format('truetype'),
		url('../fonts/UniversLTStd-BoldObl.svg#UniversLTStd-BoldObl') format('svg');
	font-weight: bold;
	font-style: italic;
}

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

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

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


body {
  	padding-bottom: 30px;
	color:#000;
	font-family: 'Univers LT Std';
	font-size:14px;
    background-color: #FFF !important;
}
.navbar{
	margin-bottom:0;
}
.maxwid .headerimg{
	text-align:center;
	width:100%;
	max-width:742px;
}
.maxwid h1{
	text-align:left;
	font-size:26px;
    font-weight: 200;
	color:#fff;
	margin: 40px 0 5px 0;
}
.maxwid h2{
	text-align:left;
	font-size:44px;
	color:#FFF;
	margin: 0 0 40px 0;
}

h3{
	font-size:30px;
}

.CTAbutton {
    background-color: #027396;
    padding: 12px;
    color: #FFF;
    
}

.maxwid h4{
	font-size:32px;
	color:#fff;
	text-align:center;
}

.maxwid p{
	max-width:610px;
	text-align:center;
	font-size:14px;
	margin: 0 auto 20px auto;
}

.maxwid.top p{
    text-align: left !important;
}
.maxwid .caption{
	font-size:11px;
	color:#fff;
	border-top:1px solid #999;
	padding-top:24px;
	max-width:750px;
	margin-top:10px;
	padding-bottom:0;
	margin-bottom:0;
}
.blue{
	color:#027396;
}
.red{
	color:#932545;
}
.yellow{
	color:#ed8b00;
}
.green{
	color:#3a913f;
}
.maxwid{
	max-width:750px;
}
.midalign{
	height:54px;
	line-height:54px;
	vertical-align: middle;
}
.bgHeader{
    background-image: url(../images/headerBG.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
	background-color:#932545;
	color:#fff;
}

.bgFooter{
    background-image: url(../images/footerBG.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
	background-color:#932545;
	color:#fff;
}

.bggrey{
	background-color:#f2f2f2 !important;
}
.bgwhite{
	background-color:#fff;
}
.fullwidth{
	padding-top: 36px;
	padding-bottom: 40px;
}
.float-right{
	float: right;
}
.largepie{
	width:360px;
	height:380px;	
	background-position: center;
	display: table;
	margin-top:40px;
}
.largepie.one{
	background-image:url(../images/large_pie1.png);
}
.largepie.two{
	background-image:url(../images/large_pie2.png);
}
.largepie.three{
	background-image:url(../images/large_pie3.png);
}
.largepie.four{
	background-image:url(../images/large_pie4.png);
}
.largepie.five{
	background-image:url(../images/large_pie5.png);
}
.largepie .chartdata{
	display: table-cell;
	vertical-align: middle;
}
.largepie .chartdata p{
	text-align: center;
	font-size:20px;
	color:#000;
	width:220px;
	margin: 0 auto;
}
.largepie .chartdata p.one{
	margin-left:45px;margin-top:15px;
}
.largepie .chartdata p.two{
	margin-left:60px;margin-top:15px;
}
.largepie .chartdata p.three{}
.largepie .chartdata p.four{}
.largepie .chartdata p.five{
	margin-left:40px;margin-top:30px;
}
.largepie .chartdata p .head{
	font-size:35px;
	font-weight:bold;
}
p.contain{
	max-width:340px;
}
.divTable{
	display: table;
	width: 100%;
	margin-top:25px;
}
.divTableRow {
	display: table-row;
	font-size:24px;
	line-height:26px;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: none;
	display: table-cell;
	padding: 0 0 25px 0;
	margin:0;	
	color:#000;
	vertical-align:middle;
	
}
.divTableRow.active{
	font-weight:bold;
	font-size:26px !important;
}
.divTableCell.chart{
	width:60px;
}
.divTableCell.chart img{
	max-width:100%;
}
.divTableCell.spacer{
	width:15px;
}
.divTableCell.wid1{
	padding-top:5px;
	width:180px;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.hideme{
    opacity:0;
}

  
.fadedelay {
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fadedelay2 {
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}