article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary
{
	display: block;
}
h1,h2,h3,h4,h5,h6,p
{
	margin: 0;
	padding: 0;
}
audio,canvas,video
{
	display: inline-block;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden]
{
	display: none;
}
html
{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}
a:focus
{
	outline: thin dotted;
}
a:active,a:hover
{
	outline: 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: 700;
}
dfn
{
	font-style: italic;
}
mark
{
	background: yellow;
	color: black;
}
code,kbd,pre,samp
{
	font-family: monospace,serif;
}
pre
{
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q
{
	quotes: "\201C" "\201D" "\2018" "\2019";
}
sub
{
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	line-height: 0;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}
sub
{
	bottom: -0.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 0;
}
fieldset
{
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend
{
	border: 0;
	padding: 0;
}
button,input,select,textarea
{
	border: 0;
	font-family: inherit;
	margin: 0;
}
input:focus
{
	outline: none;
}
button,input
{
	line-height: normal;
}
button,html input[type="button"]
{
	cursor: pointer;
	webkit-appearance: button;
}
input[type="reset"],input[type="submit"]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled]
{
	cursor: default;
}
input[disabled]
{
	cursor: default;
}
input[type="checkbox"],input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}
input[type="search"]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
	webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
	vertical-align: top;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
html
{
	font-size: 1em;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
body
{
	/*background: #2285ff;*/
  background: #5a8bff;
	color: #5f6163;
	color: white;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 100%;
	font-weight: 400;
	height: 100%;
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0;
	webkit-font-smoothing: antialiased;
	width: 100%;
}
ul,ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:link,a:visited
{
	color: white;
	text-decoration: none;
}
a.inline-link,a.inline-link:visited
{
	color: white;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	moz-transition-duration: .5s;
	moz-transition-property: opacity;
	moz-transition-timing-function: ease-out;
	opacity: .5;
	o-transition-duration: .5s;
	o-transition-property: opacity;
	o-transition-timing-function: ease-out;
	text-decoration: none;
	transition-duration: .5s;
	transition-property: opacity;
	transition-timing-function: ease-out;
	webkit-transition-duration: .5s;
	webkit-transition-property: opacity;
	webkit-transition-timing-function: ease-out;
}
a.inline-link:hover,a.inline-link:focus,a.inline-link:visited:hover,a.inline-link:visited:focus
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
a.grey-link,a.grey-link:visited
{
	color: #5f6163;
}
a.grey-link:hover,a.grey-link:focus,a.grey-link:visited:hover,a.grey-link:visited:focus
{
	color: #7d8082;
}
img
{
	height: auto;
	max-width: 100%;
	width: auto;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: 600;
}
p
{
	font-size: 1.118em;
	line-height: 1.625em;
	margin-bottom: .82341em;
}
.header
{
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: .3em;
	webkit-font-smoothing: auto;
}
@media only screen and (min-width:580px)
{
	.header
	{
		font-size: 2.2em;
		line-height: 1.3;
	}
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.l-module,.l-module--spaced,.l-module--wide
{
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}
.l-module--spaced
{
	padding: 2.05852em 0;
}
@media only screen and (min-width:767px)
{
	.l-module--spaced
	{
		padding: 2.47022em 0;
	}
}
.l-module--wide
{
	padding: .82341em 0;
}
@media only screen and (min-width:767px)
{
	.l-module--wide
	{
		padding: 1.64681em 0;
	}
}
@media only screen and (min-height:680px)
{
	.full-height
	{
		height: 100%;
	}
}
.white-bg
{
	background: white;
}
.l-container,.l-container--thin,.l-container--wide,.l-container--narrow,.l-container--list,.l-container--full
{
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	moz-box-sizing: border-box;
	overflow: hidden;
	webkit-box-sizing: border-box;
	width: 100%;
}
.overflow
{
	overflow: visible !important;
}
.l-container--thin
{
	padding: .82341em;
}
.l-container--wide,.l-container--narrow
{
	padding: .82341em;
}
@media only screen and (min-width:767px)
{
	.l-container--wide,.l-container--narrow
	{
		padding: 2.05852em;
	}
}
.l-container--narrow
{
	max-width: 900px;
}
.l-container--list
{
	max-width: 1353px;
	width: 95%;
}
.l-container--full
{
	max-width: 90%;
	width: 100%;
}
@media only screen and (min-width:767px)
{
	.l-container--full
	{
		max-width: 90%;
	}
}
.grey-bg
{
	background: #f9f9f9;
}
.border-bottom
{
	border-bottom: 1px solid #dddddd;
}
.border-top
{
	border-top: 1px solid #dddddd;
}
.two-thirds
{
	width: 100%;
}
@media only screen and (min-width:767px)
{
	.two-thirds
	{
		width: 60%;
	}
}
.one-third
{
	width: 100%;
}
@media only screen and (min-width:767px)
{
	.one-third
	{
		width: 30%;
	}
}
.one-half
{
	width: 100%;
}
@media only screen and (min-width:767px)
{
	.one-half
	{
		width: 50%;
	}
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.three-col
{
	margin: 0 auto;
	width: 100%;
}
@media only screen and (min-width:767px)
{
	.three-col
	{
		float: left;
		margin-right: 3%;
		width: 30%;
	}
}
.primary-btn
{
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	color: rgba(255,255,255,0.5);
	font-size: .875em;
	font-weight: 400;
	font-weight: 500;
	moz-border-radius: 3px;
	ms-border-radius: 3px;
	o-border-radius: 3px;
	padding: .82341em;
	padding: 1em;
	text-transform: uppercase;
	webkit-border-radius: 3px;
}
.primary-btn:hover
{
	background: white;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,0.18);
	color: #2285ff;
	moz-box-shadow: 0 4px 10px 2px rgba(0,0,0,0.18);
	moz-transition: all .15s ease-in-out;
	o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	webkit-box-shadow: 0 4px 10px 2px rgba(0,0,0,0.18);
	webkit-transition: all .15s ease-in-out;
}
.apple
{
	font-size: 1.25em;
	padding-right: 8px;
}
.logo
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	margin: 0 auto;
	moz-transform: translateY(10em);
	ms-transform: translateY(10em);
	opacity: 0;
	o-transform: translateY(10em);
	transform: translateY(10em);
	webkit-transform: translateY(10em);
	width: 3.5em;
}
.logo p
{
	font-weight: 400;
}
@media only screen and (min-width:767px)
{
	.logo
	{
		margin: 0;
	}
	.logo p
	{
		margin-left: 2px;
	}
}
.footer-logo
{
	margin: 0 auto;
	width: 3.5em;
}
.footer-logo p
{
	font-weight: 400;
}
@media only screen and (min-width:767px)
{
	.footer-logo
	{
		margin: 0;
	}
	.footer-logo p
	{
		margin-left: 2px;
	}
}
.intro-text
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	margin-bottom: 4.94044em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13%;
	max-width: 20em;
	moz-transform: translateY(10em);
	ms-transform: translateY(10em);
	opacity: 0;
	o-transform: translateY(10em);
	transform: translateY(10em);
	webkit-transform: translateY(10em);
	width: 88%;
}
@media only screen and (min-width:767px)
{
	.intro-text
	{
		margin-bottom: 2.47022em;
		margin-left: inherit;
		margin-right: inherit;
		margin-top: 44%;
		max-width: 100%;
		width: 100%;
	}
}
.intro-text-wrapper
{
	margin-bottom: 4.94044em;
	margin-top: 2.05852em;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}
@media only screen and (min-width:767px)
{
	.intro-text-wrapper
	{
		float: left;
		margin-bottom: 0;
		text-align: left;
		width: 42%;
	}
}
.header-btn
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	moz-transform: translateY(10em);
	ms-transform: translateY(10em);
	opacity: 0;
	o-transform: translateY(10em);
	transform: translateY(10em);
	webkit-transform: translateY(10em);
}
.text-wrapper--left
{
	float: left;
	margin-top: 10%;
	text-align: left;
	width: 50%;
}
@media only screen and (min-width:767px)
{
	.text-wrapper--left
	{
		margin-bottom: 0;
		margin-left: 12%;
		margin-top: 20%;
		max-width: 18em;
		width: 48%;
	}
}
@media only screen and (min-width:960px)
{
	.text-wrapper--left
	{
		margin-top: 0;
	}
}
.text-wrapper--right
{
	float: left;
	margin-left: 1em;
	margin-top: 10%;
	text-align: left;
	width: 50%;
}
@media only screen and (min-width:767px)
{
	.text-wrapper--right
	{
		margin-bottom: 0;
		margin-left: 12%;
		margin-top: 20%;
		max-width: 18em;
		width: 48%;
	}
}
@media only screen and (min-width:960px)
{
	.text-wrapper--right
	{
		margin-top: 0;
	}
}
.graphic-wrapper--right
{
	float: right;
	max-width: 48%;
	position: relative;
	text-align: center;
}
@media only screen and (min-width:767px)
{
	.graphic-wrapper--right
	{
		height: auto;
		margin: 0;
		max-width: 270px;
		overflow: visible;
		text-align: left;
	}
}
@media only screen and (min-width:960px)
{
	.graphic-wrapper--right
	{
		float: left;
	}
}
.graphic-wrapper--left
{
	float: left;
	max-width: 48%;
	position: relative;
	text-align: center;
}
@media only screen and (min-width:767px)
{
	.graphic-wrapper--left
	{
		height: auto;
		margin: 0;
		max-width: 270px;
		overflow: visible;
		text-align: left;
	}
}
.header-graphic
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	height: 280px;
	margin: 0 auto;
	max-width: 300px;
	moz-transform: translateY(10em);
	ms-transform: translateY(10em);
	opacity: 0;
	o-transform: translateY(10em);
	padding-bottom: 4.94044em;
	position: relative;
	text-align: center;
	transform: translateY(10em);
	webkit-transform: translateY(10em);
}
@media only screen and (min-width:767px)
{
	.header-graphic
	{
		float: right;
		height: auto;
		max-width: 42%;
		moz-transform: translateY(-10em);
		ms-transform: translateY(-10em);
		o-transform: translateY(-10em);
		text-align: right;
		transform: translateY(-10em);
		webkit-transform: translateY(-10em);
		width: 100%;
	}
}
.show-phone
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	moz-transform: translateY(0em);
	moz-transition: all .5s ease-out .3s;
	ms-transform: translateY(0em);
	opacity: 1;
	o-transform: translateY(0em);
	o-transition: all .5s ease-out .3s;
	transform: translateY(0em);
	transition: all .5s ease-out .3s;
	webkit-transform: translateY(0em);
	webkit-transition: all .5s ease-out;
	webkit-transition-delay: .3s;
}
.show-logo
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	moz-transform: translateY(0em);
	moz-transition: all .35s ease-out .3s;
	ms-transform: translateY(0em);
	opacity: 1;
	o-transform: translateY(0em);
	o-transition: all .35s ease-out .3s;
	transform: translateY(0em);
	transition: all .35s ease-out .3s;
	webkit-transform: translateY(0em);
	webkit-transition: all .35s ease-out;
	webkit-transition-delay: .3s;
}
.show-text
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	moz-transform: translateY(0em);
	moz-transition: all .35s ease-out .4s;
	ms-transform: translateY(0em);
	opacity: 1;
	o-transform: translateY(0em);
	o-transition: all .35s ease-out .4s;
	transform: translateY(0em);
	transition: all .35s ease-out .4s;
	webkit-transform: translateY(0em);
	webkit-transition: all .35s ease-out;
	webkit-transition-delay: .4s;
}
.show-btn
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	moz-transform: translateY(0em);
	moz-transition: all .5s ease-out .7s;
	ms-transform: translateY(0em);
	opacity: 1;
	o-transform: translateY(0em);
	o-transition: all .5s ease-out .7s;
	transform: translateY(0em);
	transition: all .5s ease-out .7s;
	webkit-transform: translateY(0em);
	webkit-transition: all .5s ease-out;
	webkit-transition-delay: .7s;
}
@media only screen and (min-width:767px)
{
	.show-btn
	{
		moz-transition: all .5s ease-out .4s;
		o-transition: all .5s ease-out .4s;
		transition: all .5s ease-out .4s;
		webkit-transition: all .5s ease-out;
		webkit-transition-delay: .4s;
	}
}
.phone-mask
{
	display: inherit;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.phone-mask img
{
	width: 100%;
}
.home-video
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 6%;
	width: 100%;
}
@media only screen and (min-width:960px)
{
	.home-video
	{
		top: 6.25%;
	}
}
.video-wrapper
{
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 182%;
	position: relative;
	text-align: center;
	width: 86.5%;
	z-index: 100;
}
@media only screen and (min-width:767px)
{
	.video-wrapper
	{
		width: 87%;
		z-index: 1;
	}
}
.divider
{
	background: #4e9dff;
	clear: both;
	display: block;
	height: 2px;
	margin-bottom: .82341em;
	margin-top: 1.64681em;
	width: 100%;
}
@media only screen and (min-width:767px)
{
	.divider
	{
		margin-top: 0;
	}
}
.contact-link .inline-link
{
	padding-right: .82341em;
}
@media only screen and (min-width:767px)
{
	.contact-link
	{
		text-align: right;
	}
	.contact-link .inline-link
	{
		padding-left: .82341em;
		padding-right: 0;
	}
}
.features
{
	margin-top: .82341em;
}
.features-list li
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	float: left;
	font-size: 1.118em;
	opacity: .5;
	padding-bottom: .82341em;
}
@media only screen and (min-width:767px)
{
	.features-list li
	{
		padding-bottom: 0;
	}
}
.features-list li:before
{
	background: url("img/arrow.png") no-repeat left top;
	background-size: 15px;
	content: "";
	display: block;
	float: left;
	height: 20px;
	margin-top: 13px;
	position: relative;
	width: 30px;
}
.border-top
{
	border-top: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (min-width:767px)
{
	.border-top
	{
		border-top: none;
	}
}
.cta-wrapper
{
	padding-bottom: 1.64681em;
}
@media only screen and (min-width:767px)
{
	.cta-wrapper
	{
		padding-bottom: 6.17555em;
	}
}
.cta-header
{
	margin-bottom: .82341em;
	margin-left: auto;
	margin-right: auto;
	max-width: 10em;
	text-align: center;
	width: 100%;
	width: 88%;
}
@media only screen and (min-width:767px)
{
	.cta-header
	{
		margin-bottom: 1.64681em;
	}
}
@media only screen and (min-width:767px)
{
	.cta-header
	{
		float: left;
		max-width: 100%;
		text-align: left;
		width: 67%;
	}
}
.cta-button
{
	display: block;
	text-align: center;
}
@media only screen and (min-width:767px)
{
	.cta-button
	{
		float: right;
		max-width: 14em;
	}
}
.scroll-wrapper
{
	overflow: hidden;
	position: relative;
}
.layers-wrapper,.canvas-wrapper,.controls-wrapper
{
	align-items: center;
	display: flex;
	justify-content: center;
}
@media only screen and (min-width:960px)
{
	.layers-text
	{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		margin-left: 54%;
		opacity: 0;
	}
}
@media only screen and (min-width:960px)
{
	.canvas-text
	{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		margin-left: 54%;
		opacity: 0;
	}
}
@media only screen and (min-width:960px)
{
	.controls-text
	{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		margin-left: 54%;
		opacity: 0;
	}
}
.invisible
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	moz-transition: all .2s ease-out;
	opacity: 0;
	o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	webkit-transition: all .2s ease-out;
}
.layers-graphic
{
	margin-left: -27%;
	max-width: 70%;
	position: relative;
	z-index: 5;
}
@media only screen and (min-width:580px)
{
	.layers-graphic
	{
		margin-left: -8%;
		max-width: 48%;
	}
}
@media only screen and (min-width:767px)
{
	.layers-graphic
	{
		margin-left: 0;
		max-width: 335px;
	}
}
@media only screen and (min-width:960px)
{
	.layers-graphic
	{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		moz-transform: scale(0.75,0.75);
		ms-transform: scale(0.75,0.75);
		opacity: 0;
		o-transform: scale(0.75,0.75);
		position: fixed;
		top: 50px;
		transform: scale(0.75,0.75);
		webkit-transform: scale(0.75,0.75);
	}
}
.canvas-graphic
{
	margin-right: -27%;
	max-width: 70%;
	position: relative;
	z-index: 3;
}
@media only screen and (min-width:580px)
{
	.canvas-graphic
	{
		margin-right: -8%;
		max-width: 48%;
	}
}
@media only screen and (min-width:767px)
{
	.canvas-graphic
	{
		margin-right: 0;
		max-width: 336px;
	}
}
@media only screen and (min-width:960px)
{
	.canvas-graphic
	{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		moz-transform: scale(0.75,0.75);
		ms-transform: scale(0.75,0.75);
		opacity: 0;
		o-transform: scale(0.75,0.75);
		position: fixed;
		top: 50px;
		transform: scale(0.75,0.75);
		webkit-transform: scale(0.75,0.75);
	}
}
.controls-graphic
{
	margin-left: -28%;
	max-width: 70%;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width:580px)
{
	.controls-graphic
	{
		margin-left: -8%;
		max-width: 48%;
	}
}
@media only screen and (min-width:767px)
{
	.controls-graphic
	{
		margin-left: 0;
		max-width: 335px;
	}
}
@media only screen and (min-width:960px)
{
	.controls-graphic
	{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		moz-transform: scale(0.75,0.75);
		ms-transform: scale(0.75,0.75);
		opacity: 0;
		o-transform: scale(0.75,0.75);
		position: fixed;
		top: 50px;
		transform: scale(0.75,0.75);
		webkit-transform: scale(0.75,0.75);
	}
}
@media only screen and (min-width:960px)
{
	.max-height
	{
		height: 100vh;
		min-height: 570px;
	}
}
