a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}

@font-face {
	font-family: morebirounded;
	src: url(http://echo4.bluehornet.com/clients/arlo/fonts/morebirounded/gt-canary_-_morebirounded-regular-webfont.eot);
	src: url(http://echo4.bluehornet.com/clients/arlo/fonts/morebirounded/gt-canary_-_morebirounded-regular-webfont.eot?#iefix) format('embedded-opentype'), url(http://echo4.bluehornet.com/clients/arlo/fonts/morebirounded/gt-canary_-_morebirounded-regular-webfont.woff) format('woff'), url(http://echo4.bluehornet.com/clients/arlo/fonts/morebirounded/gt-canary_-_morebirounded-regular-webfont.ttf) format('truetype'), url(http://echo4.bluehornet.com/clients/arlo/fonts/morebirounded/gt-canary_-_morebirounded-regular-webfont.svg#morebi_roundedregular) format('svg');
	font-style: normal
}
@font-face {
	font-family: arloicons;
	src: url(http://echo4.bluehornet.com/clients/arlo/fonts/arloicons/arloicons.eot);
	src: url(http://echo4.bluehornet.com/clients/arlo/fonts/arloicons/arloicons?#iefix) format('embedded-opentype'), url(http://echo4.bluehornet.com/clients/arlo/fonts/arloicons/arloicons.woff) format('woff'), url(http://echo4.bluehornet.com/clients/arlo/fonts/arloicons/arloicons.ttf) format('truetype'), url(http://echo4.bluehornet.com/clients/arlo/fonts/arloicons/arloicons.svg#arloicons) format('svg');
	font-weight: 400;
	font-style: normal
}

html {
	font-size: 62.5%;
	-ms-overflow-y: visible;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}
body {
}
.features li, .signup .submit:after, body, input, select, textarea {
	font-family: morebirounded
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('http://echo.bluehornet.com/static/netgear/300365849/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.container{
	padding:20px;
}

h1 {
	font-size: 2.4em;
    line-height: 1.25;
	font-family: morebirounded;
	color:#06a94e;
	margin-bottom:20px;
	font-weight:bold;
}

p {
    color: #4d4d4d;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.75em;
}

.btn {
	border-radius: 23px;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	padding: 14px 30px 16px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.btn.t1 {
	background-color: #0f6d35;
	color: #fff
}
.btn:hover .icn {
	display: inline-block
}
.btn.t1:hover {
	background-color: #fff;
	color: #0f6d35
}
.btn.t2 {
	background-color: #fff;
	color: #06a94e
}
.btn.t2:hover {
	background-color: #0f6d35;
	color: #fff
}
.btn.t3 {
	background-color: #06a94e;
	color: #fff
}
.btn.t3:hover {
	background-color: #fff;
	color: #06a94e
}
.btn.t4 {
	background-color: #06a94e;
	color: #fff
}
.btn.t4:hover {
	background-color: #0f6d35
}
.btn.submit {
	padding-left: 25px;
	padding-right: 63px;
	position: relative
}
.btn.submit:after {
	content: 'p';
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,.5);
	font-family: arloicons;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 15px 16px 15px 15px;
	position: absolute;
	right: 0;
	top: 0
}
a {
	color: #06a94e;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	font-family:morebirounded;
	text-decoration:none;
}


input {
    background-color: #40b973;
    border: 0 none;
    color: #fff;
    padding-right: 45px;
    transition: background-color 200ms ease 0s;
	width:200px;
}

input[type="email"], input[type="password"], input[type="search"], input[type="text"], textarea {
    background-color: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 18px;
    color: #000;
    font-size: 1.5rem;
    height: 24px;
    line-height: 21px;
    padding: 8px 17px;
}

.bh_form{
	margin:20px 0px;
}
.button{
	margin:20px 0px;
}
