@charset "UTF-8";
.navbar a:hover,
.navbar a:focus {
  background-color: transparent; }
.navbar .navbar-brand {
  margin-left: -0.5em; }

.navbar-nav .nav-item .nav-link {
  color: #231f20; }
  .navbar-nav .nav-item .nav-link:hover {
    color: #7dc242; }
.navbar-nav li:last-child a.nav-link {
  padding-right: 0; }

/* Buttons
-------------------------------------------------- */
.btn {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 400; }

.btn-primary {
  color: #fff;
  background-color: #7dc242; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #7dc242;
    opacity: 0.85; }

.btn-secondary {
  color: #231f20;
  background-color: #cddbe0; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #cddbe0;
    opacity: 0.85; }

a {
  color: #7dc242;
  padding: 2px 1px; }

a:focus,
a:hover {
  text-decoration: none;
  background-color: #7dc242;
  color: #fff;
  border-radius: 1px; }

.jumbotron {
  background-color: #fff; }

.form-control:focus {
  border-color: #7dc242; }

.alert {
  margin-bottom: .25rem; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
  background-color: #fff;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6; }

h1, h2, h3, h4, h4, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1.4; }

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center; }
  .footer a.footer-link {
    display: inline-block;
    color: #777;
    text-decoration: none;
    margin-right: 1em; }
  .footer a.footer-link:hover,
  .footer a.footer-link:focus {
    color: #7dc242;
    background-color: transparent; }

/* Side container
  - used mostly for putting signup from on right side of articles
-------------------------------------------------- */
.side-container {
  padding: 1rem;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .side-container p {
    margin-bottom: 0.75rem; }

/* Jumbotron for other pages
  - used everywhere except home page
-------------------------------------------------- */
.other-jumbotron {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  padding: 2rem 0; }
  .other-jumbotron .page-subheading {
    margin-bottom: 0; }

@media (max-width: 575px) {
  .other-jumbotron {
    border-top: none; } }
/* article meta
  - like author and date
  - used on article list and article pages
-------------------------------------------------- */
.article-meta {
  margin-right: 1em;
  display: inline-block;
  font-size: 0.9rem;
  color: #777; }

.fdj-logo {
  width: 100px; }

/* Home page Jumbotron
-------------------------------------------------- */
.home-jumbotron {
  text-align: center;
  padding: 10rem 0;
  margin-bottom: 0;
  max-width: 40rem;
  margin: 0 auto;
  border: none; }
  .home-jumbotron .home-jumbotron-heading {
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .home-jumbotron .home-jumbotron-cta {
    margin: 1rem 0.4rem;
    padding: 0.8rem 1.5rem; }

/* Preview sections
-------------------------------------------------- */
.preview {
  padding: 8rem 1rem;
  border-top: 1px solid #eee; }

.preview-description {
  font-size: 0.95rem;
  margin: 1.5rem 0; }

.right-preview img {
  float: right;
  width: 275px; }

.left-preview img {
  float: left;
  width: 275px; }

/* Contact email at the bottom of home page
-------------------------------------------------- */
.home-page-email-signup {
  padding: 3rem 0;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 8rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }

/* Making it responsive
-------------------------------------------------- */
@media (max-width: 992px) {
  .home-jumbotron {
    padding: 5rem 0; }

  .preview {
    padding: 4rem 1rem; }
    .preview .image-container {
      text-align: center;
      padding-bottom: 5rem; }
      .preview .image-container img {
        float: none;
        width: 100%;
        height: 100%; } }
.articles-container {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem; }

.article-tile {
  padding: 2.5rem 1rem;
  border-bottom: 1px solid #eee; }
  .article-tile .article-title {
    color: #333;
    padding: 0;
    margin: 0.5em 0 1em;
    background-color: transparent; }
    .article-tile .article-title:hover {
      text-decoration: underline; }

@media (max-width: 767px) {
  .article-tile {
    padding: 1.5rem 0.5rem; }
    .article-tile h2 {
      font-size: 1.5rem; } }
article .back-button {
  display: inline-block;
  margin-bottom: 1rem; }
article strong {
  color: #333; }
article h1,
article h2 {
  color: #333; }
article h2 {
  font-size: 1.8rem;
  margin: 1.2em 0 0.5em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem; }
article code,
article pre {
  border-radius: 3px;
  font-family: "monospace", monospace;
  font-size: 85%; }
article p,
article pre {
  margin: 0 0 1.25em; }
article p {
  font-size: 1em;
  line-height: 2; }
article code {
  background-color: #f5f7f9;
  padding: .2em; }
article pre {
  background-color: #f5f7f9;
  line-height: 1.45;
  padding: 1em;
  -moz-tab-size: 4;
  tab-size: 4; }
article li {
  margin: 0.75em 0; }
article blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  background: #f5f7f9;
  border-left: 4px solid #487125;
  color: #777;
  font-size: 0.9rem; }
article blockquote > p {
  margin-bottom: 0; }

/* Tweet button
-------------------------------------------------- */
.tweet-button {
  display: block;
  text-align: center;
  padding: 0.75em;
  margin: 1em 0;
  color: #fff;
  background-color: #1da1f2;
  border: 2px solid #1da1f2;
  border-radius: 2px; }

.tweet-button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #1da1f2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.tweet-button:focus {
  text-decoration: none;
  background-color: #fff;
  color: #1da1f2; }

@media (max-width: 767px) {
  body {
    overflow-wrap: break-word; }

  article h1 {
    font-size: 1.6rem; }
  article h2 {
    font-size: 1.5rem; }
  article ul, article ol {
    padding-left: 1rem; } }
@keyframes line-scale {
  0% {
    transform: scaley(1); }
  50% {
    transform: scaley(0.4); }
  100% {
    transform: scaley(1); } }
.line-scale > div:nth-child(1) {
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(2) {
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(3) {
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(4) {
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(5) {
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div {
  background-color: #7dc242;
  width: 15px;
  height: 50px;
  border-radius: 1px;
  margin: 3px;
  animation-fill-mode: both;
  display: inline-block; }

.loader {
  margin: 2em 0;
  text-align: center; }

.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
  padding: 0.5em 0.5em 0;
  margin-bottom: 0.5em; }

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 5px; }

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold; }

.react-tagsinput-tag a {
  background-color: transparent; }

.react-tagsinput-tag a::before {
  content: " ×"; }

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 1px;
  outline: none;
  padding: 5px 0;
  width: 0; }

.job-search-filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1em; }
  .job-search-filters .filter-dropdown {
    display: inline-block;
    margin-right: 1em; }
    .job-search-filters .filter-dropdown .dropdown-toggle {
      display: inline-block;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 2px;
      font-size: 0.9rem; }
  .job-search-filters .filter-text {
    display: inline-block;
    padding: 0.8rem 1rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 1em;
    font-size: 0.9rem; }
    .job-search-filters .filter-text:focus {
      border-color: #7dc242; }
    .job-search-filters .filter-text:last-child {
      margin-right: 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.jobs-container {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin: 0.5em 0 1em;
  -webkit-animation: fadein 600ms;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 600ms;
  /* Firefox < 16 */
  -ms-animation: fadein 600ms;
  /* Internet Explorer */
  -o-animation: fadein 600ms;
  /* Opera < 12.1 */
  animation: fadein 600ms; }

.job-tile {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .job-tile.not-visited {
    background-color: aliceblue; }
  .job-tile .company {
    font-size: 1.3rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700; }
  .job-tile .job-title {
    color: #777;
    font-size: 0.9rem; }
  .job-tile .location {
    float: right;
    color: #777;
    font-size: 0.9rem; }
  .job-tile .apply-button {
    float: right; }
  .job-tile a {
    text-decoration: none; }
  .job-tile .new-tab-icon {
    vertical-align: text-top;
    font-size: 18px; }

.empty-container {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin: 0.5em 0 1em;
  padding: 2em 1em; }

.more-jobs-button {
  background-color: #7dc242;
  color: #fff;
  text-align: center;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 2px;
  cursor: pointer; }

.more-jobs-button:hover {
  opacity: 0.85; }

@media (max-width: 991px) {
  .job-search-filters .filter-dropdown .dropdown-toggle {
    font-size: 0.8rem; }
  .job-search-filters .filter-text {
    font-size: 0.7rem; } }
@media (max-width: 767px) {
  .job-tile {
    padding: 1em; }
    .job-tile .location, .job-tile .apply-button {
      float: none;
      display: block; } }
@media (max-width: 575px) {
  .job-search-filters {
    display: block; }
    .job-search-filters .filter-dropdown {
      display: block;
      margin: 0.5em 0; }
      .job-search-filters .filter-dropdown .dropdown-toggle {
        width: 100%;
        font-size: 0.9rem;
        text-align: left; }
      .job-search-filters .filter-dropdown .dropdown, .job-search-filters .filter-dropdown .dropdown-menu {
        width: 100%; }
    .job-search-filters .filter-text {
      display: block;
      margin: 0.5em 0;
      font-size: 0.9rem; } }

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