@font-face{
    font-family:'Claritas Proxima';
    src: url('/resources/fonts/claritasProxima/proximasoft-bold.otf') format('opentype');
}

.promotion-pallete{
	font-family:proxima_nova_rgregular;
	border-top: solid 3px #f56600;
}
.promotion-pallete h2{
	font-family:Claritas Proxima;
	font-size: 2em;
	font-weight:bold;
	line-height:1.2;
	color:#f56600;
	margin-bottom: 20px;
}
.promotion-pallete h5{
	font-size: 1.2em;
	font-weight: bold;
}
.promotion-pallete p{
	font-size: 1.2em;
	height:150px;
}

.pageContentCS{
	padding-top:50px;
	background: url('image/mbs-bg.png');
	background-repeat: both;
	
}
.form-row input, .form-row select, .form-row textarea {
    font-weight: 100;
    font-family: 'proxima_novasemibold';
    border: 1px solid #999999;
    color: #aaaaaa;
    padding: 10px;
}
.textCls
{
    color: #aaaaaa; 
}
.helpSection{
    padding-top:20px;
    list-style: none;
}
.subHeaderCls{
    color:#f56600;
    font-weight: bold;
}
.subsec{
    padding-top: 10px;
}

.selCls{
   
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #999999;
    color: #aaaaaa;
    font-family: 'proxima_novasemibold';
    font-size: 18px;
    height: 46px;
    margin-bottom: 20px;
    padding: 10px;
}


.btnNoSize{
	display: inline-block;
	width:205px;
	height: 32px;
	text-align: center;
	background: #f56600;
	color: #fff;
	font-family: 'proxima_novasemibold';
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 9px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}


.footerUL{
	padding: 0;
    list-style-type: none;
	margin-left: 0px;
}
.footerUL li{
	border-top: solid 1px #ffffff;
	padding: 8px;
	font-family:proxima_nova_rgbold;
}
.footerUL li a{
	color:#ffffff;
	text-decoration:none;
	font-size:0.9em;
}
.footerSection  {
	
	font-size:13pt;
}
.footerSection h3{
	font-family:proxima_nova_rgbold;
	color:white;
	margin-bottom:10px;
	font-size:1.2em;
}
.footer-back{
	height:0%;
	line-height: 0%;
	width: 100%;
	border-top: 106px solid transparent;
	border-right: 1800px solid rgb(121, 125, 130);
	margin-top:30px;
}

.footerRow{
	background:#797d82;
	padding-top:5%;
	 
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}



/*
REPORTS ON DEMAND STYLES
*/
.rod_para{
	text-align:left;
	font-family:proxima_nova_rgregular;
	font-size: 16pt;
	color:#3d3d3d;
}

.linkColumnROD{
	font-family:proxima_nova_rgregular;
	font-size: 12pt;
	color:#3d3d3d;
	margin-top:45px;
}

.appealParagraph{
	text-align: center;
    font-family: proxima_nova_rgbold;
    color: #797d82;
    font-size: 20pt;
}

/*
BUSINESS INSIGHTS STYLES
*/
#orangeSpiral{
    width: 100px;
    height: 100px;
    background: url(images/iconSprite.png) 0px 433px;	
}

.featureUL{
	padding: 0;
    list-style-type: none;
	margin-left: 0px;
}
.featureUL li{
	font-family:proxima_nova_rgbold;
}
.featureUL li a{
	color: #00A3AD
}

