html {
  font-size: 18px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-optical-sizing: auto;
  font-style: normal;
  color: #141414;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

p {
  line-height: calc(1.2 + 0.2);
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 18px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14.4px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 10px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8em;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 2.2em;
  }
}

h2 {
  font-size: 2.4em;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 400px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-size: 1.6em;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 1.2em;
  }
}

h5 {
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 0.8em;
  }
}

h6 {
  font-size: 0.8em;
}
@media screen and (max-width: 800px) {
  h6 {
    font-size: 0.6em;
  }
}

/**
 * Links
 */
a {
  color: #483086;
  font-weight: 800;
  text-decoration: none;
  transition: ease 0.5s;
}
a:visited {
  color: #483086;
}
a:hover {
  color: #F20D5E;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}
a.button {
  background-color: #483086;
  border-radius: 999px;
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 10px 20px;
  text-transform: uppercase;
}
a.button span {
  font-size: 2em;
  margin-right: 10px;
}
a.button:visited {
  color: #FFF;
}
a.button:hover {
  background-color: #F20D5E;
  color: #FFF;
}
a.icon-button {
  padding: 10px 20px 10px 14px;
}

/**
 * Blockquotes
 */
blockquote {
  color: #483086;
  border-left: 4px solid #141414;
  padding-left: 5px;
  font-size: 15.75px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Figtree", sans-serif;
  font-size: 0.9375em;
  border: 1px solid #141414;
  border-radius: 3px;
  background-color: #FFF;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: #FFF;
}
.highlighter-rouge .highlight {
  background: #FFF;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(1200px - (10px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    max-width: calc(1200px - 10px * 2);
    padding-right: 20px;
    padding-left: 20px;
  }
}

/**
 * Clearfix
 */
.grey-line:after, .c-lines:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 10px;
  width: 100%;
  color: #141414;
  border-collapse: collapse;
  border: 1px solid #483086;
}
table tr:nth-child(even) {
  background-color: #F20D5E;
}
table th, table td {
  padding: 3.3333333333px 5px;
}
table th {
  background-color: #483086;
  border: 1px solid #483086;
}
table td {
  border: 1px solid #483086;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* Scroll to top */
#top {
  position: absolute;
  top: 0;
}

/**
 * Site header
 */
.site-header {
  background-color: #FFF;
  color: #141414;
  font-weight: 300;
  font-style: normal;
  height: 80px;
  transition: height 0.3s ease, box-shadow 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 1000;
  /* Sticky shadow on scroll */
}
.site-header.scrolled {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  height: 50px;
}
.site-header #header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.site-header #header-wrapper.scrolled {
  height: 50px;
}

.site-title {
  display: block;
  height: 60px;
  width: 140px;
  background-size: contain;
  margin: 10px 0 10px 5px;
  transition: height 0.3s ease, width 0.3s ease;
  text-indent: -99999px;
}
.site-title svg {
  display: block;
  width: 100%;
  height: auto;
}
.site-header.scrolled .site-title {
  height: 45px;
  width: 110px;
}
@media screen and (max-width: 500px) {
  .site-title {
    margin-left: 10px;
    width: 100px;
  }
  .site-header.scrolled .site-title {
    height: 35px;
    width: 90px;
  }
}

/* Navigation Styles */
.site-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-nav .nav-links a {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .site-nav .nav-links {
    align-items: end;
    position: fixed;
    top: 80px; /* Default position */
    right: -270px;
    height: calc(100vh - 80px);
    width: 250px;
    flex-direction: column;
    background-color: white;
    padding: 40px 10px;
    box-shadow: -4px 8px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, top 0.3s ease;
    transform: translateX(0);
    z-index: 999;
  }
  .site-nav .nav-links a {
    padding-right: 20px;
  }
}
.site-nav .nav-links.active {
  transform: translateX(-100%);
}
.site-nav .nav-links.scrolled {
  top: 50px; /* Adjusted position when scrolled */
  height: calc(100vh - 50px); /* Adjust height accordingly */
}
.site-nav .nav-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  position: relative; /* Ensure the icons are positioned correctly */
  /* Show on screens larger than 600px */
}
@media screen and (max-width: 600px) {
  .site-nav .nav-toggle {
    display: block;
    margin-left: auto;
  }
}
.site-nav .nav-toggle .menu-icon,
.site-nav .nav-toggle .close-icon {
  font-size: 30px; /* Adjust the size as needed */
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for both rotation and fade */
}
.site-nav .nav-toggle .close-icon {
  display: none; /* Hide close icon initially */
  transform: rotate(180deg); /* Start the close icon rotated */
  opacity: 0; /* Initially invisible */
}
.site-nav .nav-toggle.active .menu-icon {
  transform: rotate(0deg); /* Reset rotation for the menu icon */
  opacity: 0; /* Hide menu icon when active */
}
.site-nav .nav-toggle.active .close-icon {
  display: block; /* Show close icon when active */
  transform: rotate(0deg); /* Reset rotation for the close icon */
  opacity: 1; /* Make the close icon fully visible */
}

/**
 * Site footer
 */
.site-footer {
  background-color: #141414;
  color: #FFF;
}

.footer-heading {
  font-size: 15.75px;
  margin: 80px auto 40px;
  max-width: 200px;
}

.footer-col-wrapper,
.social-links {
  font-size: 13.125px;
}

.footer-col-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto 80px;
  max-width: 600px;
  display: block;
  text-align: center;
}
.footer-col-wrapper svg {
  display: block;
  max-width: 100px;
}
.footer-col-wrapper a {
  color: #FFF;
  margin-bottom: 5px;
}
.footer-col-wrapper a:hover, .footer-col-wrapper a:focus {
  color: #F20D5E;
}

.footer-col {
  margin-bottom: 5px;
  width: calc(33% - 10px / 2);
  padding: 0 5px;
}
.footer-col:first-child {
  padding-right: 5px;
  padding-left: 0;
}
.footer-col:last-child {
  padding-right: 0;
  padding-left: 5px;
}

.footer-col-1 svg {
  max-width: 100px;
}

p.copyright {
  font-size: 0.8em;
  margin: 20px auto;
  text-align: center;
}

/**
 * Page content
 */
.page-content {
  padding: 20px 0;
  flex: 1 0 auto;
}

.home-page .page-content {
  padding: 0;
}

.page-heading {
  font-size: 28px;
}

.post-list-heading {
  font-size: 24.5px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 10px;
}

.post-meta {
  font-size: 14.4px;
  color: #483086;
}

.post-link {
  display: block;
  font-size: 21px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 10px;
}

.post-title,
.post-content h1 {
  font-size: 36.75px;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 1200px) {
  .post-title,
  .post-content h1 {
    font-size: 36.75px;
  }
}

.post-content {
  margin-bottom: 10px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 10px;
}
.post-content h2 {
  font-size: 24.5px;
}
@media screen and (min-width: 1200px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 19.25px;
}
@media screen and (min-width: 1200px) {
  .post-content h3 {
    font-size: 22.75px;
  }
}
.post-content h4 {
  font-size: 17.5px;
}
.post-content h5 {
  font-size: 15.75px;
}
.post-content h6 {
  font-size: 14.875px;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #141414;
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: #483086;
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 10px;
}
.pagination li a, .pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 2.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: #483086;
  border: 1px dashed;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 1200px) {
  .one-half {
    width: calc(50% - 10px / 2);
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-solid {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.content-width {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .content-width {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .content-width {
    width: 800px;
  }
}
@media screen and (max-width: 800px) {
  .content-width {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .content-width {
    width: 400px;
  }
}

.hr {
  background-color: #BFBFBF;
  margin: 40px auto;
  height: 1px;
  width: 100%;
}

.card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 3px 6px -6px rgba(36, 91, 219, 0.14), 0 4px 8px 0 rgba(36, 91, 219, 0.06), 0 6px 18px 6px rgba(36, 91, 219, 0.04);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 1%;
  padding: 20px;
}
.card:hover {
  transition: ease 0.5s;
}

.c-lines {
  background-image: url("/assets/png/divider-lines.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  height: 20px;
  max-width: calc(1200px - (10px));
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 800px) {
  .c-lines {
    max-width: calc(1200px - 10px * 2);
  }
}

.c-lines-full {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.c-lines-short {
  height: 4px;
  width: auto;
}

.grey-line {
  background-color: #BFBFBF;
  height: 1px;
  max-width: calc(1200px - (20px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.area {
  padding: 100px 0px;
}
.area h2 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .area {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 300px) {
  .area {
    padding: 50px 0px;
  }
}

.containers {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.containers .container {
  padding: 10px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .containers {
    display: block;
  }
  .containers .container {
    padding: 0;
    width: 100%;
  }
}

.header-icon {
  align-items: center;
  border-radius: 999px;
  color: #FFF;
  background-color: #483086;
  display: flex;
  font-size: 3em;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  font-variation-settings: "FILL" 1;
}

.background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.background-video {
  display: block;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .background-video {
    display: block;
  }
}
.intro {
  background: url("/assets/png/hero-purple-xxl.png"), linear-gradient(135deg, #483086 0%, #000000 100%);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: calc(100vh - 100px);
  text-align: center;
}
.intro h1 {
  line-height: 1;
}
.intro p {
  font-size: 1.4em;
}
.intro .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro .intro-logo {
  display: block;
  margin-bottom: 20px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .intro .intro-logo {
    margin: 0 auto 20px;
    width: 66%;
  }
}
.intro .intro-text {
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}
.intro .intro-text img {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .intro .intro-text {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .intro {
    background-image: url("/assets/png/hero-purple-top-left.png"), url("/assets/png/hero-purple-bottom-right.png"), linear-gradient(135deg, #483086 0%, #000000 100%);
    background-position: calc(0% - 50px) calc(0% - 80px), calc(100% + 60px) calc(100% + 80px), center;
    background-size: 400px, 400px, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
}

.job-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.job-links .job-link {
  margin-bottom: 20px;
}
.job-links .job-link .material-symbols-outlined {
  color: #00A651;
  display: block;
  font-size: 3em;
  margin-bottom: 10px;
}
.job-links .job-link-title {
  font-size: 1.2em;
}

.about {
  text-align: center;
}
.about svg, .about .logo {
  display: block;
  margin: 0 auto 80px;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .about svg, .about .logo {
    max-width: 90%;
  }
}

.culture {
  background-color: #141414;
  color: #FFF;
  text-align: center;
}
.culture .container {
  width: 40%;
  padding: 40px 5%;
}
@media screen and (max-width: 800px) {
  .culture .container {
    width: 100%;
    padding: 20px 0;
  }
}
.culture .header-icon {
  background-color: #F20D5E;
}
.culture .header-icon.cutting-edge {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.benefits .containers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.benefits .containers img {
  margin-bottom: 20px;
}
.benefits .containers h2 {
  text-align: left;
}
.benefits .containers li {
  list-style-type: square;
  margin-bottom: 10px;
}
.benefits .containers li::marker {
  color: #F20D5E;
}
@media screen and (max-width: 800px) {
  .benefits .containers {
    display: block;
  }
  .benefits .containers h2 {
    text-align: center;
  }
}
.benefits .container {
  padding: 10px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .benefits .container {
    padding: 0;
    width: 100%;
  }
}

.cta {
  background-attachment: fixed;
  background-image: url(/assets/jpg/FAEU_ROOM_XL.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 50px 0;
}
@media screen and (max-width: 800px) {
  .cta {
    background-image: url(/assets/jpg/FAEU_ROOM_SQ.jpg);
  }
}
.cta .cta-content {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.cta span {
  display: block;
  font-size: 1.4em;
}
.cta a {
  display: inline-flex;
}

.hidden {
  display: none;
}

label {
  margin-bottom: 10px;
  display: block;
}

#error a {
  margin-top: 40px;
  display: inline-flex;
}
#error .whoops {
  color: #483086;
  font-size: 100px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.jobs-page .card {
  margin: 40px 0;
  padding: 40px;
}
@media screen and (max-width: 500px) {
  .jobs-page .card {
    padding: 20px;
  }
}
.jobs-page .card .button {
  display: inline-block;
}
.jobs-page .job-title h2 {
  margin-bottom: 0;
}
.jobs-page .job-title .material-symbols-outlined {
  color: #00A651;
  display: block;
  font-size: 3em;
  margin-bottom: 10px;
}
.jobs-page .job-specs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.jobs-page .job-spec {
  display: flex;
  flex-direction: row;
  margin: 0 20px 20px 0;
  width: calc(25% - 10px * 2);
}
@media screen and (max-width: 700px) {
  .jobs-page .job-spec {
    width: calc(50% - 10px * 2);
  }
}
@media screen and (max-width: 400px) {
  .jobs-page .job-spec {
    margin-right: 0;
    width: 100%;
  }
}
.jobs-page .job-spec h6 {
  margin: 0;
}
.jobs-page .job-spec .material-symbols-outlined {
  color: #00A651;
  margin-right: 10px;
}
.jobs-page .job-bens {
  margin-right: 0;
  width: 100%;
}

.animate-rise {
  transform: translateY(90px);
  transition: transform 0.5s ease;
}

.animate-rise.in-view {
  opacity: 1;
  transform: translateY(0);
}

.jobs #BambooHR-ATS {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  color: #141414 !important;
  background-color: #FFF !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-feature-settings: "kern" 1 !important;
  -moz-font-feature-settings: "kern" 1 !important;
  -o-font-feature-settings: "kern" 1 !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important;
}
.jobs #BambooHR-ATS .BambooHR-ATS-board {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
}
.jobs #BambooHR-ATS .BambooHR-ATS-board ul {
  font-size: 18px !important;
}
.jobs #BambooHR-ATS .BambooHR-ATS-board h2 {
  border-bottom: none !important;
  color: #141414 !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 2.4em !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}
.jobs #BambooHR-ATS .BambooHR-ATS-board a {
  font-family: "Figtree", sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.2;
}
.jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item .BambooHR-ATS-Department-Header {
  color: #141414 !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
.jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List {
  display: flex !important;
  justify-content: center;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  padding: 2px 0 12px !important;
}
@media screen and (max-width: 500px) {
  .jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List {
    display: block !important;
  }
}
.jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 1% !important;
  padding: 20px !important;
  height: 100px;
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
    margin: 0 auto !important;
    width: calc(100% - 10px * 4);
  }
}
.jobs #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  float: none !important;
  font-size: 14px !important;
  margin-top: 10px;
  padding-top: 0 !important;
}

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