body {
	background: #e8e6de;
	width: 100%;
}
html {
	font-family:Arial, Helvetica, sans-serif;
}
#recommend
{
position: relative;
z-index: 10;
}
/*#index, #questions, #results{
	display: none;
}*/
.results_Banner.displayNone{
	display : none;
}

input[type=number] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.white_div {
	/* opacity : 0; */
	position: relative;
	top: -268px;
}
a:link.linkButton, a:visited.linkButton, a:active.linkButton, a:hover.linkButton{
	color : #fff;
	display : block;
}
.mobilehidden{
	display: block;
}
.people.indexPeople{
	position: relative;
	margin-top:0px;
}
.btn_btm_margin {
	margin-bottom:10px !important;
}

#back{
	opacity : 0;
	filter:alpha(opacity=0);
}

.results_subtitle{
	opacity:0;
	filter:alpha(opacity=0);	
	background-color:#fff;
	margin-left: 10px;
}

#site_container {
display:none;
	width: 880px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg1.gif) center top repeat-y;
	margin-top: 30px;
	padding: 15px;
	overflow : hidden;
	/* position : relative; */
}
#content_container {
	width: auto;
	height: auto;
	background:#FFFFFF;
	border: #EBEBEB 5pt solid;
	overflow: hidden;	
}
#site_footer_container {
	display: none;
	width: 880px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg1.gif) center top repeat-y;
	margin-top: 10px;
	padding: 15px;
}
#site_footer_content {
	width: auto;
	height: 140px;
	background: #F4F4F4;
	padding: 15px;
}
.footerText_fr{
	margin-top: 9px;
}


a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #D81E05;
}
.red {
	color: #D81E05;
}
.green {
	color:#666600 ;
}
.purple {
	color: #663399;
}
.blue {
	color: #cc0066;
}
.orange {
	color:  #663399;
}
.grey1 {
	color: #515151;
}
.grey2 {
	color:  #515151;
}
.grey3 {
	color: #2B2B2B;
}
.white {
	color:#FFF;	
}
.h1 {
	font-size: 33px;
}
.h1_small {
	font-size: 22px;
}
.h2 {
	font-size: 17px;
}
.h2_small {
	font-size: 13px;
}
.h3 {
	font-size: 19px;
}
.h4 {
	font-size: 16px;
}
.h5 {
	font-size:20px;
}
.introbody_text {
	font-size: 16px;
}
.body_text {
	font-size: 15px;
	color:#515151;
}

.recommend_copy {
	font-size: 15px;
	color:#515151;
	font-weight:bold;
}

.recommendation1 {
	padding-top:5px; }

.recommendation2 {
	padding-top:5px; }
	
.legal_text {
	font-size: 12px;
	margin:10px 0px 0px 25px;
	float:left;
}
.logo {
	width: 147px;
	height: 29px;
	margin: 20px 0px 0px 20px;
	/*float:left;*/
}
.site_title {
	margin-top: 60px;
	text-align: center;
	position : relative;
	top : -170px;
}
.site_sub_title {
	margin-top: 10px;
	text-align: center;
}
.site_intro {
	display: inherit;
	margin-top: 10px;
	text-align: center;
	width: 665px;
	margin: auto;

}
.pageTitle {
	float:right;
	text-align:right;
	margin:20px 20px 0px 0px;
	opacity:0;
	filter:alpha(opacity=0);	
	background-color: #fff;
}
.number {
	width:40px;
	float:left;
}
#questions_container {
	width:797px;
	height:485px;
	margin:100px auto 0px auto;
	opacity:0;
	filter:alpha(opacity=0);
}
#question_1 {
	width:777px;
	height:37px;
	padding:10px;
	background-color:#f1f1ed;
	display: inline-block;
}
#question_2 {
	width:777px;
	height:37px;
	padding:10px;
	background-color: #FFF;
	display: inline-block;
}
#question_3 {
	width:777px;
	height:37px;
	padding:10px;
	background-color:#f1f1ed;
	display: inline-block;
}
#question_4 {
	width:777px;
	height:37px;
	padding:10px;
	background-color: #FFF;
	display: inline-block;
}
#question_5 {
	width:777px;
	height:37px;
	padding:10px;
	background-color:#f1f1ed;
	display: inline-block;
}
#question_6 {
	width:777px;
	height:37px;
	padding:10px;
	background-color: #FFF;
	display: inline-block;
}
#question_7 {
	width:777px;
	height:76px;
	padding:10px;
	background-color:#f1f1ed;
	display: inline-block;
}
.question {
	width:325px;
	float:left;
	display:inline-block;
	vertical-align:middle;
}
.answer {
	width: 390px;
	margin-left: 15px;
	float:left;
}
.textfield {
	width: 118px;
	float: right;
	margin-top: 8px;
}
.textfield_box1 {
	width: 100px;
	height: 35px;
	float:left;
}
.radiobtn_BG {
	width: auto;
	height: auto;
	background-color: #FFF;
	border: thin solid #E4E4E4;
	border-radius: 10px;
}
.radiobtn_box1 {
	width: 161px;
	height: 35px;
	float:left;
}
.radiobtn_box2 {
	width: 385px;
	height: 62px;
	float:left;
}
.but_radiobtn {
	background-image: url(../images/Temp_radiobtn.png);
	height: 28px;
	width: 27px;
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
}
.answer_text {
	margin-left: 2px;
	margin-right: 15px;
	margin-top: 8px;
	float: left;
}
.greyBG {
	background:#edece7;
}
.numberBG {
	width:20px;
	height:auto;
	padding:0px 10px;
	/*margin-top:3px;*/
	/*margin-right:13px;*/
	float:left;
	display:inline;
	color:  #515151;
	font-size:25pt;
}
#peopleContainer {
	display: inherit;
	width: auto;
	height:330px;
	margin:51px auto 0px;
	position:relative;
	top: 0px;
}

/* JAVA SCRIPT NEEDS TO BE UPDATED TO MATCH .people CSS */
.people {
	display: none;
	height:330px;
	width:692px;
	margin:auto;
	margin-top: 40px;
}

.people-mw {
	display: none;
}

.people-mob {
	display: none;
}

.btn_arrow {
	background:url(../images/borrowing_tool_sprite.png) -550px -0px;
	width:5px;
	height:10px;
	margin-right:5px;
	margin-top:5px;
	float:right;
	margin-left:20px;
}
.recommendButton {
	width:auto;
	height: 13px;
	font-size: 15px;
	font-weight:bold;
	margin: 15px 25px 0px 0px;
	padding: 5px 3px 10px 5px;
	float: right;
}
.beginButton {
	width:96px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	margin: 15px auto 0px auto;
	padding: 10px 3px 10px 5px;
	opacity:0;
	filter:alpha(opacity=0);
}
.red_btn {
	background-color: #D81E05;
	background-image: url(../images/bg-red-btn.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border: 1px solid #bd0000;
	border-top-color: #ffa5a5;
	text-shadow: -1px -1px 0 #900;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 1px #900;
	-moz-box-shadow: -1px -1px 1px #900;
	box-shadow: -1px -1px 1px #900;
	/*float: left;*/
}
.red_btn:hover, .red_btn:focus {
	background-color: #D81E05;
	background-image: url(../images/bg-red-btn-over.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-top-color: #ffa5a5;
	text-shadow: -1px -1px 0 #900;
	cursor: pointer;
	
box-shadow: #cc0000 0 0 10px;
-webkit-box-shadow: #cc0000 0 0 10px;
-moz-box-shadow: #cc0000 0 0 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
	/*float: left;*/
}
.sign_in_button {
	width: 65px;
	height: 23px;
	margin-right: 5px;
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
	margin-top: -5px;
	margin-right: 5px;
	float: left;
}
	

.footerItem, .footerItem2, .footerItem3, .footerItem4 {
	float: left;
	margin-top:10px;
}
.footerItem {
	width:195px;
	margin-left:26px;
	margin-right: 18px;
}
.footerItem2 {
	width:180px;
	margin-left: 20px;
}
.footerItem3 {
	width:202px;
	margin-left:28px;
}
.footerItem4 {
	width:145px;
	margin-left:30px;
}
.footerText {
	margin-top:10px;
	height:40px;
	line-height: 16px;
	width: 205px;
}
.footerText2 {
	margin-top:15px;
	height:40px;
	width: 150px;
}
.compass {
	background:url(../images/borrowing_tool_sprite.png) -150px -0px;
	width:40px;
	height:40px;
	margin:5px 5px 0px 0px;
	float:left;
}
.questions {
	background:url(../images/borrowing_tool_sprite.png) -200px -0px;
	width:40px;
	height:40px;
	margin:5px 5px 0px 0px;
	float:left;
}
.phone {
	background:url(../images/borrowing_tool_sprite.png) -250px -0px;
	width:36px;
	height:36px;
	margin:10px 5px 0px 0px;
	float:left;
}
.footerLine {
	width:804px;
	height:1px;
	background-color:#c5c5c5;
	margin:10px 0px 10px 25px;
	float:left;
	-webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 2px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 2px 0px rgba(255, 255, 255, 1);
}
#results_container {
	width:797px;
	height: 580px;
	margin:100px auto 0px auto;
}
.resultsBG {
	width:789px;
	height:auto;
	background:#f1f1ed;
	border: #DDDDDD 1pt solid;
	margin:10px auto 0px auto;
}
#results_content {
	width: 739px;
	height: auto;
	margin: 26px;
}
.resultsLine {
	width:562px;
	height:1px;
	background-color:#c5c5c5;
	margin-top:10px;
	float:left;
	-webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 2px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 2px 0px rgba(255, 255, 255, 1);
}
.resultsLine2 {
	width:735px;
	height:1px;
	background-color:#c5c5c5;
	margin:10px 0px 10px 0px;
	float:left;
	-webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 2px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 2px 0px rgba(255, 255, 255, 1);
}
#results_Subcontent {
	width: 562px;
	height: auto;
	display:inline-block;
	margin-top: 20px;
}
#results_Subcontent2 {
	width: 735px;
	height: auto;
	display: inline-block;
	margin-top: 30px;
}

#results_Subcontent3 {
	width: 562px;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}
.learnmoreButton {
	width:136px;
	height: 13px;
	font-size: 15px;
	font-weight:bold;
	padding: 5px 3px 10px 5px;
	margin-top: 25px;
}
.printButton {
	width:136px;
	height: 13px;
	font-size: 15px;
	font-weight:bold;
	padding: 5px 3px 10px 5px;
	margin-top: 50px;
}


.results_Banner {
	width: 116px;
	height: 100px;
	margin: 12px 22px 0px 0px;
	float: right;
	padding: 10px;
	text-align: left;
	display: block;
    margin-top: -41px;
    margin-right: -2px;

}
.results_BannerMobile, .results_BannerMobile .linkButton {
	display:none; 
}
.applyButton {
	width: auto;
	height: 13px;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	padding: 5px 3px 10px 5px;
	margin-top:10px;
}
.backButton {
	width:175px;
	height: 13px;
	font-size: 15px;
	font-weight:bold;
	margin: 15px 25px 0px 0px;
	padding: 5px 3px 10px 5px;
	float:right;
}

.printReportButton {
	width:125px;
	height: 13px;
	font-size: 15px;
	font-weight:bold;
	padding: 5px 3px 10px 5px;

}

.link {
	background:url(../images/borrowing_tool_sprite.png) -350px -0px;
	width:32px;
	height:27px;
	margin:0px 5px 0px 0px;
	float:left;
}
.checkmark {
		background:url(../images/borrowing_tool_sprite.png) -0px -50px;
	width:12px;
	height:12px;
	margin:3px 5px 0px 0px;
	float:left;
}

.useful_links_row {
	width:auto;
	float:left; }
	
.links_container {
	width:auto;
}
.links_content {
	float:left;
	width:auto;
	margin-right: 18px;
	margin-bottom:7px;	
}
.links_text {
	float:left;
	width:auto;	
}

.learn_more{
	margin-top:10px;
	height:10px;
}

.print_report {
	margin-top:20px;
	/*margin-left: -10px;*/
	height:auto;
}

.mobileOnly {
	display:none;
}
.verticalAlign{
  display: table-cell;
  vertical-align: middle;
line-height: 35px;
  height:40px; 
}
#q7Description {
	line-height:20px; }

.scotiaRadioLabel {
	padding-top:2px; }
.scotiaRadioLabel img
{
	margin-right:3px;
}
.slider.ui-slider-horizontal {
	margin-top:15px; }
	
#popup {
	display: none;
	width: 200px;
	height: 75px;
	padding: 20px;
	border: 4px solid red;
	margin-top: 100px;
	margin-left: -374px;
	position: absolute;
	top:50%;
	left:50%;
	background-color: #FFF;
	overflow: hidden;
}

#popup button {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.popup {
background-color: #FFF;
border: thin solid #E4E4E4;
border-radius: 10px;
height: 100px;
width: 287px;
margin-left: -145px;
position: absolute;
z-index: 5;
top: 300px;
	display: none;
}

.closeButton {
	height: 19px;
	width: 19px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.closeButton img {
	display: block;
}
#blocker
{
	position: absolute; 
	left: 400px; 
	top: 300px; 
	width: 0px; 
	height: 0px; 
	z-index: 20; 
	opacity:0; 
	filter: alpha(opacity=0);
	display: none;
}

.red_btn_narrow {
	background-color: #D81E05;
	background-image: url(../images/bg-red-btn.gif);
	background-repeat: repeat-x;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border: 1px solid #bd0000;
	border-top-color: #ffa5a5;
	text-shadow: -1px -1px 0 #900;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 1px #900;
	-moz-box-shadow: -1px -1px 1px #900;
	box-shadow: -1px -1px 1px #900;
	float:none;
	
}

.learn_more_link {
	margin-top:10px;
}
a:active, a:focus {
    -webkit-box-shadow: #cc0000 0 0 5px;
    -moz-box-shadow: #cc0000 0 0 5px;
    box-shadow: #cc0000 0 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.accLabel {
    position: absolute;
    right: 10000px;
}

.hideThis {
	display: none;
}
.popupBorder {
	width: 81%;
	height: 40%;
	position: relative;
	overflow: hidden;
	border: 1px solid #D8D8D8;
	top: 31px;
	left: 16px;
	padding-left: 10px;
	padding-top: 8px;
	text-align: center;
	padding-right: 9px;
}

ol li {
	list-style-type: none;
}
.radioContainer.wide {
margin-top: 2px;
}
.logo{
	width:190px;
}