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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
html {
  color: #292f33;
  font-family: Roboto, sans-serif;
  background-color: #FEFEFE;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical; }

body {
  padding: 0;
  margin: 0; }

/********************* */
/* BEGIN FONT STYLING */
/********************* */
.bold {
  font-weight: bold; }

.text-turquoise {
  color: #0084B4; }

.text-gray {
  color: #8899a6; }

.text-dark-gray {
  color: #66757f; }

/******************* */
/* END FONT STYLING */
/******************* */
/********************** */
/* BEGIN INPUT STYLING */
/********************** */
input {
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #e1e8ed;
  margin: 0px 0px 10px 0px;
  border-radius: 3px;
  width: 260px;
  padding: 4px; }

input:focus {
  outline: none;
  border: 1px solid #56b4ef; }

::-webkit-input-placeholder {
  color: #8899a6 !important; }

::-moz-placeholder {
  color: #8899a6 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #8899a6 !important;
  opacity: 1; }

::-ms-input-placeholder {
  color: #8899a6 !important; }

/******************** */
/* END INPUT STYLING */
/******************** */
a {
  color: #0084B4;
  text-decoration: none; }

a:hover {
  color: #0084B4;
  text-decoration: none; }

@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none; } }

@media (min-width: 0) and (max-width: 736px) {
  .desktop-only {
    display: none; } }
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .desktop-only {
    display: none; } }

.cool-font {
  font-weight: bold;
  font-family: "Marko One", sans-serif; }

/* Dreamscope logo */
.ds-logo {
  font-size: 23px;
  color: #5070A3;
  font-weight: bold;
  font-family: "Marko One", sans-serif; }

.ds-logo:hover {
  color: #5070A3; }

.btn {
  cursor: pointer;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat; }

.gray-btn {
  font-size: 14px;
  font-weight: bold;
  color: #66757f;
  border: 1px solid #CDD2D5;
  background-color: #EDF0F2;
  background-image: linear-gradient(#fff, #f5f8fa); }

.blue-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #3b88c3;
  background-color: #55acee;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)"; }

.turquoise-btn {
  font-size: 13x;
  color: #fff;
  background-color: #0084B4;
  background: rgba(0, 132, 180, 0.8);
  border: 1px solid transparent; }

.turquoise-btn:hover {
  color: white;
  background-image: linear-gradient(#1F9AC6, #146F8F); }

/* Element that can be used to vertically align it's right sibling. */
.vertical-align-helper {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
  margin-bottom: 0px; }

.ui-state-active i {
  background: #CCC !important;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  margin-top: 2px;
  margin-bottom: -2px; }

.button-slim {
  padding: 5.99251px 32px;
  font-size: 12px !important; }

/* end form styling */
.align-center {
  text-align: center; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clearfix {
  clear: both; }

/* redirect page */
.redirect-card {
  max-width: 407px !important; }

.button-gray {
  background: #8899a6; }

/**
 * Form Container
 */
.fa-center {
  display: block;
  margin: 0 auto;
  text-align: center; }

.light-gray-color {
  color: #8899a6; }

#content-container-body {
  margin: 0 auto 10px auto;
  max-width: 1000px; }
  @media (min-width: 0) and (max-width: 736px) {
    #content-container-body {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #content-container-body {
      margin-bottom: 50px; } }

/****************************** */
/* BEGIN GENERAL MODAL STYLING */
/****************************** */
.cover {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000;
  font-size: 0px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* TODO(michael): once we introduce the new image viewer to
   * mobile, we can get rid of this
   */ }
  @media (min-width: 0) and (max-width: 736px) {
    .cover {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    .cover {
      display: none; } }

.modal {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  position: relative;
  border-radius: 3px;
  width: 520px;
  margin: 75px auto 0 auto;
  background-color: white; }

.modal-header {
  text-align: center;
  padding: 11px 0px;
  border-bottom: 1px solid #e1e8ed; }

.modal-header .title {
  font-size: 16px;
  color: #8899a6; }

.modal-header > .exit-btn {
  position: absolute;
  top: 10px;
  right: 5px; }

.exit-btn {
  padding: 0px;
  outline: none;
  cursor: pointer;
  line-height: 16px;
  font-size: 17px;
  color: #8899a6;
  background-color: white;
  border: none; }

.modal-body {
  padding: 10px;
  border-bottom: 1px solid #e1e8ed; }

.modal-footer {
  padding: 10px;
  text-align: right; }

.modal-footer button {
  margin-left: 10px;
  display: inline-block;
  padding: 8px 16px; }

.modal-form {
  width: 260px;
  margin: 0 auto; }
  @media (min-width: 0) and (max-width: 736px) {
    .modal-form {
      width: 95%; } }

/* Login/Sign up button */
.modal-form input[type="submit"] {
  width: 260px;
  padding: 8px 0px;
  font-weight: bold; }

@media (max-width: 480px) {
  .modal {
    top: 48px;
    right: 0;
    left: 0;
    border-radius: 0; } }
/**************************** */
/* END GENERAL MODAL STYLING */
/**************************** */
/************************************** */
/* BEGIN SIGN IN/SIGN UP MODAL STYLING */
/************************************** */
#sign-in-modal-cover, #sign-up-modal-cover {
  z-index: 2000; }

.modal-body .ds-logo {
  margin: 25px auto 15px auto;
  text-align: center; }

#sign-in-modal-cover, #sign-up-modal-cover .modal-content {
  padding-bottom: 3px; }

/************************************ */
/* END SIGN IN/SIGN UP MODAL STYLING */
/************************************ */
@media (min-width: 0) and (max-width: 736px) {
  .mobile-show {
    display: block !important; }

  .mobile-hide {
    display: none !important; } }
/** browser hack for mozilla */
@-moz-document url-prefix() {
  input {
    height: auto !important; } }
/************************************* */
/* BEGIN MOBILE BOTTOM NAVIGATION BAR */
/************************************* */
#mobile-bottom-nav {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  left: 0;
  width: 100%;
  background-color: #262626; }
  @media (min-width: 0) and (max-width: 736px) {
    #mobile-bottom-nav {
      display: block; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #mobile-bottom-nav {
      display: block; } }

#mobile-bottom-nav-inner {
  width: 90%;
  margin: 0 auto; }

#mobile-bottom-nav a {
  display: inline-block;
  width: 33%;
  margin: 0x;
  padding: 7px 0px;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
  color: white; }

.mobile-bottom-nav-btn-highlight {
  background-color: #3a3a3a; }

/*********************************** */
/* END MOBILE BOTTOM NAVIGATION BAR */
/*********************************** */
/****************************** */
/* BEGIN OLARK CHATBOX STYLING */
/****************************** */
#chat-cta {
  background: rgba(80, 112, 163, 0.75);
  border-radius: 4px 0 0 0;
  color: white;
  padding: 16px;
  width: 264px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0; }
  @media (min-width: 0) and (max-width: 736px) {
    #chat-cta {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #chat-cta {
      display: none; } }

@media only screen and (min-width: 737px) and (max-width: 1024px) {
  #habla_window_div * {
    display: none !important; } }
@media (min-width: 0) and (max-width: 736px) {
  #habla_window_div * {
    display: none !important; } }
#chat-cta i {
  padding-right: 8px; }

#chat-cta a {
  padding: 16px;
  display: block;
  color: white;
  text-decoration: none; }

#chat-cta a:hover {
  color: #64D6FF; }

#chat-box {
  display: none;
  background: white;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 448px;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  border-radius: 4px 0 0 0;
  margin: 0;
  padding: 0; }

#chat-box iframe {
  width: 100%;
  height: 412px;
  border: none; }

#chat-box .exit-button {
  display: block;
  padding: 4px;
  margin: 0;
  text-align: right;
  border-right: 1px solid #111;
  height: 28px;
  font-size: 28px; }

/**************************** */
/* END OLARK CHATBOX STYLING */
/**************************** */
/* Logo */
/* topbar */
/* The world is goin' mobile baby! */
/*********************************** */
/* BEGIN MOBILE IOS DOWNLOAD PROMPT */
/*********************************** */
#download-prompt {
  font-size: 0px;
  background-color: #E0E0E0;
  color: black;
  padding: 8px;
  margin: 0px; }

#download-prompt-left {
  width: 75%; }

#download-prompt-right {
  text-align: right;
  width: 25%; }

#download-prompt div {
  height: 100%;
  vertical-align: top;
  font-size: 14px;
  display: inline-block; }

#download-prompt-title {
  margin: 0px;
  font-weight: bold;
  display: block;
  line-height: 13px; }

#download-prompt-install-btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 10px 12px;
  border-radius: 3px;
  background-image: linear-gradient(#1f9ac6, #146f8f);
  background-color: #1f9ac6;
  background: rgba(0, 133, 179, 0.8);
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none; }

#download-prompt {
  display: none; }

/********************************* */
/* END MOBILE IOS DOWNLOAD PROMPT */
/********************************* */
/************************** */
/* BEGIN MOBILE TOP BANNER */
/************************** */
#topbar-mobile {
  position: relative;
  font-size: 0px;
  display: none;
  height: 45px;
  margin: 0px 0px 1px 0px;
  background-color: #5070a3; }
  @media (min-width: 0) and (max-width: 736px) {
    #topbar-mobile {
      display: block; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #topbar-mobile {
      display: block; } }

#topbar-mobile-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 22px;
  color: white; }

#topbar-mobile i {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 37px;
  padding: 4px 10px; }

#mobile-topbar-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 45px;
  right: 0px;
  z-index: 100; }

#mobile-topbar-dropdown ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

#mobile-topbar-dropdown ul li {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #ddd; }

#mobile-topbar-dropdown ul li a {
  text-align: left;
  text-decoration: none;
  padding: 16px;
  display: block;
  color: #66757f; }

/************************ */
/* END MOBILE TOP BANNER */
/************************ */
/************************************* */
/* BEGIN MOBILE SIGN UP/IN TOP PROMPT */
/************************************* */
#mobile-top-prompt-container {
  font-size: 0px;
  display: none;
  padding: 3px 10px; }
  @media (min-width: 0) and (max-width: 736px) {
    #mobile-top-prompt-container {
      display: block; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #mobile-top-prompt-container {
      display: block; } }

#mobile-top-prompt-container div {
  display: inline-block;
  width: 50%; }

#mobile-top-prompt-container a {
  display: block;
  width: 95%;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 7px 0px;
  border-radius: 5px; }

#mobile-top-prompt-container-left {
  text-align: left; }

#mobile-top-prompt-container-right {
  text-align: right; }

#mobile-top-prompt-container-left a {
  color: #5070a3;
  border: 1px solid #5070a3; }

#mobile-top-prompt-container-right a {
  color: #8C979D;
  border: 1px solid #B9BEC1; }

/*********************************** */
/* END MOBILE SIGN UP/IN TOP PROMPT */
/*********************************** */
/*************************************** */
/* BEGIN DESKTOP TOP BAR SIGN UP PROMPT */
/*************************************** */
#topbar-signup-prompt {
  background-color: #5070a3;
  margin: 0px;
  padding: 25px;
  background-image: none; }
  @media (min-width: 0) and (max-width: 736px) {
    #topbar-signup-prompt {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #topbar-signup-prompt {
      display: none; } }

#topbar-signup-prompt span {
  font-size: 16px;
  text-align: center;
  display: block;
  color: white; }

#topbar-signup-prompt span a {
  cursor: pointer;
  margin-left: 12px;
  color: white;
  text-decoration: none;
  padding: 8px 34px;
  border-radius: 3px;
  border: 1px solid white; }

#topbar-signup-prompt a b:hover {
  color: white; }

/************************************* */
/* END DESKTOP TOP BAR SIGN UP PROMPT */
/************************************* */
/************************ */
/* BEGIN DESKTOP NAV BAR */
/************************ */
#desktop-topbar-container {
  border-top: 2px solid #5070a3;
  width: 100%;
  box-shadow: 0 5px 10px -1px #D6D6D6;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 5px 10px -1px #D6D6D6;
  -moz-box-shadow: 0 5px 10px -1px #D6D6D6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 0) and (max-width: 736px) {
    #desktop-topbar-container {
      display: none; } }
  @media only screen and (min-width: 737px) and (max-width: 1024px) {
    #desktop-topbar-container {
      display: none; } }

#desktop-topbar-container > nav {
  width: 1000px;
  font-size: 0px;
  margin: 0 auto; }

#desktop-topbar-container > nav > .left-container, .right-container {
  display: inline-block;
  height: 50px;
  width: 50%;
  vertical-align: top; }

#desktop-topbar-container > nav .nav-btn {
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  height: 100%;
  position: relative;
  margin-right: 14px; }

#desktop-topbar-container .ds-logo {
  line-height: 50px;
  vertical-align: middle;
  font-size: 23px;
  text-decoration: none; }

#desktop-topbar-container > nav > .right-container {
  font-size: 13px;
  text-align: right; }

#desktop-topbar-container > nav > .right-container .topbar-text-link:hover, .avatar-container:hover {
  border-bottom: 5px solid #5070a3; }

#desktop-topbar-container > nav > .right-container a:last-child {
  margin-right: 0px; }

#desktop-topbar-container .topbar-gray-text {
  color: #66757f;
  text-decoration: none; }

/* Text link buttons */
.topbar-text-link {
  line-height: 50px;
  vertical-align: top; }

.topbar-text-link > i {
  line-height: 50px;
  vertical-align: middle;
  font-size: 22px; }

.topbar-text-link > span {
  margin-left: 3px;
  height: 50px;
  vertical-align: middle; }

/* Avatar */
#desktop-topbar-container .avatar-container > .avatar {
  margin-top: 13px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover; }

#desktop-topbar-container .avatar-container > span {
  margin-left: 3px;
  display: inline-block;
  line-height: 50px;
  vertical-align: top; }

/* Create-btn */
#create-btn {
  width: 121px;
  margin: 0px; }

#create-btn button {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -13px;
  display: inline-block;
  padding: 5px 6px; }

#create-btn span {
  margin-left: 6px; }

/********************** */
/* END DESKTOP NAV BAR */
/********************** */
/************************* */
/* BEGIN DESKTOP DROPDOWN */
/************************* */
.dropdown {
  position: absolute;
  top: 24px;
  right: 0px;
  background-color: white;
  width: 175px;
  max-width: 500px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  padding-left: 0;
  padding-right: 0; }

.dropdown:before {
  position: absolute;
  top: -12px;
  right: 14px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d5d5d5;
  border-left: 12px solid transparent;
  content: ""; }

.dropdown:after {
  position: absolute;
  top: -11px;
  right: 15px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  content: ""; }

.dropdown ul li {
  background-color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e8ed; }

.dropdown ul li:last-child {
  border-bottom: none; }

.dropdown ul li:hover {
  background: #D6EBFF; }

#desktop-dropdown .dropdown ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #66757f;
  padding: 10px;
  text-align: left;
  display: block; }

.dropdown {
  z-index: 1000; }

#dropdown-username {
  font-weight: bold;
  color: black; }

/*************** */
/* END DROPDOWN */
/*************** */

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