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


/*---------------Reset-----------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  -webkit-appearance:none; /* removes weird styling in ios */
  -moz-appearance: none; /* removes weird styling in other mobile browsers */
}



/*-------------Core Styles---------------------------*/

* {
	font-family: Helvetica, Arial, sans-serif;
	font-smooth:always;
	-webkit-font-smoothing: antialiased !important;
}

body{
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5f6f7;
	margin-top:-1px; /* Combats the 1px stuff the olark plugin adds */
	}

h1{
	font-size:36px;
	font-weight:normal;
	color:#000;
	letter-spacing:-2px;
	margin-bottom:15px;
	}
	
h2{
	font-size:17px;
	font-weight:normal;
	color:#6f7070;
	letter-spacing:-1px;
	margin-bottom:15px;
	}
	
h3{
	font-size:17px;
	font-weight:normal;
	color:#0488d3;
	letter-spacing:-1px;
	}
	
h4{
	font-size:13px;
	font-weight:normal;
	color:#6f7070;
	display:block;
	}
	
p{
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#333;
	text-align:left;
	line-height: 1.2em;
	}
	
img{
	max-width:100%;
	}
	
a{
	color:#0488d3;
	text-decoration:none;
	letter-spacing:0px;
	}
	
a:hover{
	color:#5a5a5a;
	text-decoration:underline;
	}
	
hr{
	border:none;
	border-bottom:1px solid #D9DADA;
	}
	

/*-------------Button Colors---------------------------*/
	
	
.green{
	background-color:#0f9d58;
	border: 1px solid transparent;
	color:#FFF;
	}
	
.green:hover{
	background-color:#0d8c4e;
	text-decoration:none;
	color:#FFF;
	}
	
.blue{
	background-color:#4d90fe;
	border: 1px solid transparent;
	color:#FFF;
	}
	
.blue:hover{
	background-color:#357ae8;
	text-decoration:none;
	color:#FFF;
	}
	
.red{
	background-color:#d14836;
	border: 1px solid transparent;
	color:#FFF;
	}
	
.red:hover{
	background-color:#c53727;
	text-decoration:none;
	color:#FFF;
	}
	
.grey{
	background-color:#a3a6ae;
	border:1px solid #8d9099;
	color:#FFF;
	}
	
.grey:hover{
	background-color:#8d9099;
	text-decoration:none;
	color:#FFF;
	}


	
/*-------------Grid Styles----------------------*/

.col-row{
	clear:both;
	display:block;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:15px;
	margin-bottom:15px;
	}

.col-2{
	display:inline-block;
	box-sizing:border-box;
	text-align:left;
	width:49.5%;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	}
	
.col-3{
	display:inline-block;
	box-sizing:border-box;
	text-align:left;
	width:32.5%;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	}
	
.col-4{
	display:inline-block;
	box-sizing:border-box;
	text-align:left;
	width:24.5%;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	}
	
	
#maincontainer{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px 15px 10px;
	text-align:center;
	}
	
/*-------------Header---------------------------*/
	
#customerlogin{
	float:right;
	}
	
#phonenumber{
	float:right;
	margin-right:35px;
	margin-top:9px;
	color: #038B08;
	letter-spacing:-1px;
	font-size:19px;
	}
	
#logoSpacer{
	clear:both;
	}
	
#headerlogo{
	float:left;
	margin-bottom:10px;
	}
	
#logopagetitle{
	float:left;
	margin-left:10px;
	margin-top:45px;
	font-size:18px;
	color:#0488d3;
	letter-spacing:-1px;
	}
	
#mobileMenuBtn{
		display:none;
		}
	
#nav{
	float:right;
	height:30px;
	margin-top:40px;
	margin-bottom:15px;
	overflow:hidden;
	}
	
#nav ul{
	list-style:none;
	float:left;
	margin-top:7px;
	}
	
#nav ul li{
	float:left;
	margin-left:18px;
	}
	
#nav ul li#mobilecustomerlogin{
	display:none;
	}
	
#nav #navsignuplink{
	display:inline;
	margin-left:20px;
	}
	
#nav a{
	color:#5a5a5a;
	font-size:18px;
	text-decoration:none;
	
	}
	
#nav a:hover{
	color:#0488d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
#nav .currentpage{
	color:#0488d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
		
/*-------------Common Styles---------------------------*/
	
#hero{
	margin-bottom:12px;
	clear:both;
	}

.herobody{
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	background-color:#FFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 0 2px 2px #B0B0B0;
	box-shadow: 0 0 2px 2px #B0B0B0;
	text-align:left;
	margin-bottom:20px;
	}
	
#supportedcarriers{
	margin-bottom:30px;
	}

#getstartedcontainer{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
	}
	
#getstartedcontainer img{
	float:right;
	}
	
#getstartedcontainer h4{
	float:left;
	font-size:24px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	color: #6F7070;
	font-weight:normal;
	}


/*-------------footer---------------------------*/
	
#footerlinks{
	width:100%;
	padding-left:0px;
	overflow:hidden;
	border-bottom:1px solid #6f7070;
	margin-bottom:15px;
	}
	
#footerbottom{
	width:100%;
	margin-bottom:5px;
	}
	
#copyright{
	float:left;
	font-size:13px;
	font-weight:normal;
	color:#6f7070;
	display:block;
	margin-top:7px;
	margin-left:10px;
	text-align:left;
	width:400px;
	}
	
#footericoncontainer{
	float:right;
	margin-bottom:0px;
	}

.footericon{
	float:right;
	margin-left:10px;
	}

.miniterms{
	float:left;
	font-size:13px;
	font-weight:normal;
	color:#6f7070;
	display:block;
	margin-top:14px;
	margin-left:0px;
	text-align:left;
	width:700px;
	margin-bottom:20px;
	}
	
.miniterms b{
	color:#0488D3;
	}


/*-------------Other common styles ---------------------------*/

#error{
	float:left;
	color:#FF0000;
	}
	
#fancy_nav{
	display:none;
	}
	
	
/*-------------Media Queries---------------------------*/


@media all and (max-width: 768px) {
	.btn-xlarge.responsive,.btn-large.responsive,
	.btn-medium.responsive,.btn-small.responsive,
	form.responsive, table.responsive{
		width:100% !important;
		}
	
	.col-2, .col-3, .col-4{
		width:100% !important;
		margin-bottom:15px;
		padding-left:0px;
		padding-right:0px;
		}
		
	form.horizontal.responsive .form-group label{
		text-align:left;
		width:auto !important;
		}
	
	form.horizontal .form-group input[type=text], 
	form.horizontal .form-group input[type=password],
	form.horizontal .form-group select,
	form.horizontal .form-group textarea{
		width:100% !important;
		vertical-align:top;
		}
	
	form.inline .form-group{
		display:block;
		margin-bottom:10px;
		vertical-align:middle;
		}
	
	form.inline .form-group label{
		margin-bottom:5px;
		margin-right:10px;
		}
	
	form.inline .form-group input[type=text], form.inline .form-group input[type=password], form.inline .form-group select, form.inline .form-group textarea{
		display:inline-block;
		vertical-align:middle;
		margin-bottom:0px;
		width:100% !important;
		}
	
	form .form-group select{
		width:100% !important;	
		}
		
	#logoSpacer{
		display:none;
		}
		
	#phonenumber{
		display:none;
		}
	#maincontainer{
		padding-top:30px;
		}
	#headerlogo{
		height:35px !important;
		margin-top:10px;
		margin-left:10px;
		position:fixed;
		top:0;
		left:0;
		z-index:9999;
		}
		
	#customerlogin{
		display:none;	
		}
		
	#mobileMenuBtn{
		display:block;
		cursor:pointer;
		height:55px;
		width:100%;
		float:right;
		margin-top:0px;
		position:fixed;
		top:0;
		left:0;
		z-index:9990;
		background:#FFF;
		-webkit-box-shadow: 0 0 2px 2px #B0B0B0;
		box-shadow: 0 0 2px 2px #B0B0B0;
		}
		
	#mobileMenuBtn.mobileClosed{
		background-image:url(../images/icon_mobilemenu.png);
		background-repeat:no-repeat;
		background-position:97% 15px;
	}
	
	#mobileMenuBtn.mobileOpen{
		background-image:url(../images/icon_mobilemenux.png);
		background-repeat:no-repeat;
		background-position:97% 15px;
	}
		
	#nav{
		clear:both;
		margin-top:0px !important;
		margin-bottom:0px;
		width:100%;
		height:auto;
		position:fixed;
		z-index:999;
		left:0px;
		top:0px;
		padding-top:60px;
		background:#fff;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		-webkit-box-shadow: 0 0 2px 2px #B0B0B0;
		box-shadow: 0 0 2px 2px #B0B0B0;
		}
		
	#nav.mobileClosed{
		display:none;
		}
		
	#nav.mobileOpen{
		display:block;
		}
		
	#nav ul{
		list-style:none;
		float:none;
		margin-top:0px;
		width:100%;
		box-sizing:border-box;
		}
		
	#nav ul li{
		float:none;
		text-align:left;
		width:100%;
		margin:0px !important;
		}
		
	#nav ul li#mobilecustomerlogin{
	display:block;
	}
		
	#nav #navsignuplink{
		display:none;
		}
		
	#nav a{
		color:#5a5a5a;
		font-size:18px;
		text-decoration:none;
		display:block;
		padding:15px 20px 15px 20px;
		border-bottom: 1px solid #ddd;
		}
		
	#nav a:hover{
		color:#0488d3;
		border-bottom: 1px solid #ddd;
		background-color:#f7f7f7;
		}
	
	#getstartedcontainer{
		text-align:center;
		}
	
	#getstartedcontainer img{
		float:none;
		}
		
	#getstartedcontainer h4{
		float:none;
		}	
}

@media all and (max-width: 992px) {
	
	#headerlogo{
		height:50px;
		}
		
	#nav{
		margin-top:20px;
		margin-bottom:0px;
		}
		
	#nav #navsignuplink{
		display:none;
		}
}

@media all and (max-width: 1200px) {


}