.unbreakable {
	white-space:nowrap;
}

#frmApply label.radio,
#frmContact label.radio {
    font-family: "Frutiger45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
}

#frmApply .radio.inline,
#frmContact .radio.inline {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
}

#frmApply label.radio input[type="radio"],
#frmContact label.radio input[type="radio"] {
	margin: 1px 0 4px;
	position: relative;
	vertical-align: middle;
}

#frmApply .questions,
#frmContact .questions {
	border-top: 2px solid #000;
	padding-top: 1em;
}

#frmApply .btn-primary,
#frmContact .btn-primary {
	margin-top: 1em;
}

.note {
	font-size: 85%;
}

.table-text td, 
.table-text th {
	padding: 5px;
}

/* Manulife One for Business - Why M1B Advisor Finder */
#readyToApply {
	margin-bottom: 1em;
}

#readyToApply,
.advisor {
	display: block;
	font-size: 16px !important;
}

#readyToApply select {
	display: block;
	font-size: 16px;
	margin-top: 16px;
	width: 100%;
}

#readyToApply .city-container {
	font-size: 0 !important;
}

.advisor .bils p{
	margin: 0;
}

.advisor .bils .name,
.advisor .bils .tel,
.advisor .bils .email{
	font-weight: bold;
    white-space: nowrap;
}

#readyToApply .city,
.readytoapply.advisor {
	display: none;
}

#tableFormat1 {
	margin: 0;
}

#tableFormat1 td {
    border: 1px solid #dddddd;
}

#tableFormat1 .noBorderBottom {
    border-bottom: none;
}

#tableFormat1 .noBorderTop {
    border-top: none;
}

#tableFormat1 .grey {
    background-color: #f9f9f9;
}

#tableFormat1 .noMargin p {
    margin: 0;
}

#body .block .block-content > .readytoapply {
	font-size: 14px;
}

.main-menu li span{
    display: inline-block;
    line-height: 56px;
    vertical-align: center;
    padding: 0 8px;
}

.menuToggle li.disabled span{
	line-height:35px;
}

li.disabled span{
	color:#777 !IMPORTANT;
}

li.disabled:hover,
li.disabled:visited{
        border-bottom: 0 none transparent!IMPORTANT;
}

.table-responsive > .table.contact-us > thead > tr > th, 
.table-responsive > .table.contact-us > tbody > tr > th, 
.table-responsive > .table.contact-us > tfoot > tr > th, 
.table-responsive > .table.contact-us > thead > tr > td, 
.table-responsive > .table.contact-us > tbody > tr > td, 
.table-responsive > .table.contact-us > tfoot > tr > td {
	white-space: normal;
}

.banner img.focus-right.mobile {
	display: none;
	left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
}

.row.questions .col-md-6:first-child .form-group {
	margin-bottom: 45px;
}

[lang=fr] .row.questions .col-md-6:first-child .form-group {
	margin-bottom: 53px;
}

.row.questions .col-md-6:first-child .form-group:last-child {
	margin-bottom: 0;
}

.background-green a.btn-arrow.no-underline, 
.background-green a.btn-arrow.no-underline:hover, 
.background-green a.btn-arrow.no-underline:visited,
.background-green div.btn-arrow.no-underline, 
.background-green div.btn-arrow.no-underline:hover, 
.background-green div.btn-arrow.no-underline:visited {
	text-decoration: none;
}

@media (max-width: 991px) {
	.row.questions .col-md-6:first-child .form-group,
	[lang=fr] .row.questions .col-md-6:first-child .form-group,
	.row.questions .col-md-6:first-child .form-group:last-child {
		margin-bottom: 15px;
	}
}


@media (max-width: 767px) {
	.banner img.focus-right {
		display: none;
	}
	
	.banner img.focus-right.mobile {
		display: block;
	}
}