/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.



*/


html *, html, body, * {
  -webkit-touch-callout: none;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.clear {
  clear: both;
}
.o-clear {
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0 !important;
}
.mt-6 {
  margin-top: 6px;
}
.mb-6 {
  margin-bottom: 6px;
}
.ml-6 {
  margin-left: 6px;
}
.mr-6 {
  margin-right: 6px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mrml-2 {
  margin-right: 2px;
  margin-left: 2px;
}
.mrml-4 {
  margin-right: 4px;
  margin-left: 4px;
}
.ml-32 {
  margin-left: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.hidden,
.hidden-scripture {
  display: none;
}

/* General Ads */
.center-728-ad {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 728px;
}
.center-336-ad {
  font-family: Helvetica, Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 336px;
}


/* List of Sprites */

h1#logo a,
nav.menu > a span,
#nav-pages ul > li > a span,
a#facebook-button,
ol#verse-notes-sidebar li.note,
ol#questions-sidebar li.question,
section.bible-pagination a span,
a.sidebar.share.button span,
a.sidebar.note.button span,
a.sidebar.print.button span,
a.sidebar.explain.button span,
a.sidebar.ask.button span,
#discussion-icon,
.navigation-arrow {
  background: url(/images/sprite-master.png) no-repeat;
}


/* General Errors */
#error_explanation h2 {
  color: #c5242b;
  font-size: 18px;
}
#error_explanation ul {
  color: #c5242b;
  list-style-position: inside;
}

/* Layout */

#container {
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
  width: 940px;
}

/* img Border */
img.border {
  border: 1px solid #ddd;
  padding: 1px;
}


/* Shadow */

.shadow {
  box-shadow: 0 4px 6px -4px #aaa;
}

/* Hide Ad */
a.hide-ad {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 16px;
}


/* Notices */

p#notice,
p#alert,
p.alert {
  display: inline-block;
  font-weight: bold;
  margin: 0 auto 8px auto;
  padding: 0 4px;
}
p#notice,
p.notice {
  background: #fae81a;
}
p#notice a,
p.notice a {
  color: blue;
  text-decoration: underline;
}
p#notice a:hover,
p.notice a:hover {
  border: 0;
  color: #1e0fbe;
}
p#alert,
p.alert,
span.alert {
  background: #c5242b;
  color: #fff;
}
p.alert.expand {
  display: block;
  text-align: center;
}
div.soft-notice,
p.soft-notice,
sup.soft-notice,
span.soft-notice {
  background: #fffcd7;
  border: 1px solid #eee;
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
}
sup.soft-notice {
  border: 0;
  padding: 2px;
}
.soft-notice.block {
  display: block;
}
span.soft-notice {
  border: 0;
  padding: 2px;
}


/* Ajax Indicator */

div#ajax-indicator {
  background: url(/images/ajax-loader.gif) no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}


/* Highlight something */
.highlight {
  -o-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -webkit-transition: background-color 2s ease-out;
}

/* Bible Pagination (eBible, used for Elastic Results) */

ol#pagination {
  list-style-type: none;
  margin: 32px 0;
}
ol#pagination li {
  display: inline;
}
ol#pagination li a,
ol#pagination li#paginate-current {
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
}
ol#pagination li a:hover {
  background: #eee;
}
ol#pagination li#paginate-current {
  border: 0;
}
ol#pagination li.pager a {
  font-weight: bold;
}


/* Global Pagination (Rails plugin) */
div.pagination,
nav.pagination{
  margin: 32px 0;
}
div.pagination span,
div.pagination em,
div.pagination a,
nav.pagination span {
  border: 1px solid #eee;
  display: inline-block;
  font-style: normal;
  margin: 0 5px;
  padding: 2px 5px;
}
div.pagination a:hover {
  background: #eee;
}
div.pagination em.current {
  border: 0;
}
div.pagination span.disabled {
  display: none;
}
div.pagination a.next_page,
div.pagination a.prev_page {
  font-weight: bold;
}



/* Table */

table {
  border: 1px solid #eee;
  width: 100%;
}
table.table {
  margin: 16px 0;
}
table.table h1,
table.table h2,
table.table h3,
table.table h4 {
  margin-top: 0 !important;
}
table.table th,
table.table td {
  padding: 4px;
  text-align: left;
}
table.table th {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-weight: 500;
}
table.table td {
  border-bottom: 1px solid #eee;
  padding: 8px 4px;
  vertical-align: top;
}



/* Footer */

footer#footer {
  padding: 54px 10px 24px 10px;
  margin: 0 auto;
  width: 670px;
}
footer#footer ul {
  overflow: hidden;
}
footer#footer ul li {
  float: left;
  margin: 0 24px 0 0;
  list-style-type: none;
}
footer#footer ul li.last-child {
  margin: 0;
}
footer#footer.mobile-footer {
  width: 860px;
}

/* Error Page (404 / 500) */

body#error-page header {
  overflow: hidden;
}
body#error-page div#container section h2 {
  margin: 0 0 16px 0;
}


/* Gradients */

.gradient-shadow {
  background: -linear-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 1px 3px #aaa;
}


/* Tabs */

ul.horiz-tabs {
  border-bottom: 1px solid #ddd;
  height: 36px;
  list-style-type: none;
  padding: 0 0 0 12px;
}

ul.horiz-tabs li {
  display: inline-block;
}

ul.horiz-tabs li a {
  background: #f3f3f3;
  border: 1px solid #ddd;
  display: block;
  font-weight: bold;
  margin: 0 4px 0 0;
  padding: 8px 10px;
}

ul.horiz-tabs li a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}


/* Generic Gray Box */

.gray-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 16px;
  width: 520px;
}


/* Tempoary Ads */
#groups-ad {
  margin: 0 0 36px 0;
  text-align: center; 
}


/* Supporter Tag */
.supporter {
  background: #FF5200;
  color: #fff;
  display: block;
  text-align: center;
}
.supporter.inline {
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  padding: 2px;
  vertical-align: text-bottom;
}
.supporter:hover {
  border: 0;
  color: #fff;
}
#user-header .supporter {
  margin-top: -5px;
  margin-left: 0px;
  padding: 1px 0;
  position: relative;
  width: 100px;
  z-index: 999;
}
.feed-item div.img .supporter {
  font-size: 10px;
  margin-top: -5px;
  padding: 1px 0;
  text-align: center;
  width: 50px;
}
.feed-item div.img .supporter:hover {
  border-bottom: 1px solid #fff;
}
#tiptip_holder a.supporterTip {
  border: 0;
}
#tiptip_holder a.supporterTip:hover {
  border: 0;
}
#tiptip_holder a.supporterTip span {
  border-bottom: 1px solid #fff;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

/* Same widths and alignments as Questions#show */

#article-sidebar {
  float: right;
  width: 300px;
}
#recent-articles,
#featured-articles {
  list-style-type: none;
}
#recent-articles li,
#featured-articles li{
  margin: 6px 0;
}
#articles-index,
#article-show {
  margin: 0 auto;
  width: 940px;
}
#article-show span.byline {
  cursor: default;
  border-bottom: 1px solid #eee;
}
#articles-index .article,
#article-show .article {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 16px;
  width: 540px;
}
#articles-index .article .image {
  float: left;
  width: 185px;
}
#articles-index .article .content {
  float: left;
  width: 420px;
}
#articles-index .article p.meta,
#article-show .article p.meta {
  color: #666;
  margin-bottom: 6px;
}
#article-title-left {
  float: left;
  width: 185px;
}
#article-content p sup.footnote {
  color: #aaa;
  font-size: 13px;
  font-style: italic;
  line-height: 0;
}


/* Content Formatting */
#article-content p,
#article-content h4,
#article-content img,
#article-content ul, 
#article-content ol {
  margin: 16px 0;
}
#article-content iframe {
  border: 3px solid #eee;
  display: block;
  margin: 0 auto;
}
#article-content p.question-wrapper {
  background: #ed5000;
  color: #fff;
  overflow: hidden;
  padding: 8px;
}
#article-content p.question-wrapper .number {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 16px 0 0;
  vertical-align: top;
}
#article-content p.question-wrapper a {
  color: yellow;
  text-decoration: underline;
}
#article-content p.question-wrapper .question {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
#article-content p.indent {
  margin-left: 24px;
  margin-right: 24px;
}
#article-content img {
  border: 2px solid #eee;
  max-width: 575px;
  padding: 4px;
}
#article-content ol li {
  list-style-type: disc;
  margin: 4px 0 4px 16px;
}
#article-content ul li {
  list-style-type: disc;
  margin: 4px 0 4px 16px;
}

#article-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
#article-content blockquote p {
  display: inline;
}

/* Autocomplete & Query */


header#global-header form#query-form {
  float: left;
}
header#global-header form#query-form input.query-input {
  height: 21px;
  padding-right: 25px;
}
header#global-header form#query-form input#query-submit {
  padding: 0 6px;
  height: 31px;
}
form#query-form {
  position: relative;
}
input.query-input {
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  height: 21px;
  padding: 4px 6px;
  width: 345px;
  vertical-align: top;
}
div#query-inputs {
  float: left;
  position: relative;
}
input.query-icon-search {
  background: url('/images/icon-search.png') no-repeat;
  border: 0;
  cursor: pointer;
  height: 25px;
  position: absolute;
  overflow: hidden;
  right: 5px;
  text-indent: -999em;
  top: 3px;
  width: 20px;
  z-index: 2;
}
/*
  input.query-gray {
  background: #fff !important;
  border: 1px solid #fff;
  color: #aaa;
  cursor: text;
  position: absolute;
}
form.notes-color input.query-gray {
  background: #fff6f6 !important;
}
form.highlights-color input.query-gray {
  background: #f3fff3 !important;
}
*/
input.query-ac {
  background; #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #bbb;
  cursor: text;
  position: relative;
  z-index: 1;
  -o-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
}
form.notes-color input.query-ac {
  background: #fff6f6 !important;
}
form.highlights-color input.query-ac {
  background: #f3fff3 !important;
}
input.query-ac:focus {
  border: 1px solid #98bff4 !important;
  box-shadow: 0 1px 0 #FFFFFF inset, 0 0 10px 0 #eee inset, 0 0 2px #b7ccdf;
}
input.query-ac:hover {
  border: 1px solid #bbb;
}
input.query-ac-submit {
  border: 1px solid #bbb;
  right: 5px;
  position: relative;
  width: 72px;
  z-index: 1;
}
input#query-submit.focus {
  border: 1px solid #b7ccdf !important;
  box-shadow: 0 0 5px #b7ccdf;
}


/* Ac List */
ul.ac-list  {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-top: 1px solid #bdc8da;
  color: #000;
  display: none;
  padding: 6px 3px;
  position:absolute;
  margin-top: -1px;
  width: 370px;
  z-index: 2;
}
ul.ac-list li {
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
  padding: 0 0.25em;
}
ul.ac-list li:hover {
  background: #e0e6f0;
  cursor: pointer;
}
ul.ac-list span {
  font-weight: normal
}
ul.ac-list li.ac-selected {
  background: #e0e6f0
}



/* Passage AC Specific */

li.string input.query-input {
  height: auto;
}
li.string ul.ac-list {
  margin-top: -2px;
  padding: 6px 3px 0 3px;
  width: 384px;
}
li.string ul.ac-list li {
  font-size: 14px;
  padding: 0 4px;
}



/* Query Category Selector */
#query-selector {
  float: left;
}
#query-selector .button {
  border-radius: 3px 0 0 3px;
  margin-right: -1px;
}
#query-options {
  display: none;
  left: 0;
}
#query-options span {
  color: #555;
  display: block;
  font-weight: bold;
  margin: 5px 0 5px 5px;
}
.badge-table {
  background: #fff;
  border: 1px solid #bbb;
  border-collapse: collapse;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
  overflow: hidden;
}
.badge-table tr th {
  background: linear-gradient(top, #fff 10%, #eee 70%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, #fff 10%, #eee 70%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #fff 10%, #eee 70%, #e0e0e0 100%); 
  background: -webkit-linear-gradient(top, #fff 10%, #eee 70%, #e0e0e0 100%);
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #ccc;
  padding: 6px 0;
}
.badge-table tr.row td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 8px 6px 8px;
}
.badge-table th {
  font-weight: bold;
  text-align: center;
}
.badge-table td {
  font-weight: bold;
}
.badge-table td.badge {
  text-align: center;
}
.badge {
  position: relative;
}
.badge .badge-count {
  background: #333;
  border: 1px solid #000;
  border-radius: 20px;
  box-shadow: -1px 1px 2px -1px #666;
  color: #fff;
  padding: 0px 6px;
  position: absolute;
  left: 50px;
  top: 6px;
}
.profile-tooltip .badge {
  float: left;
  margin-right: 10px;
}
.profile-tooltip .badge:last-child {
  margin-right: 0;
}
.profile-tooltip .badge .badge-count {
  font-size: 10px;
  left: 25px;
  padding: 0 5px;
  top: -3px;
  z-index: 9;
}
.badge img {
  width: 60px;
}
.badge img.not-earned {
  opacity: 0.1;
}
img.badge.tip {
  width: 40px;
}
img.badge.feed {
  width: 80px;
}

/* Tooltip Badges / Profile */
.profile-tooltip {
  overflow: hidden;
}
.profile-tooltip-left {
  float: left;
  width: 45px;
}
.profile-tooltip-right {
  float: left;
  width: 205px;
}
.profile-tooltip img {
  vertical-align: text-top;
}
.profile-tooltip img.user-img {
  border: 1px solid #ccc;
}
.profile-tooltip strong.user-name {
  color: #000;
  font-size: 14px;
}
.profile-tooltip a.img-link {
  border: 0 !important;
}
.profile-tooltip a.img-link:hover {
  border: 0 !important;
}
.profile-tooltip hr {
  background: #ccc;
  border-bottom: 1px solid #fff;
  margin: 4px 0;
}
/* Bible Book View */


ol.book-column {
  float: left;
  margin-top: 16px;
  width: 45%;
}
ol.book-column#left {
 margin-left: 55px; 
}
ol.book-column li {
  list-style-type: none;
  position: relative;
    width: 200px;
}
ol.book-column li.chapter {
  height: 0.7em;
  
}
ol.book-column li.chapter span {
  font-weight: bold;
  left: -54px;
  position: relative;
  top: 0.7em;
}
ol.book-column li.chapter span a {
  color: #000;
}


/* Bible Reading */

#reading {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0 0 72px 0;
  min-height: 400px;
  padding: 0 210px;
  position: relative;
  width: 500px;
  -o-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  -webkit-transition: padding 0.25s ease-in-out;
}
#reading.left {
  margin: 0 0 72px 0;
  padding: 0 0;
  z-index: 2;
}
#reading h1 {
  color: #333;
  line-height: 36px;
  text-align: center;
}
#reading h1 span {
  font-size: 24px;
}
#reading h1.plan-item-scripture {
  font-size: 30px;
}
#reading h2 {
  font-size: 16px;
  margin: 0 0 36px 0;
  text-align: center;
  text-transform: uppercase;
}
#reading h2.red,
#reading h2 a {
  color: #d63a3a;
}
#reading h2.plan-title {
  margin: 0 0 12px 0;
  text-transform: none;
}

#reading h3 {
  font-size: 16px;
  font-style: italic;
  margin: 24px 0 8px;
}
#reading span.heading-footnote {
  font-size: 14px;
}
#reading p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 48px 0;
}
#reading p sub,
#reading h3 sub {
  color: #aaa;
  font-style: italic;
  vertical-align: top;
}
#reading p sub:hover {
  background-color: yellow;
}
#reading p sup {
  font-size: 9px;
  line-height: 1;
}
#reading p sup.verse-num {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
#reading p sup.verse-num:hover {
  background: yellow;
}

#reading .button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#reading p.action .button {
  margin: 0 4px;
}
span.highlight {
  background: #fcf38c;
}
span.gray {
  background: #ddd;
}
.tip-translation-title { /* used for translation titles in tiptip */
  margin-right: 8px;
}
.tip-translation-title:last-child {
  margin-right: 0;
}

span.highlight.red {
  background: #e98686;
  color: #000;
  font-weight: normal;
}
span.highlight.green {
  background: #b9f980;
  color: #000;
}
span.highlight.blue {
  background: #b4d1f9;
}
span.highlight.pink {
  background: #ff8ccd;
}
span.highlight.purple {
  background: #d194ff;
}
span.hide-highlight {
  background-color: transparent !important;
}
span.underline {
  border-bottom: 2px solid #555;
}
span.plan-underline {
  border-bottom: 1px solid #555;
}
#reading span.verse-hover {
  background: #333 !important;
  color: #fff;
}
#reading span.focus-verse {
  background: #ffc373;
  border-top: 2px solid #ffc373;
  border-bottom: 2px solid #ffc373;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
#reading span.focus-verse.fade-out {
  background-color: transparent;
  border-color: #fff;
}
#reading span.focus-verse.fade-out.gray {
  background: #ddd !important;
}
#reading span.verse-hover sub {
  visibility: hidden;
}


/* Plan Related */

p#item-date {
  text-align: center;
}
pre#item-text {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 48px 0;
}


/* Footer Ad */
#bible-footer-ad {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 auto;
  text-align: center;
  width: 336px;
}


/* Reading Sidebar */

.fixable a.hide-ads {
  display: block;
  overflow: hidden
}
.fixable a.hide-ads span {
  float: right;
}
.fixable a.hide-ads:hover {
  border: 0;
}

section#left-sidebar {
  position: absolute;
  left: 0;
  line-height: 1.5;
  top: 137px;
  z-index: 1;
}
section#left-sidebar .standard {
  overflow: hidden;
  width: 200px;
}
div#left-sidebar-container {
  left: 0;
  position: relative;
  overflow: hidden;
  -o-transition: left 0.25s linear;
  -moz-transition: left 0.25s linear;
  -webkit-transition: left 0.2s linear;
}
section#left-sidebar.explain #left-sidebar-container {
  left: -200px;
}
section#left-sidebar #hide-ad {
  line-height: 2;
}
section#left-sidebar hr {
  width: 80%;
}
section#left-sidebar h4 {
  margin: 30px 0 0 0;
}
section#left-sidebar h4,
section#left-sidebar h5,
section#right-sidebar h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
section#left-sidebar h5 {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin: 0
}
section#left-sidebar h6 {
  font-size: 13px;
}
section#left-sidebar ul li {
  list-style-type: none;
  margin: 0 0 16px 0;
}
section#left-sidebar ul li img {
  margin: 4px 0 0 0;
}
section#left-sidebar ul li a {
  display: block;
  padding: 4px;
}
section#left-sidebar ul li a:hover {
  background: #f6f6f6;
  border: 0;
  text-decoration: none;
}
section#left-sidebar .progress-outer {
  float: none;
}
.mark-as-read {
  margin: 8px 0 0 0;
}
#mark .plan-arrow {
  float: left;
  font-size: 21px;
  display: inline;
  line-height: 1;
  margin: 10px 6px 4px 6px;
  padding: 2px;
}
#mark .plan-arrow.left {
  margin-left: 0;
}
#mark .action-button {
  display: inline-block;
  margin-top: 8px;
  padding: 8px;
}
#mark .action-button:hover {
  background: #ededed;
  border: 1px solid #ccc;
}
#mark.bottom {
  margin: 0 auto;
  width: 195px;
}
#mark.bottom .button.flat {
  font-size: 13px;
}
#mark.bottom .plan-arrow:hover {
  border: 0;
  background: #f6f6f6;
}

/* General Right Sidebar */

section#right-sidebar {
  position: absolute;
  right: 0;
  top: 117px;
  width: 162px;
  z-index: 2;
}
section#right-sidebar.explain {
  width: 340px;
}
section#right-sidebar a.button.flat {
  clear: both;
  width: 67px;
}

ol#cross-references {
  display: none;
}


/* Explain Specific Right Sidebar */

section#right-sidebar {
  top: 0px;
}



/* Fixable */

.fixable.fixed {
  position: fixed;
  width: 160px;
  top: 0;
}
#sidebar-buttons-wrapper .fixable.fixed {
  width: 67px;
}
.fixable.standard {
  padding: 10px 0 0 0;
}
.fixable.explain {
  padding: 10px 0 0 0;
}
#right-sidebar .explain {
  overflow-x: hidden;
  width: 340px;
}
#right-sidebar .explain #explain-container {
  position: relative;
  left: 340px;
  -o-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -webkit-transition: left 0.25s linear;
}
#right-sidebar .explain.open #explain-container {
  left: 0;
}
#sidebar-buttons-wrapper {
  position: absolute;
  right: 100px;
  top: 135px;
  width: 67px;
  z-index: 5;
  -o-transition: right 0.25s linear;
  -moz-transition: right 0.25s linear;
  -webkit-transition: right 0.2s linear;
}  
#sidebar-buttons-wrapper.explain {
  right: 325px;
 } 

/* Notes */
ol#verse-notes-sidebar {
  padding: 30px 0 0 0;
  position: absolute;
  right: 210px;
  top: 30px;
  -o-transition: right 0.25s linear;
  -moz-transition: right 0.25s linear;
  -webkit-transition: right 0.2s linear;
}
ol#verse-notes-sidebar.explain {
  right: 432px;
}
ol#verse-notes-sidebar li.note {
  background-color: #fff;  
  background-position: -55px -54px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  position: absolute;
  visibility: hidden;
  width: 18px;
  z-index: 1;
}
ol#verse-notes-sidebar li.multi-note {
  background-position: -192px -54px;
  height: 22px;
  width: 22px;
}
ol#verse-notes-sidebar li.note a {
  display: block;
  height: 18px;
  width: 18px;
}
ol#verse-notes-sidebar li.note a:hover {
  border: 0;
}
/* Questions */
ol#questions-sidebar {
  padding: 30px 0 0 0;
  position: absolute;
  left: 180px;
  top: 30px;
  -o-transition: left 0.25s linear;
  -moz-transition: left 0.25s linear;
  -webkit-transition: left 0.2s linear;
}
ol#questions-sidebar.explain {
  left: -24px;
}
ol#questions-sidebar li.question {
  background-position: -241px -214px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin-top: -2px;
  position: absolute;
  visibility: hidden;
  width: 22px;
  z-index: 1;
}
ol#questions-sidebar li.question a {
  display: block;
  height: 18px;
  width: 18px;
}
ol#questions-sidebar li.question a:hover {
  border: 0;
}
ol#related-content {
  font-size: 12px;
  list-style-type: none;
  margin: 36px 0 0 0;
}
ol#related-content h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
ol#related-content li {
  line-height: 1.25;
  padding: 8px 0;
}
ol#related-content li a {
  display: block;
  margin: 0 0 0 -2px;
  padding: 2px;
}
ol#related-content li a:hover {
  background: #f6f6f6;
  border: 0;
}
ol#related-content li a span {
  color: #aaa;
  display: block;
  font-size: 11px;
  margin: 2px 0 0 0;
}


/* Popup for Mutli Notes */

#tiptip_content a.multi-note,
#tiptip_content a.multi-question {
  border-bottom: 1px solid #666;
  border-bottom-color: rgba(255,255,255,0.1);
  display: block;
  padding: 4px 2px;
}
#tiptip_content a.multi-note:hover, 
#tiptip_content a.multi-question:hover {
  background: #ddd;
  border-bottom: 1px solid #ccc;
}
#tiptip_content a.multi-note:last-child, 
#tiptip_content a.multi-question:last-child {
  border: 0;
}




/* Getting started */

img#getting-started {
  border: 1px solid #fff;
  float: left;
  margin: 16px 0 40px 0;
  position: relative;
  z-index: 1;
}
img#getting-started:hover {
  border: 1px solid #ddd;
  cursor: pointer;
}


/* Query Results */

div#query-results {
  float: left; /* Used to fix cursor selection becoming very wide */
  min-height: 500px;
  width: 560px;
  margin-left: 40px;
}
div#query-results h1 {
  font-size: 30px;
  margin: 0;
}
div#query-results h2,
div#query-results h3,
div#query-results h4 {
  font-family: Helvetica, Arial, sans-serif;
}
div#query-results h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 36px 0 4px 0;
}
div#query-results h3 {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
div#query-results h3 a,
div#query-results h3.red {
  color: #d63a3a;
}
div#query-results h4 {
  color: #999;
  font-size: 13px;
  margin-top: 8px;
}
div#query-results span.highlight {
  font-weight: bold;
}
div#query-results div.user-result .user-info {
  width: 520px;
}
div#query-results div.user-result .user-image {
  margin: 36px 16px 0 0;
}
div#query-results div.user-result h2 {
  margin: 36px 0 4px 0;
}
.page-left.query-results {
  margin-top: 5px;
}
.page-left.query-results hr {
  width: 160px;
}
.page-left.query-results ul ul {
  border-left: 1px solid #eee;
  margin: 0;
  padding: 0 0 0 16px;
}

.page-left.query-results #filter-label {
  color: #000;
  font-size: 13px;
  margin: 0 0 8px 0;
}
.page-left.query-results #filter-books {
  margin: 8px 0 16px 0;
  position: relative;
  width: 190px;
}
.page-left.query-results #filter-gen {
  margin-left: -4px;
}
.page-left.query-results #filter-rev {
  position: absolute;
  right: 0;
}

/* Kindle style pagination */

section.bible-pagination a {
  background: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-indent: -999em;
  top: 0;
  width: 10%;
  z-index: 1;
}
section.bible-pagination a:hover {
  background: #f2f2f2;
}
section.bible-pagination a.next-page {
  left: auto;
  right: 0;
}
section.bible-pagination a span {
  background-position: -234px -82px;
  display: block;
  height: 77px;
  left: 20px;
  position: absolute;
  top: 40%;
  width: 35px;
  z-index: 1;
}
section.bible-pagination a.next-page span {
  background-position: -264px -82px;
  left: auto;
  right: 20px;
}


/* Bible Ads */

#plan-ad:hover,
#devotional-test:hover {
  border: 0
}

/* Compare */
div.compare {
  float: left;
  margin-right: 4%;
  width: 20%;
}
div.compare p {
  margin-top: 8px;
}

/* Filter Sidebar */
#print-sidebar {
  border-top: 1px solid #eee;
  margin-top: 0;
  padding-top: 16px;
  width: 160px;
}


/* Related Questions */
#related-questions h2 {
  font-size: 21px;
  margin: 0;
  text-align: left;
  text-transform: none;
}
#related-questions ol {
  padding: 0;
}
#related-questions ol li {
  list-style-type: none;
  margin: 8px 0;
}


div#bookmarks ul {
  width: 420px;
}
div#bookmarks ul li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  padding: 4px 0;
}
div#bookmarks ul li a.delete {
  display: none;
  float: right;
}
#conversation {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  text-align: left;
}
#conversation.qa {
  border-left: 3px solid #eee;
  padding-left: 10px;
}
#conversation h2 {
  font-size: 24px;
  margin: 0 0 16px 0;
  text-align: left;
  text-transform: none !important;
}
#conversation h5 {
  margin: 16px 0 4px 0;
  vertical-align: top;
}
#conversation .add-comment {
  background: #eee;
  border: 1px solid #ddd;
  padding: 12px 4px 8px 4px;
}
#conversation .add-comment img {
  margin-right: 8px;
}
#conversation .add-comment textarea {
  width: 85%;
}
#conversation.qa .add-comment textarea {
  height: 35px;
}
#plan-item #reading {
  margin: 0;
}

p.conversation-intro {
  color: #999 !important;
  font-size: 12px !important;
}


/* Komments */
#conversation .komment {
  position: relative;
}
#conversation .komment h5 {
  background: #eee;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  padding: 3px;
  vertical-align: middle;
}
#conversation .komment h5 a:hover {
  border: 0;
}
#conversation .komment h5 img {
  margin-right: 4px;
  vertical-align: middle;
}
#conversation .komment p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 12px 0;
}
#conversation .komment .meta {
  margin: 16px 0 32px 0;
}
.komment .meta .gray,
.komment .meta a.gray {
  background: #fff;
  color: #777;
}
#conversation .komment .komment-action {
  float: right;
  margin: 0;
}
#conversation .komment .komment-action span.bull {
  margin: 0 4px;
}
#conversation .komment .vote {
  left: -48px;
  position: absolute;
  text-align: center;
  top: 6px;
}
#conversation .komment .vote a {
  display: block;
  font-size: 48px;
  line-height: 0;
}
#conversation .komment .vote span {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  padding: 0 8px;
  text-align: center;
}
#conversation .komment .vote span.green {
  background: #090;
  color: #fff;
}
#conversation .komment .vote a:hover {
  border: 0;
}
#conversation .komment .vote a.green:hover {
  color: #090;
}
#conversation .komment-words-remaining {
  margin: 0 0 0 41px; /* 1 px offset cause of border */
}
.corporate-sprite {
  background: url(/images/corporate/sprite.png) no-repeat;
}
#corporate-landing {
  min-height: 850px;
}
#corporate-landing h1 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 8px 0;
  text-align: center;
}
#corporate-landing h2 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
}


/* Landing Navigation */

#corporate-navigation {
  background: -webkit-linear-gradient(bottom, #d4d4d4 0%, #e1e1e1 20%, #f4f4f4 65%, #f4f4f4 100%);
  background: -moz-linear-gradient(bottom, #d4d4d4 0%, #e1e1e1 20%, #f4f4f4 65%, #f4f4f4 100%);
  background: -ms-linear-gradient(bottom, #d4d4d4 0%, #e1e1e1 20%, #f4f4f4 65%, #f4f4f4 100%);
  background: -linear-gradient(bottom, #d4d4d4 0%, #e1e1e1 20%, #f4f4f4 65%, #f4f4f4 100%);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 3px 4px 1px #aaa;
  -webkit-box-shadow: 0 3px 4px 1px #aaa;
  -moz-box-shadow: 0 3px 4px 1px #aaa;
  height: 40px;
  list-style-type: none;
  margin: 48px 0 0 0;
}
#corporate-navigation li a {
  border-left: 1px solid #eee;
  border-right: 1px solid #ccc;
  color: #4d4e4e;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0 13px 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px #fff;
  width: 312px;
}
#corporate-navigation li a.active {
  background: -webkit-linear-gradient(bottom, #1a3b54 0%, #4d6188 50%, #5b80b7 100%);
  background: -moz-linear-gradient(bottom, #1a3b54 0%, #4d6188 50%, #5b80b7 100%);
  background: -ms-linear-gradient(bottom, #1a3b54 0%, #4d6188 50%, #5b80b7 100%);
  background: -linear-gradient(bottom, #1a3b54 0%, #4d6188 50%, #5b80b7 100%);
  color: #eee;
  text-shadow: 0 1px #000;
}
#corporate-navigation li a:hover {
  border-bottom: 0;
  text-decoration: none;
}
#corporate-navigation li a#first {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
#corporate-navigation li a.active span {
  background-position: 0 0px;
  display: block;
  height: 20px;
  left: 48%;
  position: absolute;
  top: 41px;
  width: 20px;
}
#corporate-navigation li a#last {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}


/* Main Page */
div.corporate-landing-page {
  position: relative;
}


/* Landing Top Info */

.top-info {
  
  
  margin: 36px 0 0 0;
  overflow: hidden;
}
.top-info h3 {
  /*float: left;*/
  font-weight: 500;
}
.top-info h3 span {
  background-position: 0 -23px;
  display: inline-block;
  height: 55px;
  margin: 0 8px 0 0;
  width: 50px;
  vertical-align: middle;
}
.top-info p {
  /*float: left;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  /*margin: 0 0 0 36px;*/
  margin: 12px 0 0 0px;
  width: 480px;
}
.top-info a {
  background: -webkit-linear-gradient(bottom, #1a3b54 0%, #4d6188 49%, #5e6e8f 50%, #5b80b7 98%, #d8e4f5 100%);
  background: -moz-linear-gradient(bottom, #1a3b54 0%, #4d6188 49%, #5e6e8f 50%, #5b80b7 98%, #d8e4f5 100%);
  background: -ms-linear-gradient(bottom, #1a3b54 0%, #4d6188 49%, #5e6e8f 50%, #5b80b7 98%, #d8e4f5 100%);
  background: -webkit-linear-gradient(bottom, #1a3b54 0%, #4d6188 49%, #5e6e8f 50%, #5b80b7 98%, #d8e4f5 100%);
  border-radius: 3px;
  border: 1px solid #1a3b54;
  color: #eee;
  display: block;
  float: right;
  font-size: 17px;
  font-weight: 500;
  margin: 4px 4px 0 0;
  padding: 8px 16px;
  /*text-shadow: 0 1px #000;*/
}
.top-info a:hover {
  border-bottom: 1px solid #1a3b54;
  color: #eee;
}

/* Landing Info */

#corporate-landing .info {
  background: -webkit-linear-gradient(bottom, #f4f4f4 0%, #ffffff 15%, #ffffff 100%);
  background: -moz-linear-gradient(bottom, #f4f4f4 0%, #ffffff 15%, #ffffff 100%);
  background: -ms-linear-gradient(bottom, #f4f4f4 0%, #ffffff 15%, #ffffff 100%);
  background: -linear-gradient(bottom, #f4f4f4 0%, #ffffff 15%, #ffffff 100%);
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 3px 4px 1px #c1c1c1;
  -webkit-box-shadow: 0 3px 4px 1px #c1c1c1;
  -moz-box-shadow: 0 3px 4px 1px #c1c1c1;
  margin: 36px 0 0 0;
  min-height: 400px;
  padding: 24px;
  position: relative;
}
#corporate-landing .info #bible-image {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
}
#corporate-landing .info #verselink-image {
  display: block;
  margin: 0 auto;
}
#corporate-landing p.attribute {
  color: #666;
  line-height: 1.25;
  position: absolute;
  top: 70px;
  width: 130px;
}
#corporate-landing p strong {
  color: #333;
  line-height: 2;
}
#corporate-landing p#bible-2 {
  top: 215px;
}
#corporate-landing p#bible-2 {
  top: 215px;
}
#corporate-landing p#bible-3 {
  right: 20px;
  top: 190px;
}
#corporate-landing span.arrow {
  background-position: 0 -85px;
  display: block;
  height: 32px;
  position: absolute;
  width: 92px;
}
#corporate-landing #bible-1 span.arrow {
  left: 80px;
  top: 95px;
}
#corporate-landing #bible-2 span.arrow {
  left: 115px;
  top: 85px;
}
#corporate-landing #bible-3 span.arrow {
  background-position: 0 -125px;
  left: -100px;
  top: 80px;
}

/* View Plan Details */

#plan-details {
  margin: 12px 0 0 0;
  overflow: hidden;
}
#plan-details-left {
  float: left;
  width: 170px;
}
#plan-details-left img {
  border: 1px solid #eee;
  padding: 1px;
}
#plan-details-left ol {
  margin: 16px 0 0 0;
}
#plan-details-left ol li {
  font-size: 12px;
  padding: 0 0 8px 0;
}
#plan-details-right {
  float: left;
}
#plan-details-right .form-container {
  margin: 0 8px 16px 0;
  width: 360px;
}
#page #plan-details-right h3 {
  margin: 0 0 24px 0;
  padding: 0;
}
#plan-details h2 {
  line-height: 1;
}
#page #plan-details p {
  margin: 4px 0 12px 0;
}


/* Edit */
#custom-css-container {
  margin: 8px 0 0 0;
}


/* Dragging Plan Rows */
tr.draggable-row {
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
tr.draggable-row.dragging {
  background: #f1f7ff;
}



/* The City Landing page for ads */

#corporate-info-box {
  background: #fffcd4;
  border: 1px solid #fcf38c;
  margin: 36px 0;
  overflow: hidden;
  padding: 6px;
}
#corporate-info-box p {
  float: left;
  font-size: 18px;
  padding-left: 48px;
}


/* Choose Plan Topics */

.topic-half-column {
  float: left;
  width: 45%;
}
/* Homepage Alert */

#home #alert,
#home #notice {
  display: block;
  text-align: center;
}
section#dashboard .page-left {
  padding-top: 16px;
  width: 300px;
}
section#dashboard .page-left ul {
  margin-top: 0;
  padding-right: 36px;
}

section#dashboard .page-left ul.topics-list li a {
  margin: 2px 0;
}

/* Activities */

section#dashboard section#activities {
  float: left;
  margin: 0 0 0 80px;
  padding-top: 16px;
  width: 420px;
}
.leader-link {
  font-size: 12px;
  float: right;
  margin-top: 5px;
}
section#dashboard .top-user {
  margin: 8px 0;
}
section#dashboard .top-user img {
  margin-right: 4px;
  vertical-align: bottom;
}


/* Highlights / Favorites */

section#dashboard .page-left.notes .expand {
  width: 70%;
}
section#dashboard #query-results.favorites,
section#dashboard #query-results.highlights,
section#dashboard #query-results.notes {
  margin-top: -16px;
  margin-left: 80px;
  width: 380px;
}
section#dashboard #query-results.favorites {
  width: 600px;
}
#query-results .favorite {
  margin-top: 36px;
  overflow: hidden;
  width: 600px;
}
#query-results .favorite h2 {
  margin: 0 0 4px 0;
}
#query-results .favorite .favorite-image {
  float: left;
  margin-right: 20px;
  width: 50px;
}
#query-results .favorite .favorite-right {
  float: left;
  width: 460px;
}
section#dashboard #query-results h2 a {
  font-weight: 500;
}
section#dashboard .underline-label {
    display: inline-block;
    float: left;
    background: transparent;
    padding: 0 4px;
    text-decoration: underline;
    border: 1px solid #999;
    height: 18px;
    line-height: 16px;
    margin: 0 4px 4px 0;
    font-size: 12px;
}

/* Bookmarks */

section#bookmarks {
  float: left;
  margin-left: 80px;
  padding-top: 32px;
  width: 520px;
}
section#bookmarks span.b-time {
  display: inline-block;
  width: 150px;
} 
section#bookmarks ul li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  padding: 4px 0;
}
section#bookmarks ul li a.delete {
  display: none;
  float: right;
}

/* Reading Plans */

section#plans {
  float: left;
  margin-left: 80px;
  padding-top: 16px;
}

section#plans div.plan {
  float: left;
  margin: 0 27px 20px 0;
  width: 190px;
}
section#plans div.plan.end {
  margin-right: 0;
}
section#plans div.plan a {
  display: block;
  padding: 6px;
  text-align: center;
}
section#plans div.plan a:hover {
  background: #f6f6f6;
  border: 0;
  text-decoration: none;
}
section#plans div.progress-outer {
  float: none;
  margin: 0 auto;
  width: 90%;
}
section#plans div.plan h5 {
  font-size: 14px;
}
section#plans div.plan span {
  display: block;
}

/* Groups */

section#dashboard.groups .page-left h5 {
  margin: 0 0 8px 0;
}
section#dashboard.groups .page-left ul {
  margin: 0;
}
section#dashboard section#groups {
  float: left;
  margin: 16px 0 0 80px;
  width: 440px;
}
section#dashboard section#empty_groups {
  margin: 36px 0 0 0;
}
section#dashboard div.pagination {
  width: 620px;
}

/* Social Media Icons */
a.social-media {
  background: url(/images/sprite-social.png) no-repeat;
  display: inline-block;
  height: 36px;
  overflow: hidden;
  text-indent: -99999em;
  width: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
  only screen and (min-resolution: 192dpi) {
  a.social-media {
    background: url('/images/sprite-social@2x.png') no-repeat;
    background-size: 140px 41px;
  }
}
a.social-media:hover {
  border: 0;
}
a.social-media.twitter {
  background-position: -48px 0;
}
a.social-media.instagram {
  background-position: -94px 0;
}
/* Container */


#discussion-container {
  margin: 0 0 36px 0;
  overflow: hidden;
  padding: 16px 8px;
  position: relative;
}
#discussion-left {
  float: left;
  width: 65px;
}
#discussion-right {
  float: left;
  width: 550px;
}
#discussion-icon {
  background-position: -55px -53px;
  display: inline-block;
  height: 18px;
  margin: 0 4px 0 0;
  position: relative;
  top: 2px;
  width: 18px;
}
#discussion-right .scripture-gray {
  margin: 0;
}
#page #discussion-right h4,
#page #discussion-right h5 {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-weight: bold;
}
#page #discussion-right h4 {
  font-size: 16px;
  margin: 0;
}
#page #discussion-right h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}





/* Disqus Styling */

#disqus_thread h3 {
  color: #333;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#disqus_thread em,
#dsq-subscribe a:hover {
  border: 0;
  text-decoration: none;
}

.dsq-trackback-url,
.dsq-global-toolbar-right,
#dsq-global-toolbar {
  display: none;
}
#dsq-content-stub {
  margin: 34px 0 0 0;
}
#dsq-reply {
  margin-top: 0 !important;
}
#dsq-content h3 {
  margin: 16px 0;
}
.dsq-textarea-reply {
  margin-left: 0 !important;
}
.dsq-comment-body {
  padding-left: 0 !important;
}
/* Article */

#page.narrow-page.explain {
  width: 520px;
}
#page article.explanation h1 {
  font-size: 30px;
  line-height: 1.5;
}
#page article.explanation h4 {
  margin: 0;
}
#strongs-verse {
  background: #f3f3f3;
  border: 1px solid #ddd;
  padding: 4px 6px;
}
#strongs-verse a {
  cursor: pointer;
}
a.back-explanation {
  float: left;
}
div.explanation-fixable a.back-explanation {
  margin-top: 8px;
}

article.explanation ul.horiz-tabs {
  margin: 0 0 32px 0;
}
body.fb header#global-header section{
  width: 720px;
}
body.fb header#global-header form#query-form {
  margin: 0;
}
body.fb header form#query-form input.query-input {
  width: 240px;
}
body.fb header.logged-in form#query-form input.query-input {
  width: 300px;
}

body.fb header ul#ac-list {
  width: 246px;
}
body.fb header.logged-in ul#ac-list {
  width: 306px;
}

body.fb #container {
  width: 720px;
}


body.fb footer#footer {
  width: 720px;
}
.favorite-star {
  color: #999;
  font-size: 24px !important;
}
.favorite-star:hover {
  border: 0 !important;
}
.favorite-star.active {
  color: #FF5200;
}
.vote.qa .favorite-star {
  margin-top: 16px;
}
#feed-menu {
  margin: 0;
  padding: 0;
}
.feed-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin: 24px 0;
  width: 620px;
}
.feed-item .icon {
  float: left;
  font-size: 16px;
  height: 29px;
  line-height: 28px;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  width: 28px;
  vertical-align: top;
}
.feed-item.vote .icon {
  font-size: 25px;
  line-height: 26px;
  vertical-align: top;
}
.feed-item .meta {
  margin-top: 8px;
}
.feed-item img.gravatar-author {
  width: 50px;
}
.feed-item div.img {
  display: inline-block;
  float: left;
  margin: -26px 0 0 4px;
}
.feed-item div.img a:hover {
  border: 0;
}
.feed-item div.img .supporter:hover {
  border-bottom: 1px solid #fff;
}
.feed-item .left {
  width: 55px;
}
.feed-item .anonymous-offset {
  margin-left: 3px;
}
.feed-item .content {
  margin: 8px 0 0 75px;
}
.feed-item .content h3 {
  font-size: 14px;
  width: 460px;
}
.feed-item .content .context {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  width: 460px;
}
.feed-item .content .context a.img:hover {
  border: 0 !important;
}
.feed-item .content .context sup {
  line-height: 1;
}
.feed-item .sub-title {
  color: #aaa;
  display: block;
  font-size: 13px;
  margin: 0 0 10px 75px;
  width: 100%;
}
.feed-item .sub-title span {
  background: #5EAB5E;
  color: #fff;
  font-size: 13px;
  padding: 2px 4px;
}
.feed-item span.left-arrow {
  background: none;
	border-top: 9px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right: 9px solid #5EAB5E; 
  display: inline-block;
  float: left;
	height: 0; 
  padding: 0;
  width: 0; 
}
.feed-item.answer .sub-title span {
  background: #51A4C4;
}
.feed-item.answer span.left-arrow {
  background: none;
	border-right: 8px solid #51A4C4; 
}
.feed-item.komment .sub-title span {
  background: #D19494;
}
.feed-item.komment span.left-arrow {
  background: none;
	border-right: 8px solid #D19494; 
}
.feed-item.article .sub-title span {
  background: #5d438f;
}
.feed-item.article span.left-arrow {
  background: none;
	border-right: 8px solid #5d438f; 
}
.feed-item.award .sub-title span {
  background: #222;
}
.feed-item.award span.left-arrow {
  background: none;
	border-right: 8px solid #222; 
}
.feed-item .sub-title span.vote {
  background: transparent;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 21px;
  line-height: 0;
  margin: 7px -1px 0 -6px;
  vertical-align: top;
}
.feed-item .sub-title a {
  color: #aaa;
}
.feed-item .sub-title a:hover {
  color: #075b95;
  border-bottom: 1px solid #075b95;
}

#floating-box {
  background: transparent url(/images/floating-box/bottom_promo.jpg) no-repeat;
  height: 200px;
  margin-right: -300px;
  position: fixed;
  right: 50%;
  bottom: 0px;
  width: 600px;
  z-index: 999999;
}
#floating-box.collapsed {
  background: transparent url(/images/floating-box/bottom_promo_collapsed.gif) no-repeat;
  height: 46px;
}
#floating-box.collapsed a#hide-floating-box {
  display: none;
}
#floating-box a#hide-floating-box {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 4px;
  position: absolute;
  right: 5px;
  top: 0;
}
#floating-box a#open-floating-box-promo:hover {
  border: 0;
  text-decoration: none;
}
#floating-box a#open-floating-box-promo {
  display: block;
  height: 200px;
  width: 600px;
}
#floating-box.collapsed a#open-floating-box-promo {
  height: 46px;
}
#floating-box a#hide-floating-box:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 0;
}
#floating-box form {
  float: left;
}
#floating-box form.left {
  margin: 155px 0px 0 10px;
  width: 270px;
}
#floating-box form.right {
  margin: 155px 0 0 25px;
  width: 270px;
}
#floating-box li.string {
  margin: 0;
}
#floating-box li.string.right {
}
#floating-box li.string input {
  width: 100%;
}
/* Forms */


div.form-container {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto;
  padding: 12px 24px;
  width: 420px;
}
div.form-container.left {
  margin: 24px 0 0 0;
}
div.form-container hr {
  background: #ddd;
  box-shadow: 0 0 0 1px #fff;
  margin: 16px -11px 16px -11px;
}
form ol li {
  list-style-type: none;
  margin-bottom: 12px;
}
form ol li.float-quarter {
  float: left;
  width: 25%;
}
form ol li label {
  color: #000;
  display: block;
  font-weight: bold;
}
form ol li label span.tip-tip-hover-top {
  color: #075b95;
  font-size: 12px;
  font-weight: normal;
}
#page label {
  color: #000;
  font-weight: bold;
}
form ol li.string input,
form ol li.textarea textarea,
input.string,
input#filter-emails,
input#ebible_search_query,
textarea {
  border: 1px solid #bbb;
  font-size: 14px;
  padding: 6px;
  width: 90%;
  -moz-transition-property: background, border, box-shadow;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition: background, border, box-shadow, 0.25s ease-in-out;
  -webkit-transition-property: background, border, box-shadow;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  
}
input[disabled='disabled'] {
  background: #eee;

}
form ol li.string.submit input {
  width: 70%;
}
form ol li.string.submit input.button {
  width: auto;
}
form ol li.textarea textarea,
textarea {
  height: 110px;
}
form ol li.string input:focus,
form ol li.textarea textarea:focus {
  border: 1px solid #2193E1 !important;
  box-shadow: 0 1px 0 #FFFFFF inset, 0 0 10px 0 #ddd inset;
}
form ol li.string input:hover {
  border: 1px solid #bbb;
}
form ol li.select select {
  font-size: 13px;
}
form ol li.checkbox label,
form ol li.radio label {
  display: inline;
}
form ol li.radio label {
  margin: 0 12px 0 0;
}
form ol li.submit {
  margin: 16px 0;
}
form ol li.submit a {
  margin: 0 0 0 16px;
}
form ol li.submit.no-link-margin a {
  margin: 0;
}
form input.button {
  font-size: 14px;
}
form input#cancel-form {
  color: #666;
  margin: 0 0 0 16px;
}
form ol li.small.string input {
  font-size: 13px;
  width: 80%;
}

/* Error Messages */

.error {
  color: #c5242b;
}
div#error_explanation ul {
  margin: 8px 0;
}
div.field_with_errors input,
div.field_with_errors textarea {
  border: 1px solid #c5242b !important;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

div.recent-komment {
  margin-top: 8px;
  width: 480px;
}
div.recent-komment-meta img {
  margin-right: 4px;
  vertical-align: middle;
}
div.recent-komment-meta h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
div.recent-komment-meta h4 a:hover {
  border: 0;
}
div#group-invalid-emails {
  margin-top: 8px;
}
span.group-user-percent {
  display: inline-block;
  width: 50px;
}
span.group-user-percent span {
  color: #aaa;
  font-size: 11px;
}

div.group-notice {
  border: 1px solid #eee;
  background: #fffcd7;
  margin: 0 0 32px 0;
  padding: 12px 8px;;
  text-align: center;
}
div.group-notice p{
  font-size: 13px !important;
  line-height: 1.5 !important ;
  margin: 0 0 8px 0 !important;
}

/* Header */

header#global-header {
  background: #eee;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 -7px 12px -5px #ddd;
  -moz-box-shadow: inset 0 -7px 12px -5px #ddd;
  -webkit-box-shadow: inset 0 -7px 12px -5px #ddd;
  margin-bottom: 16px;
  padding: 24px 0 20px 0;
  position: relative;
  z-index: 7;
    height: 120px;
}
header#global-header.logged-in{
    background: #eee;
    border-bottom: 1px solid #ccc;
    box-shadow: inset 0 -7px 12px -5px #ddd;
    -moz-box-shadow: inset 0 -7px 12px -5px #ddd;
    -webkit-box-shadow: inset 0 -7px 12px -5px #ddd;
    margin-bottom: 16px;
    padding: 24px 0 20px 0;
    position: relative;
    z-index: 7;
    height: 160px;
}
header#global-header.tabs {
  padding: 24px 0 0 0;
}
header#global-header section {
  margin: 0 auto;
  width: 940px;
}
#nav-buttons {
    float: left;
    height: 80px;
}
#nav-app a,
#nav-app .button,
#nav-app .button.active {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
header#global-header a:hover {
  color: #2193E1;
}
#nav-logo {
  float: left;
  margin: -4px 20px 0 0;
}
#nav-logo h1 {
  margin: 0;
}
#nav-logo img.horz {
  width: 134px;
}
#nav-logo img.vert {
  width: 41px;
}
#nav-logo a:hover {
  border: 0;
}

#nav-app {
  float: right;
    display: flex;
    flex-direction: column;
}
#nav-app > a {
  float: left;
}


nav.menu {
  float: left;
  position: relative;
}
nav.menu.menu-margin {
  margin: 0 8px 0 0;
}
nav.menu .left-margin {
  margin-left: 8px;
}

nav.menu nav {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: none;
  list-style-type: none;
  margin: -2px 0 0 0;
  min-width: 120px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 31px;
  z-index: 3;
}
nav.menu nav#ribbon {
  padding-top: 12px;
  width: 210px;
}
nav.menu ul li {
  display: block;
  padding: 0 4px;
}
nav.menu ul li a {
  border: 0;
  display: block;
  padding: 3px 2px;
}
nav.menu ul li:hover{
  background: #e0e6f0;
}
nav.menu ul li.no-hover-bg {
  padding-left: 5px;
}
nav.menu ul li.no-hover-bg:hover {
  background: #fff;
}
nav.menu > a.button.active.border {
  border-bottom: 1px solid #aaa !important;
}
nav.menu > a.active {
  z-index: 9999;
  border-bottom: 0;
  position: relative;
}
nav.menu > a.button sup.soft-notice {
  color: maroon;
  font-size: 10px;
  line-height: 0;
  padding: 2px 0;
  vertical-align: top;
}

/* Offset Borders */
nav.books a.button {
  border-radius: 3px 0 0 3px;
}
nav.translations a.button {
  border-radius: 0;
}
nav.translations {
  margin: 0 -1px;
}
nav.ribbons a.button {
  border-radius: 0 3px 3px 0;
}


/* Arrows from Drop Down Header */

nav.menu > a span.arrow {
  background-position: 0 -56px;
  display: block;
  float: right;
  height: 10px;
  margin: 0 0 0 4px;
  width: 12px;
}


/* Bookmarks */

a#ribbon-trigger {
  height: 29px;
  padding: 0 8px;
  position: relative;
  width: 27px;
}
a#ribbon-trigger span.arrow {
  margin: 8px 0 0 0;
}
span#ribbon-icon {
  background-position: -19px -48px;
  display: block;
  height: 26px;
  position: absolute;
  width: 12px;
}
li#ribbon-header {
  padding: 4px;
}
span#ribbon-icon.active-ribbon {
  background-position: -30px -48px;
}
li#add-bookmark-wrapper {
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0 4px 0;
  margin: 0 4px;
}
li#add-bookmark-wrapper:hover {
  background: #fff;
}
nav#ribbon ul li.bookmark a {
  border-bottom: 1px solid #f4f4f4;
  padding: 4px 0;
}
nav#ribbon ul li.bookmark:last-child a {
  border-bottom: 0;
}
nav#ribbon ul li a.button {
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  font-size: 13px;
  margin: 4px 0 8px 0;
  padding: 6px;
}

/* Account Button */

#account-button {
  padding: 0 !important;
  line-height: 0;
}
#account-button span {
  margin: 8px 4px 0 4px;
}


/* Bible Translations Menu */

nav#nav-translations {
  padding: 0 16px 8px 16px;
  right: -104px;
  width: 700px;
}
div#bible-translations {
  position: relative;
}
div#bible-translations ul {
  float: left;
  margin: 24px 32px 16px 0;
}
div#bible-translations ul.last-child {
  margin-right: 0;
}
div#bible-translations ul header {
  color: #555;
  font-weight: bold;
}


/* Bible Books Menu */

nav#nav-books {
  padding: 16px 16px 8px 16px;
  right: -165px;
  width: 640px;
}
nav#nav-books.apocryphal {
  right: -182px;
  width: 775px;
}
div#bible-books {
  position: relative;
}
div#bible-books ul {
  float: left;
  margin: 24px 32px 16px 0;
}
div#bible-books ul.last-child {
  margin-right: 0;
}
div#bible-books h4 {
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
}
h4#old-testament {
  left: 5px;
}
h4#new-testament {
  left: 374px;
}
nav#nav-books.apocryphal h4#apoc-header {
  left: 374px;
}
nav#nav-books.apocryphal h4#new-testament {
  left: 535px;
}

/* Header Questions */
nav#nav-questions {
  padding: 16px 16px 8px 16px;
  right: -246px;
  width: 640px;
}
#header-questions strong {
  color: #555;
}
#header-questions ul li {
  margin-bottom: 4px;
}
#header-questions h4 {
  color: #555;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-left: 5px;
}
#header-questions-left {
  float: left;
  width: 300px;
}
#header-questions-right {
  float: right;
  width: 300px;
}
#header-questions .green-action-button:hover {
  color: #fff;
}


/* Logged in / Loggout Widths For Header/Autocomplete 
 * There are three different widths for the inputs:
 * 1) Header Logged in
 * 2) Header Logged Out
 * 3) Homepage (logged out)
 * */

header.logged-in nav#nav-logo {
  width: 5%;
}
header.logged-in form#query-form {
  /*width: 400px;*/
}
header.logged-in form#query-form input#query {
  width: 400px;
}
/* check lines below if layout is broken */
header.logged-in form#query-form.question input#query {
  width: 400px;
}
header.logged-in form#query-form.journal input#query {
  width: 400px;
}
header.logged-in form#query-form.favorite input#query {
  width: 400px;
}
header.logged-in form#query-form.commentary input#query {
  width: 400px;
}
header.logged-in form#query-form.dictionary input#query {
  width: 400px;
}
header.logged-in form#query-form.concordance input#query {
  width: 400px;
}
header.logged-in form#query-form.user input#query {
  width: 400px;
}
/* end of check */
header form#query-form input#query {
  width: 400px;
}
header form#query-form.question input#query {
  width: 400px;
}
header form#query-form.journal input#query {
  width: 400px;
}
header form#query-form.favorite input#query {
  width: 400px;
}
header form#query-form.commentary input#query {
  width: 400px;
}
header form#query-form.dictionary input#query {
  width: 400px;
}
header form#query-form.concordance input#query {
  width: 400px;
}
header form#query-form.user input#query {
  width: 321px;
}
header.logged-out.root form#query-form {
  /*margin-left: 130px;*/
  /*width: 400px;*/
}
header.logged-out.root form#query-form nav.menu nav {
  top: 35px;
}
header.logged-out.root form#query-form #query-selector .button {
  padding: 10px 8px;
}
header.logged-out.root form#query-form input.query-icon-search {
  top: 6px;
}
header.logged-out.root form#query-form input#query {
  height: 25px;
  width: 400px;
}
header.logged-out.root form#query-form.question input#query {
  width: 549px;
}
header.logged-out.root form#query-form.journal input#query {
  width: 558px;
}
header.logged-out.root form#query-form.favorite input#query {
  width: 555px;
}
header.logged-out.root form#query-form.commentary input#query {
  width: 522px;
}
header.logged-out.root form#query-form.dictionary input#query {
  width: 538px;
}
header.logged-out.root form#query-form.concordance input#query {
  width: 563px;
}
header.logged-out.root form#query-form.user input#query {
  width: 569px;
}


/* History Box */
#history-box {
  color: #888;
  font-size: 12px;
  /*margin: 0 0 0 76px;*/
  text-shadow: 0 1px #fff;
}
#history-box a {
  color: #215375;
}
#history-box span {
  margin-left: 10px;
}
section#dashboard {
  margin: 0 auto;
  width: 940px;
}




/* Logged Out Dashboard */

section#info {
  padding: 12px 0 0 0;
}
section#info h1 {
  text-align: center;
}
section#info h5 {
  background: #fffcd4;
  border-radius: 3px;
  border: 1px solid #fcf38c;
  margin: 0 0 24px 0;
  padding: 4px;
  text-align: center;
}
section#info h5 .button {
  margin: 0 0 0 8px;
}
section#users {
  overflow: hidden;
  padding: 16px 0 32px 0; 
}
section#users h2 {
  font-size: 24px;
}
section#users div {
  float: left;
  margin: 0 80px 0 0;
  width: 300px;
}
section#users div#resources {
  margin: 0 0 0 5px;
  width: 245px;
}
section#users div#plans {
  width: 230px;
}
section#users p {
  color: #555;
  margin: 0 0 8px 0;
  width: 240px;
}
section#users div#plans p {
  width: 220px;
}
section#users p.img {
  background: url(/images/sprite-home-01-12.jpg) no-repeat;
  height: 85px;
  margin: 16px 0 0 0;
  overflow: hidden;
  text-indent: -999em;
  width: 300px;
}
section#users div#plans p.img {
  background-position: -3px -92px;
  height: 115px;
}
section#users div#resources p.img {
  background-position: -3px -208px;
  height: 135px;
}
section#misc {
  margin: 32px 0 0 0;
}
section#misc > section {
  background: -linear-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 3px 0 #aaa;
  -moz-box-shadow: 0 1px 3px 0 #aaa;
  -webkit-box-shadow: 0 1px 3px 0 #aaa;
  float: left;
  height: 236px;
  width: 435px;
}
section#mobile-apps {
  margin: 0 0 0 2px;
}
section#misc section div {
  padding: 24px 0 0 24px;
  position: relative;
}
section#misc section div p {
  margin: 8px 0 16px 0;
  width: 210px;
}
section#misc section div img {
  position: absolute;
  right: 0;
  top: 0;
}
section#misc section#mobile-apps div img {
  right: 5px;
  top: 5px;
}
section#ministry-tools {
  margin: 0 64px 0 3px;
}



/* Logged In Dashboard */

article#home section#dashboard div.divider-940 {
  margin: 0 0 24px 0;
}
div.dashboard-col {
  float: left;
  width: 32%;
}
div.dashboard-col.highlights {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 3.25%;
  padding-right: 3.25%;
  margin-left: 3.25%;
  margin-right: 3.25%;
}
div.dashboard-col.history,
div.dashboard-col.reading-plans {
  margin-right: 0;
  width: 22%;
}
div.dashboard-col p {
  margin-left: 4px;
}
div.dashboard-col h3 {
  border-bottom: 1px solid #e9e9e9;
  /*box-shadow: 0 8px 10px -4px #eaeaea;*/
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 12px 0; 
  padding: 0 4px 0 4px;
}
div.dashboard-col h3 a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
  float: right;
}
div.dashboard-col ul {
  list-style-type: none;
}
div.dashboard-col .button {
  font-size: 12px;
  margin: 4px 0 8px 4px;
  padding: 6px;
}
div.dashboard-col ul li a {
  color: #222;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 4px 8px 4px;
  margin-bottom: 8px;
}
div.dashboard-col ul li a:hover {
  background: #f6f6f6;
  border: 0;
}
div.dashboard-col ul li a span.journal-time {
  color: #aaa;
  font-size: 11px;
}
div.dashboard-col ul li a span.highlight,
.journal span.highlight {
  background: #fefad1;
  color: #555;
  font-weight: normal;
}
div.dashboard-col ul li a span.highlight.red,
.journal span.highlight.red {
  background: #f7d1d1;
}
div.dashboard-col ul li a span.highlight.green,
.journal span.highlight.green {
  background: #d7fcb7;
}
div.dashboard-col ul li a span.highlight.blue,
.journal span.highlight.blue {
  background: #dfebfd;
}
div.dashboard-col ul li a span.highlight.pink,
.journal span.highlight.pink {
  background: #ffdef1;
}
div.dashboard-col ul li a span.highlight.purple,
.journal span.highlight.purple {
  background: #f2e1ff;
}
div.dashboard-col ul li a span.underline {
  border-bottom: 1px solid #999;
}
div.dashboard-col.reading-plans a span {
  display: block;
  font-weight: normal;
}
div.dashboard-col.reading-plans a strong {
  color: #666;
  display: block;
}
div.dashboard-col.reading-plans > hr {
  background: #f4f4f4;
  margin: 0 0 8px 4px;
} 
div.dashboard-col.reading-plans img {
  border: 1px solid #ddd;
  padding: 1px;
}
#dashboard-qa img {
  vertical-align: top;
}
#dashboard-qa li {
  display: block;
  list-style-type: none;
  overflow: hidden;
  margin: 6px 0;
}
#dashboard-qa li div.title {
  margin-left: 8px;
  width: 85%;
}
#dashboard-qa .green-action-button,
#dashboard-qa .blue-action-button {
  font-size: 12px;
  margin-top: -1px;
  padding: 1px 4px;
  vertical-align: top;
}
#dashboard-qa .blue-action-button {
  padding: 1px 4px 1px 5px;
}



/* Journals Page - TODO JASON - Move to it's on css page */

div#journals {
  margin: 0 auto;
}
div#journals div.page-right {
  margin: 16px 0 0 0;
}
div#journals h1 {
  font-size: 30px;
  margin: 0;
}
div#journals h2,
div#journals h3,
div#journals h4 {
  font-family: Helvetica, Arial, sans-serif;
}
div#journals h2,
div#journals a.journal-edit
 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
}
div#journals h2 {
  width: 90%;
}
div#journals h2.no-results {
  margin: 16px 0 0;
}
div#journals a.journal-edit {
  display: none;
  float: right;
}
div#journals pre.journal-text {
  margin: 8px 0 0 0;
}
div#journals article {
  border-bottom: 1px solid #eee;
  padding: 36px 0 18px 0;
}
div#journals article.highlight p.scripture-gray {
  color: #000;
  font-size: 13px;
}
div#journals form {
  margin: 36px 0 0 0;
}
div#journals input#journals_query {
  border: 1px solid #ddd;
  border-top: 1px solid #ccc;
  font-size: 13px;
  height: 18px;
  padding: 4px 6px;
  width: 79%;
}
div#journals form input.button {
  font-size: 13px;
  margin-left: -5px;
  height: 28px;
  padding: 0 4px;
  vertical-align: top;
}
/* Hide and Show Journal Information depending on class */
.journals-start-show {
  display: none !important;
}


/* Signup Flow */

body#signup-flow header#global-header form,
body#signup-flow header#global-header nav#nav-app {
  display: none;
}
body#signup-flow .page-right {
  float: left;
  margin: 24px 0 16px 72px;
  padding: 8px 12px 8px 12px;
  width: 420px;
}
#first-name {
  float: left;
  margin-right: 18px;
  width: 45%;
}
#last-name {
  float: left;
  width: 45%;
}


/* Homepage */
#startpage #nav-app nav.menu {
  display: none;
}
#startpage #start-form-container {
  height: 45px;
  margin: 16px auto 0 auto;
  position: relative;
  width: 560px;
}
#startpage #nav-app nav.user-menu {
  display: block;
}

#start-container {
  margin: 0 auto;
  width: 940px;
}
#start-about-container {
  /*height: 225px;*/
  /*width: 100%;*/
}
#start-about {
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 16px 0 16px;
  text-align: center;
  width: 320px;
}
#start-form-container hr {
  background: #555;
  margin: 16px 0;
}
#start-about h1 {
  margin: 0;
}
#start-about p {
  font-size: 14px;
}
#start-about .column.one {
  width: 30%;
}
#start-about .column {
  float: left;
  text-align: center;
  padding: 0 20px 0 0;
  /*width: 31%; */
}
#start-about .column.three {
  padding: 0;
}
#start-about .column .sprite {
  background: url('/images/startpage/icons.png') 0px 0px;
  height: 33px;
  margin: 0 auto 8px auto;
  width: 33px;
  background-size: 105px;
}

#start-about h5  {
    font-size: 13px !important;
}
#start-about .column.two .sprite {
  background-position: 69px 0;
}
#start-about .column.three .sprite {
  background-position: 138px 0;
}

@media only screen and/*!YUI-Compressor */(-webkit-min-device-pixel-ratio: 2),
only screen and/*!YUI-Compressor */(min-resolution: 192dpi) {
  #start-about .column .sprite {
    background: url('/images/startpage/icons@2x.png') 0px 0px;
    background-size: 105px;
	}
}


.feed-sidebar-list {
  list-style-type: none;
}
.feed-sidebar-list li {
  line-height: 1.25;
  margin: 12px 0;
}

/* Logged out Home - Feed / Sidebar */
#start-container-left {
  float: left;
  width: 300px;
}
#start-container-right {
  float: right;
  width: 540px;
}
.leaders .outro {
  margin: 0 auto;
  text-align: center;
  width: 420px;
}
.leader-user,
.leader-question,
.recent-question {
  border-bottom: 1px solid #eee;
  margin: 24px auto;
  padding-bottom: 24px;
  position: relative;
  width: 560px;
}
.leader-question .meta img,
.recent-question .meta img {
  margin: 0 4px;
  vertical-align: bottom;
}
.leader-user .left {
  width: 90%;
}
.leader-user .left .img:hover {
  border: 0;
}
.leader-user .left p {
  margin-top: 2px;
}
.leader-user .right {
  position: absolute;
  right: 16px;
}
/* Overlay */


div#overlay {
  background: rgba(0, 0, 0, .6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}


/* Lightbox */

div#lightbox-container {
  border: 8px solid #ccc;
  border: 8px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  left: 50%;
  margin: -200px 0 0 -360px;
  max-height: 490px;
  overflow: auto;
  position: fixed;
  top: 40%;
  width: 720px;
  z-index: 99;
  box-shadow: 0 0 16px #555;
  -moz-box-shadow: 0 0 16px #555;
  -webkit-box-shadow: 0 0 16px #555;
}
div#lightbox-content {
  background: #fff;
  padding: 24px;
}
div#lightbox-content h2 {
  padding-bottom: 12px;
}
div#lightbox-content pre {
  margin: 0 0 16px 0;
  width: 570px;
}
div#lightbox-content .button {
  margin: 0 8px 0 0;
}
p#ajax-loader-container {
  padding: 24px 0;
  text-align: center;
}
div#lightbox-container > a.close-lightbox {
  background: #f2f2f2;
  color: #999;
  display: block;
  font-weight: bold;
  padding: 0 6px;
  position: absolute;
  right: 12px;
  top: 12px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
div#lightbox-container > a.close-lightbox:hover {
  background: #eee;
  border: 0;
  color: #666;
}
div#lightbox-container p+p {
  margin: 16px 0;
}
div#lightbox-container h1 {
  margin: 0 0 16px 0;
}
.note-box {
    background: -linear-linear-gradient(top, #fff 70%, #f8f8f8 100%);
    background: -moz-linear-gradient(top, #fff 70%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fff 70%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #fff 70%, #f8f8f8 100%);
    border-radius: 3px;
    box-shadow: 0 1px 3px #aaa;
    padding: 10px 16px;
    margin-top: 20px;
}

.note-box h2 {
    padding: 0 !important;
    margin: 0 !important;
}

p.journal-time {
    color: #666;
    font-size: 9pt;
    color: red;
}

p.journal-view-text {
    margin-top: 10px;
    font-size: 11pt;
}

.right-text-align {
    text-align: right;
}
#cart-navigation {
  margin-bottom: 16px;
}
#cart-navigation li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
}
#cart-navigation li span {
  margin: 0 8px;
}
table#cart {
  border: 0;
  margin: 16px 0;
  width: 720px;
}
table#cart tr th {
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
}
table#cart td {
  padding: 8px 0;
  vertical-align: top;
}
table#cart td.product {
  border-top: 1px solid #eee;
  padding-top: 12px;
}
table#cart td.cart-photo {
  width: 100px;
}
table#cart .cart-remove {
  float: right;
  margin-right: 16px;
}
table#cart td.cart-product {
  padding-right: 80px;
  width: 320px;
}
table#cart input.string {
  font-size: 12px;
  padding: 6px;
  width: 45%;
}
table#confirm-order {
  border: 0;
  margin: 0 auto;
  width: 520px;
}
table#confirm-order tr.cart-product td {
  border-bottom: 1px solid #eee;
  padding-top: 6px;
  padding-bottom: 6px;
}
table#confirm-order tr.cart-product td.product {
  width: 340px;
}
table#confirm-order tr.subtotal td {
  padding-top: 12px;
}
table#confirm-order td.price,
table#confirm-order td.card {
  text-align: right;
}
table#confirm-order tr.total td {
  padding-bottom: 12px;
}
table#confirm-order tr.place-order td {
  border-top: 1px solid #eee;
}
table tr.billing td {
  padding: 6px 2px;
}
div.value-notice.cart {
  float: right;
  width: 180px;
}
div#empty-cart-promo table {
  border: 0;
}
div#empty-cart-promo table tr td {
  padding-right: 32px;
  width: 300px;
  vertical-align: top;
}
#confirm-mobile-notice {
  display: block;
  margin: 32px auto !important;
  text-align: center;
  width: 520px;
}
div.orient-steps {
  margin: 0 auto;
  position: relative;
  width: 620px;
}
div.orient-steps .step {
  float: left;
  text-align: center;
  width: 230px;
}
div.orient-steps .step.two {
  float: right;
}
div.orient-steps .step-line {
  background: #eee;
  height: 1px;
  position: absolute;
  top: 28%;
  width: 100%;
  z-index: -1;
}
div.orient-steps .step h5 {
  font-size: 14px;
  margin-top: 4px;
}
div.orient-steps .step div {
  background: #ddd;
  border-radius: 16px;
  color: #999;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  height: 16px;
  line-height: 15px;
  padding: 4px;
  text-align: center;
  width: 16px;
}
div.orient-steps .step.active div {
  background: #075b95;
  color: #fff;
}


#orient {
  margin: 0 auto;
  width: 620px;
}
#orient .intro {
  margin: 24px 0;
  text-align: center;
}
#orient .intro h3.title {
  margin: 32px 0 16px 0;
}
#orient a.orient-continue {
  font-size: 14px;
  margin-bottom: 24px;
  padding: 8px 36px;
}
#orient a.orient-continue.disabled {
  font-weight: bold;
  opacity: 0.7;
}

#topics-list {
  margin: 0 auto;
  width: 550px;
}
#topics-list .topic {
  background: #fcfcfc;
  border: 1px solid #ddd;
  float: left;
  margin: 0 16px 24px 16px;
  padding: 12px 0;
  text-align: center;
  width: 148px;
}
#topics-list .topic h5 {
  margin-bottom: 4px;
}

/* Hide Plan Buttons */
#orient .plan-action-read {
  display: none;
}
#page.narrow-page {
  margin: 0 auto;
  min-height: 400px;
  width: 620px;
}
#page.very-narrow-page {
  margin: 0 auto;
  min-height: 400px;
  width: 420px;
}
#page h1+p {
  margin-top: 16px;
}
#page ol {
  color: #555;
  margin-top: 16px;
}
#page li ol {
  margin: 0 0 0 48px;
}
#page h3 {
  margin: 16px 0;
}
#page h2.form-h2 {
  margin: 0 0 12px 82px
}
#page p {
  margin: 12px 0 0 0;
}
#page h4 {
  margin: 24px 0 0 0;
}
#page h4+p {
  margin: 8px 0 0 0;
}
#page p+h1 {
  margin-top: 36px;
}
#page table {
  border: 0;
}
#page table tr td {
  vertical-align: top;
}
#page table tr td img {
  padding: 0 8px 16px 72px;
}
#page table tr td:first-child img {
  padding: 0 8px 16px 0;
}
#page code {
  width: 100%;
}
#page input#ebible_search_query{
  width: 30%;
}

.promo-signup h1 {
  margin: 0;
}

/* Developer page specific */
#bible-search {
  display: none;
}
#votd {
  display: none;
}
.page-left {
  float: left;
  width: 300px;
}
.page-left h1 {
  margin: 24px 0;
}
.page-left p {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin-top: 18px;
}
.page-left p.normal {
  color: #000;
  font-size: 13px;
}
.page-right {
  float: right;
  margin: 0 0 0 0;
  width: 580px;
}
.page-right.form-container {
  width: 560px;
}
.page-center {
  margin: 0 auto;
  width: 640px;
}


/* Account Menu */
.page-left ul {
  list-style-type: none;
  margin: 24px 0;
  padding: 0 0 24px 0;
}
.page-left ul li a {
  border-radius: 10px;
  display: block;
  font-size: 13px;
  margin: 4px 0 4px -8px;
  padding: 2px 8px;
}
.page-left ul li a.active {
  background: #fff5f1;
  color: #000;
  font-weight: 500;
}
.page-left ul li a:hover {
  background: #fdf8f6;
  border: 0;
}
.page-left ul li a:active {
  background: #fff5f1;
}
.page-left ul li a span {
  margin: 0 0 0 4px;
}
.page-left ul ul {
  border-left: 1px solid #eee;
  margin: 0;
  padding: 0 0 0 16px;
}

/* Media */

.media table tr td {
  padding: 5px;
}
.media table tr td a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 1px;
}
.media table tr td a:hover {
  border: 1px solid #2193E1;
}
.media ul {
  margin: 16px 0 0 0;
}


/* Statement of faith */
div#page.statement ol li {
  margin-bottom: 12px;
}


/* Features Page */
div#page.feature-page div.feature {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
div#page.feature-page div.feature div h3 {
  margin: 0;
}
div#page.feature-page div.feature div {
  float: left;
  margin-left: 16px;
  width: 375px;
}
div#page.feature-page #user-box {
  text-align: center;
}
div#page.feature-page #user-box a {
  text-align: center;
  width: 40%;
}
#panel-resizable {
  bottom: -25px;
  cursor: se-resize;
  height: 30px;
  position: absolute;
  right: -25px;
  width: 30px;
}
#panel-container {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: 0 0 5px #666;
  display: none;
  height: 300px;
  left: 200px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 0 5px #999;
  position: fixed;
  top: 300px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #999;
  width: 275px;
  z-index: 99999;
}
#panel-header {
  background: -linear-linear-gradient(top, #ffffff 0%, #e9e9e9 75%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 75%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 75%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 75%);
  color: #fff;
  cursor: move;
  height: 25px;
  padding-top: 5px;
  position: relative;
}
#panel-header h1 {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0 4px 12px;
  text-shadow: 0 1px #fff;
  text-transform: capitalize;
}
#panel-content {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  height: 270px;
  -moz-box-shadow: inset 0 0 5px #999;
  overflow: auto;
  padding: 0 12px;
  position: relative;
  -webkit-box-shadow: inset 0 0 5px #999;
}
#panel-content h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 12px 0;
}
#panel-content p {
  font-size: 12px;
  line-height: 1.5;
}
#panel-content p+p {
  margin-top: 8px;
}
.panel-resource-select {
  margin: 1.5em 0 1em 0;
}
#panel-close {
  color: #555;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 6px;
  text-decoration: none;
  text-shadow: 0 1px #fff;
  top: 4px;
  z-index: 999;
}
#panel-close:hover {
  color: #0063dc;
}
#panel-loader {
  text-align: center;
}
#panel-loader img {
  padding-top: 40%;
}


/* Tabs */
div.panel-tab {
  float: left;
  width: 100%;
}
ul#panel-tabs-nav {
  background: #dde7ed;
  border-bottom: 1px solid #fff;
  display: none;
  height: 27px;
  moz-box-shadow: inset 0 3px 7px -4px #000;
  overflow: hidden;
  webkit-box-shadow: inset 0 3px 7px -4px #000;
}
ul#panel-tabs-nav li {
  background: #ddd;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 11px;
  height: 24px;
  margin: 3px 1px 0 0;
  max-width: 35%;
  min-width: 10px;
  overflow: hidden;
  padding: 0 8px 0 12px;
  position: relative;
  text-shadow: 0 1px #fff;
  text-transform: capitalize;
}
ul#panel-tabs-nav li a {
  outline: 0;
}
ul#panel-tabs-nav li:hover {
  background: #f2f2f2;
}
ul#panel-tabs-nav li:hover a.close-panel {
  background: #f2f2f2;
}
ul#panel-tabs-nav li:active {
  background: #ddd;
}
ul#panel-tabs-nav li.active-panel-tab {
  background: #fff;
}
ul#panel-tabs-nav li:active a.close-panel {
  background: #ddd;
}
ul#panel-tabs-nav li a.tab-nav-title {
  color: #000;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
ul#panel-tabs-nav li a.close-panel {
  background: #ddd;
  color: #aaa;
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 3px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  top: 0px;
  z-index: 1;
}
ul#panel-tabs-nav li a.close-panel:hover {
  background: #aaa !important;
  color: #fff !important;
}
ul#panel-tabs-nav li.active-panel-tab a.close-panel {
  background: #fff;
}


/* Content */
p#strongs-list a {
  cursor: pointer;
}
p#commentary-info-links a {
  line-height: 2;
  padding: 0 8px 0 0;
}
table#dictionary-list {
  border: 0;
  margin-top: 8px;
}
table#dictionary-list tr td {
  padding: 4px 0;
}
#plans-index h1 {
  font-size: 30px;
  margin: 0;
}
#plans-index.subscriptions .page-left {
  width: 200px;
}
#plans-index .page-left ul.first {
  border-bottom: 1px solid #eee;
  margin: 0;
}
#plans-index .page-left ul li a {
  display: inline-block;
  width: 80%;
}
#plans-index .page-left ul li a.clear-filter {
  color: #999;
  display: inline-block;
  font-size: 11px;
  width: 5%;
}
#plans-index .page-left .fixable {
  padding: 8px 0 0 0;
}
#plans-index.subscriptions .page-right {
  width: 700px;
}
.plan-preview h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 8px 0 0 0;
}
.plan-preview img {
  border: 1px solid #ddd;
  margin: 8px 0 0 0;
  padding: 1px;
}
.plan-preview p {
  margin: 0 0 16px 0;
  width: 200px;
}
.plan-preview .button {
  margin: 0;
}
#plans-index article {
  border-bottom: 1px solid #eee;
  padding: 36px 0px 18px 0px;
}
#plans-index article.active {
  background: #f1f7ff;
  border-bottom: 1px solid #dceafc;
}
#plans-index article.empty {
  border: 0;
}
#plans-index article pre {
  line-height: 18px;
  white-space: pre-line;
}
#plans-index article h2 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#plans-index article h2 a.sub-cancel {
  font-weight: normal;
  margin: 0 0 0 8px;
}
#plans-index article p.plan-meta {
  margin: 12px 0;
  overflow: hidden;
}
#plans-index article p.plan-meta .button {
  float: left;
  margin: 6px 16px 0 0;
}
#plans-index article p.plan-meta span {
  display: block;
}
#plan-item p.action {
  text-align: center;
}
a.show-hidden,
a.show-scripture {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
div.progress-outer {
  border: 1px solid #ceddea;
  float: left;
  height: 8px;
  margin: 2px 8px 0 0;  
  padding: 1px;
  width: 100px;
}
div.progress-inner {
  background: #b7ccdf;
  height: 8px;
}
div#mark-as-read-container form div {
  margin: 0 auto;
  width: 128px;
}
div#mark-as-read-container p {
  text-align: center;
}
div#mark-as-read-container p .button {
  margin: 0 4px;
}


/* Grid View for Plans */

.reading-plan {
  background: -linear-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  border-radius: 3px;
  box-shadow: 0 1px 3px #aaa;
  color: #666;
  padding: 16px;
  position: relative;
}
.reading-plan.active {
  background: -linear-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 70%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #f1f7ff 70%, #e5eaf1 100%);
}
.reading-plan .star {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #eee;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #b2e779;
  cursor: default;
  margin: 0 8px 0 0;
  left: 16px;
  line-height: 1;
  padding: 4px;
  position: absolute;
  top: 16px;
}
.reading-plan .content {
  width: 280px;
}
.reading-plan .action {
  text-align: center;
  width: 90px;
}
.reading-plan .plan-action-status {
  margin-bottom: 8px;
}
.subscription-info {
  border-top: 1px solid #eee;
  margin-top: 8px;
  padding-top: 8px;
}
.reading-plan .unsubscribe {
  display: inline;
  line-height: 25px;
}
.reading-plan .subscribed-pill {
  background: #bc2323;
  margin-bottom: 8px;
}
.reading-plan p.author {
  font-weight: bold;
  margin-bottom: 4px;
}

/* Plans Sort */

/* Completed Plans Page */

div#plans-completed .page-left img {
  margin: 0 0 0 65px;
}
div#plans-completed h4 {
  margin: 0 0 12px 0;
}
div#plans-completed p+p{
  line-height: 16px;
  margin: 12px 0;
  width: 520px;
}
div#share-preview {
  border: 1px solid #eee;
  display: block;
  line-height: 16px;
  padding: 8px;
  width: 320px;
}


/* Share reading plan */

#share-reading-plan {
  line-height: 1.5;
  margin: 0 0 16px 0;
  overflow: hidden;
}
#share-reading-plan img {
  float: left;
  margin: 0 8px 0 0;
}


/* Plan Item View */

#plan-items-right {
  border: 1px solid #eee;
  float: right;
  max-height: 422px;
  overflow: scroll;
  padding: 16px; 
  width: 150px;
}
#plan-items-right ol li {
  margin: 0 0 6px 15px;
}

div.product div.picture {
  width: 120px;
}
div.product div.info {
  width: 480px;
}
#search-promo-box h2#upgrade-title {
  background: #fffcd7;
  border: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 6px;
  text-align: center;
}
#purchase-table {
  width: 540px;
}
#purchase-table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
#purchase-table tr.purchase-pricing td {
  text-align: right;
}
.red,
.red-price {
  color: #900;
  font-weight: bold;
}


/* Review Purchase Page */

#purchases > h2 {
  margin: 0 0 16px 0;
}
#purchases p {
  font-size: 14px;
}
#purchases table {
  border: 0;
  margin: 8px;
}
#purchases table td.right {
  text-align: right;
}


/* Upgrade Page */
.gray-box.feature {
  float: left;
  margin: 0 16px 0 0;
  padding: 16px 8px;
  text-align: center;
  width: 200px;
}
/* layout */

.page-center.question {
  width: 940px;
}
.page-center.question .page-right {
  width: 300px;
}
.page-center.question .page-left {
  width: 540px;
}
.page-center.question .page-left .float-left.question {
  width: 520px;
}

/* Topic page */
#topic-newsfeed h1 {
  font-size: 24px;
  margin: 0 0 16px 0;
}
#topic-newsfeed h2 {
  font-size: 14px;
  font-weight: normal;
}
#topic-newsfeed div.topic-question {
  overflow: hidden;
  padding-left: 4px;
  margin: 10px 0;
}
#topic-newsfeed div.topic-question.gray {
  background: #eee;
}
#topic-newsfeed div.topic-question div.count {
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 20px;
}
#topic-newsfeed div.topic-question div.title {
  float: left;
  width: 90%;
}

/* Report Question/Question/Komment Page */
#page.report .gray-box {
  max-height: 200px;
  overflow: auto;
}


/* New, Edit, Show */

.up-arrow, 
#conversation .komment .vote a span.up-arrow {
  background: none;
	border-top: 15px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid #075b95; 
	border-left: 10px solid rgba(0, 0, 0, 0);  
	border-right: 10px solid rgba(0, 0, 0, 0);  
  display: inline-block;
	height: 0; 
  line-height: 0;
  margin: -13px 0 6px 0;
  padding: 0;
  width: 0; 
}
#conversation .komment .vote a span.up-arrow {
  border-radius: 0;
  font-size: 0;
}
.up-arrow.question {
  margin-top: -8px;
}
.qa.vote .green .up-arrow, 
#conversation .komment .vote a.green span.up-arrow {
	border-top: 15px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid #5EAB5E; 
	border-left: 10px solid rgba(0, 0, 0, 0);  
	border-right: 10px solid rgba(0, 0, 0, 0);  
}
.qa.vote {
  float: left;
  width: 65px;
}
.qa.vote span.count {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
}
.qa.vote span.count.green {
  background: #090;
  color: #fff;
}
.qa.vote a {
  display: block;
  font-size: 48px;
  line-height: 0;
  margin: -8px;
  padding: 8px;
  text-align: center;
  width: 26px;
}
.qa.vote a:hover {
  border: 0;
  text-decoration: none;
}
div.question pre {
  font-size: 14px;
}
div.question p sup {
  line-height: 1;
}
div.question .meta img {
  width: 20px;
  vertical-align: middle;
}
.answer-title {
  line-height: 0;
  padding: 32px 0 0 0;
}
.answer .author {
  display: block;
  margin-bottom: 8px;
}
.answer .author img {
  width: 20px;
  vertical-align: middle;
}

.question a.gray,
.answer .meta .gray,
.answer .meta a.gray {
  background: #fff;
  color: #777;
}
.answer pre {
  font-size: 14px;
}
form.answer div.left {
  float: left;
  margin: 3px 16px 0 0;
}
form.answer div.right {
  float: left;
  width: 85%;
}
p.answer-words-remaining {
  color: #000;
  font-size: 13px;
  margin-top: 0;
}
#answer-guidelines {
  display: none;
}
#answer-guidelines p {
  color: #000;
  font-size: 13px;
}
#answer-guidelines ol li {
  margin: 0 0 8px 0;
}

.question-pill {
  font-size: 13px !important;
  margin-right: 8px;
  padding: 0 !important; 
}
.question-pill a {
  display: block;
  padding: 2px 4px !important;
  color: #fff;
}
.question-pill a:hover {
  border: 0;
  color: #fff;
}
p.gq-account-notice {
  display: block;
  font-size: 14px;
  text-align: center;
}

/** Topic Related **/
hr.topics-divider {
  margin: 4px 0;
}
h5.topics-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}
ul.topics-list li {
  display: block;
  margin: 0 0 8px 0;
}
ul.topics-list li a {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 4px;
}
ul.topics-list li a:hover {
  background: #075b95;
  border: 1px solid #2193E1;
  color: #fff;
} 

/* Guidelines */
ol#qa-guidelines li {
  margin-bottom: 8px;
}
p.answer-intro {
  color: #999;
}

/* Related questions on #show */
hr#related-divider {
  margin: 4px 0;
}
ul#related-questions li {
  list-style-type: none; 
  margin: 8px 0 0;
}


/* Related Questions when creating new question */
#related_placeholder {
  width: 504px;
}
#related_placeholder ul {
  padding-top: 8px;
  padding-bottom: 16px;
}
#related_placeholder ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 6px;
}


/* Recent Questions Page */
/* Some is inheritated from app.leaders.css */
.recent-question {
  margin: 24px 0;
}
.recent-question .vote.qa {
  margin-top: -8px;
}
.recent-question .float-left {
  width: 490px;
}

span.author-bio {
  color: #999;
  font-weight: normal;
}
span.author-bio a {
  text-decoration: none;
  color: #999;
}
html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Line-height should always be unitless */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #eee;
}

/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}

table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }
.share-options-wrapper {
  margin: 0;
}
.share-options-wrapper.horizontal {
  height: 20px;
  margin: 6px 0 0 0;
  width: 495px;
}
.share-options-wrapper > div {
  margin: 4px 0;
}
.share-options-wrapper.horizontal > div {
  display: inline;
  margin: 0;
}
.fb-wrapper {
  display: inline;
  position: relative;
  margin: 0;
}
.twitter-wrapper {
  display: inline;
  position: relative;
  top: 1px;
}
#fb-horizontal {
  position: absolute;
  top: 6px;
}
#fb-vertical {
  position: absolute;
  top: 6px;
}
#horizontal-start {
  display: inline-block;
  margin-top: -5px;
  padding: 0 0 0 52px;
}
#vertical-start {
  padding: 30px 0 0 0;
}
.share-option {
  background: #dedede;
  background: -linear-linear-gradient(top, #fff 0%, #dedede 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dedede 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #dedede 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede')";
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 14px;
  line-height: 0.75;
  margin: 0 0 4px 0;
  padding: 4px 4px 0 22px;
  position: relative;
  width: 35px;
}
.share-option.facebook {
  width: 55px;
}
.horizontal .share-option {
  margin: 0 0 0 2px;
  position: relative;
  top: -6px;
}
.share-option:hover {
  border: 1px solid #bbb;
}
.share-option a {
  border: 0 !important;
  color: #333 !important;
  clear: both;
  text-shadow: 0 1px 0 #fff !important;
  text-shadow: 0 1px #fff rgba(255, 255, 255, 0.5) !important;
}
.share-option a:hover {
  border: 0;
  color: #333;
}
.share-option span {
  background: url('/images/sprite-share.png') 0 0;
  display: block;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 0;
  width: 20px;
}
.share-option.yahoo span {
  background-position: -20px 1px;
}
.share-option.hotmail span {
  background-position: -38px 1px;
}
.share-option.aol span {
  background-position: -64px 1px;
}
.share-option.email span {
  background-position: -86px 1px;
}
.share-option.twitter span {
 background-position: -107px 1px; 
}
.share-option.facebook span {
 background-position: -129px 1px; 
}
#sidebar {
  width: 340px;
}
#sidebar-tabs {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#sidebar-tabs li {
  color: #075b95;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 10px 9px 6px 9px;
  position: relative;
}
#sidebar-tabs li#one {
  margin-left: 12px;
}
#sidebar-tabs li:hover {
  background: #f4f7f9;
  border-radius: 4px 4px 0 0;
}
#sidebar-tabs li.selected {
  background: #f4f7f9;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  cursor: default;
  color: #555;
  font-weight: bold;
  position: relative;
  top: 1px;
}
#sidebar-tabs [id='4'].selected {
  padding-right: 18px;
}
@-moz-document url-prefix() {
  #sidebar-tabs [id='4'].selected {
        padding-right: 16.5px;
    }
}
#sidebar-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 14px;
  padding: 0;
  -o-box-shadow: inset 7px 0 5px -5px #f6f6f6, inset -7px 0 5px -5px #f6f6f6;
  -moz-box-shadow: inset 7px 0 5px -5px #f6f6f6, inset -7px 0 5px -5px #f6f6f6;
  -webkit-box-shadow: inset 7px 0 5px -5px #f6f6f6, inset -7px 0 5px -5px #f6f6f6;
}
#sidebar-content #ajax-indicator {
  display: block;
  margin: 0 auto;
}
.content-tab > div {
  height: 500px;
  overflow: auto;
  padding: 10px 20px 20px 20px;
}
section#right-sidebar .content-tab .button.flat {
  width: auto;
}
.content-tab {
  display: none;
}
.content-tab.selected {
  display: block;
}
ul.tab-nav li.loader {
  position: relative;
  top: -2px;
}
#sidebar-login {
  background: #e8f7e8;
  border: 1px solid #ddd;
  padding: 3px;
  text-align: center;
}
.sidebar-ask-box {
  display: block !important;
  font-size: 14px !important;
  text-align: center;
}


/* Buttons */

.sidebar.share.button,
.sidebar.note.button,
.sidebar.print.button,
.sidebar.explain.button,
.sidebar.ask.button {
  display: inline-block !important;
  margin-bottom: 4px;
  padding: 8px 12px 8px 30px !important;
  position: relative !important;
  width: 41px !important;
  -o-transition-property: border, box-shadow, padding, background-color;
  -o-transition-duration: 0.5s, 0.25s, 0.25s, 0.5s;
  -o-transition-timing-function: ease-in-out, ease-in-out, linear, ease-in-out;
  -moz-transition-property: border, box-shadow, padding, background-color;
  -moz-transition-duration: 0.5s, 0.25s, 0.25s, 0.5s;
  -moz-transition-timing-function: ease-in-out, ease-in-out, linear, ease-in-out;
  -webkit-transition-property: border, box-shadow, padding, background-color;
  -webkit-transition-duration: 0.5s, 0.25s, 0.25s, 0.5s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, linear, ease-in-out;
}
.sidebar.share.flat.button:hover,
.sidebar.note.button:hover,
.sidebar.print.button:hover,
.sidebar.explain.button:hover,
.sidebar.ask.button:hover {
  background: #ededed;
  border: 1px solid #ccc;
}
.sidebar.share.button span,
.sidebar.note.button span,
.sidebar.print.button span,
.sidebar.explain.button span,
.sidebar.ask.button span {
  display: block;
  height: 23px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 24px;
}
.sidebar.share.button span {
  background-position: -153px -55px !important;
}
.sidebar.note.button span {
  background-position: -203px -31px !important;
  left: 6px;
  top: 7px;
}
.sidebar.print.button span {
  background-position: -265px -56px !important;
}
.sidebar.explain.button span {
  background-position: -154px -31px !important;
  left: 5px;
  top: 5px;
}
.sidebar.ask.button span {
  background-position: -249px -32px !important;
}
#sidebar-buttons.explain .sidebar.button {
  overflow: hidden;
  padding-right: 0px !important;
  width: 0px !important;
}
#sidebar-buttons #explain-trigger {
  background-color: #eee;
}
#sidebar-buttons.explain #explain-trigger {
  /*background-color: #fff;
  border: 1px solid #aaa;
  
  -o-box-shadow: 0 2px 3px #ccc;
  -moz-box-shadow: 0 2px 3px #ccc;
  -webkit-box-shadow: 0 2px 3px #ccc;
  */
}
#sidebar-buttons.explain #explain-trigger span {
  /*background-position: -171px -31px !important;*/
}
#sidebar-buttons.explain #explain-trigger span:hover {
  /*background-position: -172px -8px !important;*/
}
#hide-sidebar {
  color: #999;
  display: inline-block;
  visibility: hidden;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 14px;
}
#hide-sidebar span {
  font-size: 14px;
}
#hide-sidebar:hover {
  border: 0;
  color: #075b95;
}
#sidebar-buttons.explain #hide-sidebar {
  visibility: visible;
}

.vl-explain {
  display: none;
}

/* Tav Navigation */
.tab-nav {
  background: #f4f7f9;
  border-bottom: 1px solid #ddd;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 12px 0 10px 20px;
  -o-box-shadow: 0 6px 12px -3px #EEE;
  -moz-box-shadow: 0 6px 12px -3px #EEE;
  -webkit-box-shadow: 0 6px 12px -3px #EEE;
}
.tab-nav li {
  display: inline-block;
}
.tab-nav li.product-selector {
  display: block;
  margin: -2px 0 8px 0;
}
.navigation-arrow {
  background-color: #eee;
  background-position: -238px -163px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 12px;
}
.navigation-arrow:hover {
  border-bottom: 1px solid #ddd;
}
.navigation-arrow.gray {
  background-position: -238px -182px;
}
.navigation-arrow.right {
  background-position: -263px -163px;
}
.navigation-arrow.right.gray {
  background-position: -263px -182px;
}
.tab-nav #sidebar-add-note {
  margin-top: 2px;
}


/* Word List */

.word-list {
  margin: 8px 0;
}
.word-list li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
}
.word-list li:hover {
  background: #eee;
}
.word-list li a {
  color: #000;
  display: block;
  padding: 8px 4px;
}
.word-list li a:hover{
  border: 0;
}
.word-list li em {
  font-style: normal;
}
.word-list li span.right {
  float: right;
}
#pronunciation {
  color: #888;
  font-size: 13px;
}
#tab-3 p em.serif.small-text {
  margin: 0 2px 0 1px;
}


/* Concordance Indents */

#tab-2 > div > ul li,
#query-results ul li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  margin: 4px 0;
  padding: 4px 0;
}
#tab-2 > div ul ul,
#query-results ul ul {
  margin: 4px 0 4px 16px;
}


/* Notes related */

#tab-4 h2 {
  font-size: 18px; /* Same as h4 */
  margin: 0 0 8px 0;
}
#tab-4 form {
  font-family: 'Helvetica Neue',Arial,sans-serif;
}
#tab-4 form textarea {
  resize: both;
}
#tab-4 li.loader {
  position: relative;
  right: 8px;
  top: -4px;
}


/* Search box releated */

form.sidebar-search input {
  margin-left: 35px;
  vertical-align: bottom;
}
form.sidebar-search.journal input {
  margin-left: 20px;
}


/* ValuePack Box */
.value-notice {
  background: #fffcd7;
  border: 1px solid #eee;
  margin-top: 16px;
  padding: 8px;
}
.value-notice ul li {
  list-style-type: none;
}
#dashboard-tabs {
  /*bottom: -4px;
  margin: 36px 0 0 0;*/
    margin: 0;
  position: relative;
  width: 940px;
    margin-top: 13px;
}
#question-tabs {
  border-bottom: 1px solid #aaa;
  height: 36px;
  position: relative;
  margin: 36px 0 24px 0;
  padding: 0;
}
#dashboard-tabs li.first {
  margin-left: 0;
}
#question-tabs li.first {
  margin-left: 65px;
}
#dashboard-tabs li,
#question-tabs li {
  background: #eee;
  background: -linear-linear-gradient(bottom, #eee 1%, #eee 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #eee 1%, #eee 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #eee 1%, #eee 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #eee 1%, #eee 96%, #fff 97%);
  border: 1px solid #bbb;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: 1px;
}
#dashboard-tabs li.selected,
#question-tabs li.selected {
  background: #fff;
  background: -linear-linear-gradient(bottom, #fff 70%, #ddd 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #fff 70%, #ddd 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #fff 70%, #ddd 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #fff 70%, #ddd 96%, #fff 97%);
  border: 1px solid #999;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding-bottom: 1px;
  top: 0px;
}
#question-tabs li.selected:hover {
  background: -linear-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  border-bottom: 1px solid #fff;
}
#dashboard-tabs li.selected a,
#question-tabs li.selected a {
  color: #1e6bb2;
  font-weight: bold;
}
#dashboard-tabs li a,
#question-tabs li a {
  color: #777;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 10px 9px 6px 9px;
  position: relative;
  text-align: center;
  width: 85px;
}
#dashboard-tabs li:hover,
#question-tabs li:hover {
  background: #f4f7f9;
  border: 1px solid #bbb;
  border-radius: 4px 4px 0 0;
  background: -linear-linear-gradient(bottom, #ddd 1%, #f6f6f6 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #ddd 1%, #f6f6f6 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #ddd 1%, #f6f6f6 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #ddd 1%, #f6f6f6 96%, #fff 97%);
}
#question-tabs li:hover {
  border-bottom: 1px solid #ccc;
}
#question-tabs li a:hover {
  border: 0;
}



/* Dashboard Speciific */
#dashboard-tabs li {
  background: -linear-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  text-shadow: 0 1px #fff;
}
#dashboard-tabs li.selected,
#question-tabs li.selected {
  background: #fff;
  background: -linear-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #fff 70%, #eee 96%, #fff 97%);
}
#dashboard-tabs li a {
  color: #555;
}
#dashboard-tabs li a:hover {
  border: 0;
}
#dashboard-tabs span.selected-cover {
  background: #fff;
  bottom: -1px;
  display: block;
  height: 5px;
  left: -1px;
  position: absolute;
  width: 102.5%;
}
#dashboard-tabs li.selected:hover { 
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
/* Journal Options (appears in tipTip) */


ul#journal-options {
  overflow: hidden;
  position: relative;
  top: 3px;
}
ul#journal-options li {
  float: left;
  list-style-type: none;
  margin-right: 12px;
}
ul#journal-options li.color {
  margin-right: 6px;
}
ul#journal-options li:last-child{
  margin-right: 0;
}
ul#journal-options li a {
  border-bottom: 0;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}
ul#journal-options li a.highlight {
  background: #fae81a;
  border: 1px solid #666;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
}
ul#journal-options li a.highlight.red {
  background-color: #e25252;
}
ul#journal-options li a.highlight.green {
  background-color: #76ec74;
}
ul#journal-options li a.highlight.blue {
  background-color: #589eff;
}
ul#journal-options li a.highlight.purple {
  background-color: #a63df4;
}
ul#journal-options li a.highlight.pink {
  background-color: #ff6ff0;
}
ul#journal-options li a.highlight:hover {
  border: 1px solid #000;
  opacity: 0.7;
}
ul#journal-options li a.underline {
  background: transparent;
  border: 1px solid #555;
  line-height: 16px;
  padding: 0 4px;
  text-decoration: underline;
}
.topics-flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
html, body {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.center {
  text-align: center;
}
a {
  color: #075b95;
  text-decoration: none;
}
span.moderate {
  color: #e62525;
}
a.moderate {
  color: #e62525;
}
a:hover {
  color: #2193E1;
  border-bottom: 1px solid;
}
.no-hover a:hover {
  border: 0;
}

/* Titles */

h1,h2,h3,h4,h5,h6 {
  color: #333;
  font-weight: 500;
}
h1 {
  font-size: 30px;
  /*letter-spacing: 1px;*/
  line-height: 1.5;
  margin: 0 0 18px 0;
}
h2 {
  font-size: 24px;
  line-height: 1.5;
}
h3 {
  font-size: 21px;
  line-height: 1.5;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
  line-height: 1.5;
}
h6 {
  font-size: 14px;
  line-height: 1.5;
}
pre {
  white-space: pre-wrap;
}
em {
  font-style: italic;
}
ol.empty, ul.empty {
  list-style-type: none;
}
ol.inside, ul.inside {
  list-style-position: inside;
}
.ebible-time,
.scripture-gray,
.gray-text {
  color: #999;
  font-size: 12px;
}
.normal-weight {
  font-weight: normal;
}
.sans-serif {
  font-family: 'Helvetica Neue',Arial,sans-serif;
}
.serif {
  font-family: georgia, 'times new roman', times, serif;
}
.small-text {
  font-size: 11px;
}
.green {
  color: #090;
}
.blue {
  color: #1e6bb2;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
table.top {
  border: 0;
}
table.top tr td {
  padding-top: 12px;
  vertical-align: top;
}
table.strong-th tr th {
  font-weight: bold;
}
.strong {
  font-weight: bold;
}
.inside-list {
  list-style-position: inside;
}
.star {
  color: #090;
  font-size: 14px;
}


/* Dividers */

hr {
  background: #eee;
  border: 0;
  height: 1px;
  margin: 16px 0;
}
div.divider-940 { 
  background: url(/images/divider-940.png) no-repeat;
  height: 15px;
  width: 940px;
}


/* Pill Label */
.pill {
  background: #3A87AD;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  text-align: center;
  min-width: 15px;
}
.pill.small {
  padding: 0 4px;
}
.pill:hover {
  border-bottom: 0;
}
.pill.green {
  background: #090;
}
.pill.purple {
  background: #5d438f;
}
a.pill:hover {
  color: #fff;
}
.button .pill,
.gray-action-button .pill,
.green-action-button .pill,
.blue-action-button .pill {
  margin-right: 3px;
  padding: 1px 2px;
  text-shadow: 0 0;

}


/* Button */

.button {
  background: #dedede;
  background: linear-gradient(top, #fff 0%, #dedede 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dedede 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dedede', GradientType=0);
  border: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  border-radius: 3px;
  color: #555 !important;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}
.button:hover {
  color: #333 !important;
  border: 1px solid #bbb;
  box-shadow: 0 4px 6px -4px #aaa;
}
.button.active:hover {
  border: 1px solid #d4d4d4 !important;
  border-bottom: 0 !important;
  box-shadow: 0 4px 6px -4px #fff;
}
.button.light {
  border: 1px solid #ddd;
  border-bottom: 1px solid #c6c6c6;
  color: #555;
}
.button.small {
  font-size: 13px !important;
}
.button:active {
  background: -linear-linear-gradient(top, #eaeaea 62%, #f5f5f5 100%);
  background: -moz-linear-gradient(top, #eaeaea 62%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #eaeaea 62%, #f5f5f5 100%);
  background: -webkit-gradient(linear,0% 22%,0% 100%, from(#f5f5f5), to(#e6e6e6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f5f5f5', GradientType=0);
}
.button.active {
  background: -linear-linear-gradient(top, #ddd 0%, #fff 80%);
  background: -moz-linear-gradient(top, #ddd 0%, #fff 80%);
  background: -ms-linear-gradient(top, #ddd 0%, #fff 80%);
  background: -webkit-gradient(linear,0% 0%,0% 80%, from(#ddd), to(#fff));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}
.button.flat {
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 13px;
  padding: 8px;
}
.button.flat:hover {
  background: #ededed;
  border: 1px solid #ccc;
}
.button-link {
  background: none;
  border: 0;
  color: #075b95;
  cursor: pointer;
  display: inline;
  font-size: 13px;
  padding: 0;
}
.button-link.moderate {
  color: #e62525;
}
.button-link:hover {
  color: #2193E1;
  border-bottom: 1px solid;
}
.button.large {
  font-size: 15px;
  padding: 10px;
}
.button.red {
  background: -linear-linear-gradient(top, #d63a3a 62%, #c23636 100%);
  background: -moz-linear-gradient(top, #d63a3a 62%, #c23636 100%);
  background: -ms-linear-gradient(top, #d63a3a 62%, #c23636 100%);
  background: -webkit-linear-gradient(top, #d63a3a 62%, #c23636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63a3a', endColorstr='#c23636', GradientType=0);
  color: #fff !important;
}
.button.red:hover {
  color: #eee !important; 
}
.button.green {
  background: -linear-linear-gradient(top, #1f9032 62%, #156e24 100%);
  background: -moz-linear-gradient(top, #1f9032 62%, #156e24 100%);
  background: -ms-linear-gradient(top, #1f9032 62%, #156e24 100%);
  background: -webkit-linear-gradient(top, #1f9032 62%, #156e24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#156e24', endColorstr='#1f9032', GradientType=0);
  color: #fff !important;
}
.button.green:hover {
  color: #eee !important; 
}
.button.blue {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.button.blue:hover {
  color: #eee !important;
}
.green-action-button {
  background: #7dc750;
  background: -linear-linear-gradient(bottom, #357d16 1%, #7dc750 96%, #9ed557 97%);
  background: -moz-linear-gradient(bottom, #357d16 1%, #7dc750 96%, #9ed557 97%);
  background: -ms-linear-gradient(bottom, #357d16 1%, #7dc750 96%, #9ed557 97%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357d16', endColorstr='#7dc750');
  background: -webkit-linear-gradient(bottom, #357d16 1%, #7dc750 96%, #9ed557 97%);
  border: 1px solid #4ea229;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  text-shadow: 0 -1px #000;
}
.green-action-button:disabled,
.green-action-button:hover:disabled {
  background: #eee;
  border: 1px solid #ccc;
  color: #000;
  text-shadow: 0 0 0;
}
.blue-action-button {
  background: #ae1e1e;
  background: -linear-linear-gradient(bottom, #16447d 1%, #5d9bda 96%, #69baed 97%);
  background: -moz-linear-gradient(bottom, #16447d 1%, #5d9bda 96%, #69baed 97%);
  background: -ms-linear-gradient(bottom, #16447d 1%, #5d9bda 96%, #69baed 97%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16447d', endColorstr='#5d9bda');
  background: -webkit-linear-gradient(bottom, #16447d 1%, #5d9bda 96%, #69baed 97%);
  border: 1px solid #296aa2;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  text-shadow: 0 -1px #000;
}
.blue-action-button:hover {
  background: -linear-linear-gradient(bottom, #16447d 1%, #77b3ef 96%, #69baed 97%) !important;
  background: -moz-linear-gradient(bottom, #16447d 1%, #77b3ef 96%, #69baed 97%) !important;
  background: -ms-linear-gradient(bottom, #16447d 1%, #77b3ef 96%, #69baed 97%) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16447d', endColorstr='#5d9bda') !important;
  background: -webkit-linear-gradient(bottom, #16447d 1%, #77b3ef 96%, #69baed 97%) !important;
  border: 1px solid #296aa2;
  color: #fff !important;
}
.blue-action-button.small,
.green-action-button.small,
.moderate-action-button.small {
  font-size: 14px;
  padding: 6px;
}
.blue-action-button.xsmall,
.green-action-button.xsmall,
.moderate-action-button.xsmall {
  font-size: 13px;
  padding: 4px 6px
}
.green-action-button:hover {
   background: -linear-linear-gradient(bottom, #357d16 1%, #87d756 96%, #92ee80 97%);
  background: -moz-linear-gradient(bottom, #357d16 1%, #87d756 96%, #92ee80 97%);
  background: -ms-linear-gradient(bottom, #357d16 1%, #87d756 96%, #92ee80 97%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357d16', endColorstr='#92ee80');
  background: -webkit-linear-gradient(bottom, #357d16 1%, #87d756 96%, #92ee80 97%);
  border: 1px solid #459922;
  color: #fff;
}
.moderate-action-button {
  background: #ae1e1e;
  background: -linear-linear-gradient(bottom, #7d1616 1%, #e62525 96%, #ed6969 97%);
  background: -moz-linear-gradient(bottom, #7d1616 1%, #e62525 96%, #ed6969 97%);
  background: -ms-linear-gradient(bottom, #7d1616 1%, #e62525 96%, #ed6969 97%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d1616', endColorstr='#e62525');
  background: -webkit-linear-gradient(bottom, #7d1616 1%, #e62525 96%, #ed6969 97%);
  border: 1px solid #7b2020;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  text-shadow: 0 -1px #000;
}
.moderate-action-button:hover {
  background: -linear-linear-gradient(bottom, #7d1616 1%, #ef4444 96%, #ed6969 97%) !important;
  background: -moz-linear-gradient(bottom, #7d1616 1%, #ef4444 96%, #ed6969 97%) !important;
  background: -ms-linear-gradient(bottom, #7d1616 1%, #ef4444 96%, #ed6969 97%) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d1616', endColorstr='#ef4444') !important;
  background: -webkit-linear-gradient(bottom, #7d1616 1%, #ef4444 96%, #ed6969 97%) !important;
  border: 1px solid #7b2020;
  color: #fff !important;
}
.gray-action-button {
  background: #eee;
  background: -linear-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #ccc 1%, #eee 96%, #fff 97%);
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  text-shadow: 0 1px #fff;
}
.gray-action-button.small {
  font-size: 14px;
  padding: 6px;
}
.gray-action-button.xsmall {
  font-size: 13px;
  padding: 4px 6px
}
.gray-action-button:hover {
  background: -linear-linear-gradient(bottom, #ccc 1%, #f6f6f6 96%, #fff 97%);
  background: -moz-linear-gradient(bottom, #ccc 1%, #f6f6f6 96%, #fff 97%);
  background: -ms-linear-gradient(bottom, #ccc 1%, #f6f6f6 96%, #fff 97%);
  background: -webkit-linear-gradient(bottom, #ccc 1%, #f6f6f6 96%, #fff 97%);
  border: 1px solid #bbb;
  color: #000;
}
.expand {
  display: block;
  text-align: center;
}

a.button {
  display: inline-block;
  text-decoration: none;
}

input, select, textarea, .button {
  font-family: Helvetica, Arial, sans-serif;
}
textarea {
  resize: both;
}
input.placeholder {
  color: #aaa !important;
}

/* Code Blocks */

code {
  background: #fdf8f6;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px -4px #ddd;
  display: block;
  margin: 16px 0 36px 0;
  padding: 8px;
  -o-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
}


/* Profile layout */


.page-center.user {
  width: 940px;
}
.page-center.user .page-right {
  background: #eee;
  border: 1px solid #ddd;
  padding: 16px;
  width: 340px;
}
.page-center.user .page-left {
  width: 520px;
}


/* User Profile Page */

#user-profile h1 {
  font-size: 24px;
  margin: 0 0 16px 0;
}
#user-profile #user-header {
  padding: 6px 6px 12px 6px;
}
#user-profile #user-header h1 {
  margin: 0;
}
#user-profile #user-header p {
  margin: 0;
}
#user-profile #user-header h5 {
  margin-top: 4px;
}
#user-profile #user-img {
  margin-top: 8px;
  width: 120px;
}
#user-profile #user-img img {
  height: 100px;
  width: 100px;
}
#user-profile #user-description {
  width: 75%;
}

/* User Profile Activity */

#user-activity h3 {
  margin: 16px 0;
}
.user-item .icon {
  width: 35px;
}
.user-item .icon .green-action-button,
.user-item .icon .blue-action-button {
  font-size: 13px;
  padding: 2px 6px;
}
.user-item .item {
  width: 90%;
}
.user-item h4 {
  font-size: 14px;
}
.user-item p {
  margin-top: 8px;
}

/* Profile Sidebar */
#contributions .left,
#contributions .right {
  float: left;
  font-size: 21px;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
  width: 42%;
}
#contributions span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
#contributions .right {
  float: right;
}
hr.sidebar {
  margin: 4px;
}
.page-center.user .page-right h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0 12px 0;
}

/* Account Photo li */

li#account-form-photo img {
  float: left;
  margin: 0 12px 18px 0;
}


/* Facebook Buttons */

a#facebook-button {
  background-position: 0 -83px;
  display: block;
  height: 46px;
  text-indent: -999em;
  width: 230px;
}
a#facebook-button:hover {
  background-position: 0 -136px;
  border: 0;
}
a#facebook-button.signup {
  background-position: 0 -295px;
}
a#facebook-button.signup:hover {
  background-position: 0 -348px;
}
a#facebook-button.login {
  background-position: 0 -188px;
}
a#facebook-button.login:hover {
  background-position: 0 -241px; 
}


/* Verify Banner */

div#verify-banner {
  background: #3B6B9F;
  border-top: 1px solid #d9d9d9;
  bottom: 0;
  box-shadow: 0 -1px 6px 0 #aaa;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 99999999999;
}
div#verify-banner p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
div#verify-banner p a {
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  text-decoration: underline;
}
div#verify-banner p a:hover {
  border: 0;
}


/* Recommended Users (Corporate) */

div.corporate {
  background: -linear-linear-gradient(top, #fff 62%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 62%, #eee 100%);
  background: -ms-linear-gradient(top, #fff 62%, #eee 100%);
  background: -webkit-linear-gradient(top, #fff 62%, #eee 100%);
  border: 1px solid #eee;
  border-bottom: 1px solid #bbb;
  box-shadow: 0 4px 6px -4px #aaa;
  float: left;
  margin: 0 28px 28px 0;
  height: 150px;
  padding: 16px;
  width: 260px;
}
div.corporate.three {
  margin: 0;
}
div.corporate h3 {
  margin: 0 0 8px 0;
}
div.corporate p {
  font-size: 12px;
  line-height: 18px;
}
div.corporate > div.left {
  float: left;
  margin: 0 16px 0 0;
  width: 50px;
}
div.corporate > div.right {
  float: left;
  width: 190px;
}
div.corporate a.button {
  margin: 0 8px 8px 0;
}


/* Verify */
div#page.narrow-page.verify img.apps {
  float: left;
  margin: 0 24px 0 0;
}
div#page.narrow-page.verify h2 {
  margin: 0;
}
div#page.narrow-page.verify p {
  margin: 8px 0 12px 0;
  width: 520px;
}

#page.new-user .page-left {
  width: 480px;
}
#page.new-user .page-right {
  float: right;
  margin-left;
  margin-right: 0;
  width: 320px;
}
#page.new-user .form-container {
  width: 360px;
}

/* Billing */
#page.billing .form-container {
  width: 520px;
}


/* Custom Highlights */
span.highlight-label {
  border: 1px solid #999;
  display: inline-block;
  float: left;
  height: 16px;
  margin: 0 4px 4px 0;
  width: 16px;
}
span.highlight-label.small {
  height: 10px;
  width: 10px;
  margin-top: 5px;
  vertical-align: bottom;
}
span.highlight-label.yellow {
  background: #fae81a;
}
span.highlight-label.red {
  background-color: #e25252;
  border-color: #666;
}
span.highlight-label.green {
  background: #76ec74;
  border-color: #888;
}
span.highlight-label.blue {
  background: #589eff;
  border-color: #666;
}
span.highlight-label.purple {
  background: #a63df4;
  border-color: #555;
}
span.highlight-label.pink {
  background: #ff6ff0;
  border-color: #666;
}


/* Facebook Failed */
#facebook-failed {
  margin: 0 auto;
  width: 520px;
}
#facebook-failed p {
  color: #fff;
}
.cms-gq-article {
  border: 3px solid #eee;
  margin-bottom: 2em;
  padding: 2em;
}
/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/images/plugins/chosen//images/plugins/chosen/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/images/plugins/chosen//images/plugins/chosen/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/images/plugins/chosen//images/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 14px;;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/images/plugins/chosen/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/images/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/plugins/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url('/images/plugins/chosen/chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-shadow: 0 0 2px black;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
}

.modal-window.small {
    width: 30%;
}

.modal-window.large {
    width: 75%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}

.open {
    display: block;
}
.noUiSlider {
	width: 175px;
	border:	1px solid #CCC;
	height:	8px;
	background:	#EEE;
	-webkit-touch-callout: none;
}
.noUi-midBar {
	height: 100%;
	z-index: 0;
	background: #39C;
	-webkit-touch-callout: none;
}
.noUi-handle > div {
	position: absolute;
	width: 16px;
	height:	16px;
	top: -5px;
	left: -8px;
	z-index: 5;
	border: 1px solid #CCC;
	background: #EEE;
}
.noUi-handle > div:hover,
.noUi-handle > div.noUi-activeHandle {
	background: #ACE;
	border-color: #369;
}
.disabled > .noUi-midBar {
	background:	#999;
}
.disabled .noUi-handle > div {
	border-color: #CCC;
	background:	#CCC;
}


.pickadate__holder {
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 10000;
}

.pickadate__calendar--wrap {
    position: relative;
    max-width: 320px;
    min-width: 256px;
    max-height: 0;
    overflow-y: hidden;

    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

.pickadate__holder--opened .pickadate__calendar--wrap {
    top: .5em;
    max-height: 25em;

    -webkit-box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
       -moz-box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
            box-shadow: 0 6px 18px 1px rgba(0,0,0,.12);
}

.pickadate__calendar {
    padding: 1em;
    font-size: 1em;
    line-height: 1.5;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.pickadate__calendar--table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    margin-top: 1em;
}

.pickadate__weekday {
    width: 14.285714286%; /* 100/7 */
    font-size: .8em;
    padding-bottom: .5em;
    color: #999;
    font-weight: 500;
}


.pickadate__day--infocus:hover,
.pickadate__day--outfocus:hover,
.pickadate__month--prev:hover,
.pickadate__month--next:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}


.pickadate__month--nav {
    position: relative;
}

.pickadate__month--prev,
.pickadate__month--next {
    position: absolute;
    top: 0;
    padding: .5em;
    margin: -.5em;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 26px;
}

.pickadate__month--prev {
    left: 0;
}
.pickadate__month--next {
    right: 0;
}

.pickadate__year--wrap {
  display: none;
}
.pickadate__month--wrap,
.pickadate__year--wrap {
    text-align: center;
}

.pickadate__month {
    font-weight: 500;
}

.pickadate__year {
    font-size: .66em;
    color: #999;
    font-weight: bold;
}

.pickadate__month--selector,
.pickadate__year--selector {
    font-size: .8em;
    border: 1px solid #ccc;
    height: 32px;
}

.pickadate__month--selector {
    margin-bottom: .5em;
    width: 50%;
}

.pickadate__year--selector {
    width: 32%;
}


.pickadate__day {
    padding: .33em 0 .25em;
    font-weight: 100;
    border: 1px solid #fff;
    margin: -1px -1px 0;
}

.pickadate__day--outfocus {
    color: #ccc;
}

.pickadate__day--today {
    color: #0089ec;
    position: relative;
}

.pickadate__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent;
}

.pickadate__day--selected,
.pickadate__day--selected:hover {
    background: #0089ec;
    color: #fff;
}

.pickadate__day--highlighted,
.pickadate__day--highlighted:hover {
    border-color: #0089ec;
}

.pickadate__day--disabled,
.pickadate__day--disabled:hover {
    background: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.pickadate__day--disabled:before {
    border-top-color: #aaa;
}







/* TipTip CSS - Version 1.2 */


#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 8px;
}

#tiptip_holder.tip_bottom {
  padding-top: 8px;
}

#tiptip_holder.tip_right {
  padding-left: 8px;
}

#tiptip_holder.tip_left {
  padding-right: 8px;
}

#tiptip_content {
  font-size: 11px;
  line-height: 18px;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #999;
  border-bottom: 1px solid #777;
  background: #fff;
  background-image: -linear-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  background-image: -moz-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 2px 14px 2px #aaa;
  -moz-box-shadow: 0 2px 14px 2px #aaa;
  -webkit-box-shadow: 0 2px 14px 2px #aaa;
}

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #777;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #777;
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #777;
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #777;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #eee;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #eee;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #eee;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #eee;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: #eee;
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
    border-bottom-color: #eee;
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner { 
    border-top-color: #eee;
  }
}


/* eBible Tip Tip */

#tiptip_holder a {
  border-bottom: 1px solid #aaa;
}
#tiptip_holder a:hover {
  border-bottom: 1px solid #075b95;
}
.tip-tip-click,
.tip-tip-xref {
  cursor: pointer;
}
