html,
body {
  font-family: Jost;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #242424;
}

.mobile-only {
  display: none;
}
@media (max-width: 546px) {
  .mobile-only {
    display: block;
  }
}

.mobile-only.button {
  display: none;
}
@media (max-width: 546px) {
  .mobile-only.button {
    display: inline-block;
  }
}

@media (max-width: 546px) {
  .no-mobile {
    display: none !important;
  }
}

@media (max-width: 754px) {
  .no-tablet {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .no-notebook {
    display: none !important;
  }
}

.container {
  clear: both;
  overflow: hidden;
}

.row {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.item-flex {
  flex: 1 0 auto;
}

.item-rigid {
  flex: 1 0 0;
}

.list-disc {
  display: inline-block;
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.button,
button {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Jost";
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid rgb(74, 144, 226);
  box-sizing: border-box;
  border-radius: 26px;
  color: rgb(74, 144, 226);
  padding: 11px 23px;
  margin: 0 18px 10px 0;
  cursor: pointer;
}

.button.primary,
button.primary {
  color: white;
  background-color: rgb(74, 144, 226);
  text-align: center;
}

.green {
  background-color: rgb(67, 176, 138);
  color: rgb(255, 255, 255);
}
.green .button,
.green button {
  background-color: transparent;
  border: 2px solid white;
  color: rgb(255, 255, 255);
}
.green .button.primary,
.green button.primary {
  background-color: rgb(255, 255, 255);
  color: rgb(67, 176, 138);
}
.green ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.green li {
  margin: 10px 0;
}

.grey {
  background-color: rgb(245, 245, 245);
}

h1,
h2 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}

.h-flex-container {
  display: flex;
}

.v-flex-container {
  display: flex;
  flex-direction: column;
}

.centered {
  text-align: center;
}

.spacing {
  margin: 50px auto;
}

/* Specific rows */
.nav-bar .row {
  padding: 10px 20px;
}
@media (max-width: 754px) {
  .nav-bar .row {
    padding: 10px 15px;
  }
}
@media (max-width: 546px) {
  .nav-bar .row {
    padding: 10px;
  }
}
.nav-bar .nav-bar-title a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  color: #242424;
  font-weight: 600;
}
.nav-bar .nav-bar-title .image-container {
  display: inline-flex;
  border-radius: 50%;
  padding: 8px;
  background-color: rgb(67, 176, 138);
  width: 50px;
  height: 50px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.nav-bar .nav-bar-title .image-container img {
  width: 80%;
  height: 80%;
}
.nav-bar .nav-bar-title .image-container .readlangLogoContainer {
  width: 40px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbitContainer {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 2px;
  left: 0;
}
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbitHole,
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbit,
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbitHoleForeground {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbitHole,
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbitHoleForeground {
  width: 100%;
  height: auto;
}
.nav-bar .nav-bar-title .image-container .readlangLogoContainer .rabbit {
  width: 23px;
  height: auto;
  transition: bottom 0.2s;
}
.nav-bar .nav-bar-title .image-container:hover .rabbit {
  bottom: -22px;
}
.nav-bar .nav-bar-title .logo-title {
  vertical-align: middle;
}
.nav-bar .top-nav-list {
  font-family: "Jost", sans-serif;
  float: right;
  padding: 0;
  font-size: 18px;
}
.nav-bar .top-nav-list li {
  display: inline;
  padding: 2px;
}
@media (max-width: 754px) {
  .nav-bar .top-nav-list {
    font-size: 14px;
  }
}
@media (max-width: 546px) {
  .nav-bar .top-nav-list {
    font-size: 14px;
  }
}
.nav-bar .top-nav-list a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgb(128, 130, 134);
  padding: 9px 20px;
}
@media (max-width: 1000px) {
  .nav-bar .top-nav-list a {
    padding: 9px 7px;
  }
}
@media (max-width: 546px) {
  .nav-bar .top-nav-list a {
    padding: 9px 2px;
  }
}
.nav-bar .top-nav-list a.showLoginButton {
  padding: 9px 20px;
}
@media (max-width: 1000px) {
  .nav-bar .top-nav-list a.showLoginButton {
    padding: 9px 14px;
  }
}
.nav-bar .top-nav-list .sign-in {
  background-color: rgb(240, 240, 240);
  border-radius: 26px;
}

.main-row-container {
  background-image: url("/content/landingPageBackgroundTexture.jpg");
  background-size: cover;
}
.main-row-container h1 {
  text-align: left;
}
.main-row-container .main-row {
  padding: 0;
  max-width: none;
}
@media (max-width: 754px) {
  .main-row-container .main-row .main-row-right {
    flex: 2 0 0;
  }
}
.main-row-container .main-row .main-row-image-container {
  position: relative;
}
.main-row-container .main-row .main-row-image-container img {
  width: 90%;
}
@media (max-width: 754px) {
  .main-row-container .main-row .main-row-image-container img {
    position: absolute;
    width: 400px;
    right: 0;
    top: 50%;
    margin-top: -170px;
  }
}
@media (max-width: 546px) {
  .main-row-container .main-row .button,
  .main-row-container .main-row button {
    width: 100%;
  }
}
.main-row-container .main-row .main-row-top {
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  max-width: 1260px;
}
.main-row-container .main-row .main-row-top li {
  text-indent: -25px;
  margin-left: 25px;
}
.main-row-container .main-row .learn-more {
  display: none;
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.main-row-container .main-row .flag-list {
  background-color: rgba(0, 0, 0, 0.43);
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.main-row-container .main-row .flag-list ul {
  margin: 10px;
}
.main-row-container .main-row .flag-list li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.main-row-container .main-row .flag-list li a {
  display: inline-block;
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 6px;
}
.main-row-container .main-row .flag-list li a img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 15px;
}
.main-row-container .main-row .flag-list li.v-line {
  height: 40px;
  border-left: 1px solid white;
  vertical-align: middle;
}

.how-to-steps .row {
  padding-left: 0;
  margin: 100px 0;
}
@media (max-width: 546px) {
  .how-to-steps .row {
    margin: 60px 0;
  }
}
.how-to-steps .row:first-child {
  margin-top: 0;
}
.how-to-steps .row:last-child {
  margin-bottom: 0;
}
.how-to-steps h3 {
  font-family: "Jost";
  font-weight: 300;
  border-bottom: 3px solid rgb(67, 176, 138);
  display: inline;
}
.how-to-steps p {
  font-family: "Jost";
  font-weight: 300;
  font-size: 50px;
  margin: 20px 0;
}
.how-to-steps p.description {
  font-family: Jost;
  font-size: 20px;
  font-weight: 100;
  color: rgb(128, 130, 134);
}
.how-to-steps p.description a {
  color: rgb(128, 130, 134);
}
.how-to-steps img {
  width: 80%;
}
@media (max-width: 546px) {
  .how-to-steps {
    text-align: center;
  }
}
.how-to-steps img.mobile-step-screen {
  display: none;
}
@media (max-width: 546px) {
  .how-to-steps img.mobile-step-screen {
    display: block;
    margin: 20px 0;
  }
}

.devices-image {
  width: 80%;
  margin: 0 0 40px 0;
}
@media (max-width: 754px) {
  .devices-image {
    width: 90%;
  }
}
@media (max-width: 546px) {
  .devices-image {
    width: 100%;
  }
}

.testimonials {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 280px auto;
}
@media (max-width: 754px) {
  .testimonials {
    margin-bottom: 230px;
  }
}
@media (max-width: 546px) {
  .testimonials {
    margin-bottom: 50px;
  }
}
.testimonials .quote {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 340px;
  clear: both;
  margin: 30px 25px;
  padding: 25px;
  background-color: rgb(248, 248, 248);
  color: rgb(113, 119, 133);
  border: 3px solid rgb(67, 176, 138);
  border-radius: 25px;
}
@media (max-width: 754px) {
  .testimonials .quote {
    max-width: 280px;
    font-size: 18px;
  }
}
@media (max-width: 546px) {
  .testimonials .quote {
    margin-bottom: 200px;
  }
}
.testimonials .quote .rabbit {
  position: absolute;
  top: 100%;
  padding-top: 40px;
  left: 7px;
}
@media (max-width: 754px) {
  .testimonials .quote .rabbit {
    width: 100px;
    text-align: center;
  }
  .testimonials .quote .rabbit img {
    width: 80%;
  }
}
@media (max-width: 546px) {
  .testimonials .quote .rabbit {
    width: 100px;
    text-align: center;
  }
  .testimonials .quote .rabbit img {
    width: 60%;
  }
}
.testimonials .quote .rabbit p {
  font-size: 13px;
  margin: 6px 0 0 0;
  text-align: center;
  color: rgb(136, 136, 136);
  font-weight: normal;
}
.testimonials .quote .rabbit .about {
  font-weight: 300;
}
.testimonials .quote:after,
.testimonials .quote:before {
  border: solid;
  top: 100%;
  content: "";
  position: absolute;
  z-index: 2;
}
.testimonials .quote:after {
  border-color: rgb(248, 248, 248) transparent;
  border-width: 22px 22px 0 22px;
  left: 40px;
}
.testimonials .quote:before {
  border-color: rgb(67, 176, 138) transparent;
  border-width: 26px 26px 0 26px;
  left: 36px;
}
.testimonials .right {
  text-align: right;
}
.testimonials .right .quote:after {
  left: auto;
  right: 36px;
}
.testimonials .right .quote:before {
  left: auto;
  right: 32px;
}
.testimonials .right .rabbit {
  left: auto;
  right: 7px;
}

.pricing {
  text-align: center;
  font-family: "Jost";
  font-size: 15px;
}
.pricing .row {
  padding: 90px 0 105px 0;
}
.pricing h2 {
  margin: 0 auto 70px auto;
}
.pricing .panel {
  display: inline-block;
  width: 288px;
  background-color: white;
  border: 3px solid #242424;
  border-radius: 27px;
  margin: 10px;
}
.pricing .panel h2 {
  margin: 33px auto;
}
.pricing .panel.premium {
  border-color: rgb(67, 176, 138);
}
.pricing .panel.premium .price {
  background-color: rgb(203, 231, 221);
}
.pricing .panel.premium .price small {
  margin: 0 6px;
  opacity: 0.6;
}
.pricing .price {
  background-color: rgb(219, 221, 227);
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
}
.pricing .green-text {
  color: rgb(67, 176, 138);
}
.pricing .button,
.pricing button {
  box-sizing: border-box;
  width: 74%;
  margin: 5px 13%;
}

.read .row {
  padding-bottom: 10px;
}
.read h2 {
  margin-bottom: 20px;
}
.read p {
  text-align: center;
  margin-bottom: 45px;
}
.read .images {
  text-align: center;
  position: relative;
  margin: 35px 0 40px 0;
}
.read .images .center-image {
  position: relative;
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 546px) {
  .read .images .center-image {
    width: 85%;
  }
}
.read .images img {
  display: inline-block;
  width: 100%;
}
.read .images img.left {
  position: absolute;
  right: 110%;
  top: 0;
  opacity: 0.4;
}
.read .images img.right {
  position: absolute;
  left: 110%;
  top: 0;
  opacity: 0.4;
}

.vanity-metrics {
  font-size: 35px;
  color: rgb(128, 130, 134);
  text-align: center;
  margin: 70px 0;
}
@media (max-width: 546px) {
  .vanity-metrics {
    font-size: 20px;
  }
}
.vanity-metrics .metric {
  font-family: "Jost";
  font-weight: 200;
  font-size: 70px;
  color: rgb(67, 176, 138);
  margin: 10px 0;
}
@media (max-width: 546px) {
  .vanity-metrics .metric {
    font-size: 50px;
  }
}
.vanity-metrics p {
  margin: 15px 0;
}
.vanity-metrics .dotted-line {
  display: inline-block;
  width: 1px;
  height: 100px;
  background-image: url("/content/dash.png");
}

.bottom-call-to-action .row {
  padding: 30px 0 40px 0;
}
.bottom-call-to-action h2 {
  max-width: 600px;
  margin: 40px auto;
}
.bottom-call-to-action p {
  text-align: center;
  margin: 6px 0;
}
.bottom-call-to-action .button,
.bottom-call-to-action button {
  width: 213px;
}

.footer {
  background-color: #242424;
}
.footer ul {
  display: inline-block;
  width: 280px;
  list-style: none;
  padding: 0;
}
@media (max-width: 754px) {
  .footer ul {
    display: block;
  }
}
.footer li {
  color: rgb(113, 119, 133);
  line-height: 19px;
  font-size: 14px;
  font-weight: normal;
}
.footer a {
  color: rgb(113, 119, 133);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer a:hover {
  color: rgb(248, 248, 248);
}
.footer .social-links {
  float: right;
  width: auto;
}
@media (max-width: 754px) {
  .footer .social-links {
    float: none;
  }
}
.footer .social-links .logo {
  font-size: 26px;
}
.footer .social-links li {
  margin-bottom: 10px;
}
.footer .social-links li a {
  margin: 10px 10px 0 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* landing page dialogs */
#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;
}
.modalDialog input {
  border: 1px solid #aaa;
  padding: 5px;
}
.modalDialog input,
.modalDialog select {
  box-sizing: border-box;
}
.modalDialog select {
  width: 100%;
  padding: 2%;
}
.modalDialog table {
  width: 100%;
}
.modalDialog table {
  border-collapse: collapse;
}
.modalDialog input[type=email],
.modalDialog input[type=text],
.modalDialog input[type=password] {
  width: 100%;
}
.modalDialog input[type=submit] {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}
.modalDialog .padded {
  padding: 15px;
}
.modalDialog .smallPadded {
  padding: 10px;
}
.modalDialog .button {
  display: inline-block;
  width: 180px;
  padding: 0;
  font-family: "Jost";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background-color: rgb(67, 176, 138);
  color: white;
  cursor: pointer;
  border-radius: 5px;
  margin: 0;
}
.modalDialog .wide {
  width: 100%;
}
.modalDialog .button.validationError,
.modalDialog .button.greyedOut {
  background-color: #aaa;
}
.modalDialog .button.validationError:hover,
.modalDialog .button.greyedOut:hover {
  background-color: #888;
}
.modalDialog .button.googleSignInButton {
  background-color: transparent;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  overflow: hidden;
}
.modalDialog .button.googleSignInButton:hover {
  background-color: transparent;
}
.modalDialog form[name=login] {
  margin: 10px 0;
}
.modalDialog .emailSignInControls {
  display: none;
}
.modalDialog .throbber {
  width: 0px;
  height: 0px;
}
.modalDialog .submitting .throbber {
  width: auto;
  height: auto;
}
.modalDialog .button:hover {
  background-color: #2e795f;
  box-shadow: 0 0 10px #fff;
}
.modalDialog .button a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: inherit;
}
.modalDialog p#invalidCredentials {
  color: #f32;
  display: none;
}
.modalDialog #resetPasswordButton {
  margin-top: 10px;
}

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

#loginDialog {
  font-size: 17px;
}

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

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

#loginDialog td {
  padding: 2px 0;
}