/* generic */

h1,
h2,
h3 {
  font-family: "Jost";
}

h1 {
  text-align: center;
}

.main-container .subheading {
  font-size: 120%;
  max-width: none;
  text-align: center;
}

.main-container a {
  text-decoration: none;
}
.main-container a:hover {
  text-decoration: underline;
}

button,
input,
li,
img,
a,
label,
textarea {
  border-radius: 5px;
}

html,
body {
  background-color: #eee;
  margin: 0;
  padding: 0;
}

input {
  border: 1px solid #aaa;
  padding: 5px;
}

.main-container,
.row {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 960px;

  margin: 0 auto;
  padding: 0 15px;

  box-sizing: border-box;
}
.main-container {
  padding: 0 0 30px;
}

.main-container p {
  margin: 1em auto;
  max-width: 550px;
  padding: 0 8px;
}
.main-container ul {
  margin: 2em auto;
  max-width: 700px;
}

.third {
  vertical-align: top;
  display: inline-block;
  width: 33%;
}

.twothirds {
  vertical-align: top;
  display: inline-block;
  width: 66%;
}

.logo-container {
  margin: 10px auto;
}
.logo-container .button {
  display: inline-block;
}

.logo {
  width: 100%;
}

ul {
  list-style: none;
}

ul.quotes {
  padding: 0 20px;
  margin: 40px auto;
}
ul.quotes li {
  margin: 20px auto 50px auto;
  max-width: 500px;
}
ul.quotes li .quote {
  display: inline;
  position: relative;
  font-style: italic;
  font-size: 15px;
}
ul.quotes li .quote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 60px;
  position: absolute;
  left: -45px;
  top: -15px;
  color: #999;
  font-family: "Georgia", serif;
}
ul.quotes li .source {
  display: inline;
  float: right;
  text-align: right;
  margin-top: 10px;
  font-size: 13px;
}
ul.quotes li .source,
ul.quotes li .source a {
  color: #888;
  text-decoration: none;
}
ul.quotes li .source a:hover {
  color: #000;
}
ul.quotes li .source:before {
  color: #888;
  content: "\2014 \2009";
}

/* New header */

.header .logo {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 300px;
}

.header {
  text-align: center;
}

.bigImage {
  width: 75%;
}

.chromeExtension {
  display: none;
}

.rightHalf {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
}
.callToAction {
  color: #1d853c;
  padding: 20px 25px;
  text-align: center;
  margin: 0 auto;
}
.callToAction .button {
  vertical-align: bottom;
  width: 250px;
  margin: 10px;
}
.callToAction .button:hover {
  background-color: #def;
  text-decoration: none;
}

.imageOverlay {
  position: absolute;
  bottom: 0;
  width: 40%;
}
.headerImageCaption {
  position: absolute;

  left: 5%;
  top: 23%;

  color: #fff;

  z-index: 2;

  text-align: left;

  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);

  font-size: 30px;

  font-weight: 300;
}

#infoBox {
  background-color: #f8f8f8;
  color: #122210;

  padding: 12px;
  margin: 25px;

  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.3);

  width: 100%;
}

#infoBox h3 {
  margin-bottom: 5px;
}

.blurb {
  font-size: 110%;
  margin-bottom: 10px;
}

.oneTwoThree h1 {
  margin: 0 0 8px 0;
  text-align: center;
}

.oneTwoThree p {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}

.num {
  display: inline-block;
  background-color: #319e52;
  color: #fff;

  margin-left: -15px;

  width: 30px;
  height: 30px;

  border-radius: 15px;

  line-height: 1.3;

  text-align: center;
}

a.containerLink {
  text-decoration: none;
  color: #000;
}

.container {
  clear: both;
  padding: 30px 0;
}

#unsupportedMessage {
  background-color: #921;
  color: #fff;

  padding: 10px;
  margin: 0;
}

#unsupportedMessage h2 {
  color: #fff;
}

.headerContainer {
  position: relative;
  background-color: #1d853c;
}

.bottomCallToAction {
  text-align: center;
  padding: 0;
  margin: 0;
}

.header {
  padding: 10px 0 20px 0;
}
.headerImage {
  position: relative;
  width: 100%;

  height: 500px;
  overflow: hidden;

  z-index: 1;

  background: url("/content/readingWithDictionaryComp.jpg") left center
    no-repeat;
  background-size: 100% auto;
}
.headerImageDarken {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;

  opacity: 0.15;
}
.headerImage img {
  display: none;
  width: 100%;
}

#title {
  font-family: "Georgia";
  font-weight: normal;
  font-size: 64px;

  line-height: 1.3em;

  z-index: 10;

  text-shadow:
    1px 1px rgba(0, 0, 0, 0.5),
    0 0 15px rgba(0, 0, 0, 0.3);

  position: absolute;

  left: 5%;
  top: 7%;

  color: #fff;
}

.subtitle {
  padding: 3%;
  font-family: "Georgia", serif;
  color: rgb(84, 123, 43);
  font-weight: normal;
}

#subtitle p {
  margin-bottom: 10px;
}

#subtitle ul {
  position: relative;
  height: 25px;
}

#subtitle li {
  position: absolute;
  top: 0;

  width: 100%;
  text-align: center;

  display: none;
}
#subtitle li.initial {
  display: block;
}

.sixcol.image {
  position: relative;

  width: 50%;
  margin: 0;
}
.image .caption {
  position: absolute;
  font-size: 30px;

  top: 11%;
  left: 10%;

  text-shadow: 0 0 30px #000;
  color: #fff;

  text-align: center;
}
.image .caption.btm {
  top: inherit;
  left: inherit;
  bottom: 13%;
  right: 10%;
}
.image img {
  /*-webkit-filter: brightness(70%);
	-webkit-filter: greyscale(1);*/

  height: 150px;
}

.image .imageAttribution {
  position: absolute;
  bottom: 2%;
  right: 1%;

  font-size: 85%;

  text-shadow: 0 0 10px #fff;

  opacity: 0.5;
}
#betaNotice {
  text-align: center;

  font-size: 28px;
  font-weight: bold;

  margin-bottom: 18px;

  color: #222;

  /*
	text-shadow: 2px 2px 3px #111;
	text-transform: uppercase;*/
}

.topNavContainer {
  margin-top: 0;
  background-color: #1d853c;
  color: white;
  padding: 2px 0;
}
.topNavContainer .row {
}

.topNavBar {
  text-align: right;
  margin: 0;
}

.topNavBar li {
  display: inline-block;
  padding: 4px 18px;
  margin: 0;
}

.topNavBar li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  padding: 5px;
  line-height: 2;
}

.topNavBar li a:hover {
  opacity: 1;
}

h3.point {
  text-align: center;
  font-size: 22px;
  line-height: 1.1em;
  margin-top: 0.8em;
  margin-bottom: 20px;
  color: #121;
}

h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #121;
}

h1 {
  font-size: 40px;
}

.demo-iframe {
  display: block;
  width: 100%;
  height: 350px;
  border: none;
}

.image-container {
  width: 50%;
  min-width: 360px;
  margin: 10px auto;
}

.caption {
  text-align: center;
  font-weight: bold;
}

.main-container .social-sharing-list {
  padding-left: 0;
  margin: 70px auto 50px auto;
  width: 100%;
  text-align: center;
}
.social-sharing-list li {
  display: inline;
}

.share-item {
  width: 33%;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 8px;
}

table {
  width: 100%;
}

table {
  border-collapse: collapse;
}

.table thead {
  border-bottom: 1px solid #000;
}

.extensionStep,
.installExtension,
.startAction {
  cursor: pointer;
}

#showSignupButton {
  margin-left: 5px;
  margin-right: 5px;
}

#loginBoxCol {
  position: relative;
}

.loginBox {
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
}
.loginBox a {
  text-decoration: underline;
  color: #9b9;
  cursor: pointer;
}
.loginBox a:hover {
  color: #1d853c;
}

a#showResetPassword {
  text-decoration: underline;
  color: #777;
  cursor: pointer;
}
a#showResetPassword:hover {
  color: #000;
}

.padded {
  padding: 15px;
}

.smallPadded {
  padding: 10px;
}

.wide {
  width: 100%;
}

#footer {
  background-color: #222;
  color: #ddd;

  padding: 1px 0;
}

#footer a {
  text-decoration: none;
  color: #999;
}
#footer a:hover {
  color: #fff;
}
#footer li {
  margin-bottom: 4px;
}

#footer .socialLinks .facebookShare {
  width: 260px;
  height: 80px;
}

#footer .socialLinks {
  position: absolute;

  top: 0;
  right: 0;
}
#footer .links {
  display: inline-block;
  max-width: 60%;
}

.socialLinks li {
  opacity: 0.8;
}
.socialLinks li:hover {
  opacity: 1;
}

img.screenshot {
  box-shadow: 2px 2px 4px #999;
  width: 100%;
}
img.screenshot.small {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.paddedContainer {
  padding: 10px;
}

#modalBackground {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  background-color: #000;
  opacity: 0.6;

  display: none;

  z-index: 10;
}

.modalDialog {
  position: absolute;

  width: 300px;

  left: 50%;
  top: 20%;

  margin-left: -165px;

  background-color: #fff;

  padding: 15px;

  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);

  display: none;

  z-index: 20;

  cursor: default;

  border-radius: 5px;
}

#chromeExtensionDialog {
  width: 360px;
  margin-left: -195px;
}

#signupMessage {
  color: #922;
  display: none;
}

.quotesContainer {
  width: 56%;
  float: right;
}

.lastButton {
  margin-bottom: 0;
}

input,
select {
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 2%;
}

input[type="email"],
input[type="text"],
input[type="password"] {
  width: 100%;
}
input[type="submit"] {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}

#signupDialog button,
#loginDialog button {
  width: 100%;
  padding: 4px;
}

#signupDialog p,
#loginDialog p {
  margin-bottom: 10px;
}

p#invalidCredentials {
  color: #f32;
  display: none;
}

.videoWrapper {
  position: relative;

  margin-top: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  display: inline-block;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.centered {
  text-align: center;
}

.twitterContainer {
  position: relative;
  width: 40%;
  height: 700px;
  float: right;
}

.twitter-timeline {
  height: 700px;
}

.popularDomain {
  margin: 10px 0;
}

.extraFeatures h2 {
  margin-bottom: 10px;
}
/sm .extraFeatures ul {
  position: relative;
  margin-left: 0;
}
.extraFeatures ul li {
  position: relative;
}

.newBadge {
  position: absolute;
  padding: 2px 7px;
  background-color: #27d;
  color: #fff;

  font-weight: bold;
  font-size: 1.4em;

  bottom: 0;
  right: 0;
}

.counter {
  display: none;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  padding: 15px 20px;
  background-color: #fe9;
}
.counter .row {
  padding: 0 5px;
  width: inherit;
}
.counter .count {
  font-weight: bold;
}
.subtitle {
  font-size: 40px;
  margin: 15px 0;
  padding: 0;
}

@media all and (max-width: 410px) {
  .logo-container {
    float: none;
    margin: 15px auto;
  }
  .image-container {
    width: 100%;
    min-width: initial;
  }
  .caption {
    font-size: 90%;
  }
}
