@import "http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800";
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/translations\.scss}line{font-family:\000036}}
html[lang="en"] [lang="de"],
html[lang="en"] [lang="po"],
html[lang="de"] [lang="en"],
html[lang="de"] [lang="po"],
html[lang="po"] [lang="en"],
html[lang="po"] [lang="de"] {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\000036}}
html {
  background: #00a8c6;
  color: #001e29;
  font: 12px "Open Sans", sans-serif;
  overflow-y: scroll; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000313}}
body {
  margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000316}}
  body:before {
    background: -moz-radial-gradient(rgba(241, 241, 241, 0.5), rgba(241, 241, 241, 0), rgba(241, 241, 241, 0));
    background: -webkit-radial-gradient(rgba(241, 241, 241, 0.5), rgba(241, 241, 241, 0), rgba(241, 241, 241, 0));
    background: radial-gradient(rgba(241, 241, 241, 0.5), rgba(241, 241, 241, 0), rgba(241, 241, 241, 0));
    content: " ";
    height: 1500px;
    left: 50%;
    margin-left: -750px;
    margin-top: -750px;
    position: fixed;
    top: 50%;
    width: 1500px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000336}}
.app {
  margin: -50px auto 50px;
  position: relative;
  width: 1000px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000341}}
  .app > header {
    color: #f1f1f1;
    margin: 30px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
    .app > header:after {
      content: "";
      clear: both;
      display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000346}}
    .app > header > h1 {
      float: left;
      margin: 0 0 0 80px;
      position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000351}}
      .app > header > h1 > a {
        display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000354}}
        .app > header > h1 > a > img {
          border: 0;
          display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000361}}
    .app > header > nav {
      float: right;
      font-size: 10px;
      font-weight: bold;
      line-height: 30px;
      margin-top: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000370}}
      .app > header > nav > ul {
        margin: 0;
        padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000374}}
        .app > header > nav > ul > li {
          display: block;
          float: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000378}}
          .app > header > nav > ul > li > a {
            border-radius: 3px;
            color: inherit;
            display: inline-block;
            margin-left: 10px;
            text-align: center;
            text-decoration: none;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            width: 75px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000390}}
            .app > header > nav > ul > li > a > img {
              display: block;
              margin: 0 auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000395}}
            .app > header > nav > ul > li > a:hover {
              box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) inset; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\0000399}}
            .app > header > nav > ul > li > a.active {
              background: rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003110}}
.main {
  position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003114}}
  .main > section {
    -moz-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out;
    display: none\9;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 40px;
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003129}}
    .main > section.active {
      display: block\9;
      opacity: 1;
      overflow: visible;
      pointer-events: all;
      position: relative;
      top: 0;
      z-index: 20; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003140}}
    .main > section > section {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #f1f1f1;
      border-top: 5px solid #001e29;
      border-radius: 3px;
      box-shadow: 0 4px 6px -4px #00697c;
      margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003149}}
      .main > section > section.content {
        padding: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003153}}
      .main > section > section > .content {
        margin: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003157}}
      .main > section > section h2 {
        font-size: 35px;
        font-weight: 800;
        margin: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003165}}
      .main > section > section h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003180}}
.image-flipper {
  position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003184}}
  .image-flipper > img,
  .image-flipper > figure {
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003192}}
    .image-flipper > img:first-child,
    .image-flipper > figure:first-child {
      position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003197}}
    .image-flipper > img.active,
    .image-flipper > figure.active {
      -moz-transition: opacity 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      opacity: 1;
      z-index: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003204}}
  .image-flipper > .flipper-controls {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 2; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003210}}
    .image-flipper > .flipper-controls > button {
      background: transparent;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-family: inherit;
      font-size: 2em;
      font-weight: inherit;
      text-shadow: 0 3px 3px #000; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003222}}
      .image-flipper > .flipper-controls > button .label {
        display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003229}}
.map .cartodb-logo {
  bottom: 2px;
  opacity: 0.5;
  position: absolute;
  right: 8px;
  z-index: 2; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/layout\.scss}line{font-family:\00003236}}
  .map .cartodb-logo:hover {
    opacity: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\000033}}
.main .details {
  font-size: 12px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\000036}}
  .main .details [data-page] {
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\000039}}
    .main .details [data-page].active {
      display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000314}}
  .main .details h3 {
    font-size: 35px;
    font-weight: normal;
    margin: 0.5em 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000322}}
  .main .details h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 1.5em 0 8px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000330}}
  .main .details p {
    margin: 0 0 1em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000335}}
  .main .details > nav > ul {
    margin: 0;
    padding: 0 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000339}}
    .main .details > nav > ul > li {
      display: inline; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000342}}
      .main .details > nav > ul > li a {
        color: inherit;
        display: inline-block;
        font-size: 12px;
        padding: 10px;
        text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000349}}
        .main .details > nav > ul > li a.active {
          font-weight: bold; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000359}}
  .main .details > section > nav > ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000365}}
    .main .details > section > nav > ul > li {
      border-left: 1px solid #dbdbdb;
      display: table-cell;
      width: 10%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000370}}
      .main .details > section > nav > ul > li:first-child {
        border-left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000374}}
      .main .details > section > nav > ul > li > a {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 4px solid #00a8c6;
        color: inherit;
        display: block;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000387}}
        .main .details > section > nav > ul > li > a.active {
          background-image: -moz-linear-gradient(top, #e1e1e1, #f1f1f1);
          background-image: -ms-linear-gradient(top, #e1e1e1, #f1f1f1);
          background-image: -webkit-linear-gradient(top, #e1e1e1, #f1f1f1);
          background-image: linear-gradient(top, #e1e1e1, #f1f1f1);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f1f1f1')"; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000392}}
      .main .details > section > nav > ul > li:nth-child(1n) > a {
        border-top-color: #fd6500; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\0000396}}
        .main .details > section > nav > ul > li:nth-child(1n) > a:hover, .main .details > section > nav > ul > li:nth-child(1n) > a.active {
          color: #fd6500; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003101}}
      .main .details > section > nav > ul > li:nth-child(2n) > a {
        border-top-color: #0bc7e8; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003105}}
        .main .details > section > nav > ul > li:nth-child(2n) > a:hover, .main .details > section > nav > ul > li:nth-child(2n) > a.active {
          color: #0bc7e8; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003110}}
      .main .details > section > nav > ul > li:nth-child(3n) > a {
        border-top-color: #c512e0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003114}}
        .main .details > section > nav > ul > li:nth-child(3n) > a:hover, .main .details > section > nav > ul > li:nth-child(3n) > a.active {
          color: #c512e0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003119}}
      .main .details > section > nav > ul > li:nth-child(4n) > a {
        border-top-color: #b9ca00; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003123}}
        .main .details > section > nav > ul > li:nth-child(4n) > a:hover, .main .details > section > nav > ul > li:nth-child(4n) > a.active {
          color: #b9ca00; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003128}}
      .main .details > section > nav > ul > li:nth-child(5n) > a {
        border-top-color: #001e29; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/details\.scss}line{font-family:\00003132}}
        .main .details > section > nav > ul > li:nth-child(5n) > a:hover, .main .details > section > nav > ul > li:nth-child(5n) > a.active {
          color: #001e29; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
  .main .details > section > section:after {
    content: "";
    clear: both;
    display: table; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
.main .scoreboard:after {
  content: "";
  clear: both;
  display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\000036}}
.main .scoreboard > .score {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #dbdbdb;
  float: left;
  text-align: right;
  width: 20%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000313}}
  .main .scoreboard > .score:first-child {
    border-left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000317}}
  .main .scoreboard > .score > .description {
    color: #f1f1f1;
    font-weight: 800;
    line-height: 1.5;
    padding: 40px 20px 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000324}}
  .main .scoreboard > .score.seastar > .description {
    background: #c512e0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000325}}
  .main .scoreboard > .score.fish > .description {
    background: #0bc7e8; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000326}}
  .main .scoreboard > .score.scallop > .description {
    background: #fd6500; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000327}}
  .main .scoreboard > .score.crustacean > .description {
    background: #b9ca00; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000328}}
  .main .scoreboard > .score.classifications > .description {
    background: #001e29; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/scoreboard\.scss}line{font-family:\0000330}}
  .main .scoreboard > .score > .count {
    font-size: 20px;
    line-height: 1;
    padding: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\000034}}
.main [data-page="home"] .map {
  height: 250px;
  width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\000039}}
.main [data-page="home"] .content p {
  margin-top: 4px;
  font-weight: 400; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\0000314}}
.main [data-page="home"] .icons {
  display: inline-block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\0000318}}
.main [data-page="home"] .icon {
  color: inherit;
  display: inline-block;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  margin: 1em;
  text-decoration: none;
  vertical-align: middle; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\0000328}}
.main [data-page="home"] .avatar {
  width: 6em;
  border-radius: 3px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\0000333}}
.main [data-page="home"] .main > section > section.content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/home\.scss}line{font-family:\0000340}}
.main [data-page="home"] .dive-in {
  background-image: -moz-linear-gradient(top, #fd9000, #f56205);
  background-image: -ms-linear-gradient(top, #fd9000, #f56205);
  background-image: -webkit-linear-gradient(top, #fd9000, #f56205);
  background-image: linear-gradient(top, #fd9000, #f56205);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd9000', endColorstr='#f56205')";
  border: 1px solid #9f3d0b;
    border-radius: 3px;
  box-shadow: 0 1px 0 #feb34d inset;
  color: #f1f1f1;
  float: right;
  font-size: 20px;
  padding: 10px 55px;
  margin: 15px 15px 0px 0px;
  line-height: 35px;
  text-decoration: none;
  text-shadow: 0 1px 0px #f56205; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\000034}}
.main [data-page="about"] a.to-classify {
  background-image: -moz-linear-gradient(top, #fd9000, #f56205);
  background-image: -ms-linear-gradient(top, #fd9000, #f56205);
  background-image: -webkit-linear-gradient(top, #fd9000, #f56205);
  background-image: linear-gradient(top, #fd9000, #f56205);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd9000', endColorstr='#f56205')";
  border: 1px solid #9f3d0b;
    border-radius: 3px;
  box-shadow: 0 1px 0 #feb34d inset;
  color: #f1f1f1;
  font-weight: bold;
  padding: 5px 20px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  text-shadow: 0 1px 0px #f56205;
  top: 65px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000323}}
.main [data-page="about"] > [data-page="data"] > section > section {
  border-top: 1px solid #dbdbdb; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000326}}
  .main [data-page="about"] > [data-page="data"] > section > section .example {
    float: left;
    width: 400px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000330}}
    .main [data-page="about"] > [data-page="data"] > section > section .example + .content {
      float: left;
      margin: 20px;
        margin-right: 0;
      width: 560px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000335}}
      .main [data-page="about"] > [data-page="data"] > section > section .example + .content > :first-child {
        margin-top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000343}}
.main [data-page="about"] > [data-page="people"] > section > section {
  border-top: 1px solid #dbdbdb; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
  .main [data-page="about"] > [data-page="people"] > section > section:after {
    content: "";
    clear: both;
    display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000347}}
  .main [data-page="about"] > [data-page="people"] > section > section .headshot {
    display: block;
    float: left;
    margin: 20px;
      margin-right: 0;
    width: 80px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000353}}
    .main [data-page="about"] > [data-page="people"] > section > section .headshot + .content {
      float: left;
      width: 860px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000357}}
      .main [data-page="about"] > [data-page="people"] > section > section .headshot + .content > :first-child {
        margin-top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000363}}
  .main [data-page="about"] > [data-page="people"] > section > section .content {
    margin: 20px;
      margin-right: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000368}}
.main [data-page="about"] [data-page="organizations"] {
  text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000371}}
  .main [data-page="about"] [data-page="organizations"] figure {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 125px;
    margin: 0 0 3px;
    line-height: 140px;
    padding: 10px;
    vertical-align: middle;
    width: 19%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/about\.scss}line{font-family:\0000381}}
    .main [data-page="about"] [data-page="organizations"] figure img {
      max-height: 100px;
      max-width: 100px; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\000033}}
.main #classifier {
  border: 5px solid #f1f1f1;
  border-radius: 3px 0 0 3px;
  width: 745px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000320}}
  .main #classifier > .image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: crosshair;
    background: #f1f1f1;
    height: 582px;
    position: relative;
    width: 100%;
    z-index: 2; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000329}}
    .main #classifier > .image > .map {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000337}}
      .main #classifier > .image > .map > img {
        height: 100%;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000343}}
    .main #classifier > .image > .selection-area {
      -moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, transform 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, transform 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, transform 0.25s ease-in-out;
      height: 100%;
      left: 0;
      position: relative;
      top: 0;
      width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000356}}
      .main #classifier > .image > .selection-area.disabled {
        cursor: not-allowed; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000360}}
      .main #classifier > .image > .selection-area > img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000368}}
      .main #classifier > .image > .selection-area > .scale {
        -moz-transition: width 0.5s ease-in-out;
        -ms-transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
        transition: width 0.5s ease-in-out;
        bottom: 10px;
        height: 7px;
        left: 10px;
        opacity: 0.75;
        pointer-events: none;
        position: absolute;
        width: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000378}}
        .main #classifier > .image > .selection-area > .scale:after {
          background: #f1f1f1;
          content: " ";
          height: 1px;
          left: 0;
          margin-top: -1px;
          position: absolute;
          top: 50%;
          width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000389}}
        .main #classifier > .image > .selection-area > .scale > .mark {
          float: left;
          height: 100%;
          margin-left: 20%;
          position: relative;
          width: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\0000396}}
          .main #classifier > .image > .selection-area > .scale > .mark:after {
            background: #f1f1f1;
            content: " ";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 1px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003106}}
          .main #classifier > .image > .selection-area > .scale > .mark:first-child {
            margin-left: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003111}}
        .main #classifier > .image > .selection-area > .scale > .label {
          color: #f1f1f1;
          font-size: 11px;
          font-weight: bold;
          left: 100%;
          line-height: 1;
          margin-left: 1em;
          position: absolute;
          top: -2px;
          white-space: nowrap; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003133}}
  .main #classifier > .options {
    height: 592px;
    position: absolute;
    right: 0;
    top: 0;
    width: 255px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003140}}
    .main #classifier > .options > .steps {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, right 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      background: #f1f1f1;
      border-radius: 0 3px 3px 0;
      box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.67);
      height: 100%;
      opacity: 1;
      padding: 20px;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003160}}
      .main #classifier > .options > .steps.finished {
        opacity: 0.5;
        right: 100%;
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003166}}
      .main #classifier > .options > .steps [data-page] {
        display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003169}}
        .main #classifier > .options > .steps [data-page].active {
          display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003174}}
      .main #classifier > .options > .steps h4 {
        margin: 0;
        text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003179}}
      .main #classifier > .options > .steps .toggles {
        margin: 20px 0;
        padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003183}}
        .main #classifier > .options > .steps .toggles > li {
          display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003186}}
          .main #classifier > .options > .steps .toggles > li > button {
            background-image: -moz-linear-gradient(top, #ececec, #e3e3e3);
            background-image: -ms-linear-gradient(top, #ececec, #e3e3e3);
            background-image: -webkit-linear-gradient(top, #ececec, #e3e3e3);
            background-image: linear-gradient(top, #ececec, #e3e3e3);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#e3e3e3')";
            border: 1px solid #bebebe;
            color: #001e29;
            cursor: pointer;
            display: block;
            font-family: inherit;
            font-size: 20px;
            padding: 10px 20px;
            margin: -1px 0 0;
            text-align: left;
            text-transform: lowercase;
            width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003204}}
            .main #classifier > .options > .steps .toggles > li > button > .count {
              float: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003208}}
            .main #classifier > .options > .steps .toggles > li > button.active {
              background-image: -moz-linear-gradient(top, #004250, #004250);
              background-image: -ms-linear-gradient(top, #004250, #004250);
              background-image: -webkit-linear-gradient(top, #004250, #004250);
              background-image: linear-gradient(top, #004250, #004250);
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004250', endColorstr='#004250')";
              border-color: transparent;
              color: #f1f1f1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003213}}
              .main #classifier > .options > .steps .toggles > li > button.active[value="scallop"] {
                background-image: -moz-linear-gradient(top, #fd6500, #fd6500);
                background-image: -ms-linear-gradient(top, #fd6500, #fd6500);
                background-image: -webkit-linear-gradient(top, #fd6500, #fd6500);
                background-image: linear-gradient(top, #fd6500, #fd6500);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd6500', endColorstr='#fd6500')"; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003214}}
              .main #classifier > .options > .steps .toggles > li > button.active[value="fish"] {
                background-image: -moz-linear-gradient(top, #0bc7e8, #0bc7e8);
                background-image: -ms-linear-gradient(top, #0bc7e8, #0bc7e8);
                background-image: -webkit-linear-gradient(top, #0bc7e8, #0bc7e8);
                background-image: linear-gradient(top, #0bc7e8, #0bc7e8);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0bc7e8', endColorstr='#0bc7e8')"; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003215}}
              .main #classifier > .options > .steps .toggles > li > button.active[value="seastar"] {
                background-image: -moz-linear-gradient(top, #c512e0, #c512e0);
                background-image: -ms-linear-gradient(top, #c512e0, #c512e0);
                background-image: -webkit-linear-gradient(top, #c512e0, #c512e0);
                background-image: linear-gradient(top, #c512e0, #c512e0);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c512e0', endColorstr='#c512e0')"; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003216}}
              .main #classifier > .options > .steps .toggles > li > button.active[value="crustacean"] {
                background-image: -moz-linear-gradient(top, #b9ca00, #b9ca00);
                background-image: -ms-linear-gradient(top, #b9ca00, #b9ca00);
                background-image: -webkit-linear-gradient(top, #b9ca00, #b9ca00);
                background-image: linear-gradient(top, #b9ca00, #b9ca00);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9ca00', endColorstr='#b9ca00')"; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003222}}
      .main #classifier > .options > .steps .indicator {
        border-bottom: 1px solid #e3e3e3;
        height: 90px;
        margin-bottom: 20px;
        position: relative;
        text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003231}}
        .main #classifier > .options > .steps .indicator > .points {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003240}}
      .main #classifier > .options > .steps .other-creatures {
        margin: 20px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
        .main #classifier > .options > .steps .other-creatures:after {
          content: "";
          clear: both;
          display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003244}}
        .main #classifier > .options > .steps .other-creatures > h4 {
          margin-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003248}}
        .main #classifier > .options > .steps .other-creatures > button {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background-image: -moz-linear-gradient(top, #ececec, #e3e3e3);
          background-image: -ms-linear-gradient(top, #ececec, #e3e3e3);
          background-image: -webkit-linear-gradient(top, #ececec, #e3e3e3);
          background-image: linear-gradient(top, #ececec, #e3e3e3);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#e3e3e3')";
          border: 1px solid #bebebe;
          cursor: pointer;
          color: #001e29;
          display: block;
          float: left;
          font-family: inherit;
          font-size: inherit;
          font-weight: inherit;
          padding: 0;
          width: 50%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003264}}
          .main #classifier > .options > .steps .other-creatures > button:first-of-type {
            border-right-width: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003268}}
          .main #classifier > .options > .steps .other-creatures > button.active {
            background-image: -moz-linear-gradient(top, #004250, #004250);
            background-image: -ms-linear-gradient(top, #004250, #004250);
            background-image: -webkit-linear-gradient(top, #004250, #004250);
            background-image: linear-gradient(top, #004250, #004250);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004250', endColorstr='#004250')";
            border-color: transparent;
            color: #f1f1f1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003276}}
      .main #classifier > .options > .steps .finished {
        -webkit-box-shadow: 0 1px #f0ac56 inset;
        box-shadow: 0 1px #f0ac56 inset;
        background-image: -moz-linear-gradient(top, #e8870d, #e05a12);
        background-image: -ms-linear-gradient(top, #e8870d, #e05a12);
        background-image: -webkit-linear-gradient(top, #e8870d, #e05a12);
        background-image: linear-gradient(top, #e8870d, #e05a12);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8870d', endColorstr='#e05a12')";
        border: 1px solid #9f3d0b;
          border-radius: 3px;
        color: #f1f1f1;
        cursor: pointer;
        font-family: inherit;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 0;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003292}}
        .main #classifier > .options > .steps .finished:disabled {
          opacity: 0.67; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003297}}
      .main #classifier > .options > .steps > .help {
        bottom: 0;
        font-size: 11px;
        left: 0;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003306}}
        .main #classifier > .options > .steps > .help > a {
          background: rgba(0, 0, 0, 0.1);
          border-radius: 3px;
          color: inherit;
          display: inline-block;
          padding: 3px 6px;
          text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003317}}
    .main #classifier > .options > .summary {
      font-size: 14px;
      font-weight: bold;
      margin: 20px;
      text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003325}}
      .main #classifier > .options > .summary .map-toggle {
        margin-bottom: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003328}}
        .main #classifier > .options > .summary .map-toggle img {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: 3px solid #f1f1f1;
          box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.67);
          cursor: pointer;
          display: block;
          height: 130px;
          width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003338}}
        .main #classifier > .options > .summary .map-toggle > .thumbnail > img {
          display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003343}}
      .main #classifier > .options > .summary .information {
        font-size: 12px;
        margin: 1em 0 50px;
        text-align: left; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003349}}
        .main #classifier > .options > .summary .information > div .label {
          display: inline-block;
          width: 40%;
          vertical-align: bottom; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003355}}
        .main #classifier > .options > .summary .information > div .value {
          display: inline-block;
          max-width: 45%;
          overflow: hidden;
          vertical-align: bottom; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003364}}
      .main #classifier > .options > .summary .favorite {
        display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003369}}
        .main #classifier > .options > .summary .favorite .destroy {
          display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003372}}
          .main #classifier > .options > .summary .favorite .destroy button {
            display: inline-block;
            font-size: 10px;
            padding: 0 2px;
            width: auto; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003381}}
      .main #classifier > .options > .summary button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #001e29;
        border: 0;
          border-radius: 3px;
        color: #f1f1f1;
        cursor: pointer;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        padding: 5px 0;
        text-align: center;
        width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
      .main #classifier > .options > .summary > .talk:after {
        content: "";
        clear: both;
        display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003402}}
      .main #classifier > .options > .summary > .talk button {
        width: 49%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003405}}
        .main #classifier > .options > .summary > .talk button:first-child {
          margin-right: 1%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003412}}
      .main #classifier > .options > .summary > .share a {
        color: #f1f1f1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003420}}
  .main #classifier.show-map > .image > .selection-area {
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003426}}
  .main #classifier.show-map > .options > .summary > .map-toggle > .thumbnail > img {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003430}}
  .main #classifier.show-map > .options > .summary > .map-toggle > .map > img {
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003437}}
  .main #classifier.can-favorite > .options > .summary .favorite {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003444}}
  .main #classifier.is-favored > .options > .summary .favorite .create {
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003448}}
  .main #classifier.is-favored > .options > .summary .favorite .destroy {
    display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003455}}
.classifier.dialog {
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background: #f1f1f1;
  border-radius: 3px;
  border-top: 5px solid #004250;
  margin-left: -130px;
  padding: 10px 0;
  position: absolute;
  opacity: 0;
  z-index: 50; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003468}}
  .classifier.dialog .content {
    padding: 10px 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003472}}
    .classifier.dialog .content .zooniverse-login-form form {
      margin-bottom: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003475}}
      .classifier.dialog .content .zooniverse-login-form form label {
        display: block;
        margin: 10px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003479}}
        .classifier.dialog .content .zooniverse-login-form form label > span {
          display: inline-block;
          width: 10em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003488}}
  .classifier.dialog .buttons {
    border-top: 1px solid #ececec;
    padding: 10px 20px;
    text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003493}}
    .classifier.dialog .buttons button {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-image: -moz-linear-gradient(top, #ececec, #e3e3e3);
      background-image: -ms-linear-gradient(top, #ececec, #e3e3e3);
      background-image: -webkit-linear-gradient(top, #ececec, #e3e3e3);
      background-image: linear-gradient(top, #ececec, #e3e3e3);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#e3e3e3')";
      border: 1px solid #bebebe;
      color: #001e29;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      margin: 0 0.25em;
      padding: 0em 2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003508}}
  .classifier.dialog.open {
    opacity: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003513}}
.dialog-blocker {
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background: rgba(241, 241, 241, 0.25);
  position: absolute;
  z-index: 40; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/classification\.scss}line{font-family:\00003519}}
  .dialog-blocker.open {
    opacity: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\000033}}
.tutorial-step {
  -moz-transition: left 0.25s ease-in 0.125s, top 0.25s ease-out;
  -ms-transition: left 0.25s ease-in 0.125s, top 0.25s ease-out;
  -webkit-transition: left 0.25s ease-in 0.125s, top 0.25s ease-out;
  transition: left 0.25s ease-in 0.125s, top 0.25s ease-out;
  background: #f1f1f1;
  border: 4px solid #001e29;
    border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #001e29;
  font-weight: bold;
  position: absolute;
  z-index: 10; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000318}}
  .tutorial-step .controls {
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000325}}
    .tutorial-step .controls button {
      background: transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      height: 20px;
      margin: 0;
      opacity: 0.125;
      padding: 0;
      width: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000343}}
    .tutorial-step .controls:hover button {
      opacity: 0.25; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000349}}
  .tutorial-step .message {
    margin: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000352}}
    .tutorial-step .message .heading {
      font-size: 16px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000357}}
  .tutorial-step .continue {
    margin-top: 20px;
    text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000361}}
    .tutorial-step .continue button {
      background-image: -moz-linear-gradient(top, #f1f1f1, #e3e3e3);
      background-image: -ms-linear-gradient(top, #f1f1f1, #e3e3e3);
      background-image: -webkit-linear-gradient(top, #f1f1f1, #e3e3e3);
      background-image: linear-gradient(top, #f1f1f1, #e3e3e3);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e3e3e3')";
      border: 1px solid #bebebe;
        border-radius: 3px;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      margin: 0;
      padding: 5px 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000378}}
  .tutorial-step .arrow {
    border: 10px solid transparent;
    position: absolute; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000385}}
    .tutorial-step .arrow.down-center {
      border-top-color: #001e29;
      border-bottom-width: 0;
      left: 50%;
      margin-left: -10px;
      top: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\0000393}}
    .tutorial-step .arrow.left-middle {
      border-right-color: #001e29;
      border-left-width: 0;
      margin-top: -10px;
      right: 100%;
      top: 50%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\00003101}}
    .tutorial-step .arrow.right-middle {
      border-left-color: #001e29;
      border-right-width: 0;
      left: 100%;
      margin-top: -10px;
      top: 50%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\00003111}}
  .tutorial-step:hover .controls {
    opacity: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/tutorial\.scss}line{font-family:\00003117}}
.tutorial-blocker {
  cursor: not-allowed;
  filter: alpha(opacity=1);
  opacity: 0;
  position: absolute;
  z-index: 9; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\000034}}
.main [data-page="profile"] > .login-form {
  margin: 100px auto 0;
  text-align: center;
  width: 40%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\000039}}
  .main [data-page="profile"] > .login-form label {
    display: block;
    margin: 10px 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000313}}
    .main [data-page="profile"] > .login-form label > span {
      display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000318}}
  .main [data-page="profile"] > .login-form > .errors {
    font-weight: bold;
    margin: 0 0 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000324}}
  .main [data-page="profile"] > .login-form > .waiting,
  .main [data-page="profile"] > .login-form > .sign-out {
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000329}}
  .main [data-page="profile"] > .login-form.waiting > .sign-in {
    display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000333}}
  .main [data-page="profile"] > .login-form.waiting > .waiting {
    display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000339}}
.main [data-page="profile"] > .summary {
  display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000342}}
  .main [data-page="profile"] > .summary > h3 {
    margin: 20px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000345}}
    .main [data-page="profile"] > .summary > h3 > .sign-out {
      color: inherit;
      float: right;
      font-size: 10px;
      margin-top: 5px;
      opacity: 0.5;
      text-decoration: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000355}}
  .main [data-page="profile"] > .summary > .map {
    border-top: 1px solid #dbdbdb;
    height: 250px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000363}}
.main [data-page="profile"] > .favorites {
  display: none;
  float: left;
  margin-right: 20px;
  width: 660px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000369}}
  .main [data-page="profile"] > .favorites > ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #DBDBDB; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
    .main [data-page="profile"] > .favorites > ul:after {
      content: "";
      clear: both;
      display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000375}}
    .main [data-page="profile"] > .favorites > ul > li {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      float: left;
      margin: 0;
      padding: 10px 0px 20px 20px;
      position: relative; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000383}}
      .main [data-page="profile"] > .favorites > ul > li .delete {
        -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        background: transparent;
        border: 0;
        color: #f1f1f1;
        cursor: pointer;
        font-weight: bold;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 3px;
        top: 3px;
        z-index: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\0000398}}
      .main [data-page="profile"] > .favorites > ul > li > a {
        display: block;
        position: relative;
        text-align: center; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003103}}
        .main [data-page="profile"] > .favorites > ul > li > a .thumbnail {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: #ccc;
          border-radius: 4px;
          box-shadow: 0 1px 0 #fff;
          display: block;
          width: 193.33333px;
          height: 155px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003113}}
        .main [data-page="profile"] > .favorites > ul > li > a .info {
          -moz-transition: opacity 0.25s ease-in-out;
          -ms-transition: opacity 0.25s ease-in-out;
          -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
          bottom: 10px;
          color: #f1f1f1;
          font-weight: bold;
          left: 0;
          opacity: 0;
          position: absolute;
          width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003127}}
      .main [data-page="profile"] > .favorites > ul > li:hover .delete,
      .main [data-page="profile"] > .favorites > ul > li:hover .info {
        opacity: 1; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003134}}
  .main [data-page="profile"] > .favorites p.more {
    display: none;
    text-align: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003138}}
    .main [data-page="profile"] > .favorites p.more button {
      background: transparent;
      border: 0;
      cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003146}}
.main [data-page="profile"] > .recents {
  display: none;
  float: left;
  width: 320px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003151}}
  .main [data-page="profile"] > .recents ul {
    margin: 0;
    padding: 0; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003155}}
    .main [data-page="profile"] > .recents ul li {
      border-top: 1px solid #dbdbdb;
      display: block;
      padding: 10px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/common\.scss}line{font-family:\00003132}}
      .main [data-page="profile"] > .recents ul li:after {
        content: "";
        clear: both;
        display: table; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003163}}
  .main [data-page="profile"] > .recents p.more {
    display: none;
    text-align: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003167}}
    .main [data-page="profile"] > .recents p.more button {
      background: transparent;
      border: 0;
      cursor: pointer; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003174}}
  .main [data-page="profile"] > .recents .thumbnail {
    border-radius: 5px;
    box-shadow: 0 1px 0 #fff;
    float: left;
    width: 25%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003181}}
  .main [data-page="profile"] > .recents .description {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    padding-left: 10px;
    width: 75%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003188}}
    .main [data-page="profile"] > .recents .description .visited {
      font-weight: normal; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003195}}
.main [data-page="profile"].signed-in > .login-form {
  display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003201}}
.main [data-page="profile"].signed-in > .summary,
.main [data-page="profile"].signed-in > .favorites,
.main [data-page="profile"].signed-in > .recents {
  display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003209}}
.main [data-page="profile"].has-favorites > .favorites > .none, .main [data-page="profile"].has-recents > .recents > .none, .main [data-page="profile"].has-groups > .groups > .none {
  display: none; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003213}}
.main [data-page="profile"].has-favorites > .favorites > p.more, .main [data-page="profile"].has-recents > .recents > p.more, .main [data-page="profile"].has-groups > .groups > p.more {
  display: block; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/profile\.scss}line{font-family:\00003217}}
.main [data-page="profile"].has-favorites > .favorites > ul, .main [data-page="profile"].has-recents > .recents > ul, .main [data-page="profile"].has-groups > .groups > ul {
  display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/faq\.scss}line{font-family:\000034}}
.main [data-page="faq"] img.species {
  float: left;
  margin: 0px 20px 20px 0px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/faq\.scss}line{font-family:\000039}}
.main [data-page="faq"] .content {
  clear: both; }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/science\.scss}line{font-family:\000035}}
.main [data-page="science"] > section > div img.science {
  display: inline;
  float: right;
  margin: 20px;
    margin-right: 0;
  width: 300px; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/brian\/Projects\/Oceans\/src\/styles\/science\.scss}line{font-family:\0000312}}
.main [data-page="science"] > section > div img.science.left {
  display: inline;
  float: left;
  margin: 20px;
    margin-left: 0;
  width: 300px; }
