html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*,
*:after,
*:before {
  box-sizing: border-box; }

::selection {
  background: #232725;
  color: #fff; }

html {
  color: #3f4542;
  font: 400 17px sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.5em; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: georgia;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 0.25em 0; }

h1 {
  font-size: 2rem; }

h2,
legend {
  font-size: 1.4rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  margin-bottom: 1rem; }
  p.is-lead {
    font-size: 1.125rem; }

a {
  color: #09a25f;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #038049; }

small {
  color: #8d9994;
  font-size: 0.875rem; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

code, pre {
  font-family: 'courier new', monospace; }

pre {
  overflow-x: auto; }

abbr {
  border-bottom: 1px dotted #8d9994; }

del {
  text-decoration: line-through; }

mark {
  background-color: #ffffb3; }

hr {
  background-color: transparent;
  border: solid #ccd6d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.5rem 1rem; }

ul, ol {
  margin: 0 0 1rem 1.5rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin-left: 1rem; }
  dl.is-advanced:before, dl.is-advanced:after {
    content: "";
    display: table; }
  dl.is-advanced:after {
    clear: both; }
  dl.is-advanced dt {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: 2.08333%; }
  dl.is-advanced dd {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }

.is-hidden {
  display: none !important; }

.is-hidden, .is-invisible {
  visibility: hidden !important; }

.is-active, .is-visible {
  display: block; }

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

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

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

.nowrap {
  white-space: nowrap; }

@media (min-width: 590px) {
  .l-full {
    float: left;
    width: 95.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-two-third {
    float: left;
    width: 62.5%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-half {
    float: left;
    width: 45.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-one-third {
    float: left;
    width: 29.16667%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

.l-grid:before, .l-grid:after {
  content: "";
  display: table; }
.l-grid:after {
  clear: both; }
.l-grid li {
  float: left;
  width: 29.16667%;
  margin-left: 2.08333%;
  margin-right: 2.08333%; }

.l-first {
  clear: left; }

@media (min-width: 590px) {
  .l-left {
    float: left; } }

@media (min-width: 590px) {
  .l-right {
    float: right; } }

div.l-container {
  margin: auto;
  max-width: 1400px;
  padding: 1rem; }
  div.l-container:before, div.l-container:after {
    content: "";
    display: table; }
  div.l-container:after {
    clear: both; }
  @media (min-width: 767px) {
    div.l-container {
      padding: 2rem;
      padding-bottom: 1rem; } }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button,
input[type=submit],
button, .button--neutral,
input[type=submit].button--neutral,
button.button--neutral, .button--success,
input[type=submit].button--success,
button.button--success, .button--alert,
input[type=submit].button--alert,
button.button--alert {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.125rem;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 0.25rem 0;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  vertical-align: bottom; }
  .button:focus,
  input[type=submit]:focus,
  button:focus, .button--neutral:focus, .button--success:focus, .button--alert:focus {
    outline: 0; }

.button,
input[type=submit],
button {
  background: #09a25f;
  color: #fff; }
  .button:hover,
  input[type=submit]:hover,
  button:hover {
    background: #038049;
    color: #fff; }
  .button:active, .button:focus,
  input[type=submit]:active,
  input[type=submit]:focus,
  button:active,
  button:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--neutral,
input[type=submit].button--neutral,
button.button--neutral {
  background: #ccd6d2;
  color: #3f4542; }
  .button--neutral:hover,
  input[type=submit].button--neutral:hover,
  button.button--neutral:hover {
    background: #8d9994;
    color: #3f4542; }
  .button--neutral:active, .button--neutral:focus,
  input[type=submit].button--neutral:active,
  input[type=submit].button--neutral:focus,
  button.button--neutral:active,
  button.button--neutral:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--success,
input[type=submit].button--success,
button.button--success {
  background-color: #39b924;
  color: #fff; }
  .button--success:hover,
  input[type=submit].button--success:hover,
  button.button--success:hover {
    background-color: #249c11;
    color: #fff; }
  .button--success:active, .button--success:focus,
  input[type=submit].button--success:active,
  input[type=submit].button--success:focus,
  button.button--success:active,
  button.button--success:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--alert,
input[type=submit].button--alert,
button.button--alert {
  background-color: #f3490d;
  color: #fff; }
  .button--alert:hover,
  input[type=submit].button--alert:hover,
  button.button--alert:hover {
    background-color: #d33e09;
    color: #fff; }
  .button--alert:active, .button--alert:focus,
  input[type=submit].button--alert:active,
  input[type=submit].button--alert:focus,
  button.button--alert:active,
  button.button--alert:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

figure {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 590px) {
    figure.is-left {
      clear: left;
      float: left;
      padding-right: 1rem;
      max-width: 50%;
      width: auto; } }
  @media (min-width: 590px) {
    figure.is-right {
      clear: right;
      float: right;
      padding-left: 1rem;
      max-width: 50%;
      width: auto; } }
  figure img {
    display: block;
    max-width: 100%;
    margin: auto; }
  figure figcaption {
    color: #8d9994; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type=text],
input[type=number],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #8d9994;
  color: inherit;
  display: block;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
  padding: 0.5rem;
  vertical-align: baseline;
  width: 100%; }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #8d9994;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    outline: 0; }

textarea {
  display: block;
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

select {
  -webkit-appearance: menulist;
  height: 2.85rem; }

legend {
  border: 0;
  display: block; }

ul.form {
  list-style: none;
  margin: 0 0 1rem 0; }
  ul.form > li:before, ul.form > li:after {
    content: "";
    display: table; }
  ul.form > li:after {
    clear: both; }
  ul.form > li > label {
    clear: left;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding-top: 0.5rem;
    text-align: left; }
    @media (min-width: 590px) {
      ul.form > li > label {
        float: left;
        width: 31.25%;
        margin-left: 0%;
        margin-right: 2.08333%;
        text-align: right; } }
    ul.form > li > label:hover {
      color: #232725; }
  ul.form div.form--fields {
    margin-bottom: 0.5rem; }
    @media (min-width: 590px) {
      ul.form div.form--fields {
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0%; } }
    ul.form div.form--fields p, ul.form div.form--fields small {
      display: block;
      margin: 0.25rem 0; }
    ul.form div.form--fields p.form--description {
      margin: 0.5rem 0; }

ul.form--checklist {
  list-style: none;
  margin: 0.5rem 0; }
  ul.form--checklist li {
    margin: 0.5rem 0; }
  ul.form--checklist input {
    margin-right: 0.5rem; }
  ul.form--checklist label {
    cursor: pointer; }
    ul.form--checklist label:hover {
      color: #232725; }

li.form--error label {
  color: #f3490d; }
  li.form--error label:hover {
    color: #d33e09; }
li.form--error input,
li.form--error input:focus {
  border: 1px solid #f3490d;
  box-shadow: 0px 0px 3px #f3490d; }
li.form--error ul.form--errors {
  color: #f3490d;
  list-style: none;
  margin: 0.25rem 0; }
  li.form--error ul.form--errors li {
    font-size: 0.875rem; }

svg.icon {
  height: 16px;
  width: 16px;
  display: inline-block; }
  svg.icon.is-inline {
    position: relative;
    top: 0.15rem;
    margin: 0 0.25rem; }

.label, .label--neutral, .label--success, .label--alert {
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.1rem 0.25rem; }

.label {
  background: #09a25f;
  color: #fff; }

.label--neutral {
  background: #ccd6d2;
  color: #3f4542; }

.label--success {
  background-color: #39b924;
  color: #fff; }

.label--alert {
  background-color: #f3490d;
  color: #fff; }

ul.messages,
div.message {
  list-style: none;
  margin: 0 0 1rem 0; }

li.message,
div.message, li.message--neutral,
div.message--neutral, li.message--success,
div.message--success, li.message--alert,
div.message--alert {
  border-radius: 0.125rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding: 0.5rem 0.75rem;
  vertical-align: baseline; }

li.message,
div.message {
  background: #09a25f;
  color: #fff; }

li.message--neutral,
div.message--neutral {
  background: #ccd6d2;
  color: #3f4542; }

li.message--success,
div.message--success {
  background: #39b924;
  color: #fff; }

li.message--alert,
div.message--alert {
  background: #f3490d;
  color: #fff; }

ul.pagination {
  font-size: 0.875rem;
  list-style: none;
  margin: 0 0 1rem 0;
  text-align: center; }
  ul.pagination li {
    display: inline-block;
    margin-bottom: 0.25rem; }
  ul.pagination li.pagination--gap {
    background: none;
    padding: 0.25rem 0.5rem; }
  ul.pagination li.is-selected a {
    background: #09a25f;
    color: #fff; }
    ul.pagination li.is-selected a:hover {
      background: #038049;
      color: #fff; }
    ul.pagination li.is-selected a:active, ul.pagination li.is-selected a:focus {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  ul.pagination a {
    background: #ccd6d2;
    border-radius: 0.125rem;
    color: #3f4542;
    display: block;
    padding: 0.25rem 0.5rem; }
    ul.pagination a:hover {
      background: #8d9994;
      color: #3f4542; }
    ul.pagination a:active, ul.pagination a:focus {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.panel, .panel--callout {
  background: #eef2f0;
  border-radius: 0.125rem;
  margin-bottom: 1rem;
  padding: 1rem; }

.panel--callout {
  background: #09a25f;
  color: #fff; }

blockquote {
  color: #8d9994;
  font: italic 1.125rem Georgia, serif;
  line-height: 1.5em;
  margin-bottom: 1rem;
  padding: 0 0 0 2.5rem;
  position: relative;
  quotes: none; }
  blockquote:before {
    content: "\201C";
    display: block;
    font-size: 5rem;
    left: -0.5rem;
    position: absolute;
    top: 1.5rem; }
  blockquote cite {
    display: block;
    font-size: 0.875rem; }
    blockquote cite:before {
      content: "\2014 \0020"; }

table {
  border: 1px solid #8d9994;
  border-collapse: separate;
  border-radius: 0.125rem;
  border-spacing: 0;
  margin-bottom: 1rem;
  width: 100%; }

thead th {
  background: #fff;
  font-weight: bold;
  padding: 0.5rem;
  text-align: left; }

tbody tr:nth-child(2n+2) {
  background: #fff; }

tbody td {
  border-left: 1px solid #ccd6d2;
  border-top: 1px solid #ccd6d2;
  padding: 0.5rem; }
  tbody td:first-child {
    border-left: 0; }

div.tabs {
  text-align: center; }
  div.tabs ul {
    background: #ccd6d2;
    border-radius: 0.125rem;
    display: inline-block;
    list-style: none;
    margin: 0;
    text-align: center; }
    div.tabs ul:before, div.tabs ul:after {
      content: "";
      display: table; }
    div.tabs ul:after {
      clear: both; }
  div.tabs li {
    float: left; }
    div.tabs li:first-child a {
      border-radius: 0.125rem 0 0 0.125rem; }
    div.tabs li:last-child a {
      border-radius: 0 0.125rem 0.125rem 0; }
  div.tabs a {
    color: #3f4542;
    display: block;
    padding: 0.5rem 0.75rem; }
    div.tabs a:hover {
      background: #8d9994;
      color: #3f4542; }
    div.tabs a:active, div.tabs a:focus {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  div.tabs li.is-selected a {
    background: #09a25f;
    color: #fff;
    font-weight: bold; }
    div.tabs li.is-selected a:hover {
      background: #038049;
      color: #fff; }
    div.tabs li.is-selected a:active, div.tabs li.is-selected a:focus {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.product {
  property: value; }
  @media (min-width: 590px) {
    .product {
      property: value; } }
  .product:hover {
    property: value; }
  .product.is-open {
    property: value; }
  .product strong {
    property: value; }

.product--details {
  property: value; }

.icon {
  background-color: #000;
  opacity: .7;
  padding: 9px 4px;
  color: #fff; }

body {
  background-color: #000; }

div.l-container {
  padding: 1%; }

#med {
  float: left;
  width: 48.95833%;
  margin-left: 0.52083%;
  margin-right: 0.52083%;
  height: 400px; }

.box {
  background-color: #fff;
  float: left;
  width: 32.29167%;
  margin-left: 0.52083%;
  margin-right: 0.52083%;
  background-size: cover;
  position: relative;
  height: 300px;
  margin-bottom: 13px;
  opacity: 0; }
  .box .box-sub {
    background-color: black;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .8;
    /* transform:translateY(30px); */
    transition: .5s;
    z-index: 10; }

.box:hover .box-sub {
  transform: translateY(0px);
  opacity: .8; }

.content-1 {
  background-image: url("../images/bob.jpg");
  float: left;
  width: 65.625%;
  margin-left: 0.52083%;
  margin-right: 0.52083%;
  height: 613px;
  background-size: cover;
  opacity: 0; }
  .content-1 h1, .content-1 h3 {
    float: right;
    background-color: black;
    color: #fff;
    height: auto;
    opacity: .8;
    z-index: 10;
    padding: 10px;
    margin-right: 35px;
    float: right; }
  .content-1 h1 {
    font-size: 3rem;
    margin-top: 355px; }
  .content-1 h3 {
    font-family: sans-serif;
    font-size: 1.25rem; }

.content-2 {
  background-image: url("../images/meetupMap.png"); }

.content-3 {
  background-image: url("../images/gundam.JPG"); }

.content-4 {
  background-image: url("../images/asimo.JPG"); }

.content-5 {
  background-image: url("../images/robocup.png"); }

.content-6 {
  background-image: url("../images/emmi1.jpeg"); }

.content-7 {
  background-image: url("../images/salt.jpg"); }

.content-8 {
  background-image: url("../images/robbie.jpg"); }

.content-9 {
  background-image: url("../images/nytviz-1.png");
  background-size: 90%;
  background-repeat: no-repeat; }

.content-10 {
  background-color: #000;
  border: 1px solid #444;
  color: #fff;
  padding: 20px; }
  .content-10 h2 {
    margin-bottom: 8px; }

.title {
  color: #fff;
  height: 100px; }
  .title h1 {
    font-size: 2.8rem;
    font-family: "Arvo", Georgia, serif;
    float: left;
    width: 0%;
    margin-left: 2.08333%;
    margin-right: 39.58333%;
    margin-top: 7px; }
  .title h3 {
    font-size: 1rem;
    font-family: "Arvo", Georgia, serif;
    float: left;
    width: 47.91667%;
    margin-left: 0%;
    margin-right: 2.08333%;
    float: right;
    margin-top: 41px; }

@media (max-width: 900px) {
  .box, #med, .else {
    float: left;
    width: 98.95833%;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    height: 300px;
    margin-bottom: 15px; }

  .content-1 {
    float: left;
    width: 98.95833%;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    height: 300px; }

  .main {
    margin-top: 50px; }

  .title {
    margin-left: 5%;
    margin-top: 7%; } }
footer {
  padding: 20px;
  text-align: center; }

.space {
  float: left;
  width: 98.95833%;
  margin-left: 0.52083%;
  margin-right: 0.52083%;
  height: 30px; }

h1, h2 {
  font-family: "Arvo", Georgia, serif; }

h2 {
  margin-bottom: 25px; }

.modal {
  position: absolute;
  top: 20px;
  width: 70%;
  background-color: #fff;
  height: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  border: 10px solid #222; }

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .8;
  display: none;
  z-index: 100; }

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

.exit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background-color: #fff;
  opacity: .5;
  cursor: pointer; }

.modal-content {
  background-color: #fff; }
  .modal-content header {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-color: #fff;
    background-position: center; }
  .modal-content article {
    padding: 20px; }

.content-1-modal header {
  background-image: url("../images/bob.jpg"); }

.content-3-modal header {
  background-image: url("../images/sakamoto.jpg");
  background-position: 50% 40%; }

.content-5-modal header {
  background-image: url("../images/robocup.png"); }

.content-8-modal header {
  background-image: url("../images/r2d2.jpg"); }

#slideshow .item img {
  display: block;
  width: 100%;
  height: auto; }

audio {
  width: 100%; }

#mapMeetup {
  width: 100%;
  height: 500px; }

.timesviz {
  width: 100%; }

.timeline-series dd {
  float: left; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #fff;
  -webkit-animation: loading 3.3s;
  /* Safari 4+ */
  -moz-animation: loading 3.3s;
  /* Fx 5+ */
  -o-animation: loading 3.3s;
  /* Opera 12+ */
  animation: loading 3.3s;
  /* IE 10+, Fx 29+ */
  text-align: center;
  padding-top: 18%;
  font-family: 'Arvo', sans-serif; }
  .cover img {
    width: 150px;
    margin-bottom: 10px; }

@-webkit-keyframes loading {
  /*0%   { opacity: 1; }*/
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes loading {
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes loading {
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes loading {
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=styles.css.map */
