
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
	height: 100%;
}

body {
	background-color: #0ac0c2;
	color: #fff;
	font-family: 'NationalWeb-Light';
	font-weight: normal;
  margin: 0;
  width: 100%;
  min-height: 100%;
}

a {
	text-decoration: none;
	color: #fff;
}

@font-face {
  font-family: 'NationalWeb-Light';
    src:url('../fonts/NationalWeb-Light.eot');
    src:url('../fonts/NationalWeb-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NationalWeb-Light.svg#icomoon') format('svg'),
    url('../fonts/NationalWeb-Light.woff') format('woff'),
    url('../fonts/NationalWeb-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
	font-family: 'NationalWeb-Regular';
    src:url('../fonts/NationalWeb-Regular.eot');
    src:url('../fonts/NationalWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NationalWeb-Regular.svg#icomoon') format('svg'),
    url('../fonts/NationalWeb-Regular.woff') format('woff'),
    url('../fonts/NationalWeb-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: bold;
}

.weight_regular {
	font-family: 'NationalWeb-Regular';
}

#page {
  margin: 30px auto 0px auto;
  width: 800px;
  padding-bottom: 100px;
}

@media screen and (max-width: 820px) {
	#page {
  width: 90%;
	}
}

.full_width {
	width: 800px;
}

@media screen and (max-width: 820px) {
	.full_width {
	  width: 100%;
	}
}

.logo {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 500px) {
	.logo {
	  width: 60px;
	  height: auto;
	}
}

p {
	margin: 5px 0px 0px 0px;
	line-height: 1.5em;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; font-weight: 300; font-style: normal;
}

@media screen and (max-width: 820px) {
	li {
  margin-top: 16px;
	}
}

h1 {
	font-size: 3em;
	font-weight: 400;
	padding-top: 17px;
	padding-left: 4px;
}

@media screen and (max-width: 500px) {
	h1 {
		font-size: 2em;
	}
}


h2 {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.25em;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	font-size: 1.75em;
	margin-bottom: 5px;
}

@media screen and (max-width: 799px) {
	h3 {
		margin-top: 10px;
	}
}

h4 {
	font-size: 1em;
	color: #000;
	opacity: 0.5;
	line-height: 1.25em;
	margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
	h4 {
		font-size: 1.1em;
			margin-bottom: 10px;
	}
}

h5 {
	font-size: 1.25em;
	line-height: 1.5em;
}

@media screen and (max-width: 799px) {
	h5 {
		font-size: 1.4em;
	}
}

h6 {
	font-size: .9em;
	color: #000;
	opacity: 0.5;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 15px;
}

h6 a {
	color: #000;
}

@media screen and (max-width: 799px) {
	h6 {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 799px) {
	h6 {
		margin-bottom: 5px;
	}
}

hr {
	background-color: #000;
	opacity: 0.15;
	height: 1px;
	border: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.download_wide {
	margin-right: 10px;
	margin-top: 22px;
	float: right;
	margin-left: 0px;
	position: relative;
}

@media screen and (max-width: 500px) {
	.download_wide {
		margin-left: -999em;
		position: absolute ;
	}
}

.download_narrow {
	margin-right: 10px;
	margin-top: 16px;
	float: right;
	margin-left: -999em;
	position: absolute ;
}

@media screen and (max-width: 500px) {
	.download_narrow {
		margin-left: 0px;
		margin-top: 8px;
		position: relative;
	}
}

.description_margin_top {
	margin-top: 20px;
}

.description_margin_bottom {
	margin-bottom: 20px;
}

.section_margin_top {
	margin-top: 20px;
}

.section_margin_top_last {
	margin-top: 10px;
}

.section_margin_bottom_last {
	margin-bottom: 15px;
}

@media screen and (max-width: 799px) {
	.section_margin_top {
		margin-top: 0px;
	}
}

.section_margin_bottom {
	margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
	.section_margin_bottom {
		margin-top: 0px;
	}
}

.section_text {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 286px;
}

@media screen and (max-width: 799px) {
	.section_text {
		margin-top: 0px;
		margin-bottom: 15px;
		width: 100%;
	}
}

.phone_image {
	max-width: 100%;
	height: auto;
}

.twitter-share-button {
	width: 100px !important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_clear {
	clear: both;
}

.feature_icon {
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.feature_left {
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.credits {
	text-align: left;
}

@media screen and (max-width: 799px) {
	.credits {
			font-size: .8em;
	}
}

.credits_margin {
	margin-bottom: 5px;
}

.social_buttons {
	float: right;
	vertical-align: top;
}

.fb-like {
	vertical-align: top;
}

@media screen and (max-width: 320px) {
	.social_buttons {
		float: left;
		margin-top: 15px;
	}
}

@media screen and (max-width: 799px) {
	.feature_icon {
		margin-right: 8px;
		position: relative;
		top: 6px;
	}
}






