/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: 
  	url("../font/DINWeb.eot"), 
  	url("../font/DINWeb.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: 
  	url("../font/DINWeb-Bold.eot"),
  	url("../font/DINWeb-Bold.woff") format("woff");
  font-weight:bold;
}

/* first for IE 4–8 */
@font-face {
  font-family: ScalaWeb; 
  src: 
 	url("../font/ScalaWeb.eot"),
 	url("../font/ScalaWeb.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: ScalaWeb;
  src: 
  	url("../font/ScalaWeb-Bold.eot"),
  	url("../font/ScalaWeb-Bold.woff") format("woff");
  font-weight:bold;
}

/* first for IE 4–8 */
@font-face {
  font-family: ScalaWeb;
  src: 
  	url("../font/ScalaWeb-Ita.eot"),
  	url("../font/ScalaWeb-Ita.woff") format("woff");
  font-style: italic;
}

body,html{
	padding: 0;
	margin: 0;
	font-family: DINWeb;
	font-size: 13.5px;
	color:#58585a;
}

#header a.homps{
	display: none;
}

.isHomps #header a.homps{
	display: block;
}

a,
button{
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}

button{
	font-family: DINWeb;
}

p{
	font-family: ScalaWeb;
	font-size: 15px;
}

.input-skin.big .brdisplay,
.input-skin.big input,
.input-skin.big{
	width:100%;
}

.input-skin.big .brdisplay,
.input-skin.big input,
h1{
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color:#285243;
	text-align: left;
	height: 32px;
}

.highlight{
	font-weight:bold;
}

.input-skin.big{
	background: url(../img/edit.png) no-repeat;
	background-size: 14px 13px;
	background-position:right; 
}

h2{
	font-size: 32px;
	font-weight: bold;
	margin-top: 0;
}

/*#wrapper{
	overflow: hidden;
	position: relative;
}*/

/* main element css */
/* there is two different ways to style the main element */
/* the basic way is to put the scenarios input field on the left side and the result on the right side (affordability calcs, payment calc basic) */
/* by adding the centralized class on the main element, we force the design to be centralized in a 960 width (payment calc advance, blended rate calcs) */
#main{
	position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

#ribbon{
    position: relative;
    margin-top: 50px;
}

/* new aff */
#main,
#ribbon{
	height:100%;
}

#wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

#scenarios{
	float:left;
	width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	/*width:320px;*/
}

html .no-overflow {
	overflow: hidden;
}


body,
html{
	height: 100%;
}

img{
	border:none;
}

#header{
	height:50px;
	background:#79797a;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 10;
	min-width: 960px;
}

#header .menuItem{
	font-size: 12px;
	height: 50px;
	line-height:50px;
	float:left;
	margin: 0;
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    border-bottom: none;
    border-bottom: 3px solid rgba(221, 83, 38, 0);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#body{
	margin-top: 50px;
}

#header .menuItem,
/*a.icon,*/
.block a,
a.roundButton,
.roundButton{
	-webkit-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
   -moz-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
     -o-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}


#header a{
	float:left;
}

#header a img{
	margin-top: 10px;
}

#header .menuItem:hover,
#header .menuItem:focus,
#header .menuItem.selected{
	border-bottom: 3px solid rgb(221, 83, 38);
    border-bottom: 3px solid rgba(221, 83, 38, 1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#header #logo{
	margin-left: 20px;
	margin-right: 20px;
}

#header #logo:hover,
#header #logo:focus{
	border:none;
}

#aside{
	float:left;
	/*background: #fff;*/
	background: #fff;
	/*border-left: 1px solid #D1D2D4;
    border-right: 1px solid #D1D2D4;*/
    /*width: 342px;*/
    width: 320px;
}

.scenario{
	width:320px;
	float:left;
	/*background: #fff;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

#results{
	overflow: hidden;
	border-left:1px solid #d1d2d4;
}
/* new aff */


#aside, #results{
	max-height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.centralized #aside,
.centralized #results{
	overflow: visible;
}

/* centralized design */
.centralized #ribbon{
    margin-top: 190px;
    background-color:rgba(255, 255, 255, 0.88);
}

.centralized #aside{
	border-left: 1px solid #D1D2D4;
    border-right: 1px solid #D1D2D4;
}

/* new add */
#main.centralized,
.centralized #ribbon{
	height:auto;
}

.centralized #wrapper{
	width: 960px;
	max-width: 960px;
	margin: auto;
}

#main.centralized #aside{
	position: absolute;
    top: -190px;
    padding: 190px 0 1000px;
}

#main.centralized #content{
	margin-left: 320px;
    min-height: 606px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#aside.centralized .block,
#content.centralized .block{
	margin: auto;
	padding-left: 8%;
	padding-right: 8%;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.centralized .block{
	background-color: transparent;/* new add */
}

/* centralized design end */

.block{
	width:100%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: relative;

	background-color: #FFFFFF;/* new aff */
}

#mainResultBox{
	position:relative;
	height:460px;
	overflow:hidden;
}

.flexibleImg { 
	background: url(../img/house3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}   

#fullBackground{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;

}

#fullBackground.flexibleImg{
	background: url(../img/house3.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	
}


#aside h1,
#aside p,
.title,
.title-row{
	padding:0px;
	padding-left: 20px;
	padding-right: 20px;
}

/* General text style */

.scala{
	font-family: ScalaWeb;
}

.black{ color:#000; }
.light-grey{ color:#818285; }
.grey{ color:#58585a; }
.white{ color:#fff; }
.blue{ color:#25aae1; }
.strong-blue{ color:#004271; }
.yellow{ color:#cc9b35; }

.bold{font-weight: bold;}
.scala.bold,
.scala .bold{
	font-weight: bold;
}

.small{font-size: 11px;}
.medium{font-size: 24px;}
.big{font-size: 42px;}

.uppercase{text-transform: uppercase;}

.block a{
	color:#25aae1;
	font-weight: bold;
	font-size: 12px;
}

.block a:hover,
.block a:focus{
	color:#28445b;
}

.title-row,
.title{
	color:#58585a;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 50px;
	height:50px;
	
}

.title-row{
	background-color: #f1f1f2;
}

.zebra,
.block.zebra{
	background:#f3f3f4;
}

span.isNegative{
	color:#AA2724;
}


.buttonSet{
	float:right;
}

.back{
	border:none;
	color:#a6a8aa;
	text-transform: uppercase;
	background: url(../img/back.png) no-repeat 0px 7px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	cursor: pointer;
    cursor: hand;
    margin-left: 13px;
}

.roundButton,
a.roundButton{
	border:none;
	color:#fff;
	background:#dd5326;
	font-size:11px;
	height:40px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:0 18px;
	cursor: pointer;
    cursor: hand;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    line-height: 43px;
    display: inline-block;
}

.roundButton .preloader{
	display: none;
	background:url('../img/generic-loader.gif') no-repeat;
	width:22px;
	height:22px;
	margin-left:25px;
	margin-right:25px;
}

.roundButton.secondary .preloader{
	background:url('../img/generic-loader-2.gif') no-repeat;
}

.roundButton.isPreload .preloader{
	display: block;
}

.roundButton .download{
	display: none;
	width:92px;
}

.fr .roundButton .download{
	display: none;
	width:112px;
}

.roundButton.isDownload .download{
	display: block;
}

.roundButton.small{
	height:30px;
	padding: 0 7px;
	line-height: 33px;
}

a.roundButton{
	display: inline-block;
	line-height: 44px;
	color:#fff;
	text-decoration: none;
}

a.roundButton:visited,
a.roundButton:hover,
a.roundButton:focus,
a.roundButton:active{
  color:#fff;
}

.block a.roundButton{
	font-weight: normal;
}

div.roundButton .download,
div.roundButton .general{
	line-height: 32px;
	position: relative;
	z-index: 0;

}

div.roundButton .preloader{
	margin-top: 3px;
	pointer-events: none;
	position: relative;
	z-index: 0;
}



.roundButton.isPreload .general,
.roundButton.isDownload .general{
	display: none;
}

.roundButton.report{
	background-image: url(../img/report.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 30px;
}
.roundButton.no-l-padding {
	padding-left:2px;
}
.roundButton.pdf{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	background-size: auto 100%;
	background-position: -329px 0px;
}

.roundButton.secondary{
	background-color: #fbebe0;
	padding-left: 30px;
	color:#DA5326;
}

.roundButton.restart{
	background-image: url(../img/restart.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;

}

.roundButton.secondary.report{
	background-image: url(../img/report-orange.png);
}


.roundButton.simple{
	background:none;
	color:#4C5154;
}

button::-moz-focus-inner {
  border: 0;
}

.error-message .icon{
	margin:14px;
}

.roundButton.icon{
	margin:10px 10px 10px 0;
}

.error-message .icon,
.roundButton.icon{
	width:36px;
	height:30px;
	padding: 0;
	background-image:url(../img/icons.png);
	background-image:url(../img/icons-ie.png)\9;/* ie9 and less only */
	background-size: auto 100%;
	background-repeat: none;
	float:left;
}

.block .roundButton{
	margin-top:35px;
	margin-bottom:35px;
}

.block .roundButton:last-child{
	margin-top:35px;
	margin-bottom:0px;
}

.readjust .icon,
.warning .icon{
	background-position: -108px;
}

.error .icon{
	background-position: -144px;
}

.icon.rate{background-position: 0;}
.icon.print{
	background-position: -36px;
}
.icon.mail{
	background-position: -72px;
}
.icon.refresh{
	background-position: -180px;
}
.icon.menu{
	background-position: -442px -17px;
	width:36px;
	height:27px;
	overflow:visible;
	position:absolute;
}
.open .icon.menu{
	background-position: -544px;
}
.icon.report-white {
	background-position: -571px;
	width:50px;
	height:50px;
}

.form-row .roundButton{
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;

}
.icon.report.float {
	background:url(../img/icons.png) no-repeat -316px -7px;
	background-size: auto 100%;
	width:28px;
	height:35px;
	display:inline-block;
	float:left;
	margin: 10px 10px 0 0;

}


/* BR-INPUT CSS */

.button-row,
.simple-row,
.form-row{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left: 0px;
	position: relative;
}

.simple-row{
	margin: 10px 20px;
}

.simple-row h1{
	margin:0;
	padding-bottom: 6px;
}

div.form-row.bottom{
	border-bottom: none;
}

.button-row,
.form-row{
	min-height:50px;
}

.button-row{
	padding-left: 20px;
	padding-top:18px;
	cursor: pointer;
    cursor: hand;
    border-bottom: 1px solid #d1d2d4;
    position: relative;
}

.button-row:last-child{
	border-bottom:none;
}

.button-row.selected{
	background-color: #e6e7e8;
}

.button-row .arrow{
	width:13px;
	height:22px;
	right: 18px;
	top: 14px;
	position: absolute;
	background-image: url(../img/button-row-arrow.svg);
	background-repeat: no-repeat;
}

.form-row{
	border-bottom: 1px solid #d1d2d4;
	margin-left: 20px;
}

.form-row.full{
	border-top: 1px solid #d1d2d4;
	border-bottom: 1px solid #d1d2d4;
}

.form-row.tab{
	margin-left: 40px;
	border-bottom: none;
	border-top: 1px solid #d1d2d4;
}

.form-row.tab.first{
	border:none;
}

.form-row.last{
	border-bottom: none;
}

.form-row label{
	line-height: 50px;
}

.simple-row > span{
	float:right;
}

.form-row .form > span{
	margin-top: 19px;
	margin-right: 20px;
	line-height: 15px;
	float:right;
}

.form-row span.brcb-skin{
	width: 20px;
	height: 20px;
	margin-top: 14px;
}

.clear {
	clear: both;
	*clear: none;
	height: 0;
	line-height: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {  
    -moz-appearance: textfield;
}
input.brinput:invalid {
    box-shadow: none;
}
.input-skin,
.select-skin {
    background-color: #FFFFFF;
    border: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 113px;
}

.input-skin .brdisplay,
.select-skin .brdisplay {
    -moz-user-select: none;
}



input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.input-skin .brdisplay,
.select-skin .brdisplay,
.input-skin input {
	font-weight: bold;
    display: block;
    font-size: 15px;
    /*line-height: 1.3em;
    height:1.3em;*/
    line-height: 20px;
    height:20px;
    margin: 0;
    text-align: right;
    width: 110px;
    padding: 0;
    font-family: DINWeb;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.input-skin .brdisplay {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.input-skin input{
	margin-top: 2px\9;
}

.input-skin .br-ie-placeholder{
	opacity: 0;
	display: none;
	position: absolute;
	top:0px;
	color:#000;
}

.input-skin .br-ie-placeholder.visible{
	opacity: 0.3;
	display: block;
}

.input-skin.date{
	 width: 53px;
	 float: left;
}

.input-skin.date .brdisplay,
.input-skin.date input{
	width: 50px;
}

.input-skin input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #999999;
    left: 0;
    padding: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    white-space:nowrap;
    color:#58585a;
    padding-right:2px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.input-skin input {
        margin-top: -5px;
		height: 20px;
	}
}*/

.input-skin.error .brdisplay{
   color:#cc9b35;
}

.input-skin.placeholder {
	color:#aeaeae;
}

input.brinput.input-skin {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    padding: 5px;
    text-align: right;
    width: 63px;
}

.input-skin.small{
	width: 83px;
}

.input-skin.small .brdisplay, .input-skin.small input{
	width: 80px;
}

.input-skin.long{
	width: 153px;
}

.input-skin.long .brdisplay, .input-skin.long input{
	width: 150px;
}

.select-skin select,
.select-skin .brdisplay{
	position:relative;
	width:123px;
	display:block;
	cursor:pointer;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	font-size: 15px;
}

.select-skin.error{
	border:1px solid #f44;
	background:#fff2f2;
}

.select-skin select{
	position:absolute;
	height:100%;
	width:100%;
	border:none;
	left:0;
	top:0;
	opacity:0.01;
	filter:alpha(opacity=0.01);
}

.select-skin select.dropdown{
	width:120%;
}

.select-skin select option{
	padding:5px;
}

.select-skin .brdisplay{
	right:0px;
	top:0px;
	width: 93px;
	
	overflow:hidden;
	white-space:nowrap;
	line-height:100%;
}

.select-skin.long .brdisplay{
	right:113px;
	top:0px;
	width:200px;
	text-align:right;
}

.select-skin .select-arrow{
	position:absolute;
	right:0px;
	top:0px;
	background:url("../img/select-arrow.gif") no-repeat center 4px transparent;
	width:20px;
	height:100%;
}

.error-message{
	float:left;
	width:100%;
	background-color:#fef7cb;
	font-family: ScalaWeb;
	color:#4c5155;
	display: none;
	font-size: 15px;
}

.form-row.readjust .error-message,
.form-row.warning .error-message,
.form-row.error .error-message{
	display: block;
}

.form-row.warning > span{
	font-weight: bold;
}

.form-row.readjust > span{
	color:#aa2724;
	font-weight: bold;
}

.form-row.error > span{
	color:#aa2724;
	font-weight: bold;
}

.form-row.highlight > span{
	color:#cc9b35;
	font-weight: bold;
}

.form-row.disable input{
	display: none;
}

.form-row.disable span{
	font-weight: normal;
}

.error-message span{
	padding-top: 14px;
	padding-bottom: 14px;
	display:block;
	margin:0px 20px 0px 64px;
}

.homeImg {
	display: none;
}

.col{
	display:inline-block;
  	vertical-align:middle;
	/*float:left;
	padding-left: 2%;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.col:first-child{
	padding-right: 20px;
}

.c1:first-child{width:9%;}
.c2:first-child{width:19%;}
.c3:first-child{width:29%;}
.c4:first-child{width:39%;}
.c5:first-child{width:49%;}
.c6:first-child{width:59%;}
.c7:first-child{width:69%;}
.c8:first-child{width:79%;}
.c9:first-child{width:89%;}

.c1{width:10%;}
.c2{width:20%;}
.c3{width:30%;}
.c4{width:40%;}
.c5{width:50%;}
.c6{width:60%;}
.c7{width:70%;}
.c8{width:80%;}
.c9{width:90%;}
.c10{
	width:100%;
	padding-left: 0;
}

.third{
	float:left;
	width:33.33%;
}

/* footer */

#footer{
	padding-top: 0px;
	padding-bottom: 50px;
}

.footer-logo{
	width:158px;
	height:37px;
	float: right;
}
.fr .footer-logo{
	width:139px;
}

.tag img,
.footer-logo img{
	width:inherit;
	height:inherit;
}

.tag{
	width:253px;
	height:37px;
}

.disclaimer,
.disclaimer p,
.disclaimer span{
	font-family: ScalaWeb;
	font-size: 10px;
}

.disclaimer span{
	display: inline-block;
	margin-bottom: 40px;
}

.disclaimer span:last-child{
	margin-bottom: 0px;
}

.accordionHeader{
	cursor: pointer;
    cursor: hand;
    position: relative;
}

.accordionHeader.open .collapse{
	background-position:-7px;
}

.collapse{
	position: absolute;
	top:20px;
	left:20px;
	background:url(../img/collapse-icon.png) no-repeat;
	background-size: auto 7px;
	width:7px;
	height:7px;
}

.hide{
	display: none;
}

#popup{
	position: fixed;
	width:100%;
	height:100%;
	display: none;
	top:0;
	left:0;
	overflow: hidden;
	z-index:125;
}

#popup.open{
	display: block;
}

#popup .background,
#popup #popupBackground{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

#popup #popupBackground{
	background-color: #000;
	opacity: .4;
}

#popup .popupContainer{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	display: none;
}

#popup .box{
	background-color: #fff;
	margin:auto;
	position: relative;
	-webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,.8);
	box-shadow: 0 0 40px 1px rgba(0,0,0,.8);
}

#popup .box.shown,
#popup .popupContainer.shown{
	display: block;
}

#popup .content{
	float: right;
	width: 100%;
}

#popup .content p{
	font-family: ScalaWeb;
	margin:0;
    padding:0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#popup .choices{
	float:right;
	padding: 20px;
	border-top:2px solid #949496;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* popup */

#popup .warning .box{
	width:320px;
}

#popup .warning .content{
	text-align: center;
}

#popup .warning .content p{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* check box */

.brcb-skin.selected {
    background-position: -20px 0px;
}
.brcb-skin {
    background: url("../img/radio.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: auto 100%;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.brcb-skin .brcb {
    border: medium none;
    cursor: pointer;
    height: 20px;
    margin: 0;
    opacity: 0.01;
    padding: 0;
    width: 20px;
}

@media all and (max-width: 1280px) {
	.block{
		padding:100px 12%;
	}
}

@media all and (max-width: 1024px) {
	.block{
		padding:100px 8%;
	}
}


.block.mainResult{
	background-color:rgba(255, 255, 255, 0.88);
    height: 60%;
    position: relative;
    top: 20%;
    padding-top: 0px;
	padding-bottom: 0px;
}

.block.mainResult > div:first-child{
	padding-top: 105px;
}

.pdfHtml{
	opacity: 0.01;
	font-size: 26px;
	position: absolute;
	top:0;
	left:0;
	z-index:-100;
	background: #fff;
}

.pdfFromHtml{
	font-size: 12px;
}

.pdfHtml #results{
	border:none;
}

.pdfHtml p{
	font-size: 26px;
}

.pdfFromHtml p{
	width: 100%;
	font-size: 8pt;
}

.pdfHtml .pdfContent{
	display: block;
}

.pdfHtml button{
	display: none;
}

.pdfHtml .pdfContent > div{
	width:100%;
}

.pdfHtml .block{
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 180px;
	padding-bottom: 180px;

	overflow: hidden;
}

.pdfHtml .block a{
	display: none;
}

.pdfHtml .col{
	padding-left: 4%;
}

.pdfHtml .flexibleImg{
	background: none;
}

.pdfHtml #mainResultBox {
    height: 640px;
}

.pdfHtml .block.mainResult{
	padding-bottom: 0;
    padding-top: 0;
}

.pdfHtml .medium{
	font-size: 45px;
}

.pdfHtml .block.mainResult > div:first-child{
	padding-top: 130px;
}

.pdfHtml h1,
.pdfHtml h2{
	font-size: 55px;
}

.pdfFromHtml h1,
.pdfFromHtml h2{
	font-size: 30px;
}

.pdfHtml .disclaimer{
	font-size: 26px;
}

.pdfHtml .footer-logo{
	width:239px;
	height:56px;
}

.fr .pdfHtml .footer-logo{
	width:200px;
}

.pdfHtml .tag{
	width:383px;
	height:56px;
}

.pdfHtml td{
	padding: 10px;
	height:55px;
	line-height:55px;
}

@-moz-document url-prefix() { 
  .pdfHtml td {
     padding-bottom: 16px;
  }
}

.pdfHtml .pdfContent{
	width:1700px;
	overflow: hidden;
	border: none;
}

.pdfFromHtml .pdfContent{
	width:100%;
}

.pdfHtml .pdfContent > div{
	position: absolute;
	top:0;
	left:0;
	background-color: #fff;
}

.pdfFromHtml .pdfContent > div{
	position: relative;
}

.pdfHtml .pdfContent .zebra{
	background-color: #F3F3F4;
}

.pdfHtml .barGraph{
	height:760px;
}

.pdfHtml .homeImg{
	display: inline-block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: auto;
}

.pdfHtml .excluded{
	display: none;
}

.downloadify{
	position: absolute;
	width:1px;
	height: 1px;
	top:-1;
	left:7px;
	overflow: hidden;
	z-index:1;
}

.isDownload .downloadify{
	width:100%;
	height: 100%;
	top:0;
}

button.hidden,
div.hidden,
.hidden{
	display: none;
}



.pdfFromHtml{
	
	
	/*width: 612px;*/
	padding: 50px;
    width: 512px;
}

#payment-schedule-report-pdf table tr td,
div.pdfFromHtml table tr td{
	font-size: 8pt;
	padding:0px;
	margin:0px;
	width:auto;
	height: auto;
	line-height: 8pt;
}

.pdfFromHtml .dataurl-logo{
	height:30px;
	width:auto;
}

.pdfFromHtml *,
.pdfFromHtml .disclaimer *{
	font-family: helvetica;
}

/* DEV PURPOSE */

/*.pdfHtml{
	opacity:1;
	z-index:100;
}

.pdfHtml .pdfContent > div{
	position: relative;
	top:auto;
	left:auto;
}*/

#allReports{
	display: none;
	width:1700px;
}

.halfColumn,
.fullColumn{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.fullColumn{
	width:100%;
	float:left;
}

.halfColumn.box,
.fullColumn.box{
	padding:40px;
}

.halfColumn.main.box,
.fullColumn.main.box{
	background-color:#e3e3e4;
	text-transform: uppercase;
}

.halfColumn{
	width:50%;
	float:left;
}

.halfColumn.right{
	text-align: right;
}

.headerLogo img{

}

.rightAlign{
	float: right;
}

.innerContent{
	padding:5%;
	font-size: 32px;
	position: relative;
}

.innerContent .title{
	background:#f3f3f4;
	
}

.innerContent h1{
	line-height: 70px;
	font-size: 70px;
	height:auto;
}

.footNote{
	margin-top: 220px;
	text-align: center;
}