@import url(//shiftedit.s3.amazonaws.com/css/circle.css);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table { border-collapse: collapse; border-spacing: 0; }

h2{
	margin-bottom: 0.5em;
	font-size:36px;
	line-height: 40px;
}

p {
	line-height: 30px;
	font-size: 18px;
	font-weight: 200;
	color: #666;
}

input, select { vertical-align: middle; }

body {
	font-family: helvetica;
	background-image: url('/images/background/light-paper-fibers.png');
	line-height: 180%;
}

header{
	background-image: url('/images/background/light-paper-fibers.png');
	background-color: #5eb623;
	color: #fff;
}

.fill{
	background-image: url('/images/background/light-paper-fibers.png');
	background-color: #5eb623;
	color: #fff;
}

.fill p{
	color: #fff;
}

.feature{
	padding: 60px 0;
	text-align: center;
}

.feature img{
    box-shadow: 0px 0px 20px #222;
    border-radius: 10px;
}

.feature p{
	margin-bottom: 2em;
}

select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

h1{
	font-size:38px;
	line-height: 76px;
}

img{
	max-width: 100%;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a, a:hover {
	outline: none;
	text-decoration: none;
}

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #3eb50a; color:#fff; text-shadow: none; }
::selection { background:#3eb50a; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

a{
	color: #607890;
}

header{
	color: #fff;
	padding: 50px;
}

header a{
	color: #fff;
	text-decoration: none;
}

header .sign_in{
	float: right;
	margin-right: 10px;
	padding:10px 0 0 0;
}

.logo{
	display: inline-block;
	background: url(/images/shiftedit-white.png) no-repeat center;
	height: 30px;
	width: 130px;
	background-size: 80px;
}

nav.global_nav {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	height:57px;
	position:relative;
	z-index:1;
	border-left:0;
	border-right:0;
	float: right;
}
nav.global_nav ul {
	list-style: none;
	float: right;
	position: relative;
}
nav.global_nav ul li {
	float: left;
	display: block;
	padding: 5px 10px 5px 20px;
}

nav.global_nav ul li a{
	display: inline-block;
	padding: 5px 15px;;
}

nav.global_nav ul li.current{
	font-weight: bold;
}

.inner{
	max-width: 1100px;
	margin: 0 auto;
}

#main p{
	padding-bottom: 2em;
}

.intro{
	text-align: center;
	padding-bottom: 50px;
}

.intro p{
	margin-bottom: 1em;
	font-size: 22px;
}

.intro .button{
	margin-bottom: 3em;
}

.content{
	margin:100px 10px;
	clear:both;
}

section.feature_bar {
	height: 240px;
	padding: 20px;
	position: relative;
	margin-top: 80px;
	border-radius: 10px;
}
section.feature_bar h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight:normal;
}
section.feature_bar p {
	color: #ffffff;
	font-style: italic;
	margin-top: 10px;
}
section.feature_bar p span {
	font-style: normal;
}
section.feature_bar div.left{
	width: 400px;
}
section.feature_bar a {
	margin-top: 10px;
}

.features{
	margin-top: 60px;
	text-align: center;
}

.features .item{
	float: left;
	width: 332px;
	height: 400px;
	overflow: hidden;
	margin: 1em;
	border: 1px solid #ccc;
}

.features .item .description{
	padding: 1em;
}

.features .images{
	text-align: center;
	margin-bottom:20px;
	overflow: hidden;
}

.features .spacer, footer .spacer{
	float:left;
	width:60px;
	height: 10px;
}

.features h4{
	margin-bottom: 10px;
	font-size:140%;
}


div.feature_scroller {
}

div.feature_scroller #nav{
	text-align:center;
	width: 100%;
}

div.feature_scroller a{
	display: inline-block;
	background: #ccc;
	margin:0 5px;
	width: 10px;
	height:10px;
	text-indent: -1000px;
	overflow: hidden;
	border-radius: 10px;
}

div.feature_scroller a.activeSlide{
	background: #3eb50a;
}

div.feature_scroller #slideshow{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

div.feature_scroller #slideshow li{
}

div.feature_scroller #slideshow li img{
    box-shadow: 0px 0px 20px #222;
    border-radius: 10px;
}

div.account_pointer {
	position: absolute;
	top: -5px; right: 0;
	background: url(//shiftedit.s3.amazonaws.com/images/website/haveaccount.png) no-repeat;
	width: 410px;
	height: 123px;
	z-index:10;
}

div.homepage_widgets {
    margin-top: 50px;
    padding: 10px;
}

div.two_columns section{
    float: left;
    width: 430px;
    margin-right: 40px;
    margin-bottom: 30px;
}
div.two_columns section:nth-child(2n) {
	margin-right: 0;
}

.right { float: right; }
.left { float: left; }

a.button{
	display: inline-block;
	color:#fff;
	font-size: 18px;
	padding:8px 32px;
	background: #ff9000; /* for non-css3 browsers */
	font-weight: bold;
}

a.button:hover{
	background: #ffa224; /* for non-css3 browsers */
}

footer {
	background: #fff;
	padding: 20px 0;
	padding-bottom:50px;
	clear:both;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	color: #444;
}

footer section{
	float:left;
	width: 33%;
	overflow: hidden;
	text-align: center
}

footer ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
}

footer a{
	font-size: 100%;
	line-height:20px;
}

header hr{
	clear: both;
	width: 90%;
	border: 0;
	border-bottom: 1px solid #fff;
	opacity: 0.8;
	margin: 0 auto;
	padding: 0;;
}

.vbox{
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex{
	flex: 1;
}

article { margin-bottom: 10px; }

section.twitter_feed p {
	margin-bottom: 20px;
}

th{
	text-align:left;
}

/*tweet */
.tweet_list {
	list-style: none;
	margin:0;
}

.tweet_list li {
	padding: 0.5em 0;
}

#menu{
	width: 200px;
	float: left;
}


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

@media (max-width: 850px) {
  .feature_scroller {
      display: none;
  }
} /* -- max-width: 850px -- */