@charset "UTF-8";
/* CSS Document */
.ie-placeholder{
display: none}
* {
	margin:0;
	padding:0
}
body {
	background:#fff;
	font-size:12px
}



.family-member {
background: rgba(255, 255, 255, 0.65);
	background-image: url(../images/avatar.png);
	background-repeat:no-repeat;
	background-size:10%;
	background-position:15px;

max-width:250px;
margin-left:auto;
margin-right:auto;
border-radius: 4px 4px 4px 4px;
border: 1px solid #CCCCCC;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
font-size: 16px;
color: #333333;
text-align:left;
padding:10px 10px 10px 60px;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
color: #666666;
line-height: 1.4375em;
text-rendering: optimizelegibility;
}
.family-dependant {
background: rgba(255, 255, 255, 0.65);
	background-image: url(../images/avatar2.png);
	background-repeat:no-repeat;
	background-size:7%;
	background-position:15px;
	margin-top:5px;
	display:inline-block;

max-width:240px;
margin-left:auto;
margin-right:auto;
border-radius: 4px 4px 4px 4px;
border: 1px solid #CCCCCC;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
font-size: 15px;
color: #333333;
text-align:left;
padding:10px 10px 10px 45px;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
color: #666666;
line-height: 1.2375em;
text-rendering: optimizelegibility;
}
.family-member span {
display:block
}
.family-dependant span {
display:block
}

/*Temporarily imported from the bootstrap.css for the messsage notifications*/
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
    text-align: center;
}
.alert-danger, .alert-error {
    background: none repeat scroll 0 0 rgba(255, 150, 150, 0.65);
    border-color: #EED3D7;
    color: #112222;
    font-size:17px;
    font-family:ProximaNova-Light, Helvetica, sans-serif;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}
.alert-warning {
    background: none repeat scroll 0 0 rgba(205, 220, 250, 0.45);
    border-color: #EED3D7;
    color: #112222;
    /*font-weight:bold;*/
    font-size:17px;
    font-family:ProximaNova-Light, Helvetica, sans-serif;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}
.alert-success {
    background: none repeat scroll 0 0 rgba(105, 220, 150, 0.45);
    border-color: #EED3D7;
    color: #112222;
    /*font-weight:bold;*/
    font-size:17px;
    font-family:ProximaNova-Light, Helvetica, sans-serif;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}

.strike-through {
	text-decoration: line-through;
}

.button.buynow {
		text-decoration:none;
		width:230px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size:26px;
		color: #fff;
background-color: #0b81cc;
background-image: -moz-linear-gradient(top,#0b81cc,#0d5fb0);
background-image: -ms-linear-gradient(top,#0b81cc,#0d5fb0);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#0b81cc),to(#0d5fb0));
background-image: -webkit-linear-gradient(top,#0b81cc,#0d5fb0);
background-image: -o-linear-gradient(top,#0b81cc 0,#0d5fb0 0);
background-image: linear-gradient(top,#0b81cc 0,#0d5fb0 0);

background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9045',endColorstr='#ec9045',GradientType=0);

-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	font-weight:normal;
		text-align:center;
cursor: pointer;
}

.hidden {
display: none;
visibility: hidden;
}

#signup-form{
	background: rgba(255, 255, 255, 0.65);
	width:100%;
	min-height:500px;
	max-width:340px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding-left: 30px;
	margin-right: auto;
	margin-top: 20px;
	text-align:left;
	margin-left: auto;
}
#signup-form .left{
float:left; 	max-width:340px; margin-right:-10px;
}
#signup-form .right{
float:left; 	max-width:340px; margin-right:20px;
}
#signup-form .centre{
margin-top:15px;
float:left; 	margin-right:15px;
}



#signup-right{
	background: rgba(255, 255, 255, 0.65);
	width:100%;
	max-width:420px;
	float:left;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding-left: 30px;
			padding-right: -30px;
					margin-top: 60px;
						text-align:left;



}

#payment-submit-button {
	color: #fff;
	background-color: #b01817;
	background-image: -moz-linear-gradient(top,#eb1918,#b01817);
	background-image: -ms-linear-gradient(top,#eb1918,#b01817);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#eb1918),to(#b01817));
	background-image: -webkit-linear-gradient(top,#eb1918,#b01817);
	background-image: -o-linear-gradient(top,#eb1918 0,#b01817 0);
	background-image: linear-gradient(top,#eb1918 0,#b01817 0);text-decoration: none;
	font-family: ProximaNova-Regular, helvetica, sans-serif;
	font-weight:light;
	font-size: 17px;
	padding: 10px 15px;
	text-align:right;
	border: 0;
	border-radius: 3px;
}

.input-large {
	height: 20px;
	font-size: 22px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 210px;
    border-radius: 4px 4px 4px 4px;
    padding: 11px 6px !important;
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		margin-bottom:30px;
		display:inline;

}
.control-group .controls #name-field {height: 20px;
	font-size: 22px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 295px;
    border-radius: 4px 4px 4px 4px;
    padding: 11px 6px !important;
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		margin-bottom:15px;
}

/*Brought here from layout.css for styling the DOB widget*/
.search-filter{   /* Size and position */
    width: 160px;
	position:relative;
    margin: 0 auto;
	padding: 5px 14px;
	display:inline-block;
	height:32px;

    /* Styles */
    background-colour: #ffffff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    color: #8AA8BD;
	text-align:left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
}

#mobile-map {
display:none;


}
#map-results {

	background-color: #FFFFFF;
	border: 8px solid #ffffff;

	border-radius: 4px 4px 4px 4px;


}
#map_canvas {
	font-size: 12px;

	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	width:924px;
	height:350px;
	margin-top:0px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

}

.map-popup {
	height:150px;
	width: 270px;
	background: #F5F5F5;
	background: rgba(235, 235, 235, 0.75);
	    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5FFFFFF, endColorstr=#A5FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5FFFFFF, endColorstr=#A5FFFFFF)";
}

.map-instructions-top {
	margin: 10px;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	color: rgb(51, 51, 51);
	font-size:16px;
}

#how-steps {
	float: left;
	height: auto;
	width: 33%;
	min-width:140px;
	margin-top:40px;
		margin-bottom:70px;

}
.passport{
	background-image: url(../images/passport.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.activities{
	background-image: url(../images/activities.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.secure{
	background-image: url(../images/secure.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#how-steps h3 {
	color: #333333;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 5px;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}
#how-steps p {
	color: #666666;
	width:auto;
	max-width: 280px;
	text-align: center;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-weight: normal;

	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container {
	width:940px;
	margin:0 auto
}
section.shaded {
	background:#f5f5f5
}
section#legal {
	margin-top:20px;
	margin-bottom:20px
}
section#legal p.big {
	font-size:14px;
	line-height:22px;
	color:#555
}
section#legal p {
	margin-bottom:20px;
	color:#777;
	line-height:18px;
	font-size:12px
}
section#legal .indent {
	margin-left:25px
}
div.survey {
	padding:15px;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:20px
}
header {
	height: 55px;
	width: 100%;
	background: rgba(255, 255, 255, 0.65)
}
header .container {
	position:relative
}
header aside.right {
	position:absolute;
	top:18px;
	right:0
}
header aside.right a {
	margin-left:5px
}
header .logo {
	width:230px;
	height:51px;
	display:block;
	text-indent:-99999px;
	margin:0 auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left centre;
}
header .logousa {
	width:230px;
	height:51px;
	display:block;
	text-indent:-99999px;
	margin:0 auto;
	background-image: url(../images/logousa.png);
	background-repeat: no-repeat;
	background-position: left centre;
}
header .moz-logo {
    width:230px;
    height:51px;
    display:block;
    text-indent:-99999px;
    margin:0 auto;
    background-image: url(../images/en-AU/logo-small.png);
    background-repeat: no-repeat;
    background-position: left centre;
}
header .phoneicon {
display:none;
height:34px;
padding-top:10px;
}
header aside.left {
	position:absolute;
	left:0
}
footer {
	padding-top:20px;
	height:250px;
	overflow:hidden;
}
footer .left {
	float:left;
	color:#888
}
footer .right {
	float:right
}
footer .right span {
	color:#ccc;
	padding:0px 3px
}
#partners {
margin-top:80px;
margin-bottom:80px;
text-align:center

} .partners {
	list-style: none outside none;
	font-size: 13px;
	padding: 0px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;

} .partners li {
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	display: inline-block;
	background-color: rgb(228, 230, 231);
	list-style: none outside none;
	font-size: 16px;
	color: rgb(34, 34, 34);
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 14px;
}

section#intro {
	text-align:center;
	border-bottom:1px solid #e1e1e1;
	-moz-box-shadow:inset 0 0 9px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:inset 0 0 9px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 0 9px rgba(0, 0, 0, 0.05);
	height: 700px;
	width: 100%;
	background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


section#intro.step5form {
	height: auto;
}
section#intro.step5form #signup-form {
    height: 820px;
    max-width: 740px;
}

/*The package sales screen uses these*/
section#intro.payment-details {
	height: auto;
}
section#intro.payment-details #signup-form {
    height: 720px;
    max-width: 740px;
}


section#intro p {
	font-size:16px;
	color:#555;
	margin-bottom:40px
}
section#intro .actions {
margin-top: 60px;
	margin-bottom:0px
}
section#intro .actions a {
	margin-right:0px
}
section#intro .actions a:last-child {
	margin-right:0px
}
section#intro .main_graphic {
	width:940px;
	height:390px;
	background-image: url(../images/screenmap.png);
	background-repeat: no-repeat;
	background-position: left top;
}
section#intro .main_graphic_usa {
	width:940px;
	height:390px;
	background-image: url(../images/screenmapusa.png);
	background-repeat: no-repeat;
	background-position: left top;
}
section#intro .view-price {
	width:121px;
	height:121px;
	margin-left:20px;

}
#slideshow {
	margin: 0px auto;
	position: relative;
	height: 90px;

	color: #666666;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	background-color: #FFFFFF;
	padding-top:25px;
		padding-bottom:15px;

	text-align: center;
}

#slideshow > div {
    position: absolute;
		width:auto;
	min-width:900px;




}
div.highlights .highlight {
	overflow:hidden
}
div.highlights .highlight .graphic {
	float:left;
	width:360px;
	height:350px
}
div.highlights .highlight .graphic.one {
	background-image: url(../images/add-to-list.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.highlights .highlight .graphic.two {
background-image: url(../images/move-list.png);
	background-repeat: no-repeat;
	background-position: left top;}
div.highlights .highlight .graphic.three {
background-image: url(../images/create-passport.png);
	background-repeat: no-repeat;
	background-position: left top;}
	div.highlights .highlight .graphic.four {
background-image: url(../images/about-movegb.png);
	background-repeat: no-repeat;
	background-position: left top;}


div.highlights .highlight.reverse .graphic {
	float:right
}
div.highlights .highlight .desc {
	float:right;
	width:525px;
	padding-top:80px;
	margin-right:15px
}
div.highlights .highlight.reverse .desc {
	float:left;
	margin-left:50px;
	margin-right:0
}
div.highlights .highlight .descalt {
	float:right;
	width:940px;
	padding-top:80px;
	margin-right:15px
}
div.highlights .highlight.reversealt {
	margin-left:50px;
	margin-right:15px
}
div.highlights .highlight.reversealt p {
		color: #999999;
		margin-top:20px;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-weight: normal;

	font-size: 18px;
	line-height: 22px;
	margin-right:10px
}

div.highlights .highlight .desc p {
		color: rgb(61, 61, 61);
		margin-top:20px;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-weight: normal;

	font-size: 18px;
	line-height: 22px;
}
section#all_features {
	padding:35px 0px 5px 0px;
	margin-bottom:50px
}
section#footer-nav {
	padding:35px 0px 5px 0px;
}
section#all_features .sub_header {
	text-align:center;
	margin-bottom:0px
}
section#all_features .sub_header h1 {
	font-size:28px
}
section#all_features .sub_header p {
	color: #999999;
		margin-top:20px;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-weight: normal;

	font-size: 18px;
	line-height: 22px;
}
section#all_features ul {
	list-style:none;
	overflow:hidden
}
section#all_features ul li {
	width:210px;
	margin-right:25px;
	margin-bottom:40px;
	float:left
}
section#all_features ul li:nth-child(4+4n) {
margin-right:0
}
section#all_features ul li p {
	font-size:12px;
	color:#888
}
section#pricing {
	text-align:center;
	margin-bottom:50px
}
section#pricing p {
	width:470px;
	line-height:21px;
	color:#666;
	margin:0 auto;
	margin-bottom:40px
}
h1 {
	height: auto;
	width:100%;
	max-width: 900px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 70px;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-weight: normal;

	font-size: 41px;
	line-height: 46px;
	margin-right: auto;
	margin-left: auto;
}
h1 .regular {

	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-weight: normal;


}
h1 .bold {

	font-family: 'ProximaNova-Semibold', Helvetica, sans-serif;
		font-weight: normal;


}
h2  {
	height: auto;
	width:100%;
	max-width: 800px;
	color: #333333;
	text-align: center;
	margin-top: 70px;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 37px;
	line-height: 44px;
	margin-right: auto;
	margin-left: auto;
}

h3 {
height: auto;
	margin-top: 30px;

	color: #333333;
	text-align: left;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	margin-right: auto;
	margin-left: auto;
} {
height: auto;
	margin-top: 30px;

	color: #333333;
	text-align: left;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	margin-right: auto;
	margin-left: auto;
}
h4 {
height: auto;
	margin-top: 30px;

	color: #333333;
	text-align: center;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	margin-right: auto;
	margin-left: auto;
}
h4 .passport-title {
height: auto;
	margin-top: 30px;

	color: #333333;
	text-align: center;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	margin-right: auto;
	margin-left: auto;
}
#how-steps h4{	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	font-weight: normal;
	margin-top:10px;
font-size:14px;color:#444;margin-bottom:5px;
	line-height: 20px;

margin-right:20px;
margin-left:20px;


}
h5 {
height: auto;
	margin-top: 20px;

	color: #333333;
	text-align: center;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 39px;
	line-height: 36px;
	margin-right: auto;
	margin-left: auto;

}h6 {
color: #999999;
		margin-top:0px;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-weight: normal;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.h7 {
display: inline;
color: #333333;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}
.h8{
display: inline;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
text-align: initial;
font-weight: normal;
margin: 0;
font-size: 1.25em;
color: #666666;
padding: 0px;
line-height: 1.4375em;
font-size:20px;
text-rendering: optimizelegibility;
}
.h8 .regular {
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-weight: normal;
}

.h8 a{
color: #666666;
	text-decoration: none;





}


h4 .icon {
	font-size:15px;
	font-weight:normal;
	color:#87c873;
	padding-right:5px
}
a {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	outline:none;
}
img {
	border:none
}
hr {
	width:700px;
	margin:0px auto 0px auto;
	height:1px;
	background:#eaeaea;
	color:#eaeaea;
	border:none
}
.button, .btTxt {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none;
	-webkit-appearance:none;
	text-decoration:none;
	padding-top: 16px;
	padding-right: 17px;
	padding-bottom: 16px;
	padding-left: 12px;
}
.button.gray, .btTxt {
	background-image: url(../images/free-trial.png);
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	margin-left:auto;
	margin-right:auto;
	background-position: center center;
}
.button.gray  {



}
.button.gray2, .btTxt {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none;
	-webkit-appearance:none;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.button.gray2  {
		background: rgba(0, 0, 0, 0.30);
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-size:20px;
	font-weight:normal;


}

.button.green, .btTxt {
	background-image: url(../images/free-trial.png);
	background-repeat: no-repeat;
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-size:25px;
	font-weight:normal;
	margin-left:auto;
		margin-right:auto;



}
.buttonalt, .btTxt {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none;
	-webkit-appearance:none;
	text-decoration:none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left:33px;
	padding-right:37px;
	width:281px
}
.buttonalt.green, .btTxt {
	background-image: url(../images/free-trial.png);
	background-repeat: no-repeat;
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-size:25px;
	font-weight:normal;
	margin-left:auto;
		margin-right:auto;



}
.buttonsocial, .btTxt {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none;
	-webkit-appearance:none;
	text-decoration:none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left:13px;
	padding-right:47px;
	width:281px
}
.buttonsocial.green, .btTxt {
	background-image: url(../images/free-trial.png);
	background-repeat: no-repeat;
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-size:23px;
	font-weight:normal;
	margin-left:auto;
		margin-right:auto;



}
.button2, .btTxt {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none;
	-webkit-appearance:none;
	text-decoration:none;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 20px;

}
.button2.fbook, .btTxt {
	 background-color: #3b5998;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#627aad), to(#3b5998));
  background-image: -moz-linear-gradient(top, #627aad, #3b5998);
  background-image: -ms-linear-gradient(top, #627aad, #3b5998);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #627aad), color-stop(100%, #3b5998));
  background-image: -webkit-linear-gradient(top, #627aad, #3b5998);
  background-image: -o-linear-gradient(top, #627aad, #3b5998);
  background-image: linear-gradient(top, #627aad, #3b5998);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627aad', endColorstr='#3b5998', GradientType=0);
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-size:24px;
	font-weight:normal;
	margin-left:auto;
		margin-right:auto;
			-moz-border-radius:3px;
	-webkit-border-radius:3px;



}
.buttonemail, .btTxt {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border:none;
	-webkit-appearance:none;
	text-decoration:none;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 18px;
}
.buttonemail, .btTxt {
		background-image: url(../images/free-trial.png);
	background-repeat: no-repeat;
		font-family: 'ProximaNova-Light', Helvetica, sans-serif;
		font-size:24px;
	font-weight:normal;
	margin-left:auto;
		margin-right:auto;



}
.button.green  {
margin-left:6px;

}

.button.signin {
	padding:10px 5px;
	font-size:12px;
	background-image: url(../images/log-in.png);
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-size:16px;
	font-weight:normal;
}
.button.signin2 {
	padding:10px 35px;
	font-size:12px;
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	background-color: #0c7bca;
}
.button.signin3 {
	padding:10px 35px;
	font-size:12px;
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	background-color: #666666;
}

.button.signup {
	padding:10px 25px;
	font-size:12px;
	background-image: url(../images/log-in.png);
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
		font-size:16px;
	font-weight:normal;
}
.button.help.opaque {
	padding:10px 35px;
	font-size:12px;
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #999999;
}
.button.phone {
	font-size:12px;
	background-repeat: no-repeat;
	font-family: 'ProximaNova-Light', Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #333333;
	display: inline;
	margin: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.button.help {
	padding-left:12px;
	color:#999
}
.button .icon {
	cursor:pointer;
	font-size:15px;
	vertical-align:-1px;
	font-weight:normal;
	padding-right:5px
}
.button.large {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-0.05em
}
.button.medium {
	padding:10px 18px;
	font-size:13px
}
#space  {
height:150px
}


/*Stuff from mark.css for the package offer screen*/

.right-arrow-div{
	min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
	/* background: #f4a5a5; */
	/* background: #f4a5a5; */

	background: #005100;
	color:white;
	padding:0px;
	position:relative;
	word-wrap:break-word;
	-moz-border-radius:5px; /*add some nice CSS3 round corners*/
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:2em;
}
.right-arrow-div:after {
	content:'';
	display:block;
	position:absolute;
	top:12px;
	left:100%; /*should be set to 100% */
	width:0;
	height:0;
	border-color: transparent transparent transparent #005100; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 30px;
}

#activities-sidebar {
	min-width: 268px;
	max-width: 280px;
	text-align: 	center;
	background-color: white;
	border: 		3px 3px 3px 3px;
	border-color: 	#005100;
	position: fixed;
/*
	position: fixed;
	top:154px;
*/
}

#activities-sidebar .sidebar-content {
	padding: 5px;

}

/**/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
header {
background-size:100px 61px
}
header .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
header .logousa {
	background-image: url(../images/logousa.png);
	background-repeat: no-repeat;
}

section#intro .main_graphic, section#intro .main_graphic_usa {
/*background:none; */
background-size:940px 350px
}
div.highlights .highlight .graphic.one {
background-size:360px 350px
}
div.highlights .highlight .graphic.two {
background-size:360px 350px
}
div.highlights .highlight .graphic.three {
background-size:360px 350px
}
div.highlights .highlight .graphic.four {
background-size:360px 350px
}
.button.green  {
}

}
@media only screen and (max-width: 750px) {
body{overflow-y: hidden;}
#how-it-works {
		min-height:820px;
}
#map-results {
display:none;
}
#mobile-map {
height:222px;
display:inline-block;
margin-top:26px;
}
#search_controls_div {
	display: none;
}

.non-mobile {
display:none;
}

h3 {

	text-align: center;
}
.partners{	text-align:center;
}
.partners li {
	font-size: 14px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 8px;
}
div.highlights .highlight.reversealt {
	margin-left:0px;
	margin-right:0px
}
#how-steps {
	float: left;
	height: auto;
	width: 100%;
	margin-top:20px;

}
div#page_wrapper {
width:100%;
overflow:hidden;
margin:0 auto
}
.container {
width:auto;
margin:0 auto
}
header .logo {
width:120px;
height:35px;
margin-top:15px;
background-size:120px
}
header .logousa {
width:120px;
height:35px;
margin-top:15px;
background-size:120px
}
header .phoneicon {
display: block;
}
.button.phone {
display:none;

}
header aside.right a .number {
display:none;
}
.button.green  {
display:inline-block;
margin-top:-20px;
margin-bottom:-10px;

}
.button.gray  {
display:inline-block;
margin-top:-20px;
margin-bottom:30px;

}
#space  {
height:0px
}

.button.help.opaque {
display:none;
}
header .help {
display:none
}
header aside.right {
top:20px
}
header aside.left {
left:10px;

}
header aside.right {
right:10px
}
header .button.opaque {
display:none;
}

h1 {
font-size:35px;
max-width:320px;
}
h2 {
font-size:37px
}
section#intro {
padding-top:0px;
width:100%;

}
section#intro .main_graphic {
	background-image: url(../images/mobilemap.png);
width:320px;
height:159px;
margin:0 auto;
margin-bottom:0px;
background-size:320px 300px
}

section#intro .main_graphic_usa {
        background-image: url(../images/mobilemap.png);
width:320px;
height:159px;
margin:0 auto;
margin-bottom:0px;
background-size:320px 300px
}


#slideshow > div {
    position: absolute;
		width:auto;
	min-width:0px;



}
section#intro .actions {
margin-top: 30px;
	margin-bottom:0px
}
div.highlights .highlight .graphic.one, div.highlights .highlight .graphic.two, div.highlights .highlight .graphic.three, div.highlights .highlight .graphic.four {
width:320px;
height:311px;
margin:0 auto;
background-size:320px 311px;
float:none
}
div.highlights .highlight .desc {
float:none;
width:300px;
margin:0 auto;
text-align:center;
padding-top:0
}
div.highlights .highlight.reverse .desc {
float:none;
margin:0 auto;
margin-top:-30px
}
hr {
margin:25px auto
}
section#all_features {
margin-top:30px
}
section#all_features ul {
width:205px;
margin:0 auto
}
section#all_features ul li {
float:none;
text-align:center;
margin-right:0
}
section#pricing p {
width:300px
}
footer .left {
margin-bottom:10px
}
footer .left, footer .right {
float:none;
text-align:center
}
}
@media screen and (min-width: 751px) and (max-width: 970px) {
div#page_wrapper {
width:768px;
overflow:hidden;
margin:0 auto
}
.container {
width:auto;
margin:0 auto
}
header aside.left {
left:15px
}
#slideshow > div {
    position: absolute;
		width:auto;
	min-width:750px;




}
header aside.right {
right:15px
}
section#intro .main_graphic {
width:750px;
height:250px;
margin:0 auto;
background-size:750px 279px
}
div.highlights .highlight .desc {
width:350px;
margin-right:50px;
padding-top:50px
}
section#all_features ul {
margin-left:25px
}
section#all_features ul li {
width:220px;
margin-right:26px
}
hr {
margin:15px auto
}
footer.container {
padding:20px 15px;
}
#map_canvas {
	width:754px;



}

}


@media only screen and (max-width: 750px) {

section#intro.step5form {
	height: 1200px;
}
section#intro.step5form #signup-form {
	height: 1100px;
}

section#intro.payment-details {
	height: auto;
}
section#intro.payment-details #signup-form {
	height: 1020px;
}


section#intro.step4form {
	height: 950px;
}
section#intro.step4form #signup-form {
	height: 920px;
}

#signup-form{
min-height:650px;
	padding-left: 5px;
}
#signup-form .left{
margin-right:0px;
}
.facebook-copy{
display:none;
}


.button.help.opaque {
display:none;
}
p.page_hint {
width:250px
}
section#login {
width:220px
}
form input.text {
width:200px
}
section#signup {
width:300px;
float:none
}
section#signup .left {
width:238px
}
section#signup form input.text {
width:220px
}
section#signup form input.text.half {
width:220px;
display:block;
margin-bottom:10px
}
form span.hint {
width:250px
}
.subdomain {
width:245px
}
.subdomain span.placeholder {
font-size:11px;
top:33px
}
form .cvc, form .exp {
float:none
}
form select {
width:112px
}
.signup_button, .signup_terms {
float:none;
text-align:center;
width:240px
}
.signup_button {
margin-bottom:15px
}
section#signup .right {
float:none;
margin:0 auto;
text-align:center;
clear:both;
padding-top:30px
}
}
@media screen and (min-width: 751px) and (max-width: 970px) {
section#signup {
width:750px
}
section#signup .left {
width:490px
}
section#signup .right {
width:180px
}
section#signup form input.text {
width:465px
}
section#signup form input.text.half {
width:215px
}
form select {
width:110px
}
}
.marker_partner{
        margin-bottom:15px;
        padding-bottom:10px;
        text-align:center;
        font-weight:bolder;
        font-size:14px;
        font-family:ProximaNova-Regular, Helvetica, sans-serif;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCCCCC;
        max-width:300px;
        }

.marker_image{ width:50%;  max-width:110px; min-height:95px; float:left; margin-top:0px; text-align:left; clear:left; }
.marker_image img{max-width:110px; max-height: 100px;}


.marker_text{ width:45%; max-width:130px; float:right; clear:right; margin-left:5%;  text-align:left; font-weight:light; font-size:13px; font-family:ProximaNova-Regular, Helvetica, sans-serif; }

.marker_text .button.gray {
	font-size:11px;
	padding: 5px 7px 5px 7px;
	margin: 15px 1px 2px 2px;
}

div.overley_steps {
/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
width:      100%;
height:     3331px;
z-index:    10;
top:        0;
left:       0;
position: absolute;
overflow: visible;
z-index:9999999;
color:#FFFFFF;
}
div.overley_steps .infobox {
width:40%;
height:auto;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-top:12%;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border:#666666 thin solid;
padding:25px;
}
div.overley_steps .infobox2 {
clear:both;
width:50%;
height:auto;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-top:23%;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border:#666666 thin solid;
padding:25px;
}
div.overley_steps .annotation_topleft {
width:200px;
height:300px;
margin-top:4%;
padding-top:20px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
color: #ffffff;
text-align: centre;
font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 19px;
margin-left:5%;
margin-right:auto;
float:left;
}
div.overley_steps .annotation_topright {
width:200px;
height:auto;
margin-top:4%;
padding-top:20px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
color: #ffffff;
text-align: centre;
font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 19px;
margin-right:5%;
margin-left:auto;
float:right;
text-align:right
}
div.overley_steps .annotation_btmleft {
width:200px;
height:300px;
margin-top:4%;
padding-top:20px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
color: #ffffff;
text-align: centre;
font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 19px;
margin-left:5%;
margin-right:auto;
float:left;
}
div.overley_steps .annotation_btmright {
width:200px;
height:300px;
margin-top:-20%;
padding-top:20px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
color: #ffffff;
text-align: centre;
font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 19px;
margin-right:5%;
margin-left:auto;
float:right;
text-align:right
}
div.overley_steps .annotation_filters {
width:100%;
max-width:920px;
height:250px;
margin-left:auto;
margin-right:auto;
margin-top:4%;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border:thin dashed #ffffff;
padding:25px;
color: #ffffff;
text-align: centre;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
font-weight: normal;
font-size: 26px;
line-height: 21px;
}
div.overley_steps h1 {
height: auto;
margin-top: 0px;
padding-top:0px;
color: #333333;
text-align: left;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
font-weight: normal;
font-size: 24px;
line-height: 34px;
width:auto;
margin-left:0;
}
div.overley_steps p {
height: auto;
margin-top: 10px;
color: #666666;
text-align: left;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
line-height: 21px;
}
div.overley_steps p span {
height: auto;
margin-top: 10px;
color: #666666;
text-align: left;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
font-weight: normal;
font-size: 17px;
line-height: 19px;
}
.overlay_btn {
width: auto;
display: inline-block;
text-decoration: none;
margin-top:20px;
line-height: 21px;
padding: 12px 12px;
font-size: 17px;
font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
font-weight: normal;
background: #0b81cc;
color: #ffffff;
cursor: pointer;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
border: 1px solid #eef2f8;
z-index: 0;
}

.demoimg {
width:50%;
float:left;
}
@media only screen and (max-width: 970px) {
div.overley_steps .annotation_btmright, div.overley_steps .annotation_btmleft, div.overley_steps .annotation_topright, div.overley_steps .annotation_topleft {
display:none;
}
div.overley_steps .infobox, div.overley_steps .infobox2 {
width:80%;
}
}
@media only screen and (max-width: 400px) {
.demoimg {
width:100%;
}
}

/*New trial step 2 header banner*/
@media only screen and (max-width: 550px) {

.inviteimage {
display:none;
}
}
.info_people{
margin-top:3px;
max-width:940px;
 width:auto; display:inline-block; color:#ffffff;   -moz-border-radius: 3px; width:100%;
-webkit-border-radius: 3px;
border-radius: 3px;}
.facepile_wrapper{
height:50px;width:auto;overflow:hidden;
 }
.facepile_title{

text-align: left;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
font-weight: normal;
font-size: 20px;
line-height: 50px;
}
.facepile_content{
 margin-top:-100px;
 float:right;

 }
.price-banner{
	color: #fff;
					background-color: #d14443;
					font-family: ProximaNova-Regular, helvetica, sans-serif;
					font-weight:light;
					font-size: 14px;
					padding: 5px 5px;
					margin-top:10px;
					border: 0;
					border-radius: 3px;}
@media only screen and (max-width: 470px) {
.info_people{
width:100% }
.facepile_title{
font-size: 14px;


}
.facepile_content, .fb-like-box{
display:none;
margin-top:-400px;

 }

}


/*/Stuff for new my-acct page/*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
/*height: 20px;*/
padding: 4px 6px;
margin-bottom: 9px;
font-size: 14px;
line-height: 20px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
font-family: 'ProximaNova-Light',Helvetica,sans-serif;
}
.input-large {
height: 20px;
font-size: 22px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
width: 210px;
border-radius: 4px 4px 4px 4px;
padding: 11px 6px !important;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
margin-bottom: 30px;
display: inline;
}
.input-largealt {
height: 20px;
font-size: 22px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
width: 210px;
border-radius: 4px 4px 4px 4px;
padding: 11px 6px !important;
font-family: 'ProximaNova-Light', Helvetica, sans-serif;
margin-bottom: 30px;
display: inline;
}

.b-core-ui-red {
clear: both;
width: auto;
display: inline-block;
text-decoration: none;
line-height: 48px;
padding: 0px 18px;
font-size: 15px;
font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
font-weight: normal;
background-color: #dd0303;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd0303), to(#f60202));
background-image: -webkit-linear-gradient(top, #dd0303, #f60202);
background-image: -o-linear-gradient(top, #dd0303, #f60202);
background-image: linear-gradient(to bottom, #dd0303, #f60202);
background-image: -moz-linear-gradient(top, #dd0303, #f60202);
background-repeat: repeat-x;
color: #0b81cc;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
border: none;
}

                        @media only screen and (min-width:701px) {
                        .got-it-btn {float:right;}
                        }
                        @media only screen and (max-width:700px  ) {
                        /*float: center;*/
                        .got-it-btn { display: inline-block; }
                        }


