h1::selection, p::selection, .code::selection, strong::selection, h2::selection, h3::selection, h4::selection, a::selection, em::selection, u::selection, li::selection, ol::selection, blockquote::selection {
	background: #fdff8c;
}
::selection {
	background: none;
}
code::selection, span::selection {
	background: rgba(255,255,255,.2);
}
.highlight {
	background: #fdff8c;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
}
.wrapper {
	margin: 0 auto;
	-padding: 5%;
}
.p-5p {
	padding: 5%;
}
.p-gutter {
	padding: 0 5%;
}
@font-face {
	font-family: 'Graphik-Bold';
	src: url('Graphik-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aktiv-Grotesk';
	src: url('AktivGrotesk_Trial_Blk.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT Bold';
	src: url('helveticaneueltstd-bd.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT';
	src: url('helveticaneueltstd-md.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, .font {
	font-family: 'Graphik-Bold',BlinkMacSystemFont,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
h1, h2, h3, h4, h5, h6, .font, strong, blockquote, .drop-cap:first-letter, .name a {
	letter-spacing: -1px;
	margin: 0;
	color: #14171a;
	font-weight: 900;
}
strong {
	line-height: 0em;
}
.post-list h3 {
	font-weight: 700;
}
.post-blog {
	display: grid;
grid-template-columns: 80% auto;
padding: 2em 0;
border-bottom: 1px solid #ddd;
}
.post-blog div:first-child {
	padding-right: 1em;
}
.post-blog p {
	margin: .2em 0 0 0;
}
.post-meta {
	font-size: 1em;
}
strong, blockquote, .drop-cap:first-letter {
	font-family: 'Helvetica Neue LT Bold';
}
p, a, em, figcaption, li, ol, button {
	font-family: BlinkMacSystemFont,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
em, figcaption {
	letter-spacing: -1px;
	color: grey;
}
.name {
	margin-right: 10px;
	font-size: .85em;
	line-height: 2em;
	display: inline-block;
	text-decoration: none;
	-font-family: 'Helvetica Neue LT Bold';
}
.name em {
	font-weight: normal;
	font-size: .85em;
	margin-left: 7px;
}
.title {
	-line-height: 1.6em;
}
.title a {
	font-size: .5em;
	display: inline-block;
	text-decoration: none;
	color: grey;
	float: left;
}
.author, .event {
	font-size: .75em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.7em;
	margin-bottom: .5em;
}
blockquote {
	font-size: 2em;
	position: relative;
	z-index: 2;
	margin: 2.5em 0 1.5em 0;
}
blockquote a, h2 a {
	text-decoration: none;
	color: #14171a;
}
.highlight.tweet-quote:hover {
	border-bottom: 4px solid #1da1f2;
	-color: #fff;
	background: #ceedff;
}
blockquote:before {
	content: '"';
	position: absolute;
	z-index: -1;
	color: #eee;
	font-family: Impact;
	-font-style: italic;
	font-size: 500px;
	margin-left: -50px;
    margin-top: -140px;
}
.highlight.tweet-quote:hover:after {
	content: '\f099';
	font-family: "Font Awesome 5 Brands";
	position: absolute;
	font-weight: 500;
	font-size: .75em;
	color: #1da1f2;
	-webkit-font-smoothing: antialiased;
	margin-top: .35em;
	margin-left: 12px;
}
h2 .highlight.tweet-quote:hover:after {
	margin-top: .12em;
}
.quote {
	margin-top: 3em;
}
.quote img {
	border-radius: 50%;
  position: absolute;
  top: -75px;
  right: 0;
  z-index: -1;
}
/*
blockquote .highlight:hover ~ .tweet-this:before {
	content: '\f099';
	font-family: "Font Awesome 5 Brands";
	margin-top: .5em;
	left: 50%;
	margin-left: -60px;
}
blockquote .highlight:hover ~ .tweet-this:before, blockquote .highlight:hover ~ .tweet-this:after {
	content: '\f099';
	position: absolute;
	font-weight: 500;
	font-size: .5em;
	color: #1da1f2;
	-webkit-font-smoothing: antialiased;
	left: 50%;
}
blockquote .highlight:hover ~ .tweet-this:after {
	content: '\00a0\00a0Tweet this';
	font-family: BlinkMacSystemFont,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	margin-top: .4em;
  margin-left: -40px;
}
blockquote .highlight:hover:after::first-letter {
	font-family: "Font Awesome 5 Brands" !important;
}
*/
p, li, ol {
	color: grey;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 1em 0;
}
.desc li { margin: 0; }
.subtitle {
	font-size: 1em;
	margin-top: .5em;
}
figcaption {
	font-size: .75em;
	margin-top: 15px;
	font-style: italic;
}
figure {
	margin: 2em 0;
}
.p {
	font-size: 1em;
	line-height: 1.3em;
}
.fsz-1em {
	font-size: 1em;
}
.lh-2em {
	line-height: 2em;
}
.date {
	font-size: .75em;
}
a {
	color: #0088cc;
	cursor: pointer;
}
a:hover, button:hover {
	text-decoration: none;
}
.fa-twitter, .fa-dribbble, .fa-youtube {
	text-decoration: none;
}
nav .fa-twitter:hover, nav .fa-dribbble:hover, nav .fa-youtube:hover {
	opacity: .7;
}
.fa-twitter {
	color: #1da1f2;
}
.fa-dribbble {
	color: #ea4c89;
}
.fa-youtube {
	color: #ff0000;
}
hr {
	border: 0px;
	border-bottom: 1px solid #ddd;
}
nav a {
	display: inline-block;
	font-size: .75em;
	line-height: 2em;
}
nav a:nth-child(-n+8) {
	margin: 0 .8em 0 0;
}
nav h1 {
	margin-right: 3px;
}
.avatar {
	float: left;
	width: 2em;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100%;
}
nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 10;
	transition: top 0.2s ease-in-out;
}
.white {
	color: #fff;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-1em {
	margin-bottom: 1em;
}
.mt-05em {
	margin-top: .5em;
}
.mt-1em {
	margin-top: 1em;
}
.mb-05em {
	margin-bottom: .5em;
}
.mt-2em {
	margin-top: 2em;
}
.mb-2em {
	margin-bottom: 2em;
}
.mt-3em {
	margin-top: 3em;
}
.mb-3em {
	margin-bottom: 3em;
}
.m0 {
	margin: 0;
}
#menu {
	-display: none;
}
nav div {
	-padding: 15px;
}
nav div:nth-child(2) {
	padding: 15px 15px 15px 0;
}
nav div:last-child {
	-padding: 12px;
}
.code {
    border: 1px solid #e1e1e8;
    border-radius: 3px;
    padding: 18px 5px 18px;
    color: #d72b3f;
    font-family: Monaco, Menlo, Consolas, monospace;
    font-size: 75%;
    text-decoration: none !important;
    display: inline-block;
		line-height: 0;
}
pre {
	background: #282c34;
	margin: 2em 0;
}
pre code {
	font-family: Monaco, Menlo, Consolas, monospace;
	padding: 2em !important;
	max-width: 70%;
	margin: 0 auto;
}
pre, code {
	position: relative;
}
pre button {
	opacity: 0;
	position: absolute;
	top: 3em;
	right: 2em;
	-background: #fff;
	padding: 8px 12px;
	font-size: .5em;
	border-radius: 5px;
	border: 0px;
	outline: none;
	background: #f7f7f9;
	border: 1px solid #e1e1e8;
	color: grey;
	cursor: pointer;
	font-family: Monaco, Menlo, Consolas, monospace;
}
pre:hover button {
	transition: 0.3s ease-in-out;
	opacity: 1;
}
pre:hover button:hover {
	text-decoration: none;
}
.topnav {
  overflow: hidden;
	box-sizing: border-box;
}

.topnav a {
  -float: left;
  -display: block;
  text-align: center;
  padding: 12px;
}
topnav a:last-child { color: grey; }
.topnav a:last-child:hover {
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}
.topnav .icon {
  display: none;
	color:grey;
}
.nav-up {
    top: -100px;
}
.client-row {
	padding: 2.5% 5%;
	border-bottom: 1px solid #ddd;
}
.mkt-share-hero .client-row {
	padding: 5%;
}
.w100p {
	width: 100%;
}
.dib {
	display: inline-block;
}
.table {
	display: table;
}
.td {
	display: table-cell;
}
.client-row .percent {
	width: 15%;
}
.mkt-share-hero .percent, .mkt-share-hero .rank, .mkt-share-hero .client-row .client-name {
	vertical-align: middle;
}
.mkt-share-hero .client-row .up, .mkt-share-hero .client-row .down {
	font-size: .6em;
}
.chart-wrapper { min-height: 15em; }
.chart { transition: 1s; animation: chart 1s; -border: 1px solid #ddd; -padding: 1em; }
@keyframes chart {
	from { opacity: 0; }
	to { opacity: 1 !important; }
}
.chart iframe {
	box-shadow: none !important;
}
canvas { max-width: 100%;}
button {
	display: inline-block;
	padding:.5em 1em;
	background:none;
	color:#0088cc;
	text-decoration:underline;
	font-size:.7em;
	border-radius:5px;
	cursor:pointer;
	padding:0;
	border:0;
}
.share-twitter {
	font-size: .7em;
	display: inline-block;
	padding:.5em 1em .5em 0;
}
.support p {
	font-size: .6em;
	line-height: 1em;
}
.legend {
	list-style-type: none;
	margin: 0 auto;
	padding: .5em 1em;
	display: inline-block;
}
.legend li {
	font-size: .8em;
	line-height: 1em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.legend li:not(:last-child) {
	margin-right: 1em;
}
.legend li:before {
	width: 15px;
	height: 12px;
	content:'';
	display: inline-block;
	margin-right:5px;
}
.legend .red:before {
	background: #f33334;
}
.legend .blue:before {
	background: #5899DA;
}
.legend .purple:before {
	background: #945ECF;
}
.legend .green:before {
	background: #4cba6b;
}
.legend .gray:before {
	background: gray;
}
.legend .yellow:before {
	background: #f5b04d;
}
select {
	outline: none;
}
/********TOGGLE***********/
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #00ad00;
}
/*************************/
.rank {
	vertical-align: middle;
	padding-right: 15px;
	text-align: center;
	width: 10%;
}
.rank p {
	font-size: .8em;
	line-height: 2em;
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 10px;
}
.client-row .logo {
	vertical-align: middle;
	width: 6%;
}
.client-row .logo img {
	display: block;
	margin: 0;
	width:100%;
	margin: 0 auto;
}
.client-row .client-name {
	vertical-align: middle;
	width: 54%;
	padding-left: 10px;
}
.client-row .up {
	color: #00ad00;
}
.client-row .down {
	color: red;
}
.top-clients {
	background: #f0f0f0;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.top-clients h4 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
.mkt-share-hero .top-clients h4 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
}
.rankings {
	grid-area: rank;
}
.env {
	border: 1px solid #ddd;
	grid-area: env;
}
.rendering {
	border: 1px solid #ddd;
	grid-area: rendering;
}
.responsive {
	border: 1px solid #ddd;
	grid-area: responsive;
}
.interactive {
	border: 1px solid #ddd;
	grid-area: interactive;
}
.env, .rendering, .responsive, .interactive {
	margin-top: 1.5em;
}
.top-clients p {
	font-size: .75em;
	text-align: center;
}
html { font-size: calc(.75em + 1vw); }
@media screen and (min-width: 75em) {
  html {
    font-size: 2vw;
  }
}
@media screen and (min-width: 600px) {
	.hero-bg { min-height: 50vh; padding: 100px 50px; }
	nav {
		-display: grid;
		-grid-template-columns: 45px 32% auto;
		-align-items: center;
		padding: .5em;
	}
	.hero { margin-top: 2em !important; }
	.topnav a {
		padding: 0;
	}
	.topnav {
		text-align: right;
	}
	.name { float: left; }
	.hero-emailtees { min-height: 75vh; }
}
@media screen and (min-width: 850px) {
	.mkt-share-hero {
		display: grid;
		grid-gap: 1em;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-areas: 'rank env' 'rank rendering' 'responsive interactive';
	}
	.mkt-share-hero .client-row .client-name p {
		font-size: .8em;
	}
	.mkt-share-hero .percent p {
		font-size: .9em;
	}
	.mkt-share-hero .client-row .client-name p span {
		font-size: .6em;
	}
	.mkt-share-hero .rank p {
		font-size: .5em;
	}
	.mkt-share-hero .client-row .percent {
		width: 14%;
	}
	.mkt-share-hero .client-row .client-name {
		width: 54%;
	}
	.mkt-share-hero .client-row .logo {
		width: 6%;
	}
	.mkt-share-hero .client-row .rank {
		width: 14%;
	}
	.env, .rendering, .interactive, .responsive {
		margin-top: 0;
	}
	.env .transformY {
		position: relative;
		top: 50%;
		transform: translateY(-62%);
	}
	.rendering .transformY {
		position: relative;
		top: 50%;
		transform: translateY(-57%);
	}
	.interactive .transformY, .responsive .transformY {
		position: relative;
		top: 50%;
		transform: translateY(-60%);
	}
	.legend li {
		font-size: .5em;
		line-height: .8em;
	}
	.mkt-share-hero .top-clients h4 {
		font-size: 1em;
	}
}
@media screen and (min-width: 1000px) {
	.wrapper {max-width: 70%;}
	.outer-wrapper { max-width: 85%; margin: 0 auto; text-align: center;}
	.hero-bg h2 {
		max-width: 60%;
	}
	.hero-show h2 {
		max-width: 100%;
	}
}
@media screen and (min-width: 1800px) {
	.wrapper {max-width: 1200px;}
	html {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 850px) {
	.title { display: none; }
	.name, nav a { font-size: .9em !important; line-height: 2em !important; }
	.name em { display: none; }
	nav a:nth-child(-n+8){margin: 0 .5em 0 0 !important;}
}
@media screen and (max-width: 768px) {
	body form.mj-form .mj-embedded { height: auto !important; }
}
@media screen and (max-width: 600px) {
	nav a:nth-child(n+2):not(:last-child) { line-height: 1.3em !important; margin: 0; }
  .topnav a:not(:first-child) {display: none;}
	.grid {
		display: block !important;
	}
	.avatar { display: none; }
	.mob-gutter {
		padding: 0 5%;
	}
	.code { padding: 12px 5px 12px;}
  .topnav a.icon {
    float: right;
    display: block;
		line-height: 2em;
  }
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a:not(:first-child) {
    float: none;
    display: block;
    text-align: left;
		border-top: 1px solid #eee;
  }
	.topnav.responsive a:last-child { border-top: 0; }
	.name, nav a { font-size: 1em !important; line-height: 2em; }
}
.hero {
	background: #f6f6f6;
	padding: 50px 0;
	width: 100%;
	margin-top: 3em;
	position: relative;
	text-align: center;
	-box-sizing: border-box;
	overflow: hidden;
}
.hero-bg {
	text-align: left;
	padding: 70px 5%;
	-background: #f9f9f9 url('comp-bg.png') bottom -10px right 25px no-repeat;
	background-size: contain;
	-background: #f9f9f9;
	display: inline-grid;
	align-items: center;
	box-sizing: border-box;
}
.hero-outlook {
	background: #076ec8;
}
.hero-show {
	text-align: center;
	background: #111;
	display: block;
}
.hero-show .youtube {
	color: red;
}
.hero-show img {
	display: none;
}
.hero-emailtees {
	background: #ffef38;
}
.hero-darkmode {
	background: #111 linear-gradient(transparent, rgba(112,156,222,0.26) 47.06%, rgba(112,156,222,0.33) 74.37%, rgba(0,0,0,0.46) 92.86%);
}
.hero-image {
	max-width: 65%;
	max-height: 90%;
	position: absolute;
	z-index: 1;
	right: 15%;
	bottom: 0;
}
.hero-image2 {
	max-width: 65%;
	max-height: 90%;
	position: absolute;
	z-index: 1;
	right: 15%;
}
.hero-image3 {
	max-width: 65%;
	max-height: 90%;
	position: absolute;
	z-index: 1;
	right: 5%;
}
.hero-image4 {
	max-width: 65%;
	max-height: 90%;
	position: absolute;
	z-index: 1;
	right: -5%;
}
.hero-darkmode .hero-image {
	right: 0;
}
.hero-bg h2 {
	line-height: 1.3em;
}
/*.hero-bg h2 span {
	background: #fdff8c;
	padding: 5px;
}*/
.wrapper .drop-cap:first-letter {
	font-size: 2.7em;
	line-height: .5em;
	float: left;
	padding: 35px 10px 10px 10px;
	-font-family: georgia;
	-border: 3px solid #eee;
	margin-right: 15px;
	text-align: center;
}
iframe, video, .wistia_responsive_wrapper {
	box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe.mjml, iframe.soundcloud, .builder-embed-wrapper iframe {
	box-shadow: none;
}
.twitter-tweet {
	margin: 10px auto !important;
}
.tweet {
	color:#fff;
	background: #1da1f2;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 35px;
	font-size: .5em;
}
.tweet span {
	color: #fff;
}
.blog-info {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
}
.tar {
	text-align: right;
}
.footer {
	font-size: .75em;
}
.heart {
	color:#d72b3f;
}
.no-underline {
	text-decoration: none;
}
.img-max {
margin: 0 auto;
display: block;
border-radius: 8px;
-box-shadow: 0 0 50px rgba(0,0,0,.1);
max-width: 100%;
width: 100%;
height: auto;
}
figure .img-max {
	box-shadow: 0 0 50px rgba(0,0,0,.1);
}
a#gumroad-button {
	font-family: BlinkMacSystemFont,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	color: grey !important;
	font-size: .6em !important;
	line-height: 0em !important;
	padding: 12px 15px !important;
}
a#gumroad-button:hover {
	background-color: #f9f9f9 !important;
}
a#gumroad-button span {
	margin-right: 10px !important;
	margin-bottom: -2px !important;
	height: 16px !important;
	width: 15px !important;
}
pre {
	white-space: pre-wrap;
}
audio {
	width: 100%;
}
.feature {
	background: #f9f9f9;
	padding: 25px;
	border-radius: 8px;
	border: 1px solid #eee;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 1em;
}
.col3 {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
}
.col3 figure .img-max, .col2 figure .img-max {
	border-radius: 0;
}
.col3 figure figcaption, .col2 figure figcaption {
	text-align: center;
}
.col2 {
	display: grid;
	grid-template-columns: 50% 50%;
}
.cta-emailtees {
	padding: 5% 5% 0 5%; text-align: center;
	background: #ffef38;
}
.cta-emailtees a.cta {
	background: #111;
	color: #fff;
	border-radius: 50px;
	padding: .7em 2em;
	text-decoration: none;
	font-size: .7em;
	display: inline-block;
}
.cta-emailtees p {
	color: #111;
}
.cta-emailtees img {
	min-width: 150px;
	max-width: 20vw;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 850px) {
	.cta-emailtees {
		-background: #ffef38 url('emblem-tee.png') right bottom no-repeat;
		background: #ffef38;
		-background-size: contain;
	}
}