/* Global */
.color-white{
	color:#fff;
}


/* Template */

.header{
	background:#103258;
	-webkit-box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.6);
}
	.header a.logo-v2{
		height: auto;
	}
.page-header-fixed .page-container {
	margin-top: 119px;
}

	.benefits-banner{
		padding-top:50px;
		padding-bottom:50px;
		background:#f0f0f0;
	}

.footer a.btn-transparent	{
	color:#fff;
}



/* Navigation */
.header .navbar-nav li a,
.header .nav li > a:hover,
.header .nav li.active > a,
.header .nav li.active:hover > a {
	padding: 34px 16px;
}
.header .navbar-nav li a {
	color: #eeeeee;
	border-top: 0;
	margin-top: 2px;
}
.header .navbar-nav li a:hover,
.header .navbar-nav li.active a{
	margin-top: 0;
}

/* Banner-Home */
.benefits-banner{
	background-image: url("/assets/custom/images/banner-home.jpg");
	background-size: cover;
	background-position: bottom;
}
.benefits-banner h1{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
.benefits-banner span{
	color: #fff;
	font-weight: bold;
}

/* Fix the google map popup */
.gm-style-iw {
	width: 260px;
	min-height: 60px;
}

/* login fix */
.login-signup-page .checkbox{
	padding-left: 20px;
}

/*customer support button icon size*/
.csr-btn > i {
	font-size: 18px;
	margin-left: 4px;
}