@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700&display=swap');

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     p {
			 margin-top: 1em;
		 }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	p {
		margin-top: 1em;
	}
}}

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,
u, center,
dl, dt, dd, ul, li, ol,
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 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
	background-color: #f1f5f7;
}

body {
  color: #333;
  margin: 0;
  box-sizing: border-box;
	font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
}

p {
	color: #404040;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	line-height: 1.8;

}

nav {
	display: flex;
	justify-content: space-between;

  background-color: #ffffff;
  top: 0px;
  width: 100%;
  height: 48px;
  z-index: 1;
  padding: 0px;
  position: fixed;
}

footer {
	display: flex;
	align-items: center;
	justify-content: space-between;

  background-color: #404040;
	color: #ffffff;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  padding: 0px;
}

.nav-logo .mobile {
	display: none;
}

.nav-logo {
	max-width: 25%;
}


.nav-logo img{
	max-height: 100%;
	max-width: 200px;
}


.nav {
  display: flex;
	align-items: center;
}

.footer {
  display: flex;
	align-items: center;
}

.nav li {
	display: block;
	padding: 1em;
}
.footer li {
	display: block;
	padding: 0em 1em;
}

.nav li a {
	color: #404040;
}
.footer li a {
	color: #ffffff;
}

a {
  color: #4cabce;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #4cabce;
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

input[type="range"] {
  height: 0;
}

button {
  background-color: #f4f4f4;
}

button:active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
	outline: -webkit-focus-ring-color auto 5px;
}

h1 {
  font-size: 39px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  line-height: 1.1;
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h2 {
  font-size: 31px;
  font-family: "Roboto Condensed";
  font-weight: bold;
	line-height: 1.1;
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h3 {
  font-family: "Roboto";

	display: block;
	font-size: 24px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}


.legend {
  padding: 0em 1em;
	max-width: 600px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

h3.graphic {
  font-size: 18px;
  font-family: "Roboto";
	color: #404040;
	line-height: 1.1;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;

}

p.graphic {
	line-height: 1.8;
	margin-block-start: 0em;
	margin-block-end: 0em;

}

.lead {
	font-size: 24px;
	color: #404040;
	max-width: 600px;
	padding: 0em 1em;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

h4 {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.1277777;
    color: #404040;
    text-transform: uppercase;
}

li {
	padding: 0 0 1em 0;
	color: #404040;
}

@media (max-width: 600px) {
	.nav-logo .mobile {
		display: inline;
		width: 48px;
		height: 48px;
	}
	.nav-logo .desktop {
		display: none;
	}

	ul {
		padding: 1em;
	}
}

p.indicator {
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 14px;
	color: #404040;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}


.hs-button {
  -webkit-appearance: none;
box-sizing: border-box;
   width: 100%;
   margin: 20px 0;
   background: #ff6633;
   border: none;
   box-shadow: none;
   color: #ffffff;
   font-size: 22px;
   font-family: Roboto, Helvetica, sans-serif;
   letter-spacing: 0px;
   word-spacing: 2px;
   font-weight: 700;
   font-style: normal;
   text-align: center;
   font-variant: normal;
   line-height: 1.1;
   padding: 16px 45px;
}

input[type=email] {
  -webkit-appearance: none;
width: 100%;
margin: 0 auto;
box-sizing: border-box;
border: 1px solid #d6d4d4;
font-family: Roboto, Helvetica, sans-serif;
font-size: 17px;
letter-spacing: 0px;
word-spacing: 2px;
color: #757575;
font-weight: 500;
text-align: left;
font-variant: normal;
padding: 16px;
}
