/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Regular.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-RegularIt--09-01-020.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-RegularIt--09-01-020.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Medium--09-01-020.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Medium--09-01-020.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Bold--09-01-020.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-Bold--09-01-020.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-BoldIt--09-01-020.woff2") format("woff2"), url("https://info.a16z.com/rs/382-JZB-798/images/ProximaNova-BoldIt--09-01-020.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #595d43;
	background: #f4eddb;
	font: 16px/1.1875 "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 35px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 29px;
}

h4,
.h4 {
	font-size: 26px;
}

h5,
.h5 {
	font-size: 23px;
}

h6,
.h6 {
	font-size: 20px;
}

p {
	margin: 0 0 1.1875em;
}

a {
	color: #ed8c00;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	padding: 8px 20px !important;
	height: 50px !important;
	outline: none;
	width: 100% !important;
	font-size: 16px !important;
	background: rgba(255, 255, 255, .5);
	float: none !important;
	line-height: 1.1;
	color: #595d43;
	border-radius: 0;
}

select {
	padding-right: 30px !important;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='595D43'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 16px;
	background-position: calc(100% - 12px) 22px;
	background-repeat: no-repeat;
	appearance: none;
	-webkit-appearance: none;
}

input[type="date"] {
	padding-right: 5px !important;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 108px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.mktoButtonWrap {
	margin: 0 !important;
}

.mktoButton {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	color: #fff !important;
	background: #ed8c00 !important;
	text-transform: capitalize;
	border: none !important;
	font-size: 16px !important;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	padding: 12px 20px !important;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
	min-height: 50px;
	max-width: 336px;
	width: 100%;
}

.mktoButton:hover,
.mktoButton:focus {
	background: #ba6e00 !important;
}

.fade-placeholder::-webkit-input-placeholder {
	/* Edge */
	opacity: 0;
}

.fade-placeholder:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0;
}

.fade-placeholder::placeholder {
	opacity: 0;
}

.mktoForm {
	width: 100% !important;
	font-family: "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	font-size: 16px !important;
	color: #595d43 !important;
	padding: 0 !important;
}

.mktoForm .mktoAsterix,
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
	display: none !important;
}

.mktoForm .mktoLabel {
	width: 100% !important;
	display: block;
	margin-bottom: 5px;
	float: none !important;
	font-weight: 400 !important;
	display: none;
}

.mktoForm .mktoRequiredField .mktoLabel:after {
	content: "*";
	color: #595d43;
	margin-left: 5px;
}

.mktoForm .mktoFormRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.mktoForm .mktoFormCol {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 9px;
	min-width: 50%;
	margin-bottom: 15px !important;
	min-height: 0 !important;
}

.mktoForm .mktoFieldWrap {
	float: none !important;
}

.mktoHtmlText {
	color: #595d43;
	font-size: 16px;
	line-height: 1.1429;
	font-weight: 400;
	width: 100% !important;
	padding-top: 9px !important;
	margin-bottom: -2px !important;
}

.elem-container {
	position: relative;
}

.elem-container .placeholder-copy {
	position: absolute;
	bottom: 16px;
	left: 20px;
	pointer-events: none;
	-webkit-transition: -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 150ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
	color: #595d43;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: 16px;
}

.elem-container.active-focus .placeholder-copy {
	-webkit-transform: translateY(-24px) scale(.9);
	-ms-transform: translateY(-24px) scale(.9);
	transform: translateY(-24px) scale(.9);
}

.elem-container textarea ~ .placeholder-copy {
	bottom: 77px;
}

.mktoRadioList,
.mktoCheckboxList {
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #595d43;
}

.mktoRadioList input,
.mktoCheckboxList input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.mktoRadioList input:checked + label:before,
.mktoCheckboxList input:checked + label:before {
	background: #595d43;
}

.mktoRadioList input:checked + label:after,
.mktoCheckboxList input:checked + label:after {
	opacity: 1;
	visibility: visible;
}

.mktoRadioList label,
.mktoCheckboxList label {
	margin: 0 15px 10px 0 !important;
	padding: 4px 0 5px 24px !important;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.mktoRadioList label:before,
.mktoRadioList label:after,
.mktoCheckboxList label:before,
.mktoCheckboxList label:after {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}

.mktoRadioList label:after,
.mktoCheckboxList label:after {
	border: none;
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z' clip-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	opacity: 0;
	visibility: hidden;
	background-color: transparent;
	top: 5px;
	left: 0;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.mktoRadioList label:before {
	border-radius: 50%;
	top: 4px;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.mktoRadioList label:after {
	display: none;
}

.mktoRadioList input:checked + label:before {
	background-color: rgba(255, 255, 255, .5);
	box-shadow: inset 0 0 0 4px #595d43;
}

form.mktoForm select.mktoField {
	color: #595d43 !important;
	background-color: rgba(255, 255, 255, .5);
}

form.mktoForm select.mktoField option {
	background-color: rgba(255, 255, 255, .5);
	color: #4712c4;
}

.form {
	color: #595d43;
	margin-bottom: 18px;
}

.mktoButtonRow {
	padding-top: 24px !important;
	width: 100%;
	text-align: center !important;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.container {
	max-width: 906px;
	padding: 0 21px;
	margin: 0 auto;
	width: 100%;
}

#main {
	padding-top: 20px;
}

address {
	font-style: normal;
}

.banner {
	overflow: hidden;
	height: 126px;
	position: relative;
}

.banner .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
}

.banner .desktop-image {
	display: none;
}

.logo {
	max-width: 150px;
	margin: 0 auto 30px;
}

.time-to-build-logo {
	padding: 0 12px;
	margin-bottom: 24px;
}

.time-to-build-logo.style--01 {
	margin-bottom: 23px;
}

.info-hold {
	font-weight: 700;
	padding: 31px 0 59px;
	font-size: 20px;
	line-height: 26px;
}

.info-text {
	color: #868480;
	font-size: 14px;
	line-height: 1.2857;
	max-width: 604px;
	padding: 0 22px;
	margin: 0 auto 13px;
}

.intro-text.style--01 {
	font-weight: 500;
	max-width: 856px;
	margin: 0 auto 25px;
	line-height: 1.5625;
}

.est {
	background: #f00;
}

#header {
	margin-bottom: 18px;
}

#footer {
	padding-top: 44px;
}

#footer .footer-logo {
	margin: 0 auto 73px;
	max-width: 92px;
}

#footer.style--01 {
	padding-top: 21px;
}

#footer.style--01 .footer-logo {
	margin: 0 auto 56px;
}

@media screen and (min-width: 640px) {
	.mktoForm .mktoFormCol {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.logo {
		margin-bottom: 42px;
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	body {
		font-size: 24px;
		line-height: 1.3333;
	}

	p {
		margin-bottom: 1.3333em;
	}

	.mktoButton {
		font-size: 24px !important;
		padding: 8px 20px !important;
		min-width: 440px;
		max-width: none;
		width: auto;
	}

	.mktoHtmlText {
		font-size: 18px;
		padding-top: 6px !important;
		margin-bottom: -9px !important;
	}

	.elem-container .placeholder-copy {
		bottom: 14px;
		line-height: 1.3333;
		left: 24px;
	}

	.elem-container textarea ~ .placeholder-copy {
		bottom: 75px;
	}

	.form {
		margin-bottom: 29px;
	}

	.mktoButtonRow {
		padding-top: 41px !important;
	}

	#main {
		padding-top: 50px;
	}

	.banner {
		height: 144px;
	}

	.banner .desktop-image {
		display: block;
	}

	.banner .mobile-image {
		display: none;
	}

	.time-to-build-logo {
		padding: 0 70px;
		margin-bottom: 46px;
	}

	.time-to-build-logo.style--01 {
		margin-bottom: 33px;
	}

	.info-hold {
		padding: 10px 0 57px;
		font-size: 24px;
		line-height: 32px;
	}

	.info-text {
		font-size: 16px;
		line-height: 1.3125;
		margin-bottom: 40px;
	}

	.intro-text.style--01 {
		font-size: 24px;
		line-height: 1.3333;
		margin-bottom: 81px;
	}

	.est {
		background: #000;
	}

	#header {
		margin-bottom: 44px;
	}

	#footer {
		padding-top: 56px;
	}

	#footer .footer-logo {
		max-width: none;
		margin-bottom: 116px;
	}

	#footer.style--01 {
		padding-top: 44px;
	}

	#footer.style--01 .footer-logo {
		margin-bottom: 128px;
	}
}

@media screen and (min-width: 1024px) {
	select,
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea {
		font-size: 20px !important;
		padding: 8px 24px !important;
	}

	.elem-container .placeholder-copy {
		font-size: 20px;
		bottom: 11px;
	}

	.elem-container.active-focus .placeholder-copy {
		-webkit-transform: translateY(-21px) scale(.7);
		-ms-transform: translateY(-21px) scale(.7);
		transform: translateY(-21px) scale(.7);
	}

	.elem-container textarea ~ .placeholder-copy {
		bottom: 70px;
	}
}

@media (max-width: 1023px) {
	.elem-container.active-focus textarea + .placeholder-copy,
	.elem-container.active-focus textarea + .mktoError + .placeholder-copy {
		-webkit-transform: translateY(-21px) scale(.9);
		-ms-transform: translateY(-21px) scale(.9);
		transform: translateY(-21px) scale(.9);
	}
}

@media (max-width: 767px) {
	.intro-text.style--01 p {
		margin-bottom: 25px;
	}
}

@media (max-width: 379px) {
	.banner .img {
		background-size: cover;
	}
}

