/* Named after Edward Hopper

Colors in previous drafts or current
yellow: b7955c;
signup background: F5F8FA;
https://coolors.co/212d35-384d5b-605f5e-217092-cbcbcd
*/

@import url('normalize.css');
@import url('responsive.min.css');

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing:         border-box;
}

*:focus {
  outline:0;
}

html {
  -webkit-text-size-adjust: none;
  background: none;
}

body {
  font-family:'Avenir Next W01', "Avenir Next", Helvetica, sans-serif;
  font-weight: 400;
  font-size:62.5%;
  color: #333;
  width: 100%;
  background: none;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index:1;
}

p {
  font-size:1.7em;
  line-height: 1.9em;
  margin: 1em 0;
}

p.large {
  font-size:2em;
  margin: 20px 0;
}

hr {
	display:none;
}

ul {
  list-style-type:disc;
  list-style-position: outside;
  padding: 0 0 0 1em;
  margin: 0 0 0 2em;
}

li {
  font-size:1.8em;
  line-height: 1em;
  padding: 0 0 0 0.2em;
  margin: 0 0 0 0;
}

a {
  color: #212d35;
  text-decoration: underline;
}

a:hover {
  color: #384d5b;
  text-decoration: underline;
}

img {
  width:100%;
  max-width: 100%;
}


blockquote {
  margin: 2em 0;
  padding:0.2em 0.2em 0.2em 2em;
  border-left:6px #255C9A solid;
  font-size:1.05em;
  background-color: rgba(37,92,154, 0.02);
}

b, strong {
  font-weight: 700;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.5em;
}

ol,
li {
  line-height: 1.8em;
}

input[type=text],
input[type=email] {
  border: 1px solid #DDD;
  color: #333;
  font-size: inherit;
  padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=text]:hover,
input[type=email]:hover {
  background-color: #ffffff;
}


h1 {
  font-size:4.4em;
  font-weight:600;
  margin:0 0 0 0;
  padding:0 0 0 0;
  letter-spacing: -0.02em;
}

h2 {
  font-size:3.2em;
  font-weight: 600;
  color:#222;
}

h3 {font-size:2em;font-weight:400;margin:1.8em 0 0 0;padding:0 0 0 0;letter-spacing: 0;}
h4 {font-size:1.6em;font-weight:400;margin:0 0 0 0;padding:0 0 0 0;}
h5 {font-size:1.6em;font-weight:400;margin:0 0 0 0;padding:0 0 0 0;}

.member-pages-h1 h1 {
	font-size:2.4em;
	padding:2.8em 0 1em 0;
}

.break {
	color:#666;
	text-align:center;
	width:100%;
	max-width:900px;
	margin: 0 auto;
	padding:2em 0 1em 0;}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.float-center {
	margin:0 auto;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.bottom {
	vertical-align: bottom;
}

.grey {
	background-color: #f9f9f9;
}

.dark-grey {
	background-color: #333333;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: 700;
}

.text-grey {
	color:#767676;
}

.text-grey a {
	color:#767676;
}

.text-white {
	color:#fff;
}

.black {
	background-color: #222222;
}

.white {
	background-color: #ffffff;
}

.grey-background-learn {
	background-color:#fafafa;
	padding:2em;
	margin:5em 0;
}

.grey-background-learn p {
	font-size:2em;
}

.grey-background-learn h2 {
	font-size:2.6em;
	font-weight: 300;
}

.highlight-link a {
  color:#666;
  font-weight: 400;
  text-decoration: none;
  display: inline-table;
}

.highlight-link a:after {
  content: "";
  border-bottom: 0.2em solid #5B84CC;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

.highlight-link a:hover {
	color:#666;
}

.highlight-link a:hover:after {
  content: "";
  border-bottom: 0.2em solid #ededed;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

.grey-background-learn img:hover {
	opacity:0.8;
}

.sticky-nav-background {
	background-color: #ffffff !important;
}

section {
	display: inline-block;
  	float: left;
  	width:100%;
}

section.no-padding {
  padding: 0;
}

section.no-margin {
  margin: 0;
}

.container {
	margin:0 auto;
	width:95%;
}

.full {
	width:100%;
}

.big {
	width:90%;
	max-width: 1160px;
}

.standard {
	width:90%;
	max-width: 960px;
}

.narrow {
	width:90%;
	max-width: 720px;
}

.tiny {
	width:90%;
	max-width: 420px;
}

.bottom-padding {
	margin-bottom: 2em;
}

.bottom-padding-medium {
	margin-bottom: 5em;
}

.bottom-padding-big {
	margin-bottom: 10em;
}

.top-padding {
	margin-top: 2em;
}

.top-padding-medium {
	margin-top: 5em;
}

.top-padding-big {
	margin-top: 10em;
}

.inside-padding {
	padding: 2% 5%;
}

.left-padding {
	padding: 0 0 0 5%;
}

/* header */

header {
}

.home {
	margin-top:8em !important;
}

.home h1 {
	font-size:4.4em;
	font-weight: 700;
	color:#5B84CC;
	display:inline;
}

.home h2 {
	font-size:4.4em;
	font-weight: 300;
	display:inline;
	margin-left: 0em;
	color:#484848;
}

.home p {
	font-size:2em;
	font-weight: 300;
	color:#484848;
}
.home .arrow {
	font-size:1em;
}

.home a {
  color:#666;
  font-weight: 400;
  text-decoration: none;
  display: inline-table;
}

.home a:after {
  content: "";
  border-bottom: 0.2em solid #5B84CC;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

.home a:hover {
	color:#666;
}

.home a:hover:after {
  content: "";
  border-bottom: 0.2em solid #ededed;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

.lesson {

}

.lesson h1 {
	font-weight: 700;
	color:#5B84CC;
	display:inline;
}

.lesson h2 {
	font-size:4.4em;
	font-weight: 300;
	display:inline;
	margin-left: 0em;
	color:#484848;
}

.lesson p {
	font-size:2em;
	font-weight: 300;
	color:#484848;
}
.lesson .arrow {
	font-size:1em;
}

.lesson a {
  color:#666;
  font-weight: 400;
  text-decoration: none;
  display: inline-table;
}

.lesson a:after {
  content: "";
  border-bottom: 0.2em solid #5B84CC;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

.lesson a:hover {
	color:#666;
}

.lesson a:hover:after {
  content: "";
  border-bottom: 0.2em solid #ededed;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

.feature {
	font-size:1.25em;
	margin-top:0.6em;
}

/* Homepage-specific styling */


.homepage h2 {
	font-size:3.2em;
	font-weight: 700;
	display:inline;
	margin-left: 0em;
	color:#5B84CC;
}

.homepage .second-lede {
	font-size:3.2em;
	font-weight: 300;
	color:#484848;
	margin-left:0;
	display:inline;
}

.homepage a {
  color:#666;
  font-weight: 400;
  text-decoration: none;
  display: inline-table;
}

.homepage a:after {
  content: "";
  border-bottom: 0.2em solid #5B84CC;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.0em;
}

.homepage a:hover {
	color:#666;
}

.homepage a:hover:after {
  content: "";
  border-bottom: 0.2em solid #ededed;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.0em;
}


/* Single quote partial */

/*.quote {
	background-color: #F5F8FA;
	color:#333;
	padding:3em 0 2em 0;
	font-size:1.8em;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.2em;
	margin:2em 0 3.6em 0;
}

.quote img {
	border-radius: 50%;
	max-width:100px;
}

.quote p {
	font-size:1em;
}*/


/* multiple quotes partial */
.quotes {
	color:#333;
	padding:2em 0 0 0;
	font-size:1.8em;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2em;
}

.quotes img {
	border-radius: 50%;
	/*max-width:120px;*/
}

.quotes .show-on-mobile img {
	max-width:150px;
}

.quotes p {
	font-size:1em;
}


/* Header info */
.title {
	font-size:0.8em;
	letter-spacing: 0.1em;
	padding:0.2em 0 0 0;
}

.lede {
	font-size:1.3em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding:0;
}

.lede a {
	color:#212d35;
}

.meta {
	text-transform: uppercase;
	font-size:1.2em;
	letter-spacing: 0.1em;
	margin:2em 0 1em 0;
}

.meta a {
	color:#fff;
}

.meta a:hover {
	color:#fff;
}

.integration a {
	color:#767676!important;
}

.post li {
	color:#222222;
}

.category {
	text-transform: uppercase;
	display:block;
	font-size:1.1em;
	color:#666;
	letter-spacing:0.04em;
	margin-top: 1em;
}

/* Prices for product pages */

.price-section {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.price {
	font-size:3.8em;
	font-weight: 600;
	padding: 0 0 0 0;
	margin: 0 0.75em 0 0;
}

/*.small {
	font-size:1.4em;
	font-weight: 400;
	margin: 0 2.5em 0.7em 0;
	align-self: flex-end;
}*/

.small {
	font-size:0.45em;
	display: inline;
	margin:0 0 0 0.7em;
	font-weight:400;
}

.is-sticky .price-section {
	padding:0.8em 0 0 0;
}

.original {
	text-decoration: line-through;
	color:#FB3640;
}

.flexbox-center {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

/* top promotional banner */
.promo-wrapper {
	width:100%;
	top:0;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index:101;
	position:relative;
	background-color: #ffffff;
	clear:both;
}

.promo {
	background-color:#F5F8FA;
	width:100%;
	margin: 0 0 0 0;
	padding:0.8em 0.8em;
	font-size: 1.3em;
	line-height: 1.4em;
	/*box-shadow: 0 2px 2px -2px #dedede; */
}

/*.promo-bar a {
	color:#333;
	text-decoration: underline
	letter-spacing: 0.02em;
}

.promo-bar a:hover {
	color:#999;
}*/

.crumbs {
	letter-spacing: 0.05em;
	font-size:1.4em;
	color: #666;
	padding:0;
	margin:3em 0 5em 0;
}

.crumbs a {
	color: #666;
	text-decoration: none;
}

.crumbs a:hover {
	color: #666;
	text-decoration: underline;
}

/* Post styles */

.post {
	margin-top: 1em;
	line-height: 1.2em;
}

.post p {
	font-size:1.8em;
}

.post img {
	width:100%;
}

.post h2 {
  font-size:2.6em;
  font-weight: 600;
  color:#222;
  line-height: 1.3em;
  margin:2em 0 0.4em 0;
}

.post h3 {
  font-size:2em;
  font-weight: 600;
  color:#222;
  line-height: 1.3em;
  margin:2em 0 0.4em 0;
}

.post-header h1 {
	padding-top:4em;
}

.post-background-image-header h1 {
	padding-top:4em!important;
}

.post-header p {
	font-size:2em;
}


/* Page styles */

.page h2 {
  font-size:2.6em;
  font-weight: 400;
  color:#222;
  line-height: 1.3em;
  margin:2em 0 0 0;
}

.page {
	margin-top: 1em;
	line-height: 1.2em;
}

.page p {
	font-size:1.8em;
}

.page img {
	width:12%;
	display:inline-block;
	border-radius: 50%;
	margin: 0 1em 0 1em;
}

/*.page blockquote {
  margin: 6em 0 2em 0;
  padding:0 0 0 0em;
  border:none;
  font-size:1.1em;
  color:#767676;
}*/

.page blockquote {
  margin: 3em 0;
  padding:0.05em 0.1em 0.05em 2em;
  border-left:6px #255C9A solid;
  font-size:1em;
  background-color: rgba(37,92,154, 0.02);
}

/* Grid list for blog index page */


.grid p {
	color:#666;
	font-size:1.5em;
}

.grid ul {
	list-style: none;
}

.grid ul {
	margin: 0;
	padding: 0;
}

.grid li {
	float: left;
   	display: block;
   	margin: 0 0 4% 4%;
	width: 30.6667%;
	font-size:1em;
}

.grid li:first-child {
   margin-left: 0;
}

.grid li:nth-child(3n+1) {
   margin-left: 0;
   clear:both;
}

.grid li img {
	width:100%;
	height:225px;
	overflow:hidden;
}

.grid li a {
	font-size:1.7em;
	line-height: 1.2em;
	margin: 0.1em 0;
	text-decoration: none;
}

.grid li .category {
	text-transform: uppercase;
	display:block;
	font-size:1.1em;
	color:#666;
	letter-spacing:0.04em;
	margin-top: 1em;
}

/* Grid for templates index page */


.templates ul {
	list-style: none;
}

.templates ul {
	margin: 0;
	padding: 0;
}

.templates p {
	font-size:0.9em;
	color:#666;
	margin: 0.6em 0 1.2em 0;
}

.templates .price {
	float:right;
	font-size:1em;
	color: #666;
	text-transform: uppercase;
	letter-spacing:0.04em;
}

.templates li {
	float: left;
   	display: block;
   	margin: 0 4% 4% 0%;
	width: 30.6667%;
	font-size:1.1em;
}

/*
.templates li:first-child {
   margin-left: 0;
}
*/

.templates li:nth-child(3n) {
   margin-right: 0;
}

.templates li:nth-child(3n+1) {
   /*margin-left: 0;*/
   clear:both;
}

.templates li img {
	width:100%;
	overflow:hidden;
	margin:0 0 1em 0;
}

.templates li a {
	font-size:1.6em;
	line-height: 1.2em;
	margin: 0.1em 0;
	text-decoration: none;
}

.templates li:hover {
	background-color: #f2f2f2;
	box-shadow: 0px 0px 25px -5px #f2f2f2;
}


/* Logos */

/*.logos img {
  /*filter: gray; /* IE6-9 */
  /*filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  /*-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
/*.logos img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}*/


/* Footnotes */

.footnotes {
	border:none;
}
.footnote {
	border:none;
}

.footnotes ul, ol {
	padding-top:1em;
	padding-bottom:0em;
	color:#aaaaaa;
}
.footnotes li {
	font-size:0.9em;
	line-height:1em;
	margin-left:0em;
	color:#aaaaaa;
}

.footnotes a {
	color:#aaaaaa;
	text-decoration:underline;
}
.footnotes a:hover {
	color:#222;
	text-decoration:underline;
}

.how-it-works ul {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

.how-it-works li {
	list-style: none;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-size:1.6em;
}

.how-it-works h3 {
	font-size:1.2em;
	margin:0 0 0 0;
	padding: 1.4em 0 0.2em 0;
	letter-spacing: 0em;
}

.screenshots ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.screenshots {
	background-color:#222222;
	padding: 0 0 3.4em 0;
	margin:4em 0 0 0;
}


/* Nav */

nav {
	margin:0 0 0 0;
	padding: 1.6em 1em 1.6em 1em;
	letter-spacing: 0.02em;
	font-size: 1.4em;
	/*position:fixed;*/
	/*top:0;*/
	width:100%;
	background-color: #ffffff;
}

nav .links a {
  color:#666;
  font-weight: 400;
  text-decoration: none;
  display: inline-table;
}

nav .links a:after {
  content: "";
  border-bottom: 0.2em solid #ededed;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

nav .links a:hover {
	color:#666;
}

nav .links a:hover:after {
  content: "";
  border-bottom: 0.2em solid #5B84CC;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

nav ul {
	padding: 0 0 0 0;
}
nav li {
	display: inline-block;
	font-size: 1em;
	padding: 0 2.6em 0 0;
}

.right-align-list {
	padding: 0 0 0 0 !important;
	float:right;
}

nav .foresight {
	color:#222;
	font-size:1.36em;
	font-weight:700;
	text-decoration: none;
}

nav .foresight:hover {
	font-weight:700;
	color:#666;
	text-decoration: none;
}

#mobile-toggle-menu {
	display: none;
	clear:both;
	font-size:1.65em;
	color:#222;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	background:#ffffff;
	margin-left:-0.5em;
}

.show {
	display: inherit;
}

#mobile-toggle-menu  ul {
	list-style-type: none;
	padding: 1.2em 0 0 1.2em;
	margin: 0 0 0 0;
	text-align:left;
	width:100%;
	z-index:101;
	position:absolute;
	background:#ffffff;
	clear:both;
}

/*#mobile-toggle-menu  ol {
	list-style-position: outside;
	color:#666;
	padding: 0 0 0 0;
	margin: 0 0 0 1.1em;
}*/

#mobile-toggle-menu  li {
	padding: 0.5em 0;
	font-size:1em;
	color:#666;
}

#mobile-toggle-menu .links a {
  color:#666;
  font-weight: 400;
  text-decoration: none;
  display: inline-table;
}

#mobile-toggle-menu .links a:after {
  content: "";
  border-bottom: 0.2em solid #ededed;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}

#mobile-toggle-menu .links a:hover {
	color:#666;
}

#mobile-toggle-menu .links a:hover:after {
  content: "";
  border-bottom: 0.2em solid #5B84CC;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}


/* Styling for member pages */

.simple-nav {
	padding:1em 0 0 0;
}

.simple-nav a {
	padding:0 0 0 0;
}

.simple-nav img {
	width:4em;
	height:4em;
}

/* Member Error messages */

#message {
	color:red;
	background-color: #fdfdfd;
	text-align: center;
}


/* Footer */

footer {
	display: inline-block;
  	float: left;
  	width:100%;
	color:#767676;
	padding:0 0 2em 0;
	margin: 0 0 0 0;
	letter-spacing: 0.01em;
}

footer a {
	color:#767676;
	text-decoration: none;
}

footer a:hover {
	color:#767676;
	text-decoration: underline;
}

footer .container {
	padding:1em 0 0 0;
}

footer ul {
	list-style-type: none;
	margin: 1.6em 0;
	padding:0;
	font-size:0.8em;
	line-height: 1.2em;
}

footer li {
	margin: 0;
	padding: 0;
}


footer h3 {
	font-size:1.6em;
	color:#484848;
}

.extra-padding {
	padding:0 8em 0 0;
}

/*
.outline {
	letter-spacing: 0.05em;
	font-size:2.2em;
	border:2px #666 solid;
	color:#666;
	height:6.4em;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align:center;
}
*/

.packages-box {
	letter-spacing: 0.05em;
	font-size:2.2em;
	border:none;
	color:#222;
	background-color: #F5F8FA;
	height:6.4em;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align:center;
}

.packages p {
	font-size:1.6em;
	color:#666;
	padding:0 0.4em;
}

.packages-price {
	font-size:3.2em;
	font-weight: 500;
	padding: 0.2em 0 1em 0;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align:center;
}

.packages-box-outside-course-sales-page {
	padding:0.2%;
}

.packages li {
	padding: 0 0.6em 0.6em 0.6em;
	font-size:1.7em;
}

.packages li:before { 
	content:"\2714\0020"; 
}
.packages ul {
	list-style-type: none;
	margin: 0;
	padding:2em 0;
}

#packages-link {
	margin-top:10em;
}


.copyright {
	margin-top:2em;
	padding-top: 1.6em;
	font-size: 0.8em;
	border-top:1px #ededed solid;
	color: #767676;
}

.copyright a {
	color: #767676;
}

.copyright a:hover {
	color: #484848;
}

.hero {
  background-size: cover;
  padding: 0 0 0 0;
}

.hero img {
  width: 100%;
  overflow: hidden;
}

.product-details a {
	color:#666;
	text-decoration: none;
	font-size:1.9em;
	margin:0.6em 0;
	padding:0.2em 0 0 0;
	display:inherit;
}

.product-details-subheader-no-link {
	font-size:1.9em;
}


.product-details a:hover {
	color:#222;
}

.product-details p {
	font-size:1.9em;
}

.extra-info {
	display: none;
	clear:both;
	font-size:1.65em;
	color:#222;
	padding:0 0 1em 0;
}

.show {
	display: inherit;
}

.extra-info ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.extra-info ol {
	list-style-position: outside;
	color:#222;
	padding: 0 0 0 0;
	margin: 0 0 0 1.1em;
}

.extra-info li {
	padding: 0.5em 0;
	font-size:1em;
}

.extra-info a {
	color:#666;
	text-decoration: underline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display:inline;
	font-size:1em;
}

.extra-info a:hover {
	color:#666;
}

.top-border {
	border-top:1px #dedede solid;
}

.bottom-border {
	border-bottom:1px #dedede solid;
	margin-bottom: 4em;
}

.no-link-style a {
	text-decoration: none;
}

.no-link-style a:hover {
	text-decoration: none;
}

.logo {
	text-align: center;
	width:15%;
}

.logos img {
	width:25px;
	height:25px;
}
.logos ul {
	padding: 0 0 0 0;
}
.logos li {
	display: inline-block;
	padding:0em 0.4em;
}

.screenshots li {
	height:400px;
	list-style: none;
	display:inline-block;
	padding: 0 0 0 0;
	margin: 0 2em 0 0;
}

.horizontal-scroll {
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
}

#username, #password, #password_confirmation, #first_name, #last_name, #email, #mce-EMAIL {
	border:none;
	background-color: #ededed;
	width:100%;
	height:3.2em;
	padding-left: 1em;
	margin-left:0;
}

.input {
	font-size:1.6em;
	margin:2em 0 1em 0em;
}

.signup {
	/*background-image: url({{ theme:img src="desk.jpg" }});*/
	/*background-size: cover;*/
	background-color:#fff;
  	/*padding: 8em 0 8em 0; */
  	color:#222;
}

.signup h3 {
	font-size:4.2em;
	font-weight:400;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.signup p {
	font-size:1.8em;
}

.login {
	color:#ffffff;
	border:none;
	background-color:#212d35;
	font-size:1.4em;
	text-transform: uppercase;
	margin: 1em 0;
	padding:1em 1.6em;
	letter-spacing: 0.1em;
}

.login:hover {
	background-color: #384d5b;
}

#mce-EMAIL {
	height:3.6em;
}

#mc_embed_signup_scroll {

}
#mc-embedded-subscribe {
	color:#ffffff;
	border:2px #4d575d solid;
	background-color:#4d575d;
	margin:0 0 0 1em;
	padding:1.3em 1.5em 1.2em 1.5em;
	font-size:0.9em;
	height:4em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#mc-embedded-subscribe:hover {
	background-color: #384d5b;
	border:2px #384d5b solid;
}

.button {
	color:#ffffff;
	background-color:#217092;
	font-size:1.45em;
	text-transform: uppercase;
	margin:0 0 0 0;
	padding:1.4em 1.5em 1.2em 1.5em;
	letter-spacing: 0.05em;
	border:2px #217092 solid;
	text-decoration: none;
}

.button:hover {
	background-color: #384d5b;
	color:#ffffff;
	text-decoration: none;
	border:2px #384d5b solid;
}

.button a {
	text-decoration: none;
}

.button a:hover {
	text-decoration: none;
}

.secondary {
	color:#217092;
	background-color: #ffffff;
	border:2px #217092 solid;
}

.secondary:hover {
	background-color: #384d5b;
	color:#ffffff;
	border:2px #384d5b solid;
}

.gumroad_iframe {
	height:100%;
}

.mc-field-group {
  width: 100%;
}

.mc-field-group .table-cell:first-child {
  padding-right: 10px;
  width: 75%;
}

.mc-field-group .table-cell:last-child {
  width: 25%;
}

.mc-field-group .table-cell input {
  width: 100%;
}

#mce-responses {
  font-size: 2em;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.mce-inline-error {
  color: #ff0000 !important; 
  background-color: #ffffff !important;
  font-weight: 400 !important;
  font-family:'Avenir Next W01', "Avenir Next", Helvetica, sans-serif !important;
}

.mce-success-response {
  color: #384d5b !important;
}

/*Make sure videos and embeds fit their containers */
embed, iframe, object, video {width: 100%;}

/* For embed Slideshare. From http://amobil.se/2011/11/responsive-embeds/ */

.embed-container {
	position: relative;
	padding-bottom: 80%; /* vimeo ratio */
	padding-top: 0px; /* IE6 workaround*/ 
	height: 0;
	overflow: hidden;
	margin-bottom:2em;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* for embedding youtube http://thenewcode.com/717/Force-Embedded-YouTube-Videos-To-Play-In-HD */
.responsive-container {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-container,
	.responsive-container iframe {
	max-width: 1280px;
	max-height: 720px;
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

/* Sticky nav */
#sticker {
	background-color: #ffffff;
	padding:1em 0 2em 0;
	z-index:98 !important;
}

#sticker h1 {
}

/* Select styles */

.select {
   background-color: #ededed;
   font-size: 2.4em;
   height: 2.6em;
   border: none;
   border-radius: 0;
   margin:1em 0 1em 0;
   padding:0.6em;
}

.model {
	display:none;
}

.product-title {
	font-weight:700;
	font-size:3.8em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	letter-spacing: 0.02em;
}

.is-sticky {
	width:100%;
	margin:0;
	padding:0.2em 0.2em 0em 0.2em;
	border-bottom: 1px solid #dedede;
}

.is-sticky h1 {
	font-size:2.8em;
	margin:0;
	padding:0.4em 0 0 0;
}

.is-sticky .product-title {
	font-size:2em!important;
	margin: 0 0 0.4em 0!important;
}

.is-sticky .price {
	font-size:2.2em!important;
}

.is-sticky .small {
	font-size:0.6em!important;
}

.is-sticky .button {
	font-size:1.2em!important;
	padding: 0.9em 1em 0.8em 1em!important;
}

.new {
	color:#ffffff;
	background-color:red;
	font-size:0.9em;
	text-transform: uppercase;
	margin:0 0.7em 0 0;
	padding:0.25em 0.5em 0.25em 0.5em;
	letter-spacing: 0.15em;
	border:none;
	font-weight: 700;
	display: inline;
	border-radius:5%;
}

.best-seller {
	color:#ffffff;
	background-color:#255C9A;
	font-size:0.9em;
	text-transform: uppercase;
	margin:0 0.7em 0 0;
	padding:0.25em 0.5em 0.25em 0.5em;
	letter-spacing: 0.15em;
	border:none;
	font-weight: 700;
	display: inline;
	border-radius:5%;
}

.best-for-feature {
	font-size: 1.9em;
	line-height: 1.6em;
	background-color: #F5F8FA;
	margin: 0 0 1em 0;
	padding: 1em;
	clear:both;
}

.post-feature-box {
	font-size: 1.9em;
	line-height: 1.6em;
	background-color: #F5F8FA;
	margin: 1.2em 0 1.2em 0;
	padding: 1em;
	clear:both;
}

.payment-logos p {
	transform: uppercase;
	font-color:#666;
	font-size:1.5em;
}

.payment-logos img {
	width:80%;
	text-align: center;
}

.member-profile-results {
	font-size:1.5em;
	color:#666;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 2em 0;
}

dl {
}

dt {
	display:inline;
}

dd {
    margin: 0;
    padding: 0 0 0.5em 0;
    display:inline;
}


ul.topnav li.icon {
	display: none;
}


.no-border {
	border:0px!important;
}

.hide {
	display: inherit;
}

.show-on-mobile {
	display:none;
}

.mobile-packages {
	display:none;
}

/* Media Queries */

@media screen and (max-width: 37.49em) {
  p {
  	font-size:1.6em;
  }
  .show-on-desktop {
  	display:none;
  }
  .show-on-mobile {
  	display:block;
  }

  .center-on-mobile {
  	text-align:center!important;
  }

  .container-full-on-mobile {
  	width:100%!important;
  }

  nav li {
	font-size: 1em;
	padding: 0 1.2em 0 0;
  }

  h1 {
	font-size:3.6em;
  }

  h2 {
  	font-size:2.4em;
  }
  h3 {
  	font-size:1.6em;
  }

.home {
	margin-top:6em !important;
}
.home h1 {
	font-size:4.8em;
	font-weight: 700;
	color:#5B84CC;
	display:inline-block;
}

.home h2 {
	font-size:3em;
	font-weight: 300;
	display:inline-block;
	margin-left: 0em;
	color:#484848;
}

.home p {
	font-size:1.8em;
}

.crumbs {
	margin:1.4em 0 3.4em 0;
}

.post p {
	font-size:1.6em;
}

.post li {
	font-size:1.6em;
}

.post-feature-box {
	font-size:1.6em;
}

.quotes {
	padding:0 0 0 0;
}

.signup h3 {
	font-size:3em;
}

  .hide {
    display: none;
  }

  .left-padding {
	padding: 0 0 0 0;
}

.screenshots ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.screenshots li {
	height:inherit;
	list-style: none;
	display:block;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

.member-pages-h1 h1 {
	font-size:2.4em;
	padding:1.4em 0 1em 0;
}

.button {
	font-size:1.2em;
	padding:1.2em 1.3em 1em 1.3em;
	letter-spacing: 0.05em;
}

.product-title {
	font-size:3em;
	margin:0 0 0.7em 0;
}

.price-section {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.price {
	font-size: 3em;
}

.button {
	align-self: flex-end;
}

  .expand-to-twelve-columns {
  	width:100% !important;
  }

  .templates ul {
  	width:95%;
  	margin:0 auto;
  }
  .templates li {
	float: left;
   	display: block;
   	margin: 0 0 4% 0%;
	width: 100%;
	font-size:1.2em;
	clear:both;
  }

/*.templates li:first-child {
   margin-left: 0;
}*/

  .templates li:nth-child(1n+1) {
    margin-right: 0;
    clear:both;
  }

  .templates li:nth-child(3n) {
    margin-right: 0;
  }

   .templates li:nth-child(3n+1) {
   clear:inherit;
  }

  .templates li img {
  	width:100%;
  }


  .grid ul {
  	width:98%;
  	margin:0 auto;
  }

  .grid li {
	float: left;
   	display: block;
   	margin: 0 0 4% 0%;
	width: 100%;
	font-size:1em;
  }

  .grid li:nth-child(1n+1) {
    margin-left: 0;
    clear:both;
  }

  .grid li:nth-child(3n+1) {
   margin-left: inherit;
   clear:both;
  }

  .post-background-image-header h1 {
	padding-top:4em!important;
}

  #email, #mce-EMAIL {
  	text-align: center;
  }
  #mc-embedded-subscribe {
	width:100%;
	margin: 0 0 0 0;
	text-align: center;
  }
}

@media screen and (max-width: 37.49em) {
  .desktop-packages {
  	display:none;
  }
  .mobile-packages {
  	display:block;
  }
}


@media screen and (min-width: 37.5em) and (max-width: 61.99em) {
  .product-title {
	font-size:3.4em;
	margin:0 0 0.4em 0;
}

 .center-on-mobile {
  	text-align:center!important;
  }

  .container-full-on-mobile {
  	width:100%!important;
  }

.price-section {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.price {
	font-size: 3.4em;
}

.button {
	align-self: flex-end;
}

  .templates ul {
  	width:98%;
  	margin: 0 auto;
  }
  .templates li {
	float: left;
   	display: block;
   	margin: 0 4% 4% 0;
	width: 48%;
	font-size:1.2em;
  }


  .templates li:nth-child(3n) {
   margin-right:4%;
   clear:inherit;
  }

    .templates li:nth-child(2n) {
    margin-right: 0;
    clear:inherit;
  }

    .templates li:nth-child(2n+1) {
    clear:both;
  }

 /*   .templates li:first-child {
   margin-left: 0;
}*/

  .grid ul {
  	width:98%;
  	margin:0 auto;
  }

  .grid li {
	float: left;
   	display: block;
   	margin: 0 0 4% 4%;
	width: 48%;
	font-size:1em;
  }

  .grid li:nth-child(3n+1) {
   margin-left: 4%;
   clear:inherit;
  }
  .grid li:nth-child(2n+1) {
  	margin-left:0;
  	clear:both;
  }

  .grid li:first-child {
   margin-left: 0;
}

  .show-on-desktop {
  	display:none;
  }
  .show-on-mobile {
  	display:block;
  }

    .hide {
    display: none;
  }

}

/*@media (min-width: 62em) and (max-width: 74.99em) {
}*/