@charset "UTF-8";
/* CSS Document */


#MBIoutside{
	width:100%;
	margin:0 auto;
	position:relative;
	height:auto;
	background:#b6d2e6;
}

#MBIbackground{
	position:absolute;
	width:72%;
	height:100%;
	background-size:100% auto;
	background-position:left center;
	left:0;
	top:0;
}

#MBIbackFade{
	position:relative;
	width:50%;
	height:100%;
	float:right;
	top:0;
	background: -moz-linear-gradient(left,  rgba(182,210,230,0) 0%, rgba(182,210,230,0.73) 47%, rgba(182,210,230,0.98) 69%, rgba(182,210,230,1) 98%, rgba(182,210,230,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(182,210,230,0)), color-stop(47%,rgba(182,210,230,0.73)), color-stop(69%,rgba(182,210,230,0.98)), color-stop(98%,rgba(182,210,230,1)), color-stop(100%,rgba(182,210,230,1)));
	background: -webkit-linear-gradient(left,  rgba(182,210,230,0) 0%,rgba(182,210,230,0.73) 47%,rgba(182,210,230,0.98) 69%,rgba(182,210,230,1) 98%,rgba(182,210,230,1) 100%); 
	background: linear-gradient(to right,  rgba(182,210,230,0) 0%,rgba(182,210,230,0.73) 47%,rgba(182,210,230,0.98) 69%,rgba(182,210,230,1) 98%,rgba(182,210,230,1) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6d2e6', endColorstr='#b6d2e6',GradientType=1 )";
}


#MBIcontent{
	width:100%;
	max-width:1080px !important;
	height:auto;
	padding:0;
	margin:0 auto 0 auto;
	position:relative;
	overflow:hidden;
	text-align:right;
}

#MBIText{
	width:auto;
	position:relative;
	right:0;
	top:0;
	padding:1.5em 2% 2.5em 0;
	font-size:1.25em;
	height:auto;
	line-height:1.5;
	display:inline-block;
}

#MBITitle{
	font-family: 'Montreal', sans-serif;
	font-size:2.4em;
	font-weight:700;
	line-height:1.05;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:1.25em;
	letter-spacing:.08em;
	text-align:right;
}

#MBITitle span{
	float:right;
	display:inline-block;
}

#MBICopy{
	font-style:italic;
	font-size:1.15em;
}

#MBIButton .findMore{
	font-size:1em;
}

@media all and (max-width:800px){
	#MBIText{
		width:50%;
		padding-right:12px;
	}
	
	#MBIbackFade{
		width:70%;
	}
	
	#MBIbackground{
		background-size:auto 100%;
		background-position:center center;
	}
}