/* --------------------------------- FONTS -------------------------------- */
/* --------------------------------- COLOURS ----------------------------- */
/** Boldly original blue/green palette **/
/** Boldly multi-colour palette       **/
/** Boldly grayscale palette          **/
/* Cool Steel #3B3B41 */
/*0F0A0A*/
/*333*/
/*666*/
/*CCC*/
/** Mixing and matching colours       **/
/** Colours for buttons and alerts    **/
/* --------------------------------- MIXIN -------------------------------- */
@keyframes scroll-prompt-animation {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0.2; } }
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4949+0,2e99ff+100 */
.tooltip-container {
  position: relative; }
  .tooltip-container:hover .tooltip {
    opacity: 1; }

.tooltip {
  -webkit-transition: all 0.15s cubic-bezier(0.75, 0, 0.23, 1.01);
  -moz-transition: all 0.15s cubic-bezier(0.75, 0, 0.23, 1.01);
  -ms-transition: all 0.15s cubic-bezier(0.75, 0, 0.23, 1.01);
  transition: all 0.15s cubic-bezier(0.75, 0, 0.23, 1.01);
  font-size: 0.9em;
  padding: 0.5em;
  border-radius: 0.2rem;
  background-color: #232326;
  position: absolute;
  width: 90%;
  text-align: center;
  left: 0;
  left: 5%;
  top: 100%;
  top: calc(90% - 0.5rem);
  color: #FFF;
  opacity: 0;
  z-index: 99; }

.text-production, .text-dark {
  color: #015859 !important; }

.text-creative, .text-alt-2 {
  color: #FFEE66 !important; }

.text-startups, .text-alt-1, .text-info {
  color: #2E99FF !important; }

.whisper {
  color: #87A19E; }

/* ------------------- ALERTS ------------------- */
.alert {
  padding: 0 1rem;
  border-radius: 0.15rem;
  border: 0.15rem transparent solid;
  background-color: #58E065;
  margin-bottom: 1rem; }
  .alert p {
    max-width: 100%;
    color: #FFF; }
  .alert a.close {
    border: none;
    color: inherit;
    background-color: transparent; }
  .alert.alert-success {
    background-color: #2E99FF; }
    .alert.alert-success p {
      color: #FFF; }
  .alert.alert-warning {
    background-color: #FFEE66; }
    .alert.alert-warning p {
      color: #232326; }
  .alert.alert-danger {
    background-color: #FF5252; }
    .alert.alert-danger p {
      color: #FFF; }

.messages {
  list-style: none;
  display: block;
  max-width: 90rem;
  margin: 0 auto;
  text-align: left;
  padding: 0; }
  .messages li {
    padding: 1rem; }
  .messages .info {
    background-color: #58E065;
    color: #FFF; }
  .messages .warning {
    background-color: #FFEE66;
    color: #333; }
  .messages .error {
    background-color: #FF5252;
    color: #333; }

.notification-panel {
  position: fixed;
  z-index: 99;
  top: 4rem;
  left: 0;
  width: 100%;
  opacity: 0.9;
  padding: 0.5rem 1rem;
  text-align: center; }
  .notification-panel p {
    color: #FFF;
    max-width: 100%; }
  .notification-panel.notification-error {
    background-color: #FF5252; }

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