@charset "UTF-8";
/* generic */
button,
input,
li,
img,
a,
label,
textarea {
  border-radius: 5px;
}

html,
body {
  font-family: Jost, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", "Sans Serif";
  font-size: 14px;
}

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

.row {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.half {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}

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

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

ul {
  list-style: none;
}

ul.quotes {
  padding: 0 20px;
  margin: 30px 0 60px 0;
}

ul.quotes li {
  margin: 20px 20px 50px 20px;
}

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: "“";
  font-size: 60px;
  position: absolute;
  left: -45px;
  top: -15px;
  color: #999;
  font-family: "Jost", sans-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;
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul.quotes li .source a:hover {
  color: #000;
}

ul.quotes li .source:before {
  color: #888;
  content: "— ";
}

/* 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;
}

.callToAction .button {
  vertical-align: bottom;
}

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

.headerImageCaption {
  position: absolute;
  left: 5%;
  top: 23%;
  color: #fff;
  z-index: 2;
  text-align: left;
  color: #fff;
  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;
  font-weight: bold;
  font-family: "Jost", "Sans Serif";
}

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

.container {
  clear: both;
  padding: 0 0 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%;
}

h1 {
  margin-bottom: 50px;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 54px;
  color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
  text-align: center;
}

#title {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 64px;
  line-height: 1.3em;
  z-index: 10;
  /*  color: #1D853C;
  */
  color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
  margin: 5px 0 10px 0;
}

.subtitle {
  padding: 3%;
  font-family: "Jost", sans-serif;
  color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
  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%;
  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%;
  opacity: 0.5;
}

#betaNotice {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #222;
}

.topNavContainer {
  margin-top: 0;
  background-color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
  color: white;
  padding: 2px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 22px;
  z-index: 10;
}

.topNavBar {
  font-family: "Jost", sans-serif;
  text-align: right;
  margin: 0;
}

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

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

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

.navBarTitle {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  top: 3px;
  left: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}

h3.point {
  text-align: center;
  font-size: 22px;
  line-height: 1.1em;
  margin-top: 0.8em;
  margin-bottom: 20px;
  color: rgb(45.9074074074, 120.5925925926, 94.5555555556);
  font-family: Jost, sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 50px;
  text-align: center;
  padding-top: 45px;
  margin-top: 0;
  margin-bottom: 30px;
  color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
  font-family: "Jost", sans-serif;
  font-weight: normal;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 8px;
}

table {
  width: 100%;
}

table {
  border-collapse: collapse;
}

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

.massiveCallToAction,
.readBooks,
.startExtensionStep,
.installExtension,
.startAction {
  cursor: pointer;
}

.topAction {
  margin-top: 50px;
}

.button {
  display: inline-block;
  width: 180px;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background-color: rgb(74, 144, 226);
  color: white;
  cursor: pointer;
  border-radius: 26px;
}

body.blueButtons .button {
  background-color: #0075da;
}

body.blueButtons .button:hover {
  background-color: #004683;
}

.button.validationError,
.button.greyedOut {
  background-color: #aaa;
}

.button.validationError:hover,
.button.greyedOut:hover {
  background-color: #888;
}

.button.googleSignInButton {
  background-color: rgb(229, 74, 39);
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.button.googleSignInButton:hover {
  background-color: rgb(158, 55, 31);
}

form[name=login] {
  margin: 10px 0;
}

.emailSignInControls {
  display: none;
}

.throbber {
  width: 0px;
  height: 0px;
}

.submitting .throbber {
  width: auto;
  height: auto;
}

.button:hover {
  background-color: rgb(117, 167, 224);
  box-shadow: 0 0 10px #fff;
}

.button a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: inherit;
}

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

#loginBoxCol {
  position: relative;
}

.loginBox {
  display: inline-block;
  visibility: hidden;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 4px;
}

.loginBox a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #9b9;
  cursor: pointer;
}

.loginBox a:hover {
  color: #1d853c;
}

a#showResetPassword {
  -webkit-text-decoration: underline;
  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: 30px 0;
}

#footer a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #999;
}

#footer a:hover {
  color: #fff;
}

#footer li {
  margin-bottom: 4px;
}

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

#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: 4px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}

img.screenshot.small {
  width: auto;
  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;
}

#fakeChromeExtensionInstallDialog {
  display: none;
  position: absolute;
  width: 468px;
  height: 211px;
  top: -5px;
  left: 50%;
  margin-left: -234px;
  z-index: 20;
  background-image: url("/content/fakeChromeExtensionInstallDialog.png");
}

#fakeChromeExtensionInstallDialog .add {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 72px;
  height: 26px;
}

#fakeChromeExtensionInstallDialog .cancel {
  position: absolute;
  right: 102px;
  bottom: 15px;
  width: 72px;
  height: 26px;
}

#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;
}

#loginDialog td {
  padding: 2px 0;
}

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

.videoWrapper {
  position: relative;
  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;
}

.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;
  margin-bottom: 30px;
}

.counter .row {
  padding: 0 5px;
  width: inherit;
}

.counter .count {
  font-weight: bold;
}

.subtitle {
  font-size: 40px;
  margin: 45px 0 15px 0;
  padding: 0;
  line-height: 1.25;
}

.featuredInHeader {
  vertical-align: bottom;
  font-size: 150%;
  margin: 8px 36px 8px 0;
  color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
}

.mobileOnly {
  display: none;
}

.feature {
  clear: both;
}
.feature table,
.feature p {
  font-size: 110%;
}
.feature ul {
  list-style: disc;
  font-size: 110%;
}
.feature h2 {
  padding-top: 0;
}
.feature .row {
  text-align: left;
  clear: both;
  padding-top: 25px;
}
.feature .subheading {
  text-align: center;
  color: rgb(59.9691358025, 157.5308641975, 123.5185185185);
  font-size: 24px;
  font-style: italic;
}
.feature .desktopImage {
  float: right;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 50%;
  margin-bottom: 25px;
  margin-left: 15px;
}
.feature .mobileImage {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.feature.odd {
  background-color: #eee;
}

.callout {
  background-color: #31899e;
  color: #fff;
  padding: 15px 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.callout a {
  font-weight: bold;
  color: #ccfaff;
}

.callout a:hover {
  color: #fff;
}

.titleShiftContainer {
  position: relative;
  left: -70px;
}

ul.flags {
  text-align: center;
  padding: 0 25px;
  margin: 14px auto;
}

ul.flags li {
  display: inline-block;
  margin: 18px 15px;
}

ul.flags .clickable {
  width: 70px;
}

ul.flags .clickable img {
  width: 100%;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.flags .clickable .language-label {
  text-align: center;
  margin: 0 -30px;
}

ul.flags .clickable {
  transition: all 0.3s ease;
}

body.notouch ul.flags .clickable:hover {
  transform: scale(1.15);
}

ul.flags a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media all and (max-width: 860px) {
  .topNavBar li {
    padding: 4px 10px;
  }
  .subtitle {
    font-size: 35px;
    margin: 35px 0 12px 0;
  }
  #title {
    font-size: 54px;
  }
  .headerImageCaption {
    font-size: 30px;
  }
  .headerImage {
    background-image: none;
    height: auto;
    max-height: 500px;
  }
  .headerImage img {
    display: block;
  }
  .titleShiftContainer {
    left: -50px;
  }
}
@media all and (max-width: 720px) {
  .featuredInHeader {
    display: block;
    margin: 8px 36px;
  }
  .subtitle {
    font-size: 30px;
    margin: 30px 0 0 0;
  }
  #title {
    font-size: 50px;
  }
  .headerImageCaption {
    font-size: 26px;
  }
  .numContainer {
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
  .num {
    margin: 0;
    font-family: "Jost", sans-serif;
  }
  .counter {
    font-size: 20px;
  }
}
@media all and (max-width: 630px) {
  .half {
    width: 100%;
  }
  .topNavBar li {
    padding: 4px;
  }
  .subtitle {
    font-size: 26px;
  }
  .headerImageCaption {
    font-size: 22px;
    top: 25%;
  }
  #infoBox {
    font-size: 80%;
  }
  .button {
    font-size: 16px;
    width: 150px;
  }
  .padded {
    padding: 12px;
  }
  .loginBox {
    display: block;
  }
  .callToActionContainer {
    height: 150px;
  }
  .callToAction.top {
    padding-bottom: 40px;
  }
  .counter {
    font-size: 18px;
  }
  .noMobile {
    display: none;
  }
  .header .logo {
    padding: 15px 0;
  }
  .mobileOnly {
    display: block;
  }
  .fullWidthMobile {
    width: 100%;
  }
  .titleShiftContainer {
    left: 0;
  }
}
@media all and (max-width: 530px) {
  .topNavBar {
    display: none;
  }
  #footer .socialLinks {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .subtitle {
    padding: 1%;
    margin: 0;
  }
  #header {
    text-align: center;
  }
  #header .socialLinks {
    position: relative;
    top: 0;
    float: none;
    display: block;
    text-align: center;
    padding-top: 7px;
  }
  .headerImageCaption {
    font-size: 20px;
    top: 28%;
    width: 58%;
  }
  .container.counter {
    padding-top: 15px;
  }
  .container {
    padding: 0 0 15px 0;
  }
  .container.bottomCallToAction {
    margin-bottom: 0;
  }
  #footer {
    font-size: 90%;
  }
  #footer .socialLinks {
    vertical-align: top;
    float: none;
  }
  #chromeExtensionDialog {
    width: 300px;
    margin-left: -165px;
  }
  .twitterContainer {
    width: 100%;
    float: none;
  }
  .quotesContainer {
    width: 100%;
    float: none;
  }
  .callToActionContainer {
    height: 200px;
  }
  .callToAction.top {
    padding-bottom: 60px;
  }
  .counter {
    font-size: 16px;
  }
  h3.point {
    font-size: 18px;
  }
  .num {
    width: 24px;
    height: 24px;
  }
  .topAction {
    margin-top: 15px;
  }
  .loginBox {
    margin-bottom: 15px;
  }
  .topNavContainer {
    position: absolute;
  }
}
@media all and (max-width: 400px) {
  h2 {
    font-size: 38px;
    padding-top: 15px;
  }
  .button {
    width: 120px;
  }
  #infoBox {
    margin: 10px;
    padding: 10px;
  }
  .imageOverlay {
    width: 45%;
  }
}