body {
	overflow-x: hidden;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}
.text-muted {
	color: #565656
}
.text-primary {
	color: #000000
}
p {
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}
@media (min-width:768px) {
	p {
		font-size: 16px;
		line-height: 1.75;
	}
}
p.large {
	font-size: 18px
}
p.inline {
	display: inline;
}
a,a:hover,a:focus,a:active,a.active {
	outline: 0
}
a {
	color: #2D86DA
}
a:hover,a:focus,a:active,a.active {
	color: #0084FF
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100
}
.img-centered {
	margin: 0 auto
}
.bg-light-gray {
	background-color: #f7f7f7
}
.bg-darkest-gray {
	background-color: #222
}
.btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: #ccc;
	border-color: rgba(0,0,0,0);
}
.btn-primary .badge {
	color: #000000;
	background-color: #fff
}
.btn-lg {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding: 10px 60px;
	color: #2D86DA;
	line-height: 22px;
	background: #FFFFFF;
	border: 1px solid #929292;
	border-radius: 8px;
}
.btn-lg:hover,.btn-lg:focus,.btn-lg:active,.btn-lg.active,.open .dropdown-toggle.btn-lg {
	background-color: #f2f2f2;
	color: #2D86DA;
}
.btn-lg:active,.btn-lg.active,.open .dropdown-toggle.btn-lg {
	background-image: none
}
.btn-lg.disabled,.btn-lg[disabled],fieldset[disabled] .btn-lg,.btn-lg.disabled:hover,.btn-lg[disabled]:hover,fieldset[disabled] .btn-lg:hover,.btn-lg.disabled:focus,.btn-lg[disabled]:focus,fieldset[disabled] .btn-lg:focus,.btn-lg.disabled:active,.btn-lg[disabled]:active,fieldset[disabled] .btn-lg:active,.btn-lg.disabled.active,.btn-lg[disabled].active,fieldset[disabled] .btn-lg.active {
	background-color: #000000;
	border-color: #000000
}
.btn-lg .badge {
	color: #2D86DA;
	background-color: #fff
}
.navbar-default {
	background-color: rgba(0,0,0,0.9);
	border-color: transparent
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fff
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #000000
}
.navbar-default .nav li a {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #aaa;
	outline: 0
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #000000
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #000
}
@media (min-width:768px) {
	.navbar-default {
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		border: 0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: rgba(0,0,0,0.9);
		padding: 10px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

.inline {
	display:inline;
}

label.checkbox-inline {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:100;
	font-size: 18px;
}

.signup-form {
	margin-top: 30px;
}

#signup .checkboxes {
	padding-top: 10px;
	padding-bottom: 20px;
}
#signup h4.checkbox-group-label {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

header {
	background-color: #000;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	-o-background-size: auto;
	text-align: center;
	color: #ddd;
}
header .intro-text {
	padding-top: 100px;
}
header .intro-text .intro-lead-in {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-style: italic;*/
	font-weight:100;
	font-size: 40px;
	line-height: 64px;
	margin-bottom: 25px;
}
header .intro-text .intro-heading {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #929292;
	font-weight: 100;
	font-size: 24px;
	line-height: 24px;
}

.hero-title .sketch-logo {
	width:30px;
	height:30px;
}

.navbar .silver-logo {
	width:50px;
	height:50px;
}

.invision-notice-banner {
	float: right;
	margin-right: 16px;
	margin-top: 10px;
}

.invision-icon {
  display: inline-block;
  width: 30px;
  margin-right: 8px;
  vertical-align: top;
}

.invision-text {
  font-size: 0.9em;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  text-align: left;
  font-weight: bold;
}

.invision-text strong {
  display: block;
}

.invision-notice {
  text-align: center;
  color: white;
}

.invision-notice strong {
  color: #2D86DA;
}

.intro-text .hero-play-button {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hero-video-container {
	background-image: url(../img/hero-video-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-webkit-background-size: 100% 50%;
	-moz-background-size: 100% 50%;
	background-size: 100% 50%;
	-o-background-size: 100% 50%;
}
.hero-video {
	/*border: 1px solid #fff;*/
	margin: 20px;
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.30);
	background-color: #000;
}

@media (min-width:768px) {
	.navbar .silver-logo {
		width:60px;
		height:60px;
	}
	header .intro-text {
		padding-top: 150px;
	}
	header .intro-text .intro-lead-in {
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		/*font-style: italic;*/
		font-weight:100;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 35px
	}
	header .intro-text .intro-heading {
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 100;
		font-size: 28px;
		line-height: 38px;
	}
	.hero-video {
		margin: 40px;
	}
}



section h2.section-heading {
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 46px;
}

section h3.section-subheading {
	font-size: 18px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
	font-weight: 400;
	line-height: 32px;
}

#intro h3.section-subheading {
	font-size: 18px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
	font-weight: 400;
	line-height: 32px;
}

#intro {
	padding-top: 80px;
	padding-bottom: 60px;
}


.feature-heading {
	font-size: 22px;
	margin: 15px 0;
	text-transform: none
}

#features {
	margin-bottom: 60px;
}

#features .intro-feature-image {
	width: 208px;
	height: 160px;
}

.feature-box {
	margin-top: 20px;
	padding: 30px;
}

#framer {
	background-color: #000;
	background-image: url(../img/dark-bg-top.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	-o-background-size: auto;
	text-align: center;
	color: #cdcdcd;
	padding-top:40px;
	padding-bottom:80px;
}

#framer .title-container {
	max-width: 620px;
	height: auto;
}

#framer .title-img {
	margin-top: 30px;
	margin-bottom: 50px;
}

#framer .section-heading {
	color: #cdcdcd;
	font-weight: 300;
	line-height: 1.6;
}

#framer .section-subheading {
	color: #929292;
	font-weight: 300;
}

#signup {
	padding-top: 80px;
	padding-bottom: 80px;
}

#thanks-message {
	padding-top: 80px;
	padding-bottom: 80px;
}

#medium-article {
	border-top: 1px solid #ccc;
	padding-top: 60px;
	padding-bottom: 60px;
}

.medium-embed {
	padding-top: 20px;
}

@media (min-width:768px) {
	#intro {
		padding-top: 80px;
	}
	#intro h3 {
		margin-top: 5px;
	}
	#framer .title-img {
		margin-top: 40px;
		margin-bottom: 80px;
	}
}

.service-heading {
	margin: 15px 0;
	font-size: 22px;
	text-transform: none
}

section#signup .form-group input.form-control {
	height: auto
}

section#signup .form-control:focus {
	border-color: #000000;
	box-shadow: none
}
section#signup ::-webkit-input-placeholder {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #bbb
}
section#signup :-moz-placeholder {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #bbb
}
section#signup ::-moz-placeholder {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #bbb
}
section#signup :-ms-input-placeholder {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #bbb
}

section#signup .text-danger {
	color: #e74c3c
}


footer .container-fluid {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #F8F8F8;
	box-shadow: inset 0px 1px 0px 0px #D8D8D8;
}
footer span.copyright {
	line-height: 40px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
	color: #bbb;
}

ul.social-buttons {
	margin-bottom: 0;
	margin-top: 50px;
	text-align: center;
}
ul.social-buttons li a {
	text-align: center;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
ul.social-buttons li a.fb-link {
	background: #3B5999;
}
ul.social-buttons li a.tw-link {
	background: #00ACEE;
}
ul.social-buttons li a.fb-link:hover, ul.social-buttons li a.fb-link:focus, ul.social-buttons li a.fb-link:active {
	background: #314572;
}
ul.social-buttons li a.tw-link:hover, ul.social-buttons li a.tw-link:focus, ul.social-buttons li a.tw-link:active {
	background: #239AC8;
}

.btn:focus,.btn:active,.btn.active,.btn:active:focus {
	outline: 0
}

::-moz-selection {
	text-shadow: none;
	background: #1F2F38;
	color:#ccc;
}
::selection {
	text-shadow: none;
	background: #1F2F38;
	color:#ccc;
}
img::selection {
	background: 0 0
}
img::-moz-selection {
	background: 0 0
}
body {
	webkit-tap-highlight-color: #1F2F38
}

.sketch-logo {
	margin-left: 5px;
}
