html {
  height: 100%; }

body {
  font-family: 'Lato', Arial sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #262626;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

body a {
  text-decoration: none;
  color: #262626;
  font-size: inherit; }

h1 {
  color: white;
  font-weight: 300;
  font-style: normal;
  font-size: x-large; }

h1 a {
  font-size: 100%; }

h2 {
  font-size: 1.6em;
  color: #1E1E1E;
  font-weight: 300; }

h3 {
  font-size: 1.3em;
  color: #1E1E1E;
  font-weight: 300; }

h4 {
  font-size: 1.1em;
  color: #1E1E1E;
  font-weight: 300; }

/* Links turn red on hover */
a:hover {
  color: #FF0000 !important; }

a {
  text-decoration: underline;
  color: #595959;
  font-weight: 300; }

a, a:hover {
  /*	color: #990000; */
  /*	color: #214277; */
  /*	color: #003399; */ }

.term_links:hover {
  color: #ff0000 !important; }

input {
  font-family: 'Varela Round', sans-serif;
  font-size: 0.75rem; }

form {
  margin: 0; }

.lg-binder-text {
  font-size: medium; }

.lg-binder-text a {
  font-weight: 400;
  color: black; }

.fixed-header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 5000;
  background-color: white; }

.page-content {
  margin-left: 60px;
  min-height: 650px;
  height: 100%; }

.page-content-mobile {
  height: 100%; }

.nav-bar-left {
  height: 100%;
  background-color: #425cbb;
  width: 60px;
  margin-left: -100%;
  margin-top: -1px;
  float: left; }

.nav-bar-top {
  width: 100%;
  background-color: #425cbb; }

.page-content-wrapper {
  float: left;
  width: 100%; }

.innertube {
  margin: 6px;
  /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0; }

.title-bar-left {
  font-size: 11px;
  float: left;
  width: 150px; }

.title-bar-middle {
  float: left;
  width: 150px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px; }

.title-bar-right {
  float: right;
  width: 200px;
  text-align: right;
  margin-top: 2px;
  margin-right: 10px;
  color: black;
  font-weight: 400; }

.title-bar-right > a {
  color: black;
  font-weight: 400; }

.title-bar-right > a:hover {
  color: red; }

.content-box {
  width: 542px;
  height: 18px;
  background-color: #BDCACB; }

.view-entry {
  float: left;
  padding: 4px 4px 4px 4px;
  width: 150px;
  height: auto;
  margin: 0px 10px 0px 10px;
  z-index: 10; }

.view-entry img {
  font-size: xx-small; }

.option-links {
  display: none;
  z-index: 40;
  position: absolute;
  min-height: 20px;
  margin-top: 100px;
  min-width: 140px;
  background-color: #F0F0F0;
  opacity: .9;
  padding: 0px 6px 4px 6px;
  margin-left: auto;
  margin-right: auto; }

div.option-links > a {
  display: block;
  word-break: break-word;
  color: black;
  font-weight: 400; }

.view-entry:hover .option-links {
  display: block; }

.lg-view-entry:hover .option-links {
  display: block; }

.clear-floats {
  clear: both; }

.flags {
  position: relative;
  top: -20px;
  left: 64px;
  height: 0px; }

/* Layout */
.layout-table {
  float: left;
  width: 560px;
  font-size: 11px; }

.content-container {
  margin-top: 14px;
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  height: 100%;
  position: relative; }

.content-container-binders {
  margin-top: 65px;
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  height: 100%;
  position: relative; }

.content-container-binders h1 {
  color: red; }

.layout-nav {
  text-align: right; }

.layout-footer {
  color: #393939;
  background-color: #f0f0f0;
  text-align: left;
  padding: 10px 10px 10px 10px;
  min-width: 360px;
  min-height: 100px;
  line-height: 150%;
  margin-top: 4px;
  tex-align: center; }

.layout-footer a {
  color: #393939;
  margin-left: 4px;
  font-weight: 300;
  text-decoration: none; }

.layout-footer img {
  vertical-align: middle; }

.footer-container {
  display: inline-block; }

.footer-columns {
  float: left;
  width: 150px;
  text-align: left; }

.featured-content {
  width: 550px;
  min-height: 510px;
  border: 1px solid #D7D7D7;
  background-color: white;
  text-align: left; }

/* Hides IE hack from IE5-mac \*/
* html .featured-content {
  position: relative;
  top: -22px; }

.featured-content-text {
  padding: 20px; }

.left-side {
  float: left;
  width: 100%; }

.outer {
  float: left;
  width: 100%;
  margin-left: 2px;
  z-index: 1;
  min-height: 800px; }

.binder-content {
  min-height: 520px;
  min-width: 300px;
  text-align: left;
  padding: 20px 8px 0px 8px; }

.binder-content h1 {
  margin-left: 30px;
  margin-top: -4px;
  float: left;
  margin-bottom: 40px; }

.binder-content-header {
  text-align: left;
  height: 20px;
  color: #777777; }

.binder-content-header a {
  color: #777777; }

.binder-content-footer {
  padding: 8px 8px 0px 8px;
  height: 24px;
  color: #000;
  text-align: right;
  font-size: 0.75rem;
  background-color: #BABABA;
  border: 1px solid #BABABA;
  font-weight: bold;
  float: right; }

.binder-content-footer a {
  font-weight: 400;
  color: black; }

.binder-content-footer a:hover {
  color: red; }

.right-side-bar {
  float: right;
  width: 270px; }

/* Hides IE hack from IE5-mac \*/
* html .right-side-bar {
  width: 270px; }

/* End hide from IE5-mac */
.about-content-header img {
  float: right;
  margin-right: 12px; }

.about-content-header-left {
  text-align: left;
  width: 100%;
  padding: 8px 0px 4px 8px;
  background-color: #BABABA;
  z-index: 250; }

.about-content-left {
  width: 88%;
  padding: 10px;
  background-color: white;
  border: solid 1px #D3D3D3;
  font-size: small;
  font-weight: normal;
  text-align: left;
  margin-bottom: 8px;
  z-index: 200; }

.about-content-left p {
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  font-weight: 400; }

.about-content {
  background-color: #F0F0F0;
  z-index: 200;
  padding: 6px; }

/* Hides IE hack from IE5-mac \*/
* html .about-content {
  position: relative;
  top: -22px; }

/* End hide from IE5-mac */
.about-content h3 {
  font-size: 14px; }

.about-content-header {
  text-align: left;
  background-color: #D4D4D4;
  padding: 6px; }

.about-content p {
  margin-right: 12px;
  margin-top: -0.2em; }

.about-content ul {
  margin-left: -14px; }

.about-content a:hover img {
  border: 0px solid white; }

.arrow-img {
  position: relative;
  right: 10px;
  top: -6px;
  text-decoration: none;
  border: 0px; }

.shelf-details-arrow-img {
  float: right;
  margin-right: 12px;
  margin-top: -8px;
  text-decoration: none;
  border: 0px; }

table.about-content-table {
  width: 94%;
  font-size: 11px; }

.signup-form {
  width: 540px;
  min-height: 470px;
  padding-left: 10px;
  border: 1px solid #D7D7D7;
  background-color: #EEEEEE;
  font-size: 11px; }

.login-form {
  width: 280px;
  min-height: 20px;
  background-color: #FFF; }

.login-note {
  width: 240px;
  padding: 10px;
  border: 1px solid #D7D7D7;
  background-color: #EEEEEE;
  font-size: 11px; }

.group-icon {
  width: 80px;
  height: 80px;
  background-image: url("/assets/icons/group-b76e824d903ecf8e6819506d62b5bc403eb62d667c00acbf5aecec8732e227d5.gif");
  border: 0px none;
  cursor: pointer; }

.fieldWithErrors {
  border-left: 1px solid #990000; }

.my-tab-contentS {
  text-decoration: none;
  font-size: small;
  z-index: 1;
  text-align: center; }

.my-tab-contentS img {
  position: relative;
  margin-right: 2px;
  margin-left: 2px;
  background-repeat: no-repeat;
  z-index: 1; }

/*
 * www.spiffycorners.com
 */
.spiffy-tab-content {
  text-align: left; }

/* Hides IE hack from IE5-mac \*/
* html .spiffy-tab-content {
  position: relative;
  top: -22px; }

.spiffy-tab-end {
  text-align: center; }

.spiffy-sub-tab {
  background-color: #FFFFFF;
  padding: 10px 10px 10px 20px;
  text-align: center;
  font-size: 11px; }

.my-sub-tab-bar {
  width: 100%;
  height: 44px;
  z-index: 2;
  background-color: #FFFFFF;
  /* border-bottom: #d3d3d3 1px solid; */
  margin-bottom: 0px;
  overflow: hidden; }

.my-sub-tab-bar-grey {
  width: 100%;
  min-height: 23px;
  z-index: 2;
  background-color: #F7F7F7;
  /* border-bottom: #d3d3d3 1px solid; */
  margin-bottom: 0px;
  overflow: hidden; }

.my-subtab-bar-spacer {
  float: left;
  width: 30px;
  height: 10px; }

.my-sub-tab {
  padding-top: 10px;
  margin: 0 8px 0 10px;
  background-image: url("/assets/sub_nav_middle-1d9052f1f31a3358f3e2a349984dd2064b155f5c9adf705689e7fb03ddc839a8.gif");
  background-repeat: repeat-x;
  height: 29px;
  font-size: 11px;
  font-weight: bold;
  z-index: 0; }

/* Hides IE hack from IE5-mac \*/
* html .my-sub-tab {
  position: relative;
  top: -32px;
  z-index: -3; }

/* End hide from IE5-mac */
.my-sub-tab-right {
  float: right;
  width: 10px;
  margin-left: -10px;
  margin-top: -39px;
  background-image: url("/assets/sub_nav_right_2-c279be3b189f49dbfbf14e2bcae53764ba14b1728f0fd950479b790b92c6e92c.gif");
  background-repeat: no-repeat;
  height: 29px; }

/* Hides IE hack from IE5-mac \*/
* html .my-sub-tab-right {
  margin-top: -69px; }

/* End hide from IE5-mac */
.my-sub-tab-left {
  float: left;
  width: 10px;
  /*Width of left column*/
  background-image: url("/assets/sub_nav_left_2-9833847edc6935a5c5ef664d8055b11df092d4abbb09d8f7d10a266fc634471a.gif");
  background-repeat: no-repeat;
  height: 29px; }

/* Hides IE hack from IE5-mac \*/
* html .my-sub-tab-left {
  margin-right: -20px;
  margin-top: -32px; }

/* selected */
.spiffyS {
  display: block;
  font-size: 11px; }

.spiffyS * {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #BDCACB; }

.spiffyS1 {
  border-right: 1px solid #fcfcfc;
  padding-right: 1px;
  margin-right: 3px;
  border-left: 1px solid #fcfcfc;
  padding-left: 1px;
  margin-left: 3px;
  background: #fdfdfd; }

.spiffyS2 {
  border-right: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  padding: 0px 1px;
  background: #fefefe;
  margin: 0px 1px; }

.spiffyS3 {
  border-right: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
  margin: 0px 1px; }

.spiffyS4 {
  border-right: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc; }

.spiffyS5 {
  border-right: 1px solid #fdfdfd;
  border-left: 1px solid #fdfdfd; }

.spiffy_contentS {
  padding: 0px 5px 5px 5px;
  background-color: #BDCACB;
  height: 22px;
  width: 100%;
  font-size: 13px;
  font-weight: bold; }

.spiffy_contentSB {
  padding: 0px 5px;
  background: #BDCACB;
  font-size: 13px;
  font-weight: bold; }

/* Hides IE hack from IE5-mac \*/
* html .spiffy_contentSB {
  position: relative;
  top: -24px; }

/* End hide from IE5-mac */
.spiffy_contentSC {
  padding: 0px 5px;
  background: #BDCACB;
  text-align: center; }

/* not selected */
.spiffy {
  display: block; }

.shelf-menu {
  padding: 10px;
  width: 100%;
  /* IE */
  width: 200px;
  height: auto;
  border: 1px solid #DDDDDD;
  margin: 2px;
  display: none;
  z-index: 50;
  position: absolute;
  background-color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  line-height: 18pt;
  font-weight: bold; }

.shelf-menu p {
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px; }

a.mybut {
  border: 0px solid #000000;
  text-decoration: none; }

a.mi {
  border: 0px;
  color: black;
  font-weight: 400; }

a.mi:hover {
  color: red; }

a.mi#mi-ok {
  text-align: center; }

a.mybut:hover {
  border-color: red;
  color: black; }

a.mybut.hover {
  display: block; }

.coveremall {
  /* For debugging
   *
  background-color: #99ccbb; 
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
   *
   */
  cursor: move;
  display: none;
  position: absolute;
  top: 75px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000; }

/*text boxes for about, help, etc.*/
.text-container {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px; }

.text-container-new {
  width: 100%;
  min-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  border: 3px solid #CCCCCC;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 1.2em; }

.full-text {
  padding: 20px 20px 20px 20px;
  border: 3px solid #CCCCCC;
  background-color: white; }

.text-insert {
  text-align: left;
  margin: 10px; }

.text-insert h1 {
  margin-bottom: 10px;
  color: #616161; }

.text-insert a {
  color: #262626;
  text-decoration: underline; }

/* Hides IE hack from IE5-mac \*/
* html .full-text {
  position: relative;
  width: 820px;
  margin-left: 18px; }

/* End hide from IE5-mac */
.full-text p {
  font-size: 14px;
  font-weight: normal; }

.full-text ol {
  font-size: 14px;
  font-weight: normal; }

.full-text h3 {
  font-size: 16px;
  font-weight: bold; }

.full-text a {
  font-size: 14px;
  font-weight: normal;
  color: #4675a5; }

.full-text ul {
  font-size: 14px;
  font-weight: normal; }

.faq-divider {
  text-align: right;
  font-size: 11px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #BDBDBD; }

.faq-divider a {
  color: #616161; }

.binder-name-bar {
  word-wrap: break-word;
  overflow: hidden;
  height: 58px;
  font-size: small;
  margin: 6px 0px 6px 0px;
  text-overflow: ellipsis; }

.binder-name-bar > span > a {
  line-height: 1.5;
  color: black;
  font-weight: 400; }

.binder-name-bar.binder-get-face {
  height: 34px; }

.binder-name-bar.binder-get-face > a {
  color: black;
  font-weight: 400; }

.binder-name-bar img {
  position: relative;
  top: 5px;
  left: 0px; }

/* styles for the star rater */
.star-rating {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 70px;
  height: 20px;
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") top left repeat-x; }

.star-rating li {
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */ }

.star-rating li a {
  display: block;
  width: 14px;
  height: 20px;
  text-decoration: none;
  text-indent: -9000px;
  position: absolute;
  padding: 0px; }

.star-rating li a:hover {
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") left bottom;
  left: 0px; }

.star-rating a.one-star {
  left: 0px; }

.star-rating a.one-star:hover {
  width: 14px; }

.one-star-rating {
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") left bottom;
  z-index: 1;
  left: 0px;
  width: 14px;
  height: 14px; }

.star-rating a.two-stars {
  left: 14px; }

.star-rating a.two-stars:hover {
  width: 28px; }

.two-star-rating {
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") left bottom;
  z-index: 1;
  left: 14px;
  width: 28px;
  height: 14px; }

.star-rating a.three-stars {
  left: 28px; }

.star-rating a.three-stars:hover {
  width: 42px; }

.three-star-rating {
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") left bottom;
  z-index: 1;
  left: 28px;
  width: 42px;
  height: 14px; }

.star-rating a.four-stars {
  left: 32px; }

.star-rating a.four-stars:hover {
  width: 56px; }

.four-star-rating {
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") left bottom;
  z-index: 1;
  left: 42px;
  width: 56px;
  height: 14px; }

.star-rating a.five-stars {
  left: 56px; }

.star-rating a.five-stars:hover {
  width: 70px; }

.five-star-rating {
  background: url("/assets/shelf_star_rating-7907e393f17a256bf7fc2a63f398265d762e350c00fc05ccbb8cde169cd98ff0.gif") left bottom;
  z-index: 1;
  left: 56px;
  width: 70px;
  height: 14px; }

.stickynote {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 500px;
  top: 170px;
  border: 1px solid #878787;
  background-color: #FFD455;
  text-align: left;
  padding: 10px;
  z-index: 100;
  opacity: .60; }

.cat {
  float: left;
  width: 120px; }

.top-image {
  text-align: center;
  min-width: 850px;
  margin-left: auto;
  margin-right: auto; }

/* IE7-only hack */
*:first-child + html .top-image {
  margin-top: 10px; }

.cat-title {
  margin: 6px 10px 10px 0px;
  color: #000000;
  font-size: 14px;
  font-weight: bold; }

#passwordStrength {
  height: 10px;
  display: block;
  float: left;
  margin: 3px; }

.strength0 {
  width: 0px;
  background: #cccccc; }

.strength1 {
  width: 40px;
  background: #ff0000; }

.strength2 {
  width: 80px;
  background: #ff5f5f; }

.strength3 {
  width: 120px;
  background: #56e500; }

.strength4 {
  background: #4dcd00;
  width: 160px; }

.strength5 {
  background: #399800;
  width: 200px; }

.about-page {
  text-align: center;
  color: #5A5A5A; }

.about-page h1 {
  font-size: 2.2em; }

.about-page h2 {
  font-size: 2.2em; }

.about-page h3 {
  font-size: 1.6em;
  font-weight: normal; }

/*syle for pop-up help - set the location in the html */
#help-text {
  background-color: #FBE47B;
  border: 2px solid #C3C3C3;
  width: 260px;
  text-align: left;
  height: 190px;
  padding: 8px;
  opacity: 0.9;
  z-index: 9002; }

#help-text input {
  margin-left: 90px; }

/*begin syles for printing cards */
.card-form {
  width: 450px;
  height: 200px;
  padding: 50px 20px 50px 20px; }

.card-contents {
  float: left;
  padding-left: 40px; }

/*syle for pop-up help - set the location in the html */
#help-text {
  background-color: #FBE47B;
  border: 2px solid #C3C3C3;
  width: 260px;
  height: 120px;
  padding: 8px;
  opacity: 0.9;
  z-index: 9002; }

/*syle for pop-up video window - set the location in the html */
#video-window {
  background-color: #EEEEEE;
  border: 2px solid #C3C3C3;
  width: 650px;
  height: 520px;
  padding: 8px;
  z-index: 9002; }

.video-icon-text {
  float: left;
  width: 70%; }

.video-icon {
  float: left;
  margin-left: 50px;
  margin-top: 10px; }

.questions {
  position: relative;
  float: left;
  text-align: left;
  z-index: 0; }

.questions:hover {
  background-color: transparent;
  text-decoration: none;
  z-index: 50; }

.questions-top {
  background-color: transparent;
  background-image: url("/assets/help_border_t-91526899948035ceea9788522e20706b4652d5054ed05825f03e0633c18f6a20.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 25px;
  width: 250px; }

.questions-bot {
  background-color: transparent;
  background-image: url("/assets/help_border_b-8c2a4f3cc979def7bee69dd0d6764d524d833b40a794f4d743944b6098a6050d.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 27px;
  width: 250px; }

.questions span {
  /*CSS for pop-up*/
  position: absolute;
  visibility: hidden;
  text-align: left;
  text-decoration: none;
  width: 250px; }

#questions-mid {
  background-color: transparent;
  background-image: url("/assets/help_border_m-222f27beb82c277ff1a04c870a3aa92c618d2e6bdc24396638e73bb855288973.png");
  background-position: -0px -0px;
  background-repeat: repeat-y; }

.questions li {
  margin-right: 20px;
  margin-left: 10px; }

.questions span img {
  /*CSS for pop-up*/
  border-width: 0;
  padding: 2px; }

.questions:hover span {
  /*CSS for pop-up on hover*/
  visibility: visible;
  color: black;
  text-decoration: none;
  top: 0;
  left: 60px;
  /*position where pop-up should offset horizontally */ }

/*Making bullet list because IE doesn't want to do uls */
.bullet {
  background: url("/assets/icons/bullet-15b19674ce6b1dda8ac1fc0bc9ed264ac2c22b963cb40934b6658de6250ca1cd.gif");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 24px;
  vertical-align: top; }

/* styles added for LiveBinder It formatting */
.lbi-header-top {
  background: url("/player_background_dk.gif") repeat top right;
  height: 32px;
  width: 100%;
  color: #37545A;
  margin-top: -6px; }

.lbi-header-top a {
  color: #37545A;
  font-size: 12px;
  font-weight: bold; }

.lbi-header-line {
  background: url("/assets/player_top_line-4ab3e39c1b7c6f2c7eb444c8902f9da5745c5ac286719a87d21cb93b197117fe.gif") repeat-x;
  font-size: 5px;
  height: auto;
  padding: 0;
  margin: 0;
  width: 98%;
  padding-left: 12px;
  padding-right: 12px; }

.lbi-main {
  padding: 10px 10px 4px 20px;
  line-height: 130%;
  margin-right: auto;
  margin-left: auto; }

.lbi-main input {
  font-size: small; }

.block-2 {
  background-image: url("/assets/block_2-536f4bc607b3df1f5da554897e29344880a458d8fb1cbe9a59b058ad8676136c.gif");
  background-repeat: no-repeat;
  height: 148px;
  margin-top: -20px; }

#close-modal-window {
  position: relative;
  top: 0px;
  text-align: right;
  margin-right: -14px;
  margin-bottom: 6px; }

.close-modal-window {
  position: relative;
  top: 0px;
  text-align: right;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 6px; }

.close-modal-window a {
  color: #333333;
  font-weight: bold; }

/*
/* Hides IE hack from IE5-mac \*/
* html .modal-window {
  height: 2000px;
  width: 110%;
  display: none; }

.modal-window {
  display: none; }

.modal-window-background {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: relative;
  z-index: 7000;
  opacity: .2;
  filter: alpha(opacity=40); }

.modal-window-login-content {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 160px;
  width: 270px;
  margin-left: -125px;
  margin-top: -125px;
  z-index: 8000;
  text-align: center;
  border: 1px solid #969696; }

* html #modal-window-login-content {
  left: 50%; }

.modal-window-signup-content {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 160px;
  width: 400px;
  height: 440px;
  margin-left: -125px;
  margin-top: -125px;
  z-index: 7000;
  text-align: left;
  border: solid 2px #950202;
  padding: 0 20px 0 20px; }

#modal-window-background {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: relative;
  z-index: 7000;
  opacity: .2;
  filter: alpha(opacity=40); }

#modal-window-login-content {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 160px;
  width: 270px;
  margin-left: -125px;
  margin-top: -125px;
  z-index: 8000;
  text-align: center;
  border: 1px solid #969696;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 14px 1px #404040;
  padding: 0 20px 0 20px; }

* html #modal-window-login-content {
  left: 50%; }

#modal-window-signup-content {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 160px;
  width: 400px;
  height: 440px;
  margin-left: -125px;
  margin-top: -125px;
  z-index: 7000;
  text-align: left;
  border: solid 2px #950202;
  padding: 0 20px 0 20px; }

* html #modal-window-signup-content {
  left: 50%; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer {
  position: relative;
  height: 210px; }

.gallerycontainer ul {
  list-style: none; }

.thumbnail:hover {
  background-color: transparent; }

.thumbnail span {
  /*CSS for enlarged image*/
  position: absolute;
  width: 400px;
  padding: 5px;
  left: -400px;
  visibility: hidden;
  color: black;
  text-decoration: none;
  background-image: url("/assets/block_3-15fed391f8263280ab28e6fcf6eebdc7ff7a7d4e8f6a9753e8feb6b2f42d9ca4.gif");
  background-repeat: no-repeat; }

.thumbnail span img {
  /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px; }

.thumbnail:hover span {
  /*CSS for enlarged image*/
  visibility: visible;
  top: 0;
  left: 230px;
  /*position where enlarged image should offset horizontally */
  z-index: 50; }

.lbi-boxes {
  padding: 12px 12px 12px 12px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  max-width: 94%;
  margin-right: 10%; }

.private-icon {
  position: absolute;
  background: url("/assets/icons/private-c0d0d8fa1cb302f46995a7ed7bd79513223ac9c91713c2270f302e856ef8243e.gif") no-repeat;
  top: 4em;
  left: 5em;
  z-index: 3000; }

.maintenance-alert {
  text-align: left;
  border: 2px solid #D39A27;
  background-color: #ffffff;
  font-size: 12px;
  color: black;
  margin-left: 10px;
  margin-top: 6px; }

.binder-header-top {
  background-color: white;
  border-bottom: solid 1px #D3D3D3;
  color: #1A1A1A;
  height: 34px;
  margin: 0 0 8px 0;
  padding: 4px 12px 0px 12px;
  z-index: 500; }

.binder-header-top a {
  color: #333333;
  margin-top: 12px;
  font-size: small; }

.binder-header-line {
  font-size: 6px;
  background: url("/assets/player_top_line-4ab3e39c1b7c6f2c7eb444c8902f9da5745c5ac286719a87d21cb93b197117fe.gif") repeat-x;
  height: 6px;
  padding: 0;
  margin: 0; }

.highlight-box {
  float: right;
  background-color: #F0F0F0;
  border: 0px solid #CCCCCC;
  padding: 0px 12px 0px 14px; }

.list-view {
  min-height: 60px;
  border-bottom: solid 1px #D6D6D6;
  margin: 4px 10px 0px 30px;
  padding: 6px 6px 4px 6px;
  color: black;
  font-weight: 400; }

.list-view a {
  color: black;
  font-weight: 400; }

.list-view a:hover {
  color: red; }

.list-view:hover {
  background-color: #F0F0F0;
  margin-top: 6px; }

.list-view:hover .option-links {
  display: block;
  margin-top: 6px; }

.list-view img {
  font-size: xx-small; }

.left-nav {
  width: 190px;
  float: left;
  margin-left: -100%;
  text-align: left;
  min-height: 300px;
  z-index: 100;
  overflow: hidden; }

.left-nav-button-on {
  background-color: #D4D4D4;
  border: solid 1px #D4D4D4;
  color: black; }

.left-nav-button-off {
  background-color: #D4D4D4;
  border: solid 1px #D4D4D4;
  color: black;
  font-weight: 400; }

div.left-nav > #announcement a:hover {
  color: red !important; }

.left-nav-sub-button-on {
  background-color: #ffffff;
  border: solid 1px #F0F0F0;
  color: black; }

.left-nav-sub-button-off {
  background-color: #f0f0f0;
  border: solid 1px #f0f0f0;
  color: black; }

.left-nav a {
  color: black;
  font-weight: 400; }

div.left-nav > .about-content a:hover {
  color: red !important; }

.left-nav a:hover {
  color: black !important; }

.left-nav-sub-button-on a {
  text-decoration: none;
  color: #000; }

.left-nav-sub-button-on img {
  float: right;
  /* margin-right:6px; */
  margin-top: 2px; }

.left-nav-sub-button-off a {
  text-decoration: none;
  color: #000; }

.left-nav-sub-button-off img {
  float: right;
  /* margin-right:6px; */
  margin-top: 2px; }

.left-nav-button-on a {
  text-decoration: none;
  color: #000; }

.left-nav-button-on img {
  float: right;
  /* margin-right:6px; */
  margin-top: 2px; }

.left-nav-button-off a {
  text-decoration: none;
  color: #000; }

.left-nav-button-off img {
  float: right;
  /* margin-right:6px; */
  margin-top: 2px; }

.dashboard {
  background-color: #AAAAAA;
  text-align: center; }

.shelf-menu-button {
  background-color: white;
  margin: 4px 4px 4px 4px;
  width: 72px;
  height: 76px;
  border-radius: 7px 7px 7px 7px;
  text-align: center;
  display: inline-block;
  padding: 4px 4px 4px 4px; }

.shelf-menu-button-content {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  line-height: .95em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.shelf-menu-button-content img {
  margin-right: auto;
  margin-left: auto;
  width: 36px; }

.edit-menu-button-content a {
  text-decoration: none; }

.dashboard-dialog {
  padding: 6px;
  border: solid 1px #CECECE;
  background-color: #fff;
  min-height: 90px;
  overflow: auto;
  color: black;
  font-weight: 400; }

.tab-nav-on a {
  text-decoration: none;
  color: #fff;
  float: left; }

.tab-nav-on img {
  margin-top: 6px;
  margin-bottom: 6px; }

.tab-nav-on {
  height: 30px;
  width: 60px;
  padding: 0px 0px 2px 0px; }

.tab-nav-off img {
  margin-top: 6px;
  margin-bottom: 6px; }

.tab-nav-off {
  height: 30px;
  width: 60px;
  padding: 0px 0px 2px 0px;
  display: inline-block; }

.m-tab-nav-on a {
  text-decoration: none;
  color: #fff; }

.m-tab-nav-on a:hover {
  color: #fff !important; }

.m-tab-nav-off a:hover {
  color: #fff !important; }

.m-tab-nav-off a.upgrade-link:hover {
  color: #f3e051 !important; }

.upgrade-link {
  color: #f3e051 !important; }

.m-tab-nav-on img {
  margin-top: 2px; }

.m-tab-nav-on {
  float: left;
  text-align: center;
  height: 30px;
  width: 93px;
  padding: 4px 0px 2px 0px; }

.m-tab-nav-off img {
  margin-top: 2px; }

.m-tab-nav-off {
  float: left;
  text-align: center;
  height: 30px;
  width: 93px;
  padding: 4px 0px 2px 0px;
  display: inline-block; }

.m-tab-nav-off a {
  text-decoration: none;
  color: #fff; }

.tab-container {
  display: table;
  margin: auto; }

.subtab-nav-on {
  min-width: 117px;
  min-height: 21px;
  margin-bottom: -3px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
  display: inline-block;
  border-top: solid 1px #F0F0F0;
  border-right: solid 1px #F0F0F0;
  border-left: solid 1px #F0F0F0;
  background-color: #F7F7F7;
  text-align: center;
  z-index: 300;
  /* crazy stuff below here needed to get IE6 and IE7 to work */
  zoom: 1;
  *display: inline;
  _height: 18px; }

.subtab-nav-off {
  min-width: 117px;
  min-height: 18px;
  margin-right: 4px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 3px;
  display: inline-block;
  border-top: #EDEDED 1px solid;
  border-left: #EDEDED 1px solid;
  border-right: #EDEDED 1px solid;
  background-color: #FFFFFF;
  /* crazy stuff below here needed to get IE6 and IE7 to work */
  zoom: 1;
  *display: inline;
  _height: 18px; }

.tab-nav-off a {
  text-decoration: none;
  color: #fff; }

.subtab-nav-on a {
  text-decoration: none;
  color: #555555; }

.subtab-nav-off a {
  text-decoration: none;
  color: #555555; }

.home-box {
  background-color: #313773;
  text-align: left;
  width: 100%;
  position: relative;
  margin-top: 65px; }

.home-box a {
  text-decoration: underline;
  font-size: inherit;
  color: white; }

.home-box-text {
  padding: 20px 20px 12px 20px;
  margin: 4px 40px 4px 20px;
  max-width: 1000px;
  color: white; }

.home-slide {
  background-color: #313773;
  text-align: left;
  width: 100%;
  position: relative;
  top: 40px;
  min-height: 364px;
  padding-top: 20px;
  margin-bottom: 54px;
  background-image: url("/assets/screenshots/present_1-285239fcb4d5bdde25bc3cec629c226141bcaa29c063c352702ba64978ee30c8.jpg");
  background-position: left bottom;
  background-repeat: repeat-x; }

.home-slide a {
  text-decoration: underline;
  font-size: inherit;
  color: white; }

.home-slide-text {
  float: left;
  width: 30%;
  min-width: 300px;
  margin-left: 10%;
  margin-right: 10%;
  color: white;
  margin-top: 26px;
  font-size: large; }

.home-slide-video {
  margin-top: 26px;
  float: right;
  width: 40%;
  margin-right: 10%; }

.for-box {
  background-color: #F7F7F7;
  text-align: left;
  width: 100%;
  margin-top: -5px; }

.for-box-text {
  padding: 12px 12px 12px 12px;
  margin: 4px 40px 4px 20px; }

.for-binder-container {
  width: 350px;
  padding: 4px 10px 4px 10px;
  text-align: left;
  float: left;
  min-height: 266px; }

.for-binder-container-binder {
  width: 100px;
  padding: 4px;
  text-align: left;
  float: left; }

.for-binder-container-binder a {
  text-decoration: none;
  font-size: x-small; }

.for-binder-container-text {
  margin-top: -10px;
  margin-left: 4px;
  width: 230px;
  padding: 4px;
  text-align: left;
  float: left; }

.contentcolumn-my {
  margin: 0 0px 0 190px; }

.contentcolumn-my-featured {
  margin: 0 0px 0 190px; }

.contentcolumn-featured {
  margin: 0 190px 0 0px; }

@media (max-width: 600px) {
  /* responsive layout break point */
  .outer {
    float: none; }

  .left-nav {
    float: none;
    width: 100%;
    margin-left: 0; }

  .contentcolumn-my-featured {
    margin-left: 0; } }
#rightcolumn {
  float: left;
  width: 186px;
  /* Width of right column */
  margin-left: -190px;
  /* Set left marginto -(RightColumnWidth) */
  background-color: #F0F0F0;
  color: black;
  font-weight: 400; }

.cat a {
  color: black;
  font-weight: 400; }

.cat a:hover {
  color: red; }

#rightcolumn a {
  color: black;
  font-weight: 400; }

#rightcolumn a:hover {
  color: red; }

.mini-shelf {
  min-height: 20px;
  padding-top: 4px;
  border: 1px solid #346195;
  background-color: #666666;
  color: #ffffff;
  -moz-border-top-left-radius: 6px;
  -moz-border-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: small; }

.mini-shelf a {
  color: #ffffff; }

.mini-shelf-header-left {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: small;
  float: left;
  min-width: 30px; }

.mini-shelf-header-right {
  float: right;
  text-align: right;
  width: 20%;
  min-width: 140px; }

.closed-div {
  display: none; }

.opened-div {
  display: block; }

.shelf-view {
  min-height: 210px;
  width: 100%;
  float: left;
  border-bottom: solid 1px #D6E4F1;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.shelf-block {
  float: left;
  height: 200px;
  width: 150px;
  font-size: small;
  margin-right: 10px;
  border-right: solid 1px #D6E4F1; }

.binder-block {
  margin: 0 50px 0 164px; }

.inner-binder-block {
  margin: 0px 5px 0px 5px; }

.more-block {
  float: right;
  width: 48px;
  margin-right: 18px;
  height: 210px; }

.useful {
  float: right;
  margin: 4px 4px 0px 0px;
  border: solid 1px #b0afaf;
  color: #666;
  font-size: 12px;
  min-width: 80px;
  height: 22px;
  padding: 0px 5px 3px 3px; }

.useful img {
  float: left;
  border: 0;
  margin-top: 2px; }

.events-img {
  float: right;
  margin: 10px 0px 10px 10px;
  border: 0; }

.subscription-cell {
  border-width: 1px;
  border-color: #e4e6e6;
  border-style: solid;
  float: left;
  width: 25%;
  height: 100%; }

.subscription-cell-1 {
  border-width: 1px;
  border-color: #e4e6e6;
  border-style: solid;
  float: left;
  width: 49%;
  height: 100%; }

.subscription-row {
  float: left;
  width: 100%;
  text-align: center;
  height: 28px; }

.subscription-but-row {
  float: left;
  margin: 6px;
  /*10px - original setting */
  text-align: center; }

.login-profile {
  background-color: #cad1eb;
  padding: 4px; }

.errorExplanation {
  padding: 15px;
  border: 1px solid #FF0000;
  width: 82%;
  opacity: 0.8;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  word-break: break-all; }

.profile-box {
  padding: 15px;
  border: 1px solid #F0f0f0;
  opacity: 0.8;
  background-color: #FFF;
  min-height: 190px;
  /*box-shadow: 7px 8px 10px #7D7D7D;*/
  margin-bottom: 10px; }

.profile-box h3, .profile-box p, .profile-box #pwslabel, .profile-box a {
  font-weight: 400;
  color: black; }

.profile-box #progress_percent, .profile-box #progress_bar {
  color: black; }

.form-info.profile-box {
  background-color: #FFF; }

.mytable {
  display: table; }

.mytable-row {
  display: table-row;
  text-align: left; }

.mytable-cell {
  display: table-cell;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  padding: 4px 4px 4px 4px; }

.mytable-cell-bottom {
  display: table-cell;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 4px 4px 4px 4px; }

.mytable-cell-right {
  display: table-cell;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 4px 4px 4px 4px; }

.mytable-cell-bottom-right {
  display: table-cell;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 4px 4px 4px 4px; }

/* New subscription css */
.subs-container {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #EAEAEA #DDDCD7 #DDDCD7;
  border-radius: 5px 5px 5px 5px;
  border-right: 1px solid #DDDCD7;
  border-style: solid;
  border-width: 2px 2px 2px;
  display: block;
  height: 438px;
  min-width: 600px;
  margin: 1px 0 11px;
  overflow: visible;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 16px; }

.subs-desc {
  float: left;
  width: 180px;
  margin-left: 20px; }

.subs-options {
  float: left;
  width: 195px;
  border-left: 1px solid #EDEDED;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.subs-cell {
  border-top: 1px solid #EDEDED;
  height: 40px;
  display: block;
  padding-top: 10px; }

.subs-desc-small {
  color: #777777;
  font-size: 10px;
  line-height: 11px;
  padding-top: 2px; }

.subs-title {
  color: #555555;
  display: block;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  height: 60px; }

.subs-sub-title {
  font-weight: normal;
  color: #6094ca;
  font-size: 18px; }

.subs-highlight {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #F2F2F2;
  width: 202px;
  color: #555555;
  display: block;
  padding: 20px 6px 4px 6px;
  font-size: large;
  font-weight: bold;
  height: 58px; }

.subs-window {
  font-size: 16px;
  height: 230px;
  min-width: 404px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px; }

.ipad-message {
  display: none;
  position: relative;
  width: 250px;
  height: 60px;
  background-color: white;
  padding: 4px 6px 8px 6px;
  border: 1px solid #C4C4C4; }

.admin_table_titles {
  font-weight: bold;
  border-bottom: solid 1px #BABABA; }

#progress {
  border: 1px solid black;
  position: relative;
  padding: 3px;
  font-size: 14px;
  opacity: 0.8;
  background-color: #f0f0f0;
  box-shadow: 3px 4px 5px #7D7D7D; }

#progress_percent {
  position: absolute;
  color: #616161;
  font-weight: bold;
  left: 10%;
  margin-top: 2px; }

#progress_bar {
  height: 20px;
  background-color: lightgreen; }

.home-binder-box {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: left; }

.embed-list {
  background-color: #6B6B6B;
  color: white;
  padding: 6px 6px 6px 6px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
  text-align: left; }

.logo {
  background: url("/assets/livebinders_logo_26x128-a0ce13011dc90b3bd4215810240f825432849fa35cfbbaca8da2a3f83b4f6bf3.png") no-repeat;
  width: 255px;
  height: 25px;
  float: left;
  margin-top: 3px;
  margin-left: 5px; }

.logo a {
  text-decoration: none; }

.counts {
  width: 100%;
  padding: 2px 0px 2px 0px;
  background-color: #7F7F7F;
  color: white;
  margin-top: 4px; }

.view-counter {
  width: 61%;
  float: right;
  font-size: x-small;
  text-align: right;
  margin-right: 3px; }

.useful-counter {
  width: 35%;
  float: left;
  font-size: x-small;
  margin-left: 3px; }

figcaption {
  display: none; }

figure:hover figcaption {
  display: block; }

.login input[type=submit] {
  font-family: 'Lato', sans-serif;
  color: #575757;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #f0F0f0; }

.side-bar {
  float: right;
  padding: 10px 14px 10px 14px;
  background-color: #F0f0f0;
  width: 220px; }

.side-bar a {
  text-decoration: none; }

.about-text {
  margin-right: 300px; }

#drop-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-top: 0px; }

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#drop-nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  top: 0px;
  z-index: 5100;
  margin: 0 1px;
  /* crazy stuff below this line to get IE7 to work */
  zoom: 1;
  *display: inline;
  _height: 30px;
  color: black;
  font-weight: 400; }

/* this is the parent menu */
#drop-nav li a {
  display: inline-block;
  text-decoration: none;
  z-index: 600;
  color: black;
  font-weight: 400; }

#drop-nav li img {
  vertical-align: middle;
  z-index: 600; }

#drop-nav li a:hover {
  text-decoration: underline;
  color: red; }

/* submenu, it's hidden by default */
#drop-nav ul {
  position: absolute;
  left: 0;
  display: none;
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none;
  background-color: #f1f1f1;
  *margin-top: 24px;
  margin-bottom: 4px; }

#drop-nav ul li {
  float: left;
  border-bottom: 1px solid #e9e9e9; }

/* display block will make the link fill the whole area of LI */
#drop-nav ul a {
  display: block;
  height: 30px;
  padding: 4px 4px 0px 4px;
  color: black;
  font-weight: 400;
  z-index: 3000;
  text-decoration: none; }

#drop-nav ul a:hover {
  background-color: #ff0000;
  color: black !important;
  text-decoration: none; }

ul.profile-dd li a:hover {
  color: white !important; }

/* fix ie6 small issue */
.old_ie6_fix html #drop-nav ul {
  margin: 0 0 0 -2px; }

.profile-dd {
  left: 75% !important;
  transform: translateX(-50%); }

.header-profile-image {
  width: 39px;
  height: 35px;
  border-radius: 50%; }

/* Pull right menu */
#drop-nav ul li ul {
  width: 120px;
  float: left;
  display: none;
  top: 12px;
  left: 86px; }

#drop-nav ul li ul a:hover {
  color: #4f4f4f;
  text-decoration: underline; }

.modal-window-login-contents {
  background-color: #F4F4F4;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  padding-top: 2px;
  padding-bottom: 4px; }

.search-box {
  width: 430px;
  height: 20px;
  position: relative;
  top: 2px;
  color: #666;
  padding: 2px 5px 2px 10px;
  border: 1px solid #ccc;
  border-radius: 8px 8px 8px 8px; }

.search-icon {
  margin-bottom: -10px;
  border: 1px solid #ccc;
  border-radius: 8px 8px 8px 8px; }

.arrow-left {
  width: 0;
  height: 0;
  position: absolute;
  margin-left: 50px;
  margin-top: 18px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid white; }

.arrow-bottom {
  width: 0;
  height: 0;
  position: absolute;
  margin-left: 42px;
  margin-right: 42px;
  margin-top: 18px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 8px solid white; }

.signup-home {
  background-color: #ff0000;
  padding: 4px 10px 4px 10px;
  text-align: center;
  max-width: 120px;
  border-radius: 3px;
  white-space: nowrap;
  margin: 10px;
  float: left; }

.signup-home a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300; }

.binders-home {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto; }

.binders-home a {
  text-decoration: none;
  font-weight: 300;
  line-height: 1.2; }

.binders-home h1 {
  text-align: center;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px; }

.binder-home-heading {
  border-top: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  padding: 2px 6px 0px 6px;
  border-radius: 3px; }

.home-head {
  text-align: center;
  font-size: large;
  font-style: italic;
  margin-bottom: 36px;
  margin-top: -10px; }

.buttons-small {
  background-color: #313773;
  border-radius: 3px 3px 3px 3px;
  min-width: 10px;
  padding: 2px 3px 2px 3px;
  font-size: small;
  margin-bottom: 8px;
  color: white;
  font-weight: 300;
  margin-right: 3px;
  margin-left: 0px;
  display: inline-block;
  list-style: none;
  float: left; }

.buttons-small a {
  text-decoration: none;
  color: white; }

.buttons-small a:hover {
  color: white !important; }

.ui-button-text {
  font-size: small;
  margin-left: 10px; }

.ui-state-default {
  background: #E6E6E6; }

.ui-widget-header {
  color: #222222;
  font-weight: normal; }

.ui-dialog {
  box-shadow: 0 0 14px 1px #404040;
  border-radius: 6px 6px 6px 6px;
  opacity: .95;
  filter: alpha(opacity=95);
  z-index: 5000; }

.ui-dialog-content input {
  font-size: 11px; }

.ui-dialog-titlebar {
  height: 10px;
  font-size: 11px; }

.pricing-box {
  float: left;
  margin-left: 16px; }

.pricing-head {
  width: 210px;
  background-color: #999999;
  border: 1px solid #999999;
  height: auto;
  padding: 10px 20px 20px 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: xx-large;
  font-weight: 400; }

.pricing-detail {
  width: 210px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  min-height: 60px;
  padding: 20px;
  text-align: center;
  line-height: 1.5;
  color: black;
  font-weight: 400; }

.price-amount {
  font-size: medium; }

.pricing-period {
  font-size: medium; }

.price-window {
  font-size: medium;
  text-align: center; }

.price-paypal {
  background-color: #999999;
  border: 1px solid #F2F2F2;
  min-width: 100px;
  display: block;
  padding: 20px 14px 4px 14px;
  font-size: large;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 1;
  color: white; }

a.edu-price-link {
  color: #313773;
  margin-left: 20px;
  font-size: xx-large; }

.mainselection {
  overflow: hidden;
  display: inline-block;
  width: 110px;
  /* margin-top: 12px; */
  background: url("/assets/icons/dropdown_arrow-be45726e98cf4cd87b374a9ccc447817e86449b0159f745e31fa2886e60c529f.png") no-repeat #fff 94px 2px; }

.mainselection select {
  border: 0;
  background: transparent;
  border-radius: 0;
  border: 1px solid #d3d3d3;
  height: 20px;
  width: 110px;
  padding-left: 6px;
  -webkit-appearance: none; }

.styled-select {
  width: 100px;
  float: left;
  margin-left: 20px; }

.styled-select input[type=radio] {
  display: none; }

.styled-select input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  background-color: #ffffff;
  height: 22px; }

.styled-select input[type=radio]:checked + label {
  background-image: none;
  background-color: #f0f0f0; }

.mobile-tabs {
  min-width: 420px; }

.help-toc ul a {
  text-decoration: none;
  font-weight: normal; }

.circle {
  width: 160px;
  height: 26px;
  margin: 2px 0px 2px 0px;
  border-radius: 50px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  /* background-color:#fffaae; */
  background-color: #999999;
  margin-left: auto;
  margin-right: auto; }

.red-button {
  float: right;
  background-color: #FF0000;
  padding: 6px 10px 8px 10px;
  margin-top: -6px;
  margin-left: 6px; }

.red-button a {
  color: white;
  text-decoration: none; }

.please-upgrade a:hover {
  color: blue !important; }

.download a:hover {
  color: blue !important; }

.red-button a:hover {
  color: white !important; }

a#doc-privacy-info:hover {
  color: blue !important; }

.admin-border {
  border-bottom: 4px #313773 solid;
  margin-bottom: 6px;
  width: 100%; }

.contact-top {
  height: 30px;
  width: 130px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-weight: bold;
  padding-top: 8px; }

.contact-box {
  min-height: 140px;
  width: 340px;
  padding: 16px 10px 10px 20px;
  margin-bottom: 10px; }

.contact-container {
  margin-left: 5%;
  float: left; }

.form-info {
  font-size: medium;
  font-family: 'Lato', Arial, sans-serif;
  background-color: #F1F1F1;
  padding: 5px 25px 15px 25px;
  max-width: 1400px; }

.form-info-top {
  margin-left: 0px;
  width: 100%;
  height: 20px;
  background: #F1F1F1;
  background: -webkit-linear-gradient(#FFFFFF, #F1F1F1);
  background: -moz-linear-gradient(#FFFFFF, #F1F1F1);
  background: linear-gradient(#FFFFFF, #F1F1F1); }

.confirmation-button,
.form-info input[type="submit"]:not(.access-submit) {
  font-family: 'Lato', Arial, sans-serif;
  color: white;
  background-color: #7F7F7F;
  padding: 3px 5px 3px 5px;
  font-size: inherit;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px; }

.form-info input[type="button"] {
  font-family: 'Lato', Arial, sans-serif;
  color: white;
  background-color: #7F7F7F;
  padding: 3px 5px 3px 5px;
  font-size: inherit;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  font-size: medium; }

.form-info select {
  font-family: 'Lato', Arial, sans-serif !important;
  background-color: #ffffff;
  padding: 4px 5px 4px 5px;
  font-size: inherit;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  color: black;
  font-weight: 400; }

.form-info option {
  font-weight: 400 !important; }

.form-info input[type="text"] {
  font-family: 'Lato', Arial, sans-serif;
  color: #333;
  height: 2em;
  width: 95%;
  padding: 2px 5px 2px 5px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  background-color: #fff;
  margin-top: 4px;
  font-size: medium; }

.form-info textarea {
  font-family: 'Lato', Arial, sans-serif;
  color: #333;
  height: 2em;
  width: 95%;
  padding: 2px 5px 2px 5px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  background-color: #fff;
  margin-top: 4px;
  font-size: medium; }

.message-form {
  width: 300px;
  float: right;
  padding: 0px 20px 0px 20px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  background-color: #fff;
  margin: 40px 4% 10px 0px; }

.form-info input[type="password"] {
  font-family: 'Gafata', Arial, sans-serif;
  color: #333;
  height: 2em;
  width: 95%;
  padding: 2px 5px 2px 5px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  background-color: #fff;
  margin-top: 4px;
  font-size: medium; }

.form-info input[type="text"]:placeholder {
  color: #737373; }

.obscure {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.form-info input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0; }

.form-info input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.0625em solid silver;
  border-radius: 0.25em;
  background: white;
  vertical-align: bottom;
  margin-left: -32px; }

.form-info input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid #7F7F7F;
  border-radius: 0.125em;
  background: #7F7F7F; }

#create-binder-form {
  background-color: #FFF; }

.search-button {
  display: inline-block;
  text-align: left;
  position: relative;
  top: -2px;
  color: black;
  font-weight: 400;
  padding: 2px 5px 2px 10px;
  border: 1px solid #ccc;
  border-radius: 8px 8px 8px 8px;
  background: white url("/assets/icons/search-a99cba5a457163b2a757205c4b6082dc02592bbddab95fa638e012d54ecfad1a.png") 90% 50% no-repeat; }

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/assets/icons/bx_loader-6d46e2cf165a5a0584afba7bc9663da292ee08c97cfc7613de6013ed05be892a.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/assets/icons/controls-41b051659a00b87124efb35175d5be3fcf6443e10da039cf7ff9ea8906ed5077.png") no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("/assets/icons/controls-41b051659a00b87124efb35175d5be3fcf6443e10da039cf7ff9ea8906ed5077.png") no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 0 10px 10px 10px; }

.story-outer {
  margin: 0 auto;
  color: white;
  text-align: center;
  min-height: 100px;
  width: 90%; }

.studies {
  width: 100%;
  min-height: 80px;
  padding: 10px 26px 10px 26px;
  border-bottom: #C4C4C4 solid 1px;
  margin-bottom: 30px;
  text-align: left;
  overflow: auto; }

.studies img {
  float: left;
  margin: 14px 26px 14px 0px;
  border: 1px solid white;
  width: 200px; }

.study-page img {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 400px; }

.stories {
  width: 300px;
  vertical-align: top;
  min-height: 100px;
  margin-left: 10px;
  border-top: #C4C4C4 solid 1px;
  margin-bottom: 40px;
  padding: 0px 16px 10px 16px;
  text-align: left;
  display: inline-block; }

.story-outer a {
  color: white; }

.stories-background h1 {
  color: white;
  font-size: xx-large;
  text-align: center;
  margin-bottom: 40px; }

.stories img {
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  top: -30px;
  border: #919B9C solid 1px;
  border-radius: 50%;
  background-color: #407397; }

.story-binder {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px; }

.stories-background {
  background-color: #407397;
  padding: 1% 0 1% 0;
  width: 100%; }

.stories p {
  margin-top: -10px; }

.stories-citation {
  font-style: italic;
  text-align: right; }

.story-page img {
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  width: 100px;
  display: block;
  position: relative;
  top: -50px;
  border: #919B9C solid 1px;
  border-radius: 50%; }

.story-img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.lbi-on {
  border-top: #CCCCCC solid 1px;
  border-left: #CCCCCC solid 1px;
  border-right: #CCCCCC solid 1px;
  border-radius: 4px 4px  0px 0px;
  float: left;
  padding: 5px 20px 4px 20px;
  margin-right: 3px;
  background-color: white;
  margin-bottom: -1px;
  position: relative;
  z-index: 10; }

.lbi-off {
  border-top: #CCCCCC solid 1px;
  border-left: #CCCCCC solid 1px;
  border-right: #CCCCCC solid 1px;
  border-radius: 4px 4px 0px 0px;
  float: left;
  padding: 5px 20px 4px 20px;
  margin-right: 3px;
  margin-bottom: -2px; }

.login-options {
  background-color: #F7F7F7;
  padding: 10px;
  font-size: x-large; }

.login-options-button a {
  font-size: x-large; }

.login-options-button {
  font-size: x-large;
  padding: 20px 30px 20px 30px;
  border-bottom: #989FA9 solid 1px; }

.learn-more-home {
  font-size: x-large;
  min-height: 200px;
  width: 33.33%;
  border: 1px solid white;
  background-color: #313773;
  background-position: center;
  color: white;
  text-align: center;
  float: left; }

.learn-more-home-text {
  padding: 34px 20px 20px 20px; }

.learn-more-home-button {
  display: inline-block;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 8px 4px 8px;
  border: 1px solid white;
  border-radius: 3px; }

.learn-more-home a {
  color: white;
  font-size: small; }

.learn-more-block {
  overflow: hidden;
  width: 100%; }

.learn-more-block-blue {
  background-color: #394085;
  float: left;
  width: 70%;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em; }

.learn-more-block-green {
  background-color: #407397;
  float: left;
  width: 70%;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em; }

.learn-more-block-purple {
  background-color: #583985;
  float: right;
  width: 70%;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em; }

.learn-more-block-blue-dk {
  background-color: #313773;
  width: 30%;
  float: left;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em;
  z-index: 20; }

.learn-more-block-green-dk {
  background-color: #315873;
  width: 30%;
  float: right;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em;
  z-index: 20; }

.learn-more-block-purple-dk {
  background-color: #4C3173;
  width: 30%;
  float: left;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em;
  z-index: 20; }

.learn-more-block-text {
  color: white;
  padding: 10% 10% 10% 10%;
  font-size: large; }

.learn-more-block-img {
  color: white;
  padding: 4% 10% 4% 10%;
  font-size: xx-large;
  text-align: center;
  z-index: 10; }

.home-binder-list {
  display: inline-block;
  padding: 4px 10px 14px 14px;
  width: 198px;
  height: 240px;
  margin: 0px 10px 0px 10px;
  z-index: 10;
  vertical-align: top; }

.home-binder-list li {
  list-style-type: none; }

.doc-security-text {
  float: left;
  width: 60%; }

.doc-security-img {
  float: right;
  text-align: center;
  width: 58%; }

.bookmarks-img {
  border: 0;
  width: 800px;
  position: absolute;
  z-index: 3000; }

.shelf-menu-button-content a {
  font-size: 1em;
  color: black;
  font-weight: 400; }

.binders-heading {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.dash-bottom {
  width: 100%;
  background-color: #D4D4D4;
  height: 32px; }

.inner-dashboard {
  background-color: #F4F4F4;
  padding: 6px 150px 6px 6px; }

.inner-dashboard > a {
  color: black;
  font-weight: 400; }

.dash-bottom a img {
  position: relative;
  left: -72px;
  text-decoration: none;
  border: 0px; }

.binder-stats-left {
  min-width: 200px;
  width: 36%;
  float: left;
  text-align: right; }

.binder-stats-right {
  min-width: 200px;
  width: 60%;
  float: right;
  text-align: left; }

.author-pic {
  margin-right: 40px;
  float: right;
  margin-left: 8px;
  width: 96px;
  border: 2px solid #F0f0f0; }

.button-as-link {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  font-size: small;
  font-weight: bold; }

.admin-message {
  color: #FF0000; }

.number-binder {
  font-size: xx-large;
  font-weight: bold;
  position: relative;
  left: 32px;
  top: 24px;
  color: white; }

.signature {
  font-style: italic; }

.background-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  padding: 4px 40px 4px 18px;
  letter-spacing: -2px;
  overflow: hidden;
  font-size: 44px;
  font-weight: bold;
  color: #313773;
  text-align: center; }

.icon-holder {
  background-color: #FFFFFF;
  padding: 6px 6px 2px 6px;
  width: 30%;
  height: auto;
  border: solid 1px #BDCACB;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  text-align: center; }

.icon-holder img {
  float: left;
  margin-left: 20px; }

.shelf-options {
  margin-top: 4px;
  font-size: medium;
  width: 142px;
  padding: 4px 6px 4px 4px;
  border: 1px solid #B2C7DD;
  font-weight: bold;
  line-height: 160%; }

.shelf-options a:hover {
  color: red !important; }

.lbi-content {
  color: #787878;
  margin-bottom: 26px; }

.lbi-menu-bars {
  width: 100%;
  border-top: #BABABA 1px solid;
  font-size: x-large;
  padding: 8px 20px 8px 20px;
  margin-bottom: 8px; }

.lbi-selections {
  font-size: medium;
  margin-right: 40px; }

.isopen {
  background-image: url("/assets/icons/openimage-3f3f5d047a2e6b1ee0989707ee6127d158c3aa0a8b7fb72ccdd1b87d110f11ce.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 30px;
  margin-top: 10px; }

.isclosed {
  background-image: url("/assets/icons/closedimage-b31d88f0aeec021c3febf4f8048f49b4e9af62f748541a4f6d79c97b27783fff.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 30px;
  margin-top: 10px; }

.toggle17 {
  margin-left: -12px;
  margin-bottom: -16px; }

.anchor {
  display: block;
  height: 90px;
  /*same height as header*/
  margin-top: -90px;
  /*same height as header*/
  visibility: hidden; }

.timer-table {
  font-size: x-large;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  text-align: center; }

.timer-table td {
  padding: 5px 20px 5px 20px; }

.timer {
  font-size: xx-large; }

.red-link-text a {
  color: red; }

.download-confirm {
  min-width: 400px;
  padding: 10px 26px 10px 26px;
  font-size: large; }

.download-confirm-img {
  float: right;
  margin-left: 10px;
  position: relative;
  top: 20px; }

.price-comment-box {
  float: right;
  width: 240px;
  padding: 0px 20px 0px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: white;
  background-color: #407397; }

.price-comment-box a {
  font-weight: normal;
  color: white; }

.arrow-box-container {
  float: left;
  margin-top: 40px;
  width: 200px; }

.arrow-box {
  position: relative;
  background: #407397;
  padding: 10px;
  font-size: large;
  margin-left: 20px;
  margin-right: 10px;
  color: white;
  width: 140px; }

.arrow-box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-box:after {
  border-color: rgba(64, 115, 151, 0);
  border-left-color: #407397;
  border-width: 80px;
  margin-top: -80px; }

.arrow-box:before {
  border-color: rgba(64, 115, 151, 0);
  border-left-color: #407397;
  border-width: 86px;
  margin-top: -86px; }

.help-ss {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #EEEEEE;
  max-width: 100%; }

.help-ss-caption {
  text-align: center;
  margin: 6px 0 42px 0;
  font-size: medium;
  font-style: italic; }

.google-logo {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJidXR0b24iIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93 d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2 aWV3Qm94PSIwIDAgNDggNDgiIGNsYXNzPSJhYmNSaW9CdXR0b25TdmciPjxnPgog IDxwYXRoIGZpbGw9IiNFQTQzMzUiIGQ9Ik0yNCA5LjVjMy41NCAwIDYuNzEgMS4y MiA5LjIxIDMuNmw2Ljg1LTYuODVDMzUuOSAyLjM4IDMwLjQ3IDAgMjQgMCAxNC42 MiAwIDYuNTEgNS4zOCAyLjU2IDEzLjIybDcuOTggNi4xOUMxMi40MyAxMy43MiAx Ny43NCA5LjUgMjQgOS41eiI+PC9wYXRoPgogIDxwYXRoIGZpbGw9IiM0Mjg1RjQi IGQ9Ik00Ni45OCAyNC41NWMwLTEuNTctLjE1LTMuMDktLjM4LTQuNTVIMjR2OS4w MmgxMi45NGMtLjU4IDIuOTYtMi4yNiA1LjQ4LTQuNzggNy4xOGw3LjczIDZjNC41 MS00LjE4IDcuMDktMTAuMzYgNy4wOS0xNy42NXoiPjwvcGF0aD4gICAgICAgICAg ICA8cGF0aCBmaWxsPSIjRkJCQzA1IiBkPSJNMTAuNTMgMjguNTljLS40OC0xLjQ1 LS43Ni0yLjk5LS43Ni00LjU5cy4yNy0zLjE0Ljc2LTQuNTlsLTcuOTgtNi4xOUMu OTIgMTYuNDYgMCAyMC4xMiAwIDI0YzAgMy44OC45MiA3LjU0IDIuNTYgMTAuNzhs Ny45Ny02LjE5eiI+PC9wYXRoPgogIDxwYXRoIGZpbGw9IiMzNEE4NTMiIGQ9Ik0y NCA0OGM2LjQ4IDAgMTEuOTMtMi4xMyAxNS44OS01LjgxbC03LjczLTZjLTIuMTUg MS40NS00LjkyIDIuMy04LjE2IDIuMy02LjI2IDAtMTEuNTctNC4yMi0xMy40Ny05 LjkxbC03Ljk4IDYuMTlDNi41MSA0Mi42MiAxNC42MiA0OCAyNCA0OHoiPjwvcGF0 aD4KICA8cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDQ4djQ4SDB6Ij48L3BhdGg+ CjwvZz48L3N2Zz4K") no-repeat center center;
  /*
  <svg role="button" version="1.1" xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" class="abcRioButtonSvg"><g>
    <path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72
    <path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17
    <path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51
    <path fill="none" d="M0 0h48v48H0z"></path>
  </g></svg>
  */ }

.upgrade-quote {
  width: 400px;
  font-size: medium;
  vertical-align: top;
  min-height: 100px;
  margin: 0px 10px 6px 30px;
  border-top: #C4C4C4 solid 1px;
  padding: 0px 16px 10px 16px;
  display: inline-block;
  color: black;
  font-weight: 400; }

.upgrade-quote img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -26px;
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  top: -30px;
  border: #919B9C solid 1px;
  border-radius: 50%;
  background-color: #407397; }

/* DivTable.com */
.divTable {
  display: table;
  width: 100%; }

.divTableRow {
  display: table-row; }

.divTableHeading {
  background-color: #EEE;
  display: table-header-group; }

.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px; }

.divTableCellCentered {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
  text-align: center; }

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold; }

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold; }

.divTableBody {
  display: table-row-group; }

.grey-cancel-button {
  text-decoration: none !important;
  font-family: 'Lato', Arial, sans-serif;
  color: white !important;
  background-color: #7F7F7F;
  padding: 7px 8px 0px 6px;
  font-size: inherit;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  font-size: 1em;
  position: absolute;
  font-weight: 400;
  cursor: alias; }

.float-child {
  width: 30%;
  float: left;
  padding: 10px 0px 0px 0px;
  position: absolute; }

.loading-icon {
  background: url("/assets/loader-476a7b1085cc64de1c0eb74a6776fa8385d57eb18774f199df83fc4d7bbcc24e.gif") no-repeat;
  background-position: center; }

#edit-subscription-plan .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 750px;
  height: 25px; }

#edit-subscription-plan .column {
  flex: 1;
  margin: 10px; }

#edit-subscription-plan p {
  margin-bottom: 0px;
  margin-top: 5px; }

#edit-subscription-plan .checkbox-div {
  margin-top: 5px; }

#add_author_name_btn {
  margin-top: 10px; }

#upgrade-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto; }

#group-pricing h2, #educational-pricing h2, #standard-pricing h2 {
  font-weight: 400;
  color: black; }
