.bg-brain_speed {
  background: #7cb7d3;
}

.bg-brain_speed-dark {
  background: #56a2c6;
  color: white;
}

.txt-brain_speed {
  color: #7cb7d3;
}

.bg-people_skills {
  background: #e3800a;
}

.bg-people_skills-dark {
  background: #b26408;
  color: white;
}

.txt-people_skills {
  color: #e3800a;
}

.bg-memory {
  background: #b4975a;
}

.bg-memory-dark {
  background: #977c44;
  color: white;
}

.txt-memory {
  color: #b4975a;
}

.bg-attention {
  background: #71b16d;
}

.bg-attention-dark {
  background: #569952;
  color: white;
}

.txt-attention {
  color: #71b16d;
}

.bg-navigation {
  background: #ffd400;
}

.bg-navigation-dark {
  background: #ccaa00;
  color: white;
}

.txt-navigation {
  color: #ffd400;
}

.bg-intelligence {
  background: #9d5ba4;
}

.bg-intelligence-dark {
  background: #7e4983;
  color: white;
}

.txt-intelligence {
  color: #9d5ba4;
}

.bg-aqua {
  background: #25bdc1;
}

.bg-aqua-dark {
  background: #1d9396;
  color: white;
}

.txt-aqua {
  color: #25bdc1;
}

.darkish {
  color: #4d4d00;
}

a.oldlink {
  color: #25bdc1;
}

.pointer {
  cursor: pointer;
}

button {
  border: none;
}

#breakingnews {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#breakingnews b {
  font-size: 20px;
}

.holiday-bow {
  z-index: 10;
  cursor: pointer;
}

#holiday-bow-big {
  top: 0px;
  left: 0px;
  position: absolute;
}

@media screen and (max-width: 980px) {
  #holiday-bow-big {
    display: none;
  }
}

#holiday-bow-sm {
  margin-top: -20px;
  margin-bottom: -25px;
}

#holiday-bow-sm img {
  width: 150px;
}

@media screen and (min-width: 980px) {
  #holiday-bow-sm {
    display: none;
  }
}

body {
  margin: 0px;
  font-family: museo-sans, Helvetica, sans-serif;
}

h1 {
  font-size: 2em;
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 1.5em;
  }
}

.layer0 {
  position: relative;
  z-index: -1;
}

.layer1 {
  position: relative;
  z-index: 1;
}

.layer2 {
  position: relative;
  z-index: 2;
}

#main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4900px;
  color: #333;
}

#hamburger {
  z-index: 12;
  position: fixed;
  top: 0;
  left: -250px;
  background: rgba(50, 50, 50, 0.85);
  color: white;
  width: 220px;
  height: 1000px;
  transition: left .3s ease-out;
  padding: 10px;
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: column;
      flex-flow: column;
}

#hamburger .btn {
  width: 200px;
  margin: 2px;
  text-align: left;
}

#hamburger .btn a {
  color: white;
}

#hamburger.showing {
  left: 0;
}

.btn {
  background-color: #f7941e;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all .1s ease-out;
  cursor: pointer;
}

.btn:hover {
  background-color: #f78f14;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 980px) {
  .btn {
    font-size: 16px;
    padding: 4px;
  }
}

.btn-emph {
  background-color: #f7941e;
  font-weight: 500;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-emph:hover {
  background-color: #ff9516;
}

.emph-txt {
  color: #f7941e;
}

h4.subhdr {
  margin: 10px;
}

.centered {
  text-align: center;
}

.within-large-lines {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .within-large-lines {
    width: 980px;
    min-width: 980px;
  }
}

.parenthetical {
  text-align: right;
  margin-top: -30px;
  font-size: 18px;
}

.large-print {
  font-size: 20px;
}

.header {
  min-height: 55px;
  min-width: 100%;
  left: 0px;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 12 !important;
  background-color: rgba(50, 50, 50, 0.8);
}

.header * {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.header a {
  color: white;
}

.header #hamburger-btn {
  margin-right: auto;
  cursor: pointer;
  color: #dc5c32;
  font-size: 40px;
}

.header .hide-right {
  width: 0px;
  overflow: hidden;
  transition: width 0.2s ease-out;
  transition-delay: 0.5s;
}

.header .hide-right .hidden-right {
  width: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.headerslime {
  background: linear-gradient(to bottom, rgba(224, 227, 41, 0.95), rgba(189, 189, 35, 0.75));
}

.headerslime a {
  color: #333;
}

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

.skinny {
  font-weight: 100;
}

.smallcaps {
  font-variant: small-caps;
}

.hidden {
  display: none;
}

.box {
  min-width: 100%;
  min-height: 700px;
  height: 700px;
  width: 100%;
  opacity: 0.85;
  overflow: hidden;
}

.h7 {
  height: 700px;
}

.h0 {
  height: 0px;
  min-height: 0px;
}

.h1 {
  height: 140px;
  min-height: 140px;
}

.h2 {
  height: 280px;
  min-height: 280px;
}

.h3 {
  height: 420px;
  min-height: 420px;
}

.h4 {
  height: 560px;
  min-height: 560px;
}

.h5 {
  height: 700px;
  min-height: 700px;
}

.h6 {
  height: 840px;
  min-height: 840px;
}

.h7 {
  height: 980px;
  min-height: 980px;
}

.theme0 {
  opacity: 1;
}

.theme1 {
  color: #333;
  background: #e0e329;
}

.theme2 {
  background: #333;
  color: white;
}

.theme2 h2 {
  font-size: 36px;
}

.theme2 .accent {
  color: #25bdc1;
}

.theme3 {
  color: white;
}

.stats-bg {
  background-color: white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 110px;
}

@media screen and (min-width: 980px) {
  .stats-bg {
    background-image: url(//b-h-q-static.s3.amazonaws.com/3xp3rim3nts/v3c/assets/block1_bg_02.png);
  }
}

.layout0 {
  text-align: center;
  width: 100%;
}

.layout0 .full-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

.layout1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.layout1 .bottom {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px;
}

@media screen and (min-width: 980px) {
  .layout1 .bottom {
    width: 980px;
    min-width: 980px;
  }
}

.layout1 .bottom .bottom-half {
  width: 40%;
}

@media screen and (min-width: 980px) {
  .layout1 .bottom .bottom-half p {
    margin-top: 0px;
    width: 450px;
    font-size: 18px;
    font-width: 100px;
  }
}

@media screen and (max-width: 980px) {
  .layout1 .top {
    margin-top: 50px;
    margin-bottom: 120px;
  }
  .layout1 .bottom {
    margin: 20px;
    margin-top: 0px;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
  .layout1 .bottom .bottom-half {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.layout2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.layout2 * {
  margin: 10px;
}

.parenthetical {
  text-align: right;
  margin-top: -30px;
  font-size: 18px;
}

.big-pill {
  background: white;
  border: 10px solid #e0e329;
  border-radius: 50px;
  margin: 20px;
  color: #f7941e;
  text-align: center;
  padding: 10px;
  font-weight: 100;
  font-size: 26px;
}

@media screen and (min-width: 980px) {
  .big-pill {
    width: 500px;
    border-radius: 100px;
  }
}

.big-pill h2 {
  margin: 10px;
}

.layout3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.layout3 .block {
  margin: 10px;
  -ms-flex: 0;
      flex: 0;
  min-width: 330px;
  min-height: 330px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.layout3 .block p {
  margin: 10px;
  font-weight: 100;
}

.half-height {
  height: 350px;
  min-height: 350px;
  margin: 0px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.row * {
  margin: 10px;
}

.hitonami {
  background: #006666;
  color: white;
  opacity: 1;
}

.hitonami a {
  color: #e0e329;
}

.hitonami p {
  font-weight: 100;
}

.hitonami h2 {
  font-size: 32px;
  font-weight: 500;
}

.hitonami .contents {
  margin: auto;
  margin-top: 40px;
  padding: 10px;
  width: 700px;
  max-width: 700px;
  text-align: center;
  background: rgba(0, 80, 80, 0.5);
}

@media screen and (max-width: 980px) {
  .hitonami .contents {
    width: 80%;
  }
  .hitonami .contents h2 {
    font-size: 20px;
  }
}

.hitonami .contents p {
  font-size: 18px;
}

.infographic-item {
  cursor: pointer;
}

.arrow-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 150px;
  height: 150px;
  cursor: pointer;
  margin: 0px;
}

.arrow-holder i {
  font-size: 60px;
  color: white;
}

#gallery-block {
  background-image: url(//b-h-q-static.s3.amazonaws.com/3xp3rim3nts/v3c/assets/block5_BG_2.png);
  background-size: cover;
}

#screenshot-gallery {
  width: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#screenshot-gallery i {
  font-size: 40px;
  cursor: pointer;
}

#screenshot-gallery #screenshots-container {
  width: 420px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  height: 80px;
}

#screenshot-gallery #screenshots-container .screenshot {
  height: 60px;
  margin-left: 5px;
}

#tmp-screenshot-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
}

#tmp-screenshot-gallery i {
  font-size: 40px;
  cursor: pointer;
}

#screenshot-main {
  width: 450px;
}

#partner-slideshow {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 150px;
  background: #25bdc1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 980px) {
  #partner-slideshow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#partner-slideshow .arrow-holder-r {
  border-left: 1px solid white;
}

#partner-slideshow .arrow-holder-l {
  border-right: 1px solid white;
}

#partner-slideshow .items-container {
  height: 150px;
  margin: auto;
  margin-top: 0px;
  width: 900px;
  overflow: hidden;
}

#partner-slideshow .items-container .items {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin: 0px;
  width: 1200px;
  left: 3000px;
}

#partner-slideshow .items-container .items .item {
  min-width: 150px;
  width: 150px;
  cursor: pointer;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: white;
  margin: 0px;
  margin-left: 50px;
  font-size: 12px;
}

#partner-slideshow .items-container .items .item h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 100;
}

#partner-slideshow .items-container .items .item .plogo {
  margin: 0px;
  height: 100px;
  width: 100px;
}

#partner-slideshow .items-container .items .item .plogo .placeholder {
  r: 30;
  cx: 50;
  cy: 50;
  fill: white;
}

.column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

#modal {
  z-index: 999999999 !important;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 50px;
}

#modal .content {
  position: relative;
  transition: all 0.3s ease-out;
  top: -300px;
  opacity: 0;
}

#modal .content.showing {
  top: 0px;
  opacity: 1;
}

.transluc-bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 20px;
}

footer {
  min-height: 55px;
  min-width: 100%;
  left: 0px;
  bottom: 0px;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 12 !important;
  pointer-events: none;
}

footer #scroll-more-container {
  padding: 5px;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.5);
  width: 600px;
  height: 600px;
  transition: top .5s ease-out;
  position: relative;
  top: 590px;
  text-align: center;
  border-radius: 300px 300px 0px 0px;
}

@media screen and (max-width: 980px) {
  footer #scroll-more-container {
    width: 100%;
  }
}

footer #scroll-more {
  pointer-events: all;
  font-size: 150px;
  color: #dc5c32;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

footer .side-content {
  font-weight: 100;
  font-size: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
}

footer .side-content a {
  margin: 0;
  font-weight: 100;
  font-size: 12px;
}

.light-links a, .light-links, footer.light-links, .footer.light-links a {
  color: white !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #e0e329;
  font-size: 18px;
  font-weight: 100;
}

.yes-pointer {
  pointer-events: all;
  cursor: pointer;
}

#tiles {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 5040px;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}

#tiles #tiles-svg {
  width: 980px;
  height: 5040px;
}

@media screen and (max-width: 980px) {
  #tiles #tiles-svg {
    width: 300px;
  }
}

#tiles .tile {
  width: 140;
  height: 140;
}

#tiles .greenery {
  stroke: #e0e329;
  fill: none;
  stroke-width: 0;
}

#tiles .bluery {
  stroke: #25bdc1;
  fill: #25bdc1;
}

.notreadyinline-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column;
      flex-flow: column;
}

.notreadyinline-content .show-signup {
  display: none;
}

.notreadyinline-content p {
  margin: 5px;
}

.notreadyinline-content a {
  color: #25bdc1;
}

.notreadyinline-content li {
  list-style-type: none;
  border-top: 1px solid #e0e329;
  padding-top: 8px;
  margin-left: -10px;
  width: 260px;
}

.notreadyinline-content li p {
  color: #4d4d00;
  font-size: 14px;
  margin: 5px;
  margin-bottom: 10px;
}

.fiery-abyss {
  color: white;
  background: radial-gradient(ellipse farthest-corner at 50% 30%, #F59d43 20%, #ee5940 90%);
}

.fiery-abyss h2, .fiery-abyss h1 {
  color: white;
}

.fiery-abyss h1 {
  margin: 0px;
}

.fiery-abyss #subscribe-h {
  margin-top: 10px;
}

.fiery-abyss h2 {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .fiery-abyss h2 {
    margin-top: 20px;
  }
}

.fiery-abyss .scenes-container {
  height: 250px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .fiery-abyss .scenes-container {
    height: 200px;
  }
}

.fiery-abyss .scenes {
  height: 500px;
  width: 100%;
  position: relative;
  top: -50px;
  background-image: url(//b-h-q-static.s3.amazonaws.com/3xp3rim3nts/v3c/assets/block9BG_3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .fiery-abyss .scenes {
    background-image: url(//b-h-q-static.s3.amazonaws.com/3xp3rim3nts/v3c/assets/block9BGsm.svg);
    height: 450px;
    top: -20px;
  }
}

.fiery-abyss .tombstones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .fiery-abyss .tombstones {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

.fiery-abyss .tombstone {
  background: rgba(50, 50, 50, 0.75);
  transition: all 0.3s;
  border: 1px solid rgba(50, 50, 50, 0.75);
  cursor: pointer;
  width: 350px;
  height: 120px;
  border-radius: 60px 0px 0px 60px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 30px;
  overflow: visible;
}

@media screen and (max-width: 980px) {
  .fiery-abyss .tombstone {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.fiery-abyss .tombstone .tip {
  transition: all 0.3s;
  background: #e0e329;
  border: 2px solid #ee5940;
  height: 90px;
  width: 90px;
  border-radius: 45px;
  margin: 12px;
  display: inline-block;
  text-align: center;
  color: #222;
}

.fiery-abyss .tombstone .tip p.price {
  font-weight: 300;
  font-size: 40px;
  margin: 0px;
  margin-top: 15px;
}

.fiery-abyss .tombstone .tip p.period {
  font-weight: 100;
  font-size: 13px;
  font-style: italic;
  margin: 0px;
  margin-top: -5px;
}

.fiery-abyss .tombstone .details {
  color: white;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -10px;
  width: 200px;
}

.fiery-abyss .tombstone .details p {
  margin: 5px;
}

.fiery-abyss .tombstone .details .smallprint {
  font-size: 14px;
  font-style: italic;
}

.fiery-abyss .tombstone .slant {
  margin: 0px;
  width: 100px;
  height: 120px;
  transform-origin: 100% 0;
  transform: skew(45deg);
  z-index: -1;
}

.fiery-abyss .tombstone:hover {
  border-color: #e0e329;
  background: rgba(50, 50, 50, 0.85);
}

.fiery-abyss .tombstone:hover .tip {
  background: white;
}

.fiery-abyss .bottom-txt {
  position: relative;
  top: -55px;
  width: 100%;
  height: 500px;
  color: white;
  padding-top: 80px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  background: #844032;
}

@media screen and (max-width: 980px) {
  .dispensable {
    display: none !important;
  }
}

span.dispensable {
  margin: 0px;
}

@media screen and (min-width: 980px) {
  .undispensable {
    display: none !important;
  }
}

.fullw-txt {
  width: 90%;
}

.full-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

form {
  width: 80%;
}

form .form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0px;
}

form .form-item ::-webkit-input-placeholder {
  font-weight: 100;
}

form .form-item :-ms-input-placeholder {
  font-weight: 100;
}

form .form-item ::placeholder {
  font-weight: 100;
}

form .form-item input {
  font-size: 14px;
  transition: all 0.5s;
  padding-left: 10px;
  outline: none;
  background: #f4f5b0;
  border-radius: 5px;
  border: 1px solid white;
  height: 30px;
  width: 170px;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 10px;
}

form .form-item input.input-error {
  border: 1px solid #800;
  border-radius: 2px;
  background: #fee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#login-dlg, #signup-dlg {
  width: 400px;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  #login-dlg, #signup-dlg {
    width: 350px;
  }
}

@media screen and (max-width: 350px) {
  #login-dlg, #signup-dlg {
    width: 320px;
  }
}

#login-dlg .padded, #signup-dlg .padded {
  margin: 20px;
}

#login-dlg #closebtn, #signup-dlg #closebtn {
  height: 0px;
  cursor: pointer;
}

#login-dlg #closebtn i, #signup-dlg #closebtn i {
  margin: 8px;
  color: #333;
  cursor: pointer;
}

#login-dlg .top, #signup-dlg .top {
  background: #e0e329;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: #666;
}

#login-dlg .top p, #signup-dlg .top p {
  margin: 5px;
}

#login-dlg .top .biglinks, #signup-dlg .top .biglinks {
  font-size: 26px;
  color: #333;
}

#login-dlg .top .biglinks a, #signup-dlg .top .biglinks a {
  color: #dc5c32;
  font-size: 26px;
  font-weight: 300;
}

#login-dlg .top .biglinks .white, #signup-dlg .top .biglinks .white {
  color: white;
}

#login-dlg .main, #signup-dlg .main {
  background: white;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

#login-dlg .main .formbox, #signup-dlg .main .formbox {
  overflow: hidden;
  width: 300px;
}

#login-dlg .main .formbox .form-row, #signup-dlg .main .formbox .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 300px;
  color: #666;
  margin-top: 4px;
}

#login-dlg .main .formbox .form-row .form-icon, #login-dlg .main .formbox .form-row .form-input, #signup-dlg .main .formbox .form-row .form-icon, #signup-dlg .main .formbox .form-row .form-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#login-dlg .main .formbox .form-row .form-icon, #signup-dlg .main .formbox .form-row .form-icon {
  width: 40px;
  height: 40px;
  transition: color 0.5s;
}

#login-dlg .main .formbox .form-row .form-input, #login-dlg .main .formbox .form-row .form-txt, #signup-dlg .main .formbox .form-row .form-input, #signup-dlg .main .formbox .form-row .form-txt {
  width: 230px;
}

#login-dlg .main .formbox .form-row .form-input, #signup-dlg .main .formbox .form-row .form-input {
  background: #f4f5b0;
  border-radius: 9px;
  border: 1px solid white;
  height: 40px;
}

#login-dlg .main .formbox .form-row .form-txt, #signup-dlg .main .formbox .form-row .form-txt {
  text-align: center;
  height: 28px;
}

#login-dlg .main .formbox .form-row input, #signup-dlg .main .formbox .form-row input {
  margin-left: 10px;
  margin-right: auto;
  background: #f4f5b0;
  border: none;
  width: 210px;
  font-size: 20px;
  outline: none;
}

#login-dlg .main .formbox .form-row .form-submit, #signup-dlg .main .formbox .form-row .form-submit {
  background: #f9ab4f;
  color: #eee;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
}

#login-dlg .main .formbox .form-row .submit-icon, #signup-dlg .main .formbox .form-row .submit-icon {
  color: #eee;
}

#login-dlg .main .formbox .form-row .submit-icon.ready, #signup-dlg .main .formbox .form-row .submit-icon.ready {
  color: #25bdc1;
}

#login-dlg .main .formbox .form-row .form-submit.ready, #signup-dlg .main .formbox .form-row .form-submit.ready {
  background: #f7941e;
  cursor: pointer;
}

#login-dlg .main .formbox .form-row .form-submit.busy, #signup-dlg .main .formbox .form-row .form-submit.busy {
  color: #999;
}

#login-dlg .main .formbox .form-row .form-facebook, #signup-dlg .main .formbox .form-row .form-facebook {
  margin-top: 8px;
  background: #3c5c9b;
  font-weight: 100;
  width: 200px;
  margin-left: 15px;
  height: 30px;
  font-size: 14px;
}

#login-dlg .main .formbox .form-row .form-facebook a, #signup-dlg .main .formbox .form-row .form-facebook a {
  color: white;
}

#login-dlg .main .formbox .form-row.ready i, #login-dlg .main .formbox .form-row.ready input, #signup-dlg .main .formbox .form-row.ready i, #signup-dlg .main .formbox .form-row.ready input {
  color: #25bdc1;
}

#login-dlg .main .formbox .form-row.error i, #login-dlg .main .formbox .form-row.error input, #signup-dlg .main .formbox .form-row.error i, #signup-dlg .main .formbox .form-row.error input {
  color: #e87777;
}

#login-dlg .main .formbox .form-row.error input, #signup-dlg .main .formbox .form-row.error input {
  border: 1px solid #e87777;
}

#login-dlg .main .formbox .form-row.busy i, #login-dlg .main .formbox .form-row.busy input, #signup-dlg .main .formbox .form-row.busy i, #signup-dlg .main .formbox .form-row.busy input {
  color: #666;
}

#login-dlg .main .formbox.toppadded, #signup-dlg .main .formbox.toppadded {
  margin-top: 20px;
}

#login-dlg .main a, #signup-dlg .main a {
  color: #25bdc1;
  font-weight: 300;
  font-size: 16px;
}

#login-dlg .bottom, #signup-dlg .bottom {
  background: white;
  font-weight: 100;
  font-size: 16px;
  padding: 10px;
  color: #333;
  text-align: center;
}

#login-dlg .bottom p, #signup-dlg .bottom p {
  margin: 5px;
}

#login-dlg .bottom .sm, #login-dlg .bottom .sm a, #signup-dlg .bottom .sm, #signup-dlg .bottom .sm a {
  font-size: 14px;
}

#login-dlg .bottom a, #signup-dlg .bottom a {
  color: #25bdc1;
}

#vid-dlg {
  width: 640px;
}

#vid-dlg #closebtn i {
  font-size: 44px;
  font-weight: 700;
  color: #f7941e;
  cursor: pointer;
}

.error-msg {
  color: #600;
  font-weight: 300;
}

#botlinks {
  text-align: center;
}

#botlinks a {
  color: #4d4d00;
}

.soc-im {
  margin: 2px;
}

.overl {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.overl i {
  color: #e0e329;
  font-size: 50px;
  transition: all 2s;
}

.a-only, .b-only {
  display: none;
}

#top-front {
  margin-top: 55px;
}

#top-front .top {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  #top-front .top {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 980px) {
  .tweak-lbox1 {
    margin-left: 80px;
    width: 400px;
  }
}

@media screen and (max-width: 1080px) {
  .tweak-lbox1 {
    width: 350px;
  }
}

@media screen and (max-width: 980px) {
  .tweak-lbox1 {
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .tweak-octopus .accent {
    width: 700px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .tweak-octopus p {
    width: 500px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 980px) {
  .tweak-octopus {
    padding: 10px;
    text-align: center;
  }
  .tweak-octopus p {
    margin: 10px;
  }
  .tweak-octopus h2 {
    font-size: 28px;
  }
}

.tweak-octopus #octopus {
  width: 980px;
  height: 560px;
}

@media screen and (max-width: 980px) {
  .tweak-octopus #octopus {
    width: 300px;
    height: 200px;
    margin-top: 320px;
  }
}

.tweak-hitonami-img {
  width: 100%;
  min-width: 980px;
  margin: 0px;
}

@media screen and (max-width: 980px) {
  .tweak-hitonami-img {
    display: none;
  }
}

.tweak-hitonami-img-sm {
  width: 100%;
  min-width: 200px;
  margin: 0px;
}

@media screen and (min-width: 980px) {
  .tweak-hitonami-img-sm {
    display: none;
  }
}

.tweak-partners .title {
  width: 550px;
  text-align: right;
}

@media screen and (max-width: 980px) {
  .tweak-partners .title {
    width: 340px;
    text-align: center;
  }
}

.tweak-partners p {
  width: 700px;
}

@media screen and (max-width: 980px) {
  .tweak-partners p {
    width: 90%;
  }
}

.tweak-partners .partner-paragraphs {
  width: 700px;
}

@media screen and (max-width: 980px) {
  .tweak-partners .partner-paragraphs {
    width: 90%;
  }
}

.fit-im {
  width: 400px;
  margin: 60px;
  margin-top: 330px;
}

.fit-im #block-devices {
  width: 500px;
}

@media screen and (max-width: 980px) {
  .fit-im {
    width: 250px;
    margin: 10px;
    margin-top: -50px;
  }
  .fit-im #block-devices {
    width: 250px;
  }
}

.tweak-itcanfit .expl-txt {
  margin: 10px;
}

@media screen and (min-width: 980px) {
  .tweak-itcanfit {
    width: 370px;
  }
  .tweak-itcanfit .big-pill {
    margin-top: 90px;
    position: relative;
    left: -150px;
  }
  .tweak-itcanfit .expl-txt {
    width: 370px;
    margin-top: 60px;
    margin-left: 50px;
    font-size: 18px;
  }
}

.slimebar {
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  background: #e0e329;
  margin-top: auto;
  margin-bottom: 0px;
}

.tweak-2ways .parenthetical {
  margin-top: -20px;
  width: 500px;
}

@media screen and (max-width: 980px) {
  .tweak-2ways .parenthetical {
    width: 60%;
  }
}

.tweak-2ways .bottom .skinny {
  width: 500px;
  margin-left: 300px;
}

@media screen and (max-width: 980px) {
  .tweak-2ways .bottom .skinny {
    width: 80%;
    margin-left: 10px;
  }
}

@media screen and (max-width: 980px) {
  .tweak-whatyoudo {
    -ms-flex-flow: column;
        flex-flow: column;
    margin-top: -100px;
  }
  .tweak-whatyoudo p {
    margin: 5px 20px 5px 20px;
  }
}

.tweak-infographic {
  width: 80%;
  max-width: 800px;
  margin: 10px;
}

.tweak-infographic h1 {
  text-align: center;
}

.tweak-infographic p {
  margin: 0px;
}

@media screen and (max-width: 980px) {
  .tweak-infographic {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
