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

@font-face
{
font-family: bentonSansBook;
src: url('../fonts/BentonSans-Book.otf');
}

@font-face
{
font-family: bentonSansRegular;
src: url('../fonts/BentonSans-Regular.otf');
}

body{
	background-color:#f5f5f5;
	margin-top:5px;
	margin-bottom:40px;
	font-size:15px;
	line-height:1.5em;
	font-family:"Helvetica Neue", Helvetica, bentonSansBook, Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

.superscript{
	vertical-align:top;
	font-size:0.7em;	
}

#amex-box{
	margin-bottom:20px;
}

#amex-box .lang{
	float:left;
	background-color:#3881b8;
}

#amex-box .lang a{
	color:#fff;
	padding:5px 15px;
	display:block;
	text-transform:uppercase;
	font-size:0.8em;
}

#amex-box .lang a:hover{
	text-decoration:none;
}

#amex-box img{
	width:110px;	
}

#content{
	background-color:#e5e5e5;
	background-image: url(../../images/filigree_bottom_left.png), url(../../images/filigree_bottom_right.png);
	background-position: left bottom, right bottom;
	background-repeat:no-repeat;
	padding-bottom:100px;
}

#header .col-md-12{
	padding:0px;
}

#header #header-elements{
	position:relative;	
}

#header h1{
	position:absolute;
	line-height:1.2em;
	width:40%;
	padding:40px;
	top:35%;
	right:0px;
	background-color:rgba(18,109,179,0.8);
	color:#fff;
}

#header .apply-btn{
	margin-top:5px;	
}

#header .apply-btn a{
	color:#3881b8;
	text-decoration:none;
}

#header img{
	margin-right:0px;
	width:100%;
}

#card-filigree{
	position:absolute;
	width:100%;
	margin-top:-10%;
	left:15px;
}

#card-filigree .col-md-12{
	padding:0px;
}

#card-filigree #card{
	width:35%;
	position:relative;
	display:inline-block;
	margin-right:0;
	text-align:left;
}

#card-filigree #card img{
	width:85%;
	float:left;
}

#card-filigree #filigree{
	background:url(../../images/filigree.png) repeat-x left center;
	background-size:32%;
	width:65%;
	height:100%;
	display:inline-block;
	position:absolute;
}

.spacer{
	height:130px;	
}

.main-content{
	padding:0px 60px;	
}

.main-content h2{
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;	
}

.col-md-3, .col-md-4, .col-md-2,
.main-content .col-md-6,
.flexslider .row .col-md-2,
.flexslider .row .col-md-10{
	float:right;
}

.blue,
h2 .blue{
	color:#3881b8;	
}

.gray a,
.gray a:hover{
	color:#484848;	
}

#form, #right-col{
	color:#808285;	
}

#form .form-group{
	margin-bottom:25px;	
}

#form .control-label{
	text-align:right;	
}

#form .form-control{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border:none;
	padding:20px;
}

#form .btn{
	background-color:#3881b8 !important;
	background-image:none;
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.4em;	
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	padding:10px 0px;
	margin:30px 0px;
}

#form .checkbox{
	margin:30px 0px;	
}

#form .error{
	color:#ff0000;	
}

#right-col{
	padding-right:40px;	
}

#right-col .intro{
	color:#484848;	
}

.flexslider{
	background:transparent;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	margin-top:20px;
}

.flexslider li .row{
	margin-bottom:20px;
}

/*.flexslider .flex-control-paging li a {
	background:#ccc;	
}*/

.logos{
	margin-top:20px;	
}

.logos div{
	text-align:center;	
}

.logos div img{
	width:100%;	
}

#footer{
	direction:ltr;	
}

#footer .col-md-12{
	padding:0px;
	background-color:#ffffff;
	font-size:0.8em;
	color:#808285;
	line-height:1.3em;
}

#footer #footer-inner{
	padding:40px;	
}

#footer .logo_mlmc{
	text-align:right;
	margin-top:20px;
}

#footer .logo_mlmc img{
	width:25%;	
}

@-moz-document url-prefix() {
    #form .form-control{
		padding:5px;	
		height:35px;
	}
}

/* Large desktop */
@media (max-width: 1200px) {

#header h1{
	font-size:1.5em;
	top:30%;
}	

}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {

#header h1{
	font-size:1.5em;
	width:50%;	
}

#right-col{
	padding-right:20px;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #ccc;
}

#footer .logo_mlmc img{
	width:35%;	
}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

body{
	padding:15px;	
}

#amex-box img{
	width:80px !important;
}

#header h1{
	top:0%;
	font-size:1.3em;
	padding:20px;
}

.spacer{
	height:70px;
}

.main-content{
	padding:0px 30px;	
}

.main-content h2{
	font-size:1.7em;	
}

#form .btn{
	font-size:1.2em;	
}

.flexslider .icon .img-responsive{
	width:25% !important;
	margin:10px auto !important;
}

#footer .logo_mlmc img{
	width:50%;	
}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

.main-content h2{
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
	font-size:1.6em;	
}

.spacer{
	height:50px;	
}

.flexslider .icon .img-responsive{
	width:40% !important;
	margin:10px auto !important;
}

#footer .logo_mlmc img{
	width:75%;	
}

}

@media (max-width: 360px) {

	
}