@charset "UTF-8";
@font-face {
  font-family: 'oduda';
  src: url("/assets/fonts/oduda/Oduda-Bold.eot");
  src: url("/assets/fonts/oduda/Oduda-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/oduda/Oduda-Bold.woff2") format("woff2"), url("/assets/fonts/oduda/Oduda-Bold.woff") format("woff"), url("/assets/fonts/oduda/Oduda-Bold.ttf") format("truetype"), url("/assets/fonts/oduda/Oduda-Bold.svg#baqroundedregular") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "T Star Mono Round";
  src: url("//db.onlinewebfonts.com/t/a921dd8a5b280b39e062c4ff49e03301.eot");
  src: url("//db.onlinewebfonts.com/t/a921dd8a5b280b39e062c4ff49e03301.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/a921dd8a5b280b39e062c4ff49e03301.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/a921dd8a5b280b39e062c4ff49e03301.woff") format("woff"), url("//db.onlinewebfonts.com/t/a921dd8a5b280b39e062c4ff49e03301.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/a921dd8a5b280b39e062c4ff49e03301.svg#T Star Mono Round") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "T Star Mono Round";
  src: url("//db.onlinewebfonts.com/t/98675ac090184429eeeedf6987c56c25.eot");
  src: url("//db.onlinewebfonts.com/t/98675ac090184429eeeedf6987c56c25.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/98675ac090184429eeeedf6987c56c25.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/98675ac090184429eeeedf6987c56c25.woff") format("woff"), url("//db.onlinewebfonts.com/t/98675ac090184429eeeedf6987c56c25.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/98675ac090184429eeeedf6987c56c25.svg#T Star Mono Round") format("svg");
  font-style: normal;
  font-weight: 700; }
/* Global Reset */
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  overflow: auto;
  background-color: #FFF;
  font-family: "T Star Mono Round", "Lucida Console", Monaco, monospace;
  font-weight: bold;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: "oduda";
  font-weight: normal; }

h1 {
  margin-bottom: 1em; }

p {
  margin: 1em 0; }

#main {
  width: 100%;
  margin: 0 auto; }

.inner {
  max-width: 900px;
  margin: 0 auto; }

#content {
  margin-top: 96px; }

h3 {
  font-size: 150%; }

ul {
  padding: 0 40px; }

ul li {
  margin: 10px 0; }

a {
  cursor: pointer; }

section {
  padding: 15px 0 15px;
  font-size: 100%;
  background-color: #FFF;
  color: #F1BE48; }
  section.orange {
    background-color: #FF8200;
    color: #FFF; }
    section.orange p, section.orange h1, section.orange h2, section.orange h3, section.orange h4 {
      color: #FFF; }
    section.orange a {
      color: #1B365D; }
    section.orange .button {
      background-color: #FFF;
      color: #FF8200; }
  section.yellow {
    background-color: #F1BE48;
    color: #FFF; }
    section.yellow p, section.yellow h1, section.yellow h2, section.yellow h3, section.yellow h4 {
      color: #FFF; }
    section.yellow a {
      color: #1B365D; }
  section.darkblue {
    background-color: #1B365D;
    color: #FFF; }
    section.darkblue p, section.darkblue h1, section.darkblue h2, section.darkblue h3, section.darkblue h4 {
      color: #FFF; }
    section.darkblue a {
      color: #00A3E0; }
  section.lightblue {
    background-color: #00A3E0;
    color: #FFF; }
    section.lightblue p, section.lightblue h1, section.lightblue h2, section.lightblue h3, section.lightblue h4 {
      color: #FFF; }
    section.lightblue a {
      color: #1B365D; }
    section.lightblue .button {
      color: #FFF; }
  section.grey {
    background-color: #FAFAFA; }
  section a {
    color: #1B365D; }
  section p {
    color: #1B365D; }
  section p, section h3, section h4 {
    margin: 5px; }
  section h3 {
    color: #FF8200;
    font-size: 200%;
    line-height: 100%; }
    section h3 a {
      color: #FF8200; }
  section h4 {
    font-size: 160%;
    margin-top: 10px; }
  section h3 a {
    text-decoration: none; }
  section img {
    margin-bottom: 10px; }
  section.subhead {
    font-size: 160%;
    padding: 30px 0; }
  section.text {
    margin: 20px 0; }
  section.text p {
    line-height: 1.5em;
    font-size: 80%; }

.left {
  float: left;
  margin-right: 20px; }

.right {
  float: right;
  margin-left: 20px; }

hr {
  clear: both;
  height: 0px;
  width: 0px; }

header {
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  -ms-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
  position: fixed;
  z-index: 99999;
  background: #00A3E0;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 40px;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6) ;
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6) ;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6) ; }
  @media all and (max-width: 870px) {
    header {
      padding: 10px; } }
  header div.menu {
    position: relative; }
    header div.menu ul {
      -webkit-transition: margin-top 0.25s;
      -moz-transition: margin-top 0.25s;
      -ms-transition: margin-top 0.25s;
      -o-transition: margin-top 0.25s;
      transition: margin-top 0.25s;
      display: inline-block;
      position: absolute;
      right: 0;
      padding: 0;
      margin-top: 10px; }
      @media all and (max-width: 870px) {
        header div.menu ul {
          padding: 0 10px;
          margin-top: 0; } }
      @media all and (max-width: 500px) {
        header div.menu ul {
          position: static; } }
      header div.menu ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0;
        margin-left: 50px; }
        @media all and (max-width: 870px) {
          header div.menu ul li {
            margin-left: 10px; } }
        header div.menu ul li a {
          font-size: 130%;
          text-decoration: none;
          color: #FFF; }
        header div.menu ul li a.button {
          color: #FFF; }
      header div.menu ul li.selected > a {
        border-bottom: 10px solid #FFF; }
      @media all and (max-width: 870px) {
        header div.menu ul {
          font-size: 80%; } }
  header h1 {
    margin: 10px 0;
    padding: 0;
    display: inline-block; }
    header h1 a {
      display: inline-block;
      text-decoration: none;
      color: #FFF; }
    header h1 img {
      -webkit-transition: height 0.25s;
      -moz-transition: height 0.25s;
      -ms-transition: height 0.25s;
      -o-transition: height 0.25s;
      transition: height 0.25s;
      height: 50px; }
      @media all and (max-width: 870px) {
        header h1 img {
          height: 30px; } }
  header #productsDropdown {
    text-align: center;
    display: none; }
    header #productsDropdown .productMenu {
      position: relative;
      display: inline-block;
      width: 220px;
      height: 80px;
      text-align: left;
      vertical-align: top;
      margin: 3px;
      background-color: rgba(255, 255, 255, 0.1); }
      header #productsDropdown .productMenu:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      header #productsDropdown .productMenu img {
        width: 80px;
        display: inline-block; }
      header #productsDropdown .productMenu div {
        vertical-align: top;
        display: inline-block;
        padding: 5px;
        width: 130px; }
      header #productsDropdown .productMenu a {
        color: #FFF;
        text-decoration: none; }
      header #productsDropdown .productMenu p {
        font-size: 80%;
        color: #FFF; }
      header #productsDropdown .productMenu strong {
        font-weight: bold; }

header.small {
  padding: 5px 40px; }
  header.small h1 img {
    height: 30px; }
  header.small div.menu ul {
    margin-top: -2px; }

@media all and (max-width: 870px) {
  header.small {
    padding: 0 10px; }
    header.small h1 {
      font-size: 140%; } }
footer {
  background: #00A3E0;
  padding: 40px;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 10px black ;
  -moz-box-shadow: 0px 0px 10px black ;
  box-shadow: 0px 0px 10px black ; }
  footer .footlinks {
    max-width: 300px;
    width: 32%;
    display: inline-block;
    vertical-align: top; }
    footer .footlinks img.logo {
      height: 40px; }
  footer li {
    list-style-type: none;
    margin: 0 0 12px 0; }
    footer li a {
      color: #FFF;
      text-decoration: none; }
      footer li a :visited {
        color: #FFF; }
      footer li a :hover {
        color: #CCC; }
  footer .social {
    margin-bottom: 60px; }
  footer .links {
    float: right;
    font-size: 150%;
    vertical-align: top; }
    footer .links a {
      text-decoration: none; }
    footer .links i, footer .links span.fa {
      vertical-align: top; }
    footer .links i.fa-twitter, footer .links i.fa-facebook, footer .links i.fa-youtube {
      color: #00A3E0; }
  footer .signup {
    display: inline-block; }
    footer .signup p {
      padding: 0 0 3px 0;
      margin: 0;
      font-size: 85%; }
    footer .signup input {
      width: 300px;
      font-size: 90%;
      padding: 2px; }
    footer .signup button {
      -webkit-border-radius: 0.35em;
      -moz-border-radius: 0.35em;
      border-radius: 0.35em;
      background: #FFF;
      border: none;
      font-size: 90%;
      padding: 4px; }
  footer .copyright {
    font-size: 80%;
    text-align: right; }

.imgbox {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 0;
  position: relative;
  height: 70vmin;
  vertical-align: center;
  min-height: 300px; }
  @media all and (max-width: 900px) {
    .imgbox {
      #background-attachment: scroll;
      #background-position: center top; } }
  .imgbox .inner {
    max-width: 1300px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media all and (max-width: 900px) {
    .imgbox .button {
      font-size: 150%;
      margin-top: 20px; } }
  .imgbox h2 {
    font-size: 420%;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    line-height: 100%;
    color: #00A3E0;
    text-shadow: 0px 0px 6px #FFF; }
    @media all and (max-width: 900px) {
      .imgbox h2 {
        font-size: 180%; } }
    @media all and (max-width: 640px) {
      .imgbox h2 {
        font-size: 130%;
        padding: 3px 0;
        margin: 3px; } }
    .imgbox h2.notfound {
      text-align: left;
      font-family: "T Star Mono Round", "Lucida Console", Monaco, monospace;
      font-weight: bold;
      display: block; }

#mirobotLeader {
  background-image: url("/assets/bg/mirobotLeader.jpg"); }

#mearmLeader {
  background-image: url("/assets/bg/mearmLeader.jpg"); }

#mimeLeader {
  background-image: url("/assets/bg/mime.png"); }

#mearmPiLeader {
  background-image: url("/assets/bg/mearmPiKickstarter.jpg"); }

#home2 {
  background-image: url("/assets/bg/kids.jpg"); }

#home3 {
  background-image: url("/assets/bg/mearmHome3.jpg"); }

#about .imgbox {
  background-image: url("/assets/bg/about.jpg"); }

#buildMirobot .imgbox {
  background-image: url("/assets/bg/buildMirobot.jpg"); }

#buildMearm .imgbox {
  background-image: url("/assets/bg/buildMearm.jpg"); }

#contactImg {
  background-image: url("/assets/bg/contact.jpg"); }

#teach {
  background-image: url("/assets/bg/kids.jpg"); }

#apps {
  background-image: url("/assets/bg/apps.jpg"); }

#mirobotProduct {
  background-image: url("/assets/mirobot/product.jpg"); }

#mearmProduct {
  background-image: url("/assets/mearm/product.jpg"); }

#home2 {
  position: relative;
  text-align: center; }

#home2 img {
  width: 70%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.button {
  font-family: "T Star Mono Round", "Lucida Console", Monaco, monospace;
  font-size: 140%;
  color: #FFF;
  background-color: #FF8200;
  padding: 8px;
  border: none;
  text-align: center;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-box-shadow: 2px 2px 6px #000 ;
  -moz-box-shadow: 2px 2px 6px #000 ;
  box-shadow: 2px 2px 6px #000 ; }
  .button.sm {
    font-size: 100%; }
  @media all and (max-width: 640px) {
    .button {
      font-size: 130%;
      padding: 3px 0;
      margin: 3px; } }

.button:hover {
  background-color: #d96f00; }

h2.start {
  font-size: 250%; }

video {
  max-width: 490px; }

.makeranim p {
  font-size: 75% !important; }

.ss-hidden {
  display: none; }

.ss-index-number {
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 1.4em;
  width: 1.5em;
  padding-top: 0.1em;
  color: #FF8200;
  font-family: "T Star Mono Round", "Lucida Console", Monaco, monospace;
  vertical-align: center;
  text-align: center;
  margin: 0 5px; }
  .ss-index-number:hover {
    background: rgba(255, 255, 255, 0.75); }

#leader {
  padding: 0; }
  #leader .button {
    font-size: 200%;
    line-height: 150%;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px auto 0; }
    @media all and (max-width: 900px) {
      #leader .button {
        font-size: 150%;
        margin-top: 20px; } }
    @media all and (max-width: 640px) {
      #leader .button {
        font-size: 130%;
        padding: 3px 0;
        margin: 3px; } }
  #leader .paginator {
    text-align: center;
    position: relative;
    margin-top: -50px; }
    #leader .paginator .ss-index-number.ss-selected {
      background: #FFF;
      color: transparent; }
    #leader .paginator .ss-index-number {
      background: transparent;
      color: transparent;
      border: 2px solid #FFF; }

#intro {
  text-align: center;
  padding: 70px 0 30px; }
  #intro p {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 30px; }

/* Blog pages */
.blogpost {
  padding: 30px 0; }
  .blogpost h1 {
    font-size: 150%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .blogpost h2 {
    font-size: 220%;
    line-height: 100%; }
  .blogpost h3 {
    font-size: 170%; }
  .blogpost h2 a {
    text-decoration: none; }
  .blogpost a {
    color: #1B365D; }
  .blogpost .date {
    float: right;
    font-size: 220%;
    font-family: "oduda";
    color: rgba(255, 255, 255, 0.5); }

.blogpost .inner, #blogs .inner {
  max-width: 720px;
  padding: 0 90px; }

#blogs .pagination {
  padding: 30px 0; }

#blogs img, .blogpost img {
  max-width: 100%; }

#howitworks {
  text-align: center;
  padding: 30px 0; }
  #howitworks h2 {
    text-align: left; }
  #howitworks .ss-slide {
    text-align: center; }
    #howitworks .ss-slide img {
      max-width: 100%; }
  #howitworks h4 {
    font-family: "oduda";
    font-size: 120%; }
  #howitworks .ss-index-number {
    background: rgba(255, 255, 255, 0.5);
    color: #FF8200; }
  #howitworks .ss-selected {
    background: white; }

#testimonials {
  text-align: center;
  padding: 50px 0; }
  #testimonials blockquote {
    font-size: 150%;
    quotes: "“" "”" "‘" "’"; }
    #testimonials blockquote cite {
      font-size: 70%;
      display: block;
      margin-top: 20px;
      text-align: right;
      color: #ff8200; }
    #testimonials blockquote p {
      display: inline; }
      #testimonials blockquote p:before {
        color: #DDD;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        position: relative;
        top: 0.5em; }
  #testimonials .ss-slide {
    margin: 20px 0; }
  #testimonials .ss-index-number {
    background: rgba(242, 88, 3, 0.5);
    color: #FFF; }
  #testimonials .ss-selected {
    background: #f25803; }

#coverage {
  padding: 30px 0; }
  #coverage h3 {
    font-size: 420%;
    text-align: center; }
  #coverage ul {
    text-align: center; }
    #coverage ul li {
      list-style-type: none;
      display: inline-block;
      margin: 20px; }

#product h2 {
  font-size: 200%;
  margin: 20px 0; }
#product p {
  font-size: 150%;
  margin: 20px 0; }
#product img.logo {
  margin-top: 20px; }

#box {
  padding-bottom: 0; }

.explanation {
  padding: 40px 0; }
  .explanation h2 {
    font-size: 260%;
    margin: 0;
    padding-top: 0; }
  .explanation p {
    font-size: 120%;
    margin: 20px 0; }

#techSpecs h2 {
  margin-bottom: 20px; }
#techSpecs .detail {
  vertical-align: top;
  display: inline-block; }

#products {
  padding-bottom: 20px;
  text-align: center; }
  #products .product {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
    background-color: #FAFAFA; }
    #products .product .details {
      width: 400px;
      vertical-align: top;
      font-size: 120%;
      padding: 10px;
      display: inline-block;
      text-align: left; }
      #products .product .details img {
        max-width: 400px; }
      #products .product .details a {
        text-decoration: none;
        color: #000; }

.productlist #content {
  background-color: #EEE; }

#announce {
  background: #FFF;
  padding: 10px 40px;
  font-size: 120%;
  color: #1B365D; }
  #announce em {
    font-weight: bold; }
  #announce a {
    color: #00A3E0; }

.pressPhotos a {
  vertical-align: center; }
