#dreamjobfinder-notification {
  display: block;
  margin-bottom: -65px;
  transform: translate(0, -65px);
  position: relative;
  width: 100%;
  height: 65px;
  transition: 1s ease transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#dreamjobfinder-notification #dreamjobfinder-notification-outer {
  width: 100%;
  z-index: 1000;
  padding: 20px 0 20px 0;
  transform: translate(0, -80px);
  background-color: #1493D7;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: 1s ease transform;
}

#dreamjobfinder-notification #dreamjobfinder-notification-outer.visible {
  transform: translate(0, 0);
}

#dreamjobfinder-notification #dreamjobfinder-notification-inner {
  min-width: 540px;
  max-width: 1400px;
  margin: auto;
}

#dreamjobfinder-notification #dreamjobfinder-notification-inner #dreamjobfinder-notification-content {
  position: relative;
}

#dreamjobfinder-notification #dreamjobfinder-notification-inner #dreamjobfinder-notification-content a {
  padding-left: 20px;
  max-width: 95%;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  color: white;
}

#dreamjobfinder-notification #dreamjobfinder-notification-inner #dreamjobfinder-notification-close {
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url("../images/cross-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#dreamjobfinder-notification.visible {
  transform: translate(0, 0);
}

#page {
  transition: transform 1s ease;
  transform: translate(0, 0);
}

#page.move {
  transform: translate(0, 65px);
}

@media screen and (max-width: 800px) {
  #dreamjobfinder-notification {
	display: none;
  }
  #dreamjobfinder-notification.visible {
    z-index: 1000;
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #dreamjobfinder-notification.visible #dreamjobfinder-notification-outer {
    z-index: 1001;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .99;
    max-height: 300px;
    max-width: 260px;
    padding: 15px;
  }
  #dreamjobfinder-notification.visible #dreamjobfinder-notification-outer #dreamjobfinder-notification-inner {
    min-width: 0;
  }
  #dreamjobfinder-notification.visible #dreamjobfinder-notification-outer #dreamjobfinder-notification-inner #dreamjobfinder-notification-content a {
    font-size: 18px;
  }
  #dreamjobfinder-notification.visible #dreamjobfinder-notification-outer #dreamjobfinder-notification-inner #dreamjobfinder-notification-content a strong {
    display: block;
    margin: 10px 0 10px 0;
  }
  #dreamjobfinder-notification.visible #dreamjobfinder-notification-outer #dreamjobfinder-notification-inner #dreamjobfinder-notification-content #dreamjobfinder-notification-close {
    bottom: -70px;
    left: 0;
    right: 0;
    top: 100%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1056px) {
  #dreamjobfinder-notification #dreamjobfinder-notification-outer #dreamjobfinder-notification-inner #dreamjobfinder-notification-content a {
    font-size: 15px;
  }
  #dreamjobfinder-notification #dreamjobfinder-notification-outer #dreamjobfinder-notification-inner #dreamjobfinder-notification-content #dreamjobfinder-notification-close {
    right: 20px;
  }
}

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