
/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1; font-family: Merriweather}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse; border-spacing: 0;}

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

body {
	font-size: 16px;
}

.stripe {
	width: 50vw;
	height: 36px;
	margin: 20px 0 0 auto;
	background: rgba(0,191,194,1);
	background: -moz-linear-gradient(left, rgba(0,191,194,1) 0%, rgba(0,191,194,1) 90%, rgba(0,160,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,191,194,1)), color-stop(90%, rgba(0,191,194,1)), color-stop(100%, rgba(0,160,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,191,194,1) 0%, rgba(0,191,194,1) 90%, rgba(0,160,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,191,194,1) 0%, rgba(0,191,194,1) 90%, rgba(0,160,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,191,194,1) 0%, rgba(0,191,194,1) 90%, rgba(0,160,160,1) 100%);
	background: linear-gradient(to right, rgba(0,191,194,1) 0%, rgba(0,191,194,1) 90%, rgba(0,160,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfc2', endColorstr='#00a0a0', GradientType=1 );
	position: relative;
	z-index: 10;
}

.header { /* 1024 and up */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
	margin-top: -36px;
	position: relative;
	z-index: 100;
	display: table;
}

.topnav {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	z-index: 100;
	background-color: #0a282e;
	color: white;
	text-align: center;
}

.topnav ul > li {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	margin: 0;
	text-transform: uppercase;
	font-size: .7rem;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	letter-spacing: .1rem;
}

.topnav ul > li.sel {
	background-color: #001114;
}

.nav li a {
	/*color: rgba(248,42,134,.75);*/
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

.nav li.sel a {
	/*color: rgba(248,42,134,.75);*/
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

.nav li a:hover {
	/*color: rgba(248,42,134,1.0);*/
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}

.container { /* 1024 and up */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
	margin-top: 20px;
	position: relative;
	z-index: 100;
}

.katie {
	width: 32%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 4px;
}

h1.logotype, .logotype a {
	font-family: Roboto, sans-serif;
	font-size: 24px;
	color: #F82A86;
	font-weight: 400;
	letter-spacing: .26em;
	text-decoration: none;
}

a {
	color: #00C0C2;
}

.plus a {
	text-decoration: none;
}

.pointed-bar {
	width: 68%;
	height: 36px;
	display: table-cell;
}

.point {
	width: 0; 
	height: 0; 
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent; 
	
	border-right:18px solid #00C0C2;
	float: left;
}

.bullshit {
	width: 415px;
	height: 36px;
	background-color: #00C0C2;
	display: table-cell;
	vertical-align: middle;
}

p.tag {
	margin: 2px 0 0 12px;
	padding: 0;
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 14px;
	color: #fff;
}

h2 {
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

h2.biz {
	background-color: #F2EE2A;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px 40px 10px 20px;
	margin: 0px;
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 300;
	color: #009394;
}

h2.lg {
	background-color: #F82A86;
	color: #F2EE2A;
}

.content {
	display: table;
	margin-top: 30px;
}

.exp {
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}

div.sm-biz {
	border: 2px solid #F2EE2A;
}

.wminus {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 50;
	width: 30px;
    height: 30px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.email {
	width: 25px;
	text-align: center;
	margin: 0px auto 20px auto;
}

div.lg-biz {
	border: 2px solid #F82A86;
}

.exp p {
	padding: 20px;
	line-height: 1.8rem;
}

.cats-long {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.thirds {
	width: 330px;
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}

.third {
	width: 300px;
	display: table-cell;
	vertical-align: top;
}

.third-bottom {
	width: 300px;
}

div.blurb-p, div.plus-c {
	display: table-cell;
	vertical-align: middle;
}

div.plus-c {
	text-align: right;
	width: 50px;
}

div.plus {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

#minus-sm, #minus-lg {
	display: none;
}

div.plus img {
	margin-bottom: -26px;
}

.small-business {
	background-color: #F2EE2A;
	display: table;
	width: 100%;
	height: 86px;
	padding: 20px;
	margin: 0 0 20px 0;
}

.small-business p {
	font-family: Roboto, Helvetica, sans-serif;
	font-size: .9rem;
	font-weight: 300;
	color: #009394;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.big-business {
	background-color: #F82A86;
	display: table;
	width: 100%;
	height: 85px;
	padding: 20px;
	margin: 0;
}

.big-business p {
	font-family: Roboto, Helvetica, sans-serif;
	font-size: .9rem;
	font-weight: 300;
	color: #F2EE2A;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.thirds p, .third p, .two-thirds p {
	margin: 0;
	padding: 0;
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 12px;
	line-height: 2em;
	color: #000;
}

h2.subpage {
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 48px;
	font-weight: 400;
	color: #000;
	margin-bottom: 13px;
}

h3.subpage {
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #00C0C2;
	width: 100%;
	line-height: 2rem;
	padding: 10px 2px 10px 0px;
	margin-bottom: 10px;
}

p.subpage-thirds {
	font-size: 16px;
	margin-bottom: 12px;
}

.thirds li, .third li, .two-thirds li {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #000;
}

p.subpage {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Merriweather, Garamond, "Droid Serif", serif;
	font-size: 16px;
	line-height: 2em;
	color: #000;
}

.squib {
	 display: block;
	 width: 25%;
	 height: auto;
	 margin: 40px auto 20px auto;
}

ul.stuff {
	border: 1px solid #81e4e5;
	padding: 10px 10px 4px 12px;
	margin-left: 1px;
}

.two-thirds {
	width: 660px;
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}

p.plus {
	font-family: Merriweather;
	font-size: 28px;
	color: #00C0C2;
	line-height: 38px;
}

.footer {
	width: 100%;
	margin: 60px 0 0px 0;
	padding: 20px;
	border-top: 3px solid #F82A86;
}

.face {
	float: right;
}

.deets {
	margin-top: 4px;
	font-size: .8em;
	line-height: 1.9em;
	float: left;
}

.twitter-bird {
	width: 25px;
	height: 25px;
	margin-top: 6px;
}

/* tiny letter stuff */

.tl-text {
	width: 450px;
	height: 35px;
	padding: 4px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	color: #00C0C2;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
}

.tl-subscribe {
	width: 130px;
	height: 35px;
	float: right;
	font-family: Roboto;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	-webkit-appearance: none;
	border: 0;
	margin-right: 20px;
	background-color: #00C0C2;
}

#touchScroller
{
	width:100%;
	height: 150px;
	overflow: hidden;
	background-color: #f8f8f8;
	background-image: url('/images/timeline-bg.png');
	background-repeat: repeat-x;
	background-position: left 0 top 50px;
	position: relative;
	margin-top: 20px;
	z-index: 20;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.20);
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #touchScroller div.scrollableArea div,
   if you have links use #touchScroller div.scrollableArea a and so on. */
#touchScroller div.scrollableArea div
{
	position: relative;
	float: left;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.timeline-segment {
	border-left: 1px solid #e0e0e0;
	font-family: Roboto;
	font-size: 11px !important;
	font-weight: 300;
	line-height: 1.4em;
	margin-top: 25px;
	padding-left: 6px;
	bottom: 0px;
	min-width: 280px;
	min-height: 100px;
}

.timeline-item-table {
	display: table;
}

.timeline-text {
	display: table-cell;
	vertical-align: top;
	width: auto;
}

.tl-blurb {
	clear: both;
	width: 280px;
	font-size: 9px !important;
	margin-top: 14px;
}

.margin-rt {
	margin-right: 30px;
}

.timeline-item {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid white;
	margin-left: 30px;
	opacity: 0.5;
}

.timeline-item:hover {
	opacity: 1.0;
}

.rock {
	background-image: url('/images/SimonsRockTree.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.timeline-segment-margin {
	min-width: 20px;
	min-height: 85px;
}

.date {
	color: #F82A86;
	margin-bottom: 3px;
	font-weight: 500;
}

@media screen /*tablet-ish*/
	and (min-width: 715px)
	and (max-width: 980px) {
  
	.header {
		width: 100% !important;
	}

	.container {
		width: auto !important;
		margin-top: 20px;
		position: relative;
		z-index: 100;
	}
	
  	.thirds {
		width: 35%;
		display: block;
		float: left;
		vertical-align: top;
		padding-right: 30px;
		margin-bottom: 30px;
	}

	.third {
		width: 30%;
		display: block;
		float: left;
		vertical-align: top;
	}
	
	.two-thirds {
		width: 70%;
		float: left;
		display: block;
	}
	
	.third-bottom {
		width: 30%;
		float: left;
	}
	
	/* tiny letter stuff */

	.tl-text {
		width: 230px;
	}

	.tl-subscribe {
		float: left;
	}
}

@media screen /* smallish */
	and (max-width: 714px)
	and (min-width: 401px) {
  	
  	.header {
		width: 100% !important;
		padding: 0 10px 0 10px;
	}
	.katie {
		padding-top: 0px;
	}

	h1.logotype {
		font-size: 22px;
		letter-spacing: .32em;
	}
  	
	.container {
		width: auto !important;
		padding: 0 10px 0 10px;
		margin-top: 0px;
		position: relative;
		z-index: 100;
	}
	
	.stripe {
		width: 40vw;
		margin: 20px 0 0 auto;
	}

	h2 {
		font-size: 24px;
	}
	
	.content p, .third p, .thirds p, .two-thirds p {
		font-size: 16px !important;
	}
	
  	.thirds {
		width: auto;
		display: block;
		float: left;
		vertical-align: top;
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.third {
		width: auto;
		display: block;
		float: left;
		vertical-align: top;
	}

	.two-thirds {
		width: auto;
		display: block;
		float: left;
		padding-right: 0px;
		padding-top: 30px;
		border-top: 1px solid #AEEEEF;
		margin-bottom: 60px;
	}
	

	p.plus {
		font-size: 58px !important;
		line-height: 68px;
	}
	
	.third-bottom {
		width: 100%;
		display: block;
		float: left;
	}
	
	.small-business {
		width: 100%;
		height: auto;
	}

	.big-business {
		width: 100%;
		height: auto;
	}
	
	/* tiny letter stuff */

	.tl-text {
		width: 250px;
		float: none;
	}
	
	.tl-subscribe {
		float: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	.mobile-center {
		clear: both;
		float: none;
		width: 295px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

}

@media screen /* PHONE */
	and (max-width: 400px) {
  	
	.topnav ul > li {
		margin: 0;
		padding: 10px;
		font-size: .65rem;
		letter-spacing: .1rem;
	}

  	.header {
		width: 100% !important;
		padding: 0 10px 0 10px;
	}
	
	.katie {
		padding-top: 0px;
		letter-spacing: .24em;
	}

	h1.logotype, .logotype a {
		font-size: 17px;
		letter-spacing: .32em;
	}

	.container {
		width: auto !important;
		padding: 0 10px 0 10px;
		margin-top: 0px;
	}
	
	.stripe {
		width: 40vw;
		margin: 20px 0 0 auto;
	}

	p.tag {
		margin: 2px 0 0 0px;
		font-size: 12px !important;
	}

	h2 {
		font-size: 24px;
	}

	h2.subpage {
		margin-top: 30px;
	}
	
	h3.subpage {
		display: inline-block;
		width: auto;
		border-top: 3px solid #0fdee0;
		padding-top: 20px;
	}
	
	.cats {
		width: 100%;
		overflow: hidden;
	}
	
	.cats-long {
		width: 180%;
		margin-left: -75px;
	}

	.squib {
		 display: block;
		 width: 25%;
		 height: auto;
		 margin: 30px auto 0px auto;
	}
	
	.content p, .third p, .thirds p, .two-thirds p {
		font-size: 16px !important;
	}
	
  	.thirds {
		width: auto;
		display: block;
		float: left;
		vertical-align: top;
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.third {
		width: auto;
		display: block;
		float: left;
		vertical-align: top;
	}

	.two-thirds {
		width: auto;
		display: block;
		float: left;
		padding-right: 0px;
		padding-top: 30px;
		border-top: 1px solid #AEEEEF;
		margin-bottom: 60px;
	}
	
	.sub {
		border: none;
	}

	p.plus {
		font-size: 58px !important;
		line-height: 68px;
	}
	
	.third-bottom {
		width: 100%;
		display: block;
		float: left;
	}
	
	.small-business {
		width: 100%;
		height: auto;
	}

	.big-business {
		width: 100%;
		height: auto;
	}
	
	/* tiny letter stuff */

	.tl-text {
		width: 280px;
		float: none;
	}
	
	.tl-subscribe {
		float: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	.mobile-center {
		clear: both;
		float: none;
		width: 295px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
}