#nmawm {float:none;}
img {max-width:100%}

.text-right {
	text-align: right;
}

.nmawm-fragment, .nmawm-fragment * {
	font-family: 'OpenSans Regular', sans-serif;
}

.nmawm-button {
	border-radius: 50px;
	background-color: #339eff;
	color: #fff;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
}
  
.nmawm-sticky {
	background: #1c70e1;
	height: 70px;
	line-height: 70px;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 2;
	display: none;
	text-align: center;
}

.nmawm-sticky .nmawm-button {
	width: 150px;
	margin-top: 14px;
}

.nmawm-sticky span {
	font-size: 20px;
	padding-right: 40px;
}

.nmawm-sticky__mobile {
	display: none;
}

.nmawm-header {
	background: #fff;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #1c70e1;
	max-width:1170px;
	margin:0 auto;
}

.nmawm-header svg {
	vertical-align: middle;
}

.nmawm-header__call {
	font-family: "OpenSans Regular";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1px;
	text-align: justify;
	color: #444447;
}
.nmawm-header p {
	vertical-align: middle;
	line-height: 70px;
}

.nmawm-hero {
	background-image: url(/resources/img/heroes/nmawm-hero.jpg);
	background-size: cover;
	padding: 50px 0;
	color: #ffffff;
	text-align:center;
}

.nmawm-hero h1 {
	font-size: 40px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: center;
	color: #ffffff;
}

.nmawm-hero__desc {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.2px;
	text-align: center;
	color: #eaeaea;
	max-width: 804px;
	margin: 0 auto 50px;
}
.nmawm_button {
	width: 206px;
	height: 72px;
	line-height: 72px;
	border-radius: 50px;
	background-color: #339eff;
	display: block;
	margin:0 auto 72px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.3px;
	text-align: center;
	color: #ffffff;
}

.nmawm-hero a.j-nmawm-video{
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.71;
	letter-spacing: 0.2px;
	text-align: center;
	color: #339eff;
}

.nmawm-hero .j-nmawm-video img {
	vertical-align:middle;
}

.nmawm-capture {
	background: #f7f7f7;
	text-align: center;
	padding: 45px 0;
	color: #444447;
}

.nmawm-capture h2 {
	font-size: 28px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	line-height: 1.14;
	text-align: center;
	color: #133ba3;
	font-weight: normal;
}

.nmawm-capture p {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1px;
	text-align: center;
	color: #444447;
	max-width:825px;
	margin:0 auto 44px;
}

.nmawm-capture__form {
	max-width: 750px;
	margin: 0 auto;
}

.nmawm-capture__email {
	height:48px;
	width:100%;
	max-width: 536px;
	background: none;
	background-color:#fff;
	border: 1px solid #339eff;
	padding: 10px 15px;
	color: #444447;
	border-radius: 100px;
	font-size: 16px;
}

.nmawm-capture__email::-webkit-input-placeholder {
	color: #444447;
	font-style: italic;
}

.nmawm-capture__email::-moz-placeholder {
	color: #444447: italic;
}

.nmawm-capture__email:-ms-input-placeholder {
	color: #444447;
	font-style: italic;
}

.nmawm-capture__email:-moz-placeholder {
	color: #444447;
	font-style: italic;
}

.nmawm-capture .nmawm-button {
	max-width:192px;
	border-radius: 50px;
	background-color: #339eff;
	color: #fff;
	line-height: 48px;
	display: inline-block;
	text-align: center;
}

.nmawm-capture .nmawm_agree {
	padding-top:25px;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.2px;
	text-align: center;
	color: #444447;
	clear:left;
}

.nmawm-capture .nmawm-capture__download {
	margin: 0 auto;
	width: 190px;
	display: none;
	font-size: 14px;
}

.nmawm-peek {
	padding:90px 0;
}

.nmawm-peek h2{
	font-size: 28px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	line-height: 1.14;
	text-align: center;
	color: #133ba3;	
	margin-bottom:55px;
	font-weight: normal;
}

.nmawm-peek img {
	
}

.nmawm-peek h3{
	margin:20px 0 25px;
	font-size: 20px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	line-height: 1.2;
	letter-spacing: 0.1px;
	text-align: left;
	color: #133ba3;
	font-weight:bold;
}

.nmawm-peek p{
	max-width:270px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.2px;
	text-align: left;
	color: #444447;	
}

.nmawm-reasons {
	padding: 95px 0;
	background-color:#f7f7f7;
}

.nmawm-reasons img { 
	padding-top:23px;
}

.nmawm-reasons h2 {
	font-size: 28px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	line-height: 1.14;
	text-align: left;
	color: #133ba3;
	font-weight: normal;
}

.nmawm-reasons h4{
	font-size: 18px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: 0.2px;
	text-align: left;
	color: #444447;
}	

.nmawm-reasons p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.2px;
	text-align: left;
	color: #444447;
}	

.nmawm-quote {
	margin:95px 0;
}
.nmawm-quote p{
	font-size: 20px;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: 0.2px;
	text-align: center;
	color: #444447;
	max-width:530px;
	margin-left: auto;
	margin-right:auto;
}

.nmawm-quote p.attribute{
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 0.2px;
	text-align: center;
	color: #959595;
	margin-left: auto;
	margin-right:auto;
}

.nmawm-cta {
	padding:95px 0;
	background-color: #f7f7f7;
}

.nmawm-cta h2{
	font-size: 28px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	line-height: 1.14;
	text-align: left;
	color: #133ba3;
	font-weight: normal;
	text-align:center;
}

.nmawm-cta p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.2px;
	text-align: left;
	color: #444447;
	text-align:center;
	margin-bottom:40px;
}

.nmawm-cta a{
	width: 167px;
	line-height: 48px;
	border-radius: 50px;
	background-color: #339eff;
	color:#fff;
	margin:0 auto;
	display:block;
}

.nmawm-footer {
	background: #fff;
	color: #88888a;
	font-size: 12px;
	padding: 50px 0;
}

.nmawm-footer__norton {
	position: relative;
}

.nmawm-footer p {
	margin-bottom: 20px;
}

.nmawm-footer__security {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.nmawm-footer__security li {
	float: left;
	margin-left: 30px;
}

@media (max-width: 768px) {
	.nmawm-header__call {
		float: right;
		width: 35px;
		height: 35px;
		background: url(https://www.legalzoom.com/resources/img/icons/icon_call.png) no-repeat;
		background-size: 30px;
		margin-top: 18px;
		display: block;
	}

	.nmawm-header__call span {
		display: none;
	}

	.nmawm-capture__email {
		margin-bottom: 25px;
		text-align: center;
	}

	.nmawm-bullets {
		padding-bottom: 0;
	}

	.nmawm-bullets__row {
		margin-bottom: 50px;
	}

	.nmawm-bullets h2 {
		margin-bottom: 10px;
	}

	.nmawm-footer__social {
		padding: 50px 0 30px;
	}

	.nmawm-footer__security {
		float: none;
		margin-top: 30px;
	}

	.nmawm-footer__security li {
		margin-left: 0;
		margin-right: 15px;
	}

	.nmawm-grid__xero {
		padding: 0 40px;
	}

	.nmawm-sticky__desktop {
		display: none;
	}

	.nmawm-sticky__mobile {
		display: inline;
	}
}

@media (max-width: 640px) {
	#nmawm .modal {
		width:auto;
		text-align:center;
	}
	#nmawm .modal-inner h1 {
		font-size: 25px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
		line-height: 30px;
		margin-top: 20px;
	}
	#nmawm .modal-inner h2 {
		padding-top: 40px;
		font-size: 17px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
		line-height: 20px;
		margin-top: 25px;
	}
	#nmawm .modal-inner ul {
		list-style-type: none;
	}
	#nmawm .modal-inner ul li {
		border: none;
		color: #7a7a7a;
	}
	#nmawm .modal-inner p {
		max-width: 475px;
		line-height: 24px;
		margin: 0 auto;
	}
	#nmawm .nmawm-hero h1 {
		font-size: 40px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	}

	#nmawm h2 {
		font-size: 28px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	}
	.nmawm-hero { 
		background-position-x:right;
		padding:50px 30px;
	}
	.nmawm-hero p.nmawm-hero__desc{
		font-size:14px;
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: 0.2px;
	}	
	.nmawm-hero a.j-nmawm-video {
		padding:0 0 0 40px;
		display:block;
		position:relative;
		text-align:left;
	}
	.nmawm-hero a.j-nmawm-video img{
		top:0;
		left:0;
		position:absolute;		
	}
	.nmawm-capture {
		padding: 45px 30px;
	}
	.nmawm-capture .j-nmawm-capture__submit {
		width: 139px;
	}
	.nmawm-capture p.nmawm_agree {
		font-size:12px;
	}
	.nmawm-peek {
		padding:60px 30px 20px;
	}
	#nmawm .nmawm-peek h2 {
		font-size:20px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	}
	#nmawm .nmawm-peek h3 {
		font-size:16px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	}
	.nmawm-peek p {
		font-size:14px;
		margin-bottom:40px;
	}
	.nmawm-reasons {
		padding:60px 30px;
	}
	#nmawm .nmawm-reasons h2{
		font-size:20px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	}
	#nmawm .nmawm-reasons h4{
		font-size:14px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
		font-weight:bold;
	}
	.nmawm-reasons img {
		margin-bottom:36px;
	}
	.nmawm-quote {
		margin:60px 30px;
	}
	.nmawm-quote p {
		font-size:16px;
	}
	.nmawm-quote p.attribution {
		font-size:14px;
	}
	.nmawm-cta {
		padding:60px 0;
	}
	#nmawm .nmawm-cta h2 {
		font-size:20px !important; /*Had to use the !important hack because there is so much hacking of the heading sizes in other related CSS files*/
	}
	.nmawm-cta p{
		font-size:14px;
	}
}