@charset "UTF-8";
body {
  font-family: "Fira Sans", arial, sans-serif;
  background: #e8e7e6 url("/static/img/canvas.jpg"); }

header {
  margin-bottom: 0;
  min-height: 103px; }
  header h1 {
    color: #df5e0e;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px; }
    header h1 small {
      display: inline-block;
      color: #816894;
      font-size: 70%;
      font-weight: bold; }
    header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active, header h1 a:visited {
      color: inherit;
      text-decoration: none;
      border-bottom: none; }
  header #hgnav {
    background: #ebe7e4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    min-height: 62px; }
    header #hgnav .container {
      position: relative;
      height: 103px;
      background: #ebe7e4; }
    header #hgnav .btn-post-job {
      background-color: #816894;
      border-color: #816894;
      border-bottom: 2px solid #554562;
      margin-top: 15px;
      margin-right: 4px;
      padding: 0 15px;
      color: #fff; }
    header #hgnav .btn-post-job:hover {
      background-color: #725c83; }
    header #hgnav a#hg-login-btn {
      margin-top: 19px; }
    header #hgnav .nav > li > button {
      margin-top: 13px; }
    header #hgnav .hg-header-app-nav {
      width: 65%;
      overflow: hidden;
      margin-top: 4px; }
      header #hgnav .hg-header-app-nav h1 a, header #hgnav .hg-header-app-nav h1 a small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    header #hgnav .hasjob-logo {
      height: 38px;
      margin: 5px 5px 0 0; }
    header #hgnav .board-title {
      position: relative;
      top: -4px; }
    header #hgnav .board-caption {
      display: block;
      width: calc(100% - 40px);
      position: relative;
      left: 44px;
      top: -14px;
      line-height: 1; }
    header #hgnav .board-caption h1 a {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      background-image: none; }
    header #hgnav h1 {
      margin: 0; }
    header #hgnav .hg-site-nav {
      clear: both; }
    header #hgnav .search-field {
      font-family: FontAwesome, "Fira Sans", arial, sans-serif; }
    header #hgnav .filter-dropdown {
      position: absolute;
      top: -500px;
      left: 0;
      width: 100%;
      margin: 0;
      -webkit-transition: top 0.25s linear, z-index 0.1s step-start;
      -moz-transition: top 0.25s linear, z-index 0.1s step-start;
      -ms-transition: top 0.25s linear, z-index 0.1s step-start;
      -o-transition: top 0.25s linear, z-index 0.1s step-start;
      transition: top 0.25s linear, z-index 0.1s step-start;
      z-index: -1;
      background: #ebe7e4;
      padding-bottom: 15px;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.4); }
    header #hgnav .filter-dropdown.active {
      top: 96px;
      -webkit-transition: top 0.25s linear, z-index 0.25s step-end;
      -moz-transition: top 0.25s linear, z-index 0.25s step-end;
      -ms-transition: top 0.25s linear, z-index 0.25s step-end;
      -o-transition: top 0.25s linear, z-index 0.25s step-end;
      transition: top 0.25s linear, z-index 0.25s step-end;
      z-index: 1; }
    header #hgnav .dropdown-backdrop {
      display: none; }
    header #hgnav .fa {
      width: 14px; }

#page-header {
  border-bottom: none; }

#logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url("/static/img/logo-star.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: image-width("~/static/img/logo-star.png");
  height: image-height("~/static/img/logo-star.png"); }

.filters-wrapper {
  width: 100%;
  background: #ebe7e4;
  margin: 0; }
  .filters-wrapper label {
    font-weight: normal;
    font-size: 14px; }
  .filters-wrapper .btn {
    text-align: left;
    padding: 6px 0;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 3px;
    text-overflow: ellipsis; }
    .filters-wrapper .btn .multiselect-selected-text {
      padding-left: 10px; }
  .filters-wrapper .btn:hover {
    border: 1px solid #adadad; }
  .filters-wrapper .pay-field {
    padding-left: 10px; }
  .filters-wrapper .submit-btn {
    padding: 6px 10px;
    display: block; }
    .filters-wrapper .submit-btn i {
      margin-right: 5px; }
  .filters-wrapper .filter-select {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    height: auto;
    border-radius: 3px; }
  .filters-wrapper .dropdown-menu > li > a:hover {
    background-color: #f5f5f5; }
  .filters-wrapper .dropdown-menu > .active > a {
    color: #333;
    background-color: inherit; }
  .filters-wrapper ul.multiselect-container {
    overflow: auto;
    width: 100%;
    padding: 5px 0;
    left: 0; }
  .filters-wrapper .multiselect-container label.checkbox, .filters-wrapper .multiselect-container label.radio {
    padding: 5px 0 5px 30px;
    width: 100%; }

.filters {
  margin-bottom: 5px; }
  .filters ul.dropdown-menu {
    max-height: 68vh; }

.pay-filter-dropdown {
  width: 100%;
  padding: 5px 0;
  margin-top: 0;
  left: 0; }
  .pay-filter-dropdown li {
    padding: 5px 10px; }

.currency-checkbox {
  float: left;
  width: 25%; }

.equity-label {
  width: 100%;
  cursor: pointer; }

.pay-filter-slider {
  margin: 5px auto; }

.pay-filter-slider .noUi-horizontal {
  padding-right: 32px; }

.pay-filter-slider .noUi-horizontal .noUi-handle {
  left: -1px; }

.pay-filter-slider .noUi-horizontal .noUi-origin {
  right: -32px; }

.job-filter-location-search-clear {
  cursor: pointer; }

@media (min-width: 480px) {
  header #hgnav .hg-header-app-nav {
    width: 70%; } }

@media (min-width: 768px) {
  header {
    margin-bottom: 110px;
    min-height: 36px; }
    header h1 {
      font-size: 25px; }
    header h1 small {
      display: inline; }
    header #hgnav {
      min-height: 0; }
      header #hgnav .hasjob-logo {
        height: 30px;
        margin: -4px 5px 0 0;
        display: inline-block; }
      header #hgnav .btn-post-job {
        margin-top: 10px; }
      header #hgnav a#hg-login-btn {
        margin-top: 10px; }
      header #hgnav .nav > li > button {
        padding-top: 5px;
        margin-top: 0; }
      header #hgnav .container {
        height: auto; }
      header #hgnav .hg-header-app-nav {
        max-width: 76%;
        margin-top: 4px; }
        header #hgnav .hg-header-app-nav .board-title {
          top: 0; }
        header #hgnav .hg-header-app-nav .board-caption {
          display: inline-block;
          top: 3px;
          left: 0;
          width: 75%; }
      header #hgnav .hg-site-nav {
        margin: 0; }
      header #hgnav .filters-wrapper {
        width: 100%;
        padding: 2px 0 9px;
        min-height: 0;
        margin: 0; }
        header #hgnav .filters-wrapper ul.multiselect-container {
          width: 20em; }
        header #hgnav .filters-wrapper .pay-filter-dropdown {
          width: 190%;
          left: 0;
          right: auto; }
        header #hgnav .filters-wrapper li.unavailable label {
          font-style: italic;
          color: #888; } }

@media (min-width: 768px) and (max-width: 991px) {
  .category-filter ul.multiselect-container {
    right: 0;
    left: auto; } }

@media (min-width: 992px) and (max-width: 1199px) {
  header #hgnav .filters-wrapper .pay-filter-dropdown {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  header {
    margin-bottom: 70px; }
    header #hgnav .hg-header-app-nav {
      width: 90%; }
  .filters-wrapper {
    padding-bottom: 4px; }
    .filters-wrapper .submit-btn {
      text-align: center;
      padding: 6px 0;
      width: 100%;
      margin-top: -2px; }
  .filters {
    padding: 0 10px 0 0;
    margin-bottom: 0;
    width: 19.8%; }
  .filters-col1 {
    padding-left: 15px; }
  .submit-filters {
    width: 6.2%;
    padding: 0; } }

#nprogress .bar {
  background: #df5e0e; }

#nprogress .peg {
  box-shadow: 0 0 10px #df5e0e, 0 0 5px #df5e0e; }

#nprogress .spinner-icon {
  border-top-color: #df5e0e;
  border-left-color: #df5e0e; }

.input-group-btn > .btn {
  border-bottom: 1px solid #ccc; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    border-bottom-color: #adadad; }

#search {
  margin-top: 14px;
  margin-bottom: 12px;
  line-height: 36px; }
  #search input[type="text"] {
    background: white image-url("search.png") 4px center no-repeat;
    padding: 7px 10px 3px 20px; }
  #search .btn {
    padding: 7px 10px 3px; }

@media screen and (min-width: 768px) {
  #search {
    float: right; } }

#root {
  margin-bottom: -107px; }

#root_footer {
  height: 97px; }

footer {
  min-height: 97px;
  text-rendering: optimizeLegibility; }

footer .footer-inner {
  background: #ebe7e4;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4); }

footer .container {
  padding-bottom: 0; }

@media (min-width: 468px) and (max-width: 1199px) {
  #root {
    margin-bottom: -86px; }
  #root_footer {
    height: 76px; }
  footer {
    min-height: 76px; } }

@media (min-width: 1200px) {
  #root {
    margin-bottom: -67px; }
  #root_footer {
    height: 57px; }
  footer {
    min-height: 57px; } }

.flash, .guide, .post-guide {
  background: #fff;
  position: relative;
  margin: 0 -15px;
  padding: 14px 15px 1px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf; }
  .flash h2, .guide h2, .post-guide h2 {
    margin: 0; }
  .flash .close, .guide .close, .post-guide .close {
    position: absolute;
    top: 2px;
    right: 5px; }

.flash.info {
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1) inset; }

.flash-interactive:before, .guide:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #afafaf; }

/* creates the smaller triangle */
.flash-interactive:after, .guide:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff; }

.post-guide:before {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #afafaf; }

/* creates the smaller triangle */
.post-guide:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff; }

h1 {
  color: #df5e0e;
  font-size: 30px;
  margin-bottom: 0; }

h1 small, h2 small, h3 small {
  font-weight: bold; }

.img-container {
  text-align: center; }
  .img-container img {
    max-width: 100%; }

.label {
  padding: 0 0.6em; }

.tab-download {
  font-size: smaller;
  margin: 12px 0 0.25em; }

.c3 svg {
  font-family: inherit !important; }

tr > div {
  display: none; }

.list-group-item .badge {
  float: right; }

.badge-new {
  background-color: #428bca; }

.sheet {
  background: #fff;
  margin: 0 -15px;
  word-wrap: break-word;
  border-bottom: 1px solid #afafaf;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  text-rendering: optimizeLegibility; }
  .sheet .nav-tabs-top {
    background: #ebe7e4;
    border-bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset; }
    .sheet .nav-tabs-top > li {
      margin-bottom: 0;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .sheet .nav-tabs-top > li > a {
        color: inherit;
        font-variant: small-caps;
        text-transform: lowercase;
        border: none;
        border-radius: 0; }
  .sheet .nav-tabs-top > li.active > a {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset;
    border: none; }
  .sheet .nav-tabs-top > li:first-child.active > a {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset, 10px 0 10px -10px rgba(0, 0, 0, 0.1) inset; }
  .sheet .nav-tabs-top > li > a:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset, 0 -10px 10px -10px rgba(0, 0, 0, 0.1) inset; }
  .sheet .nav-tabs-top > li.active > a:hover, .sheet .nav-tabs-top > li.active > a:focus {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset;
    border: none; }
  .sheet .nav-tabs-top > li:first-child.active > a:hover, .sheet .nav-tabs-top > li:first-child.active > a:focus {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset, 10px 0 10px -10px rgba(0, 0, 0, 0.1) inset; }
  .sheet .list-group {
    margin: 0 -15px;
    font-size: 80%; }
  .sheet .badge {
    font-size: inherit; }
  .sheet .list-group-item {
    border-left: none;
    border-right: none;
    background-color: inherit; }
  .sheet a.list-group-item {
    color: inherit; }
  .sheet .list-group-item:first-child {
    border-top-right-radius: 0; }
  .sheet .list-group-item:last-child {
    border-bottom-right-radius: 0;
    margin-bottom: -1px; }
  .sheet .list-group-item.no-bottom-border {
    border-bottom: 0;
    margin-bottom: 0; }
  .sheet .alert {
    margin-bottom: 12px; }
  .sheet form {
    margin-bottom: 12px; }

.sheet .table, .post-guide .table {
  margin-bottom: 12px; }
  .sheet .table th:first-child, .sheet .table td:first-child, .post-guide .table th:first-child, .post-guide .table td:first-child {
    padding-left: 0; }
  .sheet .table th:last-child, .sheet .table td:last-child, .post-guide .table th:last-child, .post-guide .table td:last-child {
    padding-right: 0; }

.sheet + .post-guide {
  margin-top: -1px; }

.post-company-logo {
  text-align: center; }

.section {
  *zoom: 1;
  border-top: 1px solid #ddd;
  padding: 12px 15px 0;
  margin-bottom: 0; }
  .section:after {
    content: "";
    display: table;
    clear: both; }
  .section.first {
    border-top: none; }
  .section.unmarked {
    border-top: none;
    padding-top: 0; }
  .section h1:first-child, .section h2:first-child, .section h3:first-child {
    margin-top: 0; }

.post-date {
  font-size: 75%;
  line-height: 24px;
  color: #666; }

.form-horizontal .help-required {
  display: none; }

.sliderholder {
  padding-top: 15px;
  float: none;
  clear: both;
  margin: auto; }

.cash-slider, .equity-slider {
  position: relative; }

.max-field {
  position: absolute;
  top: 0;
  right: 0; }

.sliderholder .noUi-horizontal {
  padding-right: 32px; }

.sliderholder .noUi-horizontal .noUi-handle {
  left: -1px; }

.sliderholder .noUi-horizontal .noUi-origin {
  right: -32px; }

#banner-bottom {
  margin: 0 0 24px 30px; }

@media screen and (max-width: 767px) {
  .input-xs-small {
    font-size: 13px; } }

@media screen and (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; }
  .post-company-logo {
    text-align: right; }
    .post-company-logo img {
      margin-bottom: 12px; }
  .flash, .guide, .post-guide {
    padding: 14px 30px 1px;
    margin: 12px 0 24px;
    border: 1px solid #afafaf;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
  .guide form, .post-guide form {
    margin-bottom: 12px; }
  .flash.info {
    margin-bottom: 24px; }
  .sheet {
    margin: 12px 0 24px;
    border: 1px solid #afafaf;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1) inset; }
    .sheet .nav-tabs {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .sheet .nav-tabs > li > a {
        border-radius: 4px 4px 0 0; }
  .sheet + .post-guide {
    margin-top: 0; }
  .section {
    padding: 12px 30px 0; }
  .sliderholder {
    padding-top: 10px;
    float: left;
    clear: none; } }

@media screen and (min-width: 992px) {
  .sheet .list-group {
    margin: -12px -30px 20px -15px;
    margin-top: -12px;
    margin-right: -30px; }
  .sheet .list-group-item {
    padding-right: 30px; }
  .sheet .list-group-item:first-child {
    border-top: none; } }

.sheet .list-group-item a.popup {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px; }

.sheet .list-group-item a.popup:hover, .sheet .list-group-item a.popup:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.popup-box {
  display: none; }

.popup-box:target {
  display: block; }

.close-popup {
  display: inline;
  position: absolute;
  top: 2px;
  right: 4px;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  .sheet .list-group-item a.popup {
    margin-right: -30px;
    padding-right: 30px; }
  .popup-box {
    background: #fff;
    border: 1px solid #afafaf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    width: 23em;
    right: 105%;
    top: -3.4em;
    margin: 0;
    padding: 1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
    .popup-box > *:last-child {
      margin-bottom: 0; }
    .popup-box .close-popup {
      display: none; }
    .no-js .popup-box .close-popup {
      display: inline; }
    .popup-box h2 {
      margin: 0; }
    .popup-box form {
      margin-bottom: 0; }
      .popup-box form ul {
        margin: 0; }
        .popup-box form ul li {
          border-bottom: 0;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
          .popup-box form ul li label {
            padding-left: 0.25em; }
          .popup-box form ul li li.selected {
            background-color: #f0a40c; }
    .popup-box:before {
      content: "";
      display: block;
      position: absolute;
      right: -21px;
      top: 4em;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-left-color: #afafaf; }
    .popup-box:after {
      content: "";
      display: block;
      position: absolute;
      right: -20px;
      top: 4em;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-left-color: #fff; } }

#stickie-area {
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  #stickie-area > li {
    margin-bottom: 20px;
    float: none;
    display: block;
    vertical-align: top; }

.stickie {
  background: #ffffa2;
  position: relative;
  vertical-align: top;
  display: block;
  overflow: visible;
  padding: 24px 0 0;
  word-wrap: break-word;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
  /* Make stickies clickable */ }
  .stickie, .stickie:active, .stickie:hover, .stickie:visited, .stickie:focus {
    text-decoration: none;
    color: inherit;
    border-bottom: 0; }
  .stickie label {
    font-weight: normal; }
  .stickie .annotation {
    font-size: 75%;
    display: block;
    position: absolute;
    color: #816894;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.5em; }
  .stickie .top-right {
    top: .1em;
    right: .5em; }
  .stickie .top-left {
    top: .1em;
    left: .5em;
    width: 75%; }
  .stickie .headline,
  .stickie .pay {
    display: block;
    padding: 0 18px;
    position: static; }
  .stickie .headline {
    font-family: "McLaren", sans-serif; }
  .stickie .star {
    position: static;
    float: left;
    width: 20%;
    margin-left: 0.5em; }
  .stickie .new {
    color: #df5e0e; }
  .stickie .company-name {
    position: static;
    float: right;
    width: 70%;
    text-align: right;
    margin-right: 0.5em; }
  .stickie .count {
    margin-top: 5px;
    color: #816894;
    display: flex; }
  .stickie .count-items {
    flex: 1;
    font-size: 9px; }
  .stickie .count-text {
    display: inline-block;
    width: calc(100% - 6px); }
  .stickie .count-items.impressions {
    flex: 1.5; }
  .stickie .count-items.applied {
    flex: 1.2; }
  .stickie .count-arrow {
    float: right; }
  .stickie .count-text,
  .stickie .count-arrow {
    font-size: 10px; }
  @media (min-width: 480px) {
    .stickie .count-text,
    .stickie .count-arrow {
      font-size: 14px; } }
  @media (min-width: 768px) {
    .stickie .count-text,
    .stickie .count-arrow {
      font-size: 7px; }
    .stickie .count-arrow {
      margin-top: 2px; } }
  @media (min-width: 1200px) {
    .stickie .count-text,
    .stickie .count-arrow {
      font-size: 8px; }
    .stickie .count-arrow {
      margin-top: 1px; } }
  .stickie .count-background {
    display: flex;
    height: 7px;
    margin-top: 4px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    padding: 0;
    list-style: none; }
    .stickie .count-background .background {
      flex: 1;
      height: 100%;
      margin: 0;
      padding: 0; }
    .stickie .count-background .impressions.background {
      flex: 1.5;
      position: relative;
      z-index: 4; }
    .stickie .count-background .viewed.background {
      position: relative;
      z-index: 3; }
    .stickie .count-background .opened.background {
      position: relative;
      z-index: 2; }
    .stickie .count-background .applied.background {
      flex: 1.2;
      position: relative;
      z-index: 1; }
    .stickie .count-background .background.arrow:before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #ffffa2;
      position: absolute;
      top: 0;
      right: -2px;
      vertical-align: top;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .stickie .pinned {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: -4px;
    left: 135px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #df5e0e;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.stickie.grouped.under {
  position: absolute;
  top: -5px;
  left: 10px;
  right: 20px;
  bottom: 5px;
  z-index: -3;
  overflow: hidden;
  -webkit-transition: top, left, bottom, right .1s ease-out;
  -moz-transition: top, left, bottom, right .1s ease-out;
  -ms-transition: top, left, bottom, right .1s ease-out;
  -o-transition: top, left, bottom, right .1s ease-out;
  transition: top, left, bottom, right .1s ease-out; }
  .stickie.grouped.under:before, .stickie.grouped.under:after {
    box-shadow: none; }
  .stickie.grouped.under .headline {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 1.5em;
    bottom: 1.5em;
    left: 1.5em;
    right: 1.5em; }
  .stickie.grouped.under .count-background {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .no-touch li:hover > .stickie.grouped.under {
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    -webkit-transition: top, left, bottom, right .1s ease-out;
    -moz-transition: top, left, bottom, right .1s ease-out;
    -ms-transition: top, left, bottom, right .1s ease-out;
    -o-transition: top, left, bottom, right .1s ease-out;
    transition: top, left, bottom, right .1s ease-out; }
  .no-touch li:hover > .stickie.grouped.under:nth-of-type(1) {
    top: -15px;
    left: 0px;
    right: 30px;
    bottom: 15px; }
  .no-touch li:hover > .stickie.grouped.under:nth-of-type(2) {
    top: 15px;
    left: 30px;
    right: 0px;
    bottom: -15px; }
  .no-touch li:hover > .stickie.grouped.under:nth-of-type(3) {
    top: -10px;
    left: 20px;
    right: 5px;
    bottom: 10px; }
  .no-touch li:hover > .stickie.grouped.under:nth-of-type(4) {
    top: 10px;
    left: 5px;
    right: 25px;
    bottom: -10px; }
  .no-touch li:hover > .stickie.grouped.under:nth-of-type(5) {
    top: -25px;
    left: 15px;
    right: 15px;
    bottom: 25px; }

.stickiead {
  padding: 0;
  text-align: center; }

.stickie.special {
  background-color: #f6f6f6;
  padding: 24px 18px; }

.stickie.org {
  background-color: #fff;
  text-align: center;
  font-family: "Fira Sans", arial, sans-serif; }
  .stickie.org img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    padding-bottom: 5px; }

.stickie.announcement {
  background-color: #ffff2c; }

.stickie .pstar {
  color: #df5e0e;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.stickie .pstar .fa-star-o {
  opacity: 0.1; }

.stickie:hover .pstar .fa-star-o {
  opacity: 0.3; }

.stickie .pstar .fa-star-o:hover {
  opacity: 1.0; }

.stickie .pstar .fa-spin {
  opacity: 1.0; }

#newpost {
  font-family: inherit; }

#newpost_headline {
  font-family: "McLaren", sans-serif;
  width: 100%;
  border: 0;
  background-color: #f6f6f6;
  resize: none;
  min-height: 0;
  padding: 0;
  box-shadow: none;
  -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: oborder-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out; }
  #newpost_headline:hover, #newpost_headline:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, height 0.2s ease-in-out; }

#newpost_headline::-webkit-input-placeholder {
  color: #555;
  opacity: 1.0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newpost_headline:focus::-webkit-input-placeholder {
  opacity: 0.4;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newpost_headline::-moz-placeholder {
  color: #555;
  opacity: 1.0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newpost_headline:focus::-moz-placeholder {
  opacity: 0.4;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newpost_headline:-ms-input-placeholder {
  color: #555;
  opacity: 1.0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newpost_headline:focus:-ms-input-placeholder {
  opacity: 0.4;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newpost_details {
  margin-top: 12px;
  margin-bottom: -12px;
  text-align: right; }

#loadmore {
  margin-bottom: 24px;
  text-align: center; }

@media screen and (min-width: 768px) {
  #stickie-area > li {
    display: inline-block;
    margin-bottom: 30px; }
  .stickie:before, .stickie:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .stickie:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); } }

#main-40x {
  text-align: center; }

#stickie-40x {
  background-color: #ffffa2;
  float: none;
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 24px 0;
  padding: 24px 18px; }

#i40x {
  font-size: 150px;
  font-weight: bold;
  letter-spacing: -0.2em;
  margin-left: -0.2em; }

#i40x.offline {
  font-size: 80px;
  letter-spacing: 0;
  margin-left: 0em;
  margin-right: 0; }

#i40x:after {
  display: block;
  color: #f0a40c;
  content: '\FE35';
  margin-top: -0.75em; }

.i4 {
  color: #df5e0e;
  position: relative; }

.i0 {
  color: #f0a40c;
  z-index: -1; }

.i5 {
  color: #816894;
  position: relative; }

#i40x-message {
  color: #816894;
  max-width: 400px; }

/*!
https://github.com/daneden/animate.css
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.hasjob-iframe {
  background: none;
  height: auto; }
  .hasjob-iframe #main-content {
    width: 100%; }
  .hasjob-iframe #root {
    margin-bottom: 0; }
  .hasjob-iframe #root_footer {
    height: 0; }
