@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
$mobile:                    new-breakpoint($mobile-width, 4);
$mobile-landscape:          new-breakpoint($mobile-landscape-width, 6);
$tablet:                    new-breakpoint($tablet-width, 6);
$desktop:                   new-breakpoint($desktop-width, 12);
$super:                     new-breakpoint($super-width, 16);
*/
* {
  box-sizing: border-box;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html {
  font: 400 1em/1.5 "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

.container {
  position: relative;
  height: 100%;
}

p.intro {
  font-size: 1.5rem;
}

p.fs-sm {
  font-size: 15px;
}

body {
  color: #212529;
  font-smoothing: antialiased;
  background-color: #F5F5F5;
  margin: 0;
  padding-top: 80px;
}
body.home {
  margin-top: 0;
  padding-top: 0;
}

hr {
  border-top: 1px solid #B2B5BC;
}

h1, h2 {
  font-family: "Poppins", "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

h3, h4, h5 {
  font-family: "Poppins", "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}

.home-jobs .job_title {
  font-weight: 500;
  color: #212529;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.job_pills {
  margin-top: 5px;
}

.job_pills .pill {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
  color: #212529;
  display: inline-block;
  margin: 2px 0;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.job_pills .pill i {
  margin-right: 5px;
  color: #212529;
}
.job_pills .pill i.fa-circle {
  font-size: 6px;
  margin-top: -3px;
}
.job_pills .pill.pill_location {
  background-color: rgba(33, 150, 243, 0.1);
  color: #2196F3;
}
.job_pills .pill.pill_location i {
  color: #2196F3;
}
.job_pills .pill.pill_category {
  background-color: rgba(0, 188, 212, 0.1);
  color: #00BCD4;
}
.job_pills .pill.pill_category i {
  color: #00BCD4;
}
.job_pills .pill.pill_type {
  background-color: rgba(156, 39, 176, 0.1);
  color: #9C27B0;
}
.job_pills .pill.pill_type i {
  color: #9C27B0;
}
.job_pills .pill.pill_salary {
  background-color: rgba(2, 166, 118, 0.1);
  color: #02A676;
}
.job_pills .pill.pill_salary i {
  color: #02A676;
}

.list-group li:nth-child(1) {
  border-bottom: 0 none;
}

.hidden {
  display: none !important;
}

.shadow-light-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05) !important;
}

.shape:not([class*=shape-blur]) {
  overflow: hidden;
}

.shape-start {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.shape {
  pointer-events: none;
  position: absolute;
}

@media (min-width: 1200px) {
  .w-cover {
    width: calc(100% + 50vw - 520px + 2.5rem);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .w-cover {
    width: calc(100% + 50vw - 480px + 2.5rem);
  }
}
@media (min-width: 768px) {
  .w-cover {
    width: calc(100% + 50vw - 360px + 2.5rem);
  }
}
@media (min-width: 576px) {
  .w-cover {
    width: calc(100% + 50vw - 270px + 2.5rem);
  }
}
.bg-cover {
  background: no-repeat 50%/cover;
}

.shape:not([class*=shape-blur]) > * {
  transform: scale(2);
}

.shape-fluid-y > * {
  height: 100%;
  width: auto;
}

.shape-start > * {
  bottom: inherit;
  left: inherit;
  position: inherit;
  top: inherit;
  transform-origin: center right;
}

.shape > * {
  display: block;
}

[class^=col] {
  position: relative;
}

.border-gradient {
  border: solid 1px transparent;
}
.border-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b);
}

.text-bg-primary {
  background-color: #2196F3 !important;
}

.border-primary {
  border-color: #2196F3 !important;
}

.input-group-text {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
}

.input-group-append .input-group-text {
  border-radius: 0 5px 5px 0;
}
.input-group-append .input-group-text i.fa {
  line-height: 1.5rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#navigation {
  position: fixed;
  width: 100%;
  color: #ffffff;
  z-index: 100;
  top: 0;
  height: 60px;
  background-color: #212529;
}
#navigation .logo {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
}
#navigation .mobile-nav-toggle {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 24px;
  z-index: 100;
}
#navigation .mobile-nav-toggle i {
  font-size: 24px;
}
#navigation .user-buttons {
  display: none;
}
#navigation .nav {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: -400px;
  padding-top: 80px;
  padding-bottom: 1.5rem;
  background-color: rgba(33, 37, 41, 0.95);
  z-index: 10;
}
#navigation .nav.open {
  top: -20px;
}
#navigation ul {
  top: 50px;
}
#navigation ul li {
  display: block;
  text-align: center;
}
#navigation ul li a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  font-size: 20px;
}
#navigation ul li a:hover {
  color: #2196F3;
}
#navigation.home {
  background-color: transparent;
  border-bottom: none;
}
#navigation.home h1 {
  color: #ffffff;
}
#navigation a {
  color: #ffffff;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#navigation a.rwj-button.secondary {
  color: #2196F3;
}
#navigation h1 {
  margin: 0 20px 0 0;
  display: block;
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
#navigation h1 .n1 {
  -webkit-transition: color 0.05s ease;
  -moz-transition: color 0.05s ease;
  -ms-transition: color 0.05s ease;
  -o-transition: color 0.05s ease;
  transition: color 0.05s ease;
}
#navigation h1 .n2 {
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
#navigation h1 .n3 {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
#navigation h1 .n4 {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#navigation h1 .n5 {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#navigation h1 .n6 {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#navigation h1 .n7 {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
#navigation h1 .n8 {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#navigation h1 .n9 {
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
#navigation h1 .n10 {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#navigation h1 .n11 {
  -webkit-transition: color 0.55s ease;
  -moz-transition: color 0.55s ease;
  -ms-transition: color 0.55s ease;
  -o-transition: color 0.55s ease;
  transition: color 0.55s ease;
}
#navigation h1:hover {
  color: #2196F3;
}
#navigation nav {
  display: block;
  float: right;
}

.home #navigation {
  background-color: transparent;
}
.home #navigation.scrolled {
  background-color: #212529;
}

@media screen and (min-width: 992px) {
  #navigation {
    display: block;
    position: fixed;
    width: 100%;
    padding: 20px 30px;
    color: #212529;
    z-index: 100;
    top: 0;
    height: 80px;
    transition: all 0.2s ease-in-out;
    background-color: #212529;
  }
  #navigation .logo {
    position: relative;
    display: inline-block;
    top: 7px;
    left: 0;
  }
  #navigation .nav {
    position: static;
    display: inline-block;
    background-color: transparent;
    width: auto;
    padding-top: 0;
    margin-left: 2rem;
  }
  #navigation .user-buttons {
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  #navigation .mobile-nav-toggle {
    display: none;
  }
  #navigation ul li {
    display: inline-block;
  }
  #navigation ul li a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
    color: #ffffff;
  }
  #navigation ul li a:hover {
    color: #2196F3;
  }
  #navigation.home {
    background-color: transparent;
    border-bottom: none;
  }
  #navigation.home h1 {
    color: #ffffff;
  }
  #navigation a {
    color: #ffffff;
    font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }
  #navigation a.rwj-button.secondary {
    color: #2196F3;
  }
  #navigation h1 {
    margin: 0 20px 0 0;
    display: block;
    float: left;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
  }
  #navigation h1 .n1 {
    -webkit-transition: color 0.05s ease;
    -moz-transition: color 0.05s ease;
    -ms-transition: color 0.05s ease;
    -o-transition: color 0.05s ease;
    transition: color 0.05s ease;
  }
  #navigation h1 .n2 {
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease;
  }
  #navigation h1 .n3 {
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    -ms-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
  #navigation h1 .n4 {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  #navigation h1 .n5 {
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  #navigation h1 .n6 {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #navigation h1 .n7 {
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
  }
  #navigation h1 .n8 {
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  #navigation h1 .n9 {
    -webkit-transition: color 0.45s ease;
    -moz-transition: color 0.45s ease;
    -ms-transition: color 0.45s ease;
    -o-transition: color 0.45s ease;
    transition: color 0.45s ease;
  }
  #navigation h1 .n10 {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  #navigation h1 .n11 {
    -webkit-transition: color 0.55s ease;
    -moz-transition: color 0.55s ease;
    -ms-transition: color 0.55s ease;
    -o-transition: color 0.55s ease;
    transition: color 0.55s ease;
  }
  #navigation h1:hover {
    color: #2196F3;
  }
  #navigation nav {
    display: block;
    float: right;
  }
}
label.form-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0.25rem;
}

input,
select,
label {
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

fieldset {
  border: none;
}

.btn {
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 1rem;
  border-radius: 0.3125em;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #2196F3;
  border: 1px solid #2196F3;
}
.btn.btn-primary:hover {
  background-color: #0c7cd5;
  border-color: #0c7cd5;
  color: #ffffff !important;
}
.btn.btn-success {
  background-color: #02A676;
  border-color: #02A676;
}
.btn.btn-success:hover {
  background-color: #017452;
}
.btn.btn-sm {
  font-size: 0.8rem;
  padding: 0.25rem;
}
.btn.medium {
  font-size: 0.9rem;
  padding: 7px 30px;
}
.btn.btn-large {
  font-size: 1.1rem;
  padding: 1rem;
}
.btn.secondary {
  color: #2196F3;
  background-color: transparent;
  border: 1px solid #2196F3;
}
.btn.secondary:hover {
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn.red {
  background-color: #F44336;
  border: 1px solid #F44336;
}
.btn.red:hover {
  background-color: #ea1c0d;
}
.btn.green {
  background-color: #02A676;
  border: 1px solid #02A676;
}
.btn.green:hover {
  background-color: #017452;
}
.btn.blue {
  background-color: #2196F3;
  border: 1px solid #2196F3;
}
.btn.blue:hover {
  background-color: #0c7cd5;
}
.btn.disabled {
  background-color: #B2B5BC;
}
.btn.disabled:hover {
  background-color: #979ba4;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label.error {
  color: #F44336;
  font-size: 12px;
  font-weight: 500;
}

.dashboard #dropzone {
  width: calc(100% - 90px) !important;
  height: 80px !important;
  padding: 0 !important;
}

.dropzone .dz-preview .dz-image {
  width: 80px !important;
  height: 80px !important;
  border-radius: 10px !important;
}

.dashboard .dropzone-previews {
  width: 80px;
  height: 80px;
}

.dropzone-previews .prev_image {
  width: 80px;
}

#dropzone {
  text-align: center;
  border: 1px dashed #B2B5BC;
}

.dropzone .dz-message {
  margin: 2em 0 !important;
}

.dz-success-mark,
.dz-error-mark {
  display: none !important;
}

select.parsley-success,
input.parsley-success {
  background-color: #ffffff;
  border-color: #ced4da;
  color: #666666;
}

select.parsley-error,
input.parsley-error {
  background-color: #f2dede;
  border-color: #F44336;
  color: #F44336;
}

.form-control,
.form-select {
  color: #666666;
  background-color: #ffffff;
  background-clip: padding-box;
  border-color: #ced4da;
}
.form-control.parsley-custom-error-message,
.form-select.parsley-custom-error-message {
  background-color: #f2dede;
  border-color: #F44336;
}

#searchForm label,
#searchForm input,
#searchForm i.fa {
  line-height: 1.4rem;
  color: #666666;
  font-size: 14px;
}

#searchForm i.fa {
  cursor: pointer;
}

#searchForm .list-group {
  background-color: #ffffff;
}

#new-acct-form .form-control:disabled {
  border: none;
  background-color: #ffffff;
  color: #212529;
}

#hero {
  background-color: #4158D0;
  background: url("/img/hero-home-2-mobile.jpg") top center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 3rem 0;
  height: 60vh;
  margin-bottom: 2rem;
}
#hero .row {
  height: 100%;
}

.page-header {
  background-color: #4158D0;
  background-image: linear-gradient(45deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  color: #ffffff;
}

#hero .content {
  align-self: last baseline;
}

@media screen and (min-width: 600px) {
  #hero {
    background: url("/img/hero-home-2.jpg") top right -150px no-repeat;
    background-size: cover;
    height: 70vh;
  }
  #hero .content {
    width: 50%;
    padding-bottom: 50px;
  }
  #hero .content h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #hero {
    background: url("/img/hero-home-2.jpg") top right no-repeat;
    background-size: cover;
  }
  #hero h1 {
    font-size: 3rem;
  }
}
.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-header button {
  border: none;
  background-color: #F5F5F5;
  border-radius: 0.3125em;
  color: #212529;
}

.footer {
  background-color: #212529;
  color: #ffffff;
}

footer a {
  color: #2196F3;
}

body.signup {
  padding-top: 0;
  background-color: #ffffff;
}

body.login {
  padding-top: 0;
  background-color: #ffffff;
}

.form_errors {
  color: #F44336;
  margin-bottom: 16px;
}

.home-jobs {
  margin: 0.5rem 0;
}
.home-jobs a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 1rem;
  margin: 0.25rem 0;
  border-radius: 0.3125em;
}
.home-jobs .job_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 100%;
}
.home-jobs .job_details {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.home-jobs .job_details .job_title {
  margin-bottom: 0;
  font-size: 20px;
}
.home-jobs .job_details .job_company {
  color: #666666;
}
.home-jobs .job_date {
  opacity: 0.75;
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .home-jobs .job_content {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .home-jobs {
    margin: -0.25rem 0 0;
  }
}
.job_header {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
}

.job_header_banner {
  height: 200px;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px;
  margin-bottom: -20px;
}

.job_header_banner .logo {
  position: absolute;
  bottom: 0;
  left: 2rem;
  transform: translateY(30%);
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  padding: 2px;
  background-color: #ffffff;
}
.job_header_banner .logo:after {
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid #ffffff;
  background-color: transparent;
}
.job_header_banner .logo img {
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.job_header_details {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 2rem 2rem;
}

.job_detail {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem;
}

.job_company_detail__social_links i {
  background-color: #2196F3;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
}
.job_company_detail__social_links i.facebook {
  background-color: #4267B2;
}
.job_company_detail__social_links i.twitter {
  background-color: #1DA1F2;
}
.job_company_detail__social_links i.linkedin {
  background-color: #0077b5;
}

.job-side-column {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .w-cover {
    width: calc(100% + 50vw - 270px + 2.5rem);
  }
}
@media (min-width: 768px) {
  .w-cover {
    width: calc(100% + 50vw - 360px + 2.5rem);
  }
  .job-side-column {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .w-cover {
    width: calc(100% + 50vw - 520px + 2.5rem);
  }
}
.onboarding {
  padding-top: 1rem;
}
.onboarding #navigation {
  background-color: transparent;
  text-align: center;
  position: static;
}
.onboarding #navigation h1 {
  float: none;
  text-align: center;
  color: #212529;
}
.onboarding .onboarding_nav {
  margin: 0 0 2rem 0;
}
.onboarding .onboarding_nav li {
  padding: 1rem 0;
  position: relative;
}
.onboarding .onboarding_nav li i {
  display: none;
}
.onboarding .onboarding_nav li.active {
  color: #2196F3;
  font-weight: 600;
}
.onboarding .onboarding_nav li.active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background-image: linear-gradient(45deg, #02A676 0%, #C850C0 20%, #FFCC70 100%);
  width: 100%;
  content: " ";
}
.onboarding .onboarding_nav li.complete {
  color: #02A676;
}
.onboarding .onboarding_nav li.complete:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #02A676;
  width: 100%;
  content: " ";
}
.onboarding .onboarding_nav li.complete i {
  color: #02A676;
  display: inline-block;
}
.onboarding .proud-ron-swanson {
  max-width: 50%;
  margin: 20px auto 50px;
}

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