:root {
  --colorNeutral800: #373e4d;
  --colorNeutral700: #545b6d;
  --colorNeutral600: #7d8699;
  --colorNeutral500: #a8aebd;
  --colorNeutral400: #c2c7d1;
  --colorNeutral300: #d7dae0;
  --colorNeutral200: #e5e6e8;
  --colorNeutral100: #f7f8fa;
  --colorNeutral000: #fff;
  --colorNeutral800A: rgb(0% 3.5% 11% / 78%);
  --colorNeutral700A: rgb(0% 4.0936% 14.62% / 67%);
  --colorNeutral600A: rgb(0% 6.9231% 21.538% / 51%);
  --colorNeutral500A: rgb(0% 6.8966% 24.138% / 34%);
  --colorNeutral400A: rgb(0% 8.1967% 24.59% / 24%);
  --colorNeutral300A: rgb(0% 7.5% 22.5% / 16%);
  --colorNeutral200A: rgb(0% 3.8462% 11.538% / 10%);
  --colorNeutral100A: rgb(0% 12.5% 37.5% / 3%);
  --colorNeutral000A: rgb(100% 100% 100% / 0%);
  --colorPrimary500A: rgb(7.82 0 234.47 / 13%);
  --colorSecondary900: hsl(322deg 65% 54.5%);
  --colorPrimary900: #0a1d66;
  --colorPrimary600: #2646cc;
  --colorNegative800: #891b1b;
  --colorNegative600: #dc3030;
  --colorNegative200: #fce8e8;
  --colorPositive800: #197729;
  --colorPositive600: #29b458;
  --colorPositive200: #eafcec;
  --colorWarning900: #5c4813;
  --colorWarning800: #8c6d1f;
  --colorWarning600: #f4ca64;
  --colorInfo100: hsl(206deg 100% 99.2%);
  --colorInfo200: hsl(210deg 100% 98%);
  --colorInfo300: hsl(209deg 100% 96.5%);
  --colorInfo400: hsl(210deg 98.8% 94%);
  --colorInfo500: hsl(209deg 95% 90.1%);
  --colorInfo600: hsl(209deg 81.2% 84.5%);
  --colorInfo700: hsl(208deg 77.5% 76.9%);
  --colorInfo800: hsl(206deg 81.9% 65.3%);
  --colorInfo900: hsl(206deg 100% 50%);
  --colorInfo1000: hsl(208deg 100% 47.3%);
  --colorInfo1100: hsl(211deg 100% 43.2%);
  --colorInfo1200: hsl(211deg 100% 15%);
  --colorNeutralShadow: rgb(28 26 51 / 25%);
  --colorPrimaryShadow: rgb(24 20 87 / 25%);
  --colorNeutral100Transparent: rgb(248 247 250 / 0%);
  --colorNeutral600Transparent: rgb(125 134 153 / 25%);
  --colorShadowPrimaryXLight: rgb(38 70 204 / 10%);
  --colorShadowPrimaryLight: rgb(38 70 204 / 20%);
  --widthMaxContent: 1024px;
  --widthMaxJobBoard: 720px;
  --widthMaxSubscriptionPreferences: 720px;
  --spacingXxxsmall: 2px;
  --spacingXxsmall: 4px;
  --spacingXsmall: 8px;
  --spacingSmall: 12px;
  --spacingNormal: 16px;
  --spacingLarge: 24px;
  --spacingXlarge: 32px;
  --spacingXxlarge: 48px;
  --spacingXxxlarge: 64px;
  --letterSpacingTight: -0.01em;
  --letterSpacingWide: 0.04em;
  --letterSpacingXwide: 0.1em;
  --borderRadiusContainer: 6px;
  --borderRadiusControl: 10px;
  --borderRadiusButton: 25px;
  --borderRadiusCircle: 100%;
  --borderWidthThin: 0.5px;
  --borderWidthNormal: 1px;
  --borderWidthBold: 2px;
  --borderWidthHeavy: 3px;
  --scrollbarThickness: 8px;
  --meetingIntroOrganizerAvatarDim: 31.25vw;
  --meetingIntroOrganizerAvatarMaxDim: 250px;
  --meetingOverviewEventAttendeeAvatarDim: 30px;
  --fontFamily: "Whitney SSm", "-apple-system", "BlinkMacSystemFont", "Segoe UI",
    "Helvetica", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji";
  --fontSizeXxxxlarge: 40px;
  --fontSizeXxxlarge: 30px;
  --fontSizeXxlarge: 24px;
  --fontSizeXlarge: 20px;
  --fontSizeLarge: 18px;
  --fontSizeNormal: 16px;
  --fontSizeSmall: 14px;
  --fontSizeXsmall: 12px;
  --fontSizeXxsmall: 10px;
  --fontWeightNormal: 400;
  --fontWeightLightBold: 500;
  --fontWeightMediumBold: 600;
  --fontWeightHeavyBold: 700;
  --lineHeightSingle: 1.15;
  --lineHeightTitle: 1.4;
  --lineHeightNormal: 1.5;
  --transitionDurationFast: 0.1s;
  --transitionDuration: 0.25s;
  --transitionDurationSlow: 0.6s;
  --transitionFunction: ease-in-out;
  --zContentBelow: -1;
  --zContent: 0;
  --zContentAbove: 1;
  --zContentXabove: 2;
  --zContentXxabove: 3;
  --zSelected: 4;
  --zNav: 5;
  --zOnHoverSelect: 6;
  --zModal: 7;
  --zToast: 8;
  --navMobileHeight: 75px;
  --navDesktopHeight: 100px;
  --fullScreenLoadingDesktopHeight: 500px;
  --fullScreenLoadingMobileHeight: 400px;
  --buttonLineHeight: 1;
  --calendarJewelDim: 4px;
  --calendarJewelSpacing: 4px;
  --selectIconDim: 16px;
  --checkboxAndRadioDim: 24px;
  --checkboxAndRadioCheckDim: 12px;
  --tabSliderHeight: 2px;
}

* {
  box-sizing: border-box;
}

body {
/*   font-family: var(--fontFamily); */
/*   font-size: var(--fontSizeNormal); */
/*   font-style: normal; */
}

._navRoot_1e3cr_29 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background: #fff;
}

ul._navContainer_1e3cr_36 {
  display: flex;
  list-style: none;
}

._container_ud4nd_29._section_12ylk_341 {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

._container_ud4nd_29 {
  margin: 0 auto;
}

h1._title_ud4nd_34.ashby-job-board-heading {
  font-size: 20px;
}

._filtersHeader_12ylk_201 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._filters_12ylk_136 {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

._filters_12ylk_136 select {
  transition-duration: var(--transitionDuration);
  transition-timing-function: var(--transitionFunction);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--colorNeutral000);
  background-image: linear-gradient(
    to top,
    var(--colorNeutral000),
    var(--colorNeutral000) 100%
  );
  border: solid var(--borderWidthBold) var(--colorNeutral300);
  border-radius: var(--borderRadiusControl);
  box-sizing: border-box;
  color: var(--colorNeutral900);
  display: block;
  flex: 1;
  font-family: inherit;
  font-size: var(--fontSizeNormal);
  line-height: var(--lineHeightSingle);
  outline: 0;
  padding: var(--spacingXsmall);
  padding-left: var(--spacingSmall);
  padding-right: var(--spacingLarge);
  text-overflow: ellipsis;
  transition-property: all;
  white-space: nowrap;
  width: 100%;
}

._filters_12ylk_136 select{
	padding-right: 30px;
	
}

._filters_12ylk_136 select:focus-visible{
	box-shadow: 0 0 0 2px var(--colorPrimary900);
}

._visuallyHidden_12ylk_401 {
  display: none;
}

span._departmentHeadingLevel_12ylk_364.ashby-department-heading-level {
  font-size: 18px;
}

._filtersLabel_12ylk_213 {
  color: #7d8699;
  margin-top: 8px;
}

.ashby-job-posting-brief-list a {
  display: flex;
  width: 100%;
  background-color: transparent;
  padding: 24px 16px;
  text-decoration: none;
}

.ashby-job-posting-brief-list a:hover {
  background-color: #f7f8fa;
	border-radius: 6px;
}

._title_12ylk_383 {
  font-size: 16px;
	margin-bottom: 12px;
  color: #000;
	line-height: 1.4;
}

.ashby-job-posting-brief-list a p {
  font-size: 14px;
  color: #514494;
	line-height: 1.5rem;
}

button._filtersAction_12ylk_218 {
  border: none;
  background: unset;
  opacity: 1;
  color: #000;
  cursor: pointer;
  position: relative;
	display: flex;
	align-items: center;
	gap: 3px;
}

button._filtersAction_12ylk_218::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true' role='img' fill='none' height='1em' class='_filtersUndoIcon_12ylk_254'%3E%3Cpath d='M28.485 28.485L80.65 80.65C125.525 35.767 187.515 8 255.999 8 392.66 8 504.1 119.525 504 256.185 503.9 393.067 392.905 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.353-12.561-.482-17.433l19.738-19.738c4.498-4.498 11.753-4.785 16.501-.552C160.213 433.246 205.895 452 256 452c108.321 0 196-87.662 196-196 0-108.321-87.662-196-196-196-54.163 0-103.157 21.923-138.614 57.386l54.128 54.129c7.56 7.56 2.206 20.485-8.485 20.485H20c-6.627 0-12-5.373-12-12V36.971c0-10.691 12.926-16.045 20.485-8.486z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain; /* adjust as needed */
  width: 20px; /* adjust as needed */
  height: 20px; /* adjust as needed */
  left: 0;
}

._container_flnu3_28 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

._container_flnu3_28 a {
  text-decoration: none;
  color: #7d8699;
}

p._links_flnu3_119 {
  display: flex;
  gap: 12px;
}

p._links_flnu3_119 a {
  font-size: 12px;
}

._container_flnu3_28 a:hover {
  text-decoration: underline;
}

div#root {
  overflow: hidden;
}

ul._navContainer_1e3cr_36 {
  padding: 0;
}

._wordmark_flnu3_79 {
  fill: var(--colorNeutral600);
}

.back {
  position: absolute;
  left: 0;
}

.job-content-area {
  padding-top: 160px;
	padding-bottom: 60px;
  max-width: 1024px;
  margin: 0 auto;
}

.job-title h5 {
  font-size: 24px;
  color: #000;
}

.job-content-area p,
.job-content-area span {
  margin: 0;
  padding: 0;
}

.job-box:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.job-box p {
  font-size: 16px;
  color: #484654;
	line-height: 1.5;
}

.job-box span {
  font-size: 12px;
  color: #484654;
  margin-bottom: 8px;
  display: block;
}

.price {
  font-size: 14px !important;
  margin: 10px 0 !important;
  display: block;
	line-height: 1.5;
    font-weight: 500;
}

.job-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.job-type {
  width: 25%;
  margin-top: 80px;
}

.job-description {
  width: 68.4%;
}

.job-tabs ul {
  display: flex;
  gap: 12px;
  padding: 0;
}

.job-tabs ul li {
  list-style: none;
  min-width: 200px;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.job-active {
  border-bottom: 2px solid #5a4e97 !important;
  color: #5a4e97 !important;
  font-weight: 700 !important;
}

.job-tabs ul li:hover {
  border-bottom: 2px solid #eee;
  transition: all 0.3s ease-in-out;
}

.job-content p,
.job-content ul li {
  font-size: 16px;
  color: #484654;
	line-height: 1.5;
}

.job-content h6 {
  font-size: 16px;
  margin: 10px 0;
  padding: 0;
}

.job-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.job-content ul li strong {
  font-weight: 600;
}

.apply-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000000;
  background: #ffb353;
  border: 1px solid #ffb353;
  border-radius: 50px;
  padding: 22px 40px;
  margin-top: 60px;
  text-decoration: none;
}

.apply-btn:hover {
  background: transparent;
}

.site-info-p {
  text-align: center;
  margin-top: 60px !important;
  display: block;
  font-size: 14px;
}

.site-info-p a {
  color: #000;
}

.form-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.form-field.upload-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-file-upload {
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  width: max-content;
  display: flex;
  background: #ffb353;
  padding: 10px 16px;
  border-radius: 25px;
}

.custom-file-upload input[type="file"] {
  display: none; /* Hide the default file input */
}

.form-field.upload-field span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.job-content form h3 {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 600;
	padding-bottom: 12px;
}

.form-inputs-fields {
  margin: 20px 0;
}

.form-inputs-fields label {
  display: block;
  margin-bottom: 8px;
	font-weight: 600;
}

.form-inputs-fields input,
.form-inputs-fields select {
  width: 100%;
  background-color: transparent;
  border: var(--borderWidthNormal) solid var(--colorNeutral600);
  border-radius: var(--borderRadiusControl);
  cursor: pointer;
  font-family: var(--fontFamily);
  font-size: var(--fontSizeNormal);
  line-height: 1.5em;
  padding: calc(
    var(--spacingNormal) + var(--borderWidthBold) - var(--borderWidthNormal)
  );
  position: relative;
  transition-property: border-color;
  z-index: var(--contentAbove);
  appearance: none;
}

.checkbox-group input {
  width: 20px;
	height: 20px;
	padding:12px;
}

.checkbox-style input {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 10px;
}

.checkbox-style input[type="radio"]:checked {
  background-color: #ffb353;
}

.checkbox-group label,
.checkbox-style label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.radio-button-group input {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.radio-label {
  position: absolute;
  left: 6px;
  right: 0;
  bottom: 0;
  top: 8px;
  width: fit-content;
}

.radio-button-group label {
  position: relative;
}

.radio-button-group {
  position: relative;
  display: flex;
	gap: 10px;
}

.radio-button-group input[type="radio"]:checked {
  background-color: #ffb353;
  color: #000;
  border-color: #ffb353;
}

.checkbox-group input[type="checkbox"]:checked::after {
  content: "✔";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-field.upload-field.resume-field {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
  border: 2px dashed #eee;
  padding: 30px;
}

.form-description p {
  margin-bottom: 30px;
}

.submit-job-area {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
  gap: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.submit-job-area a {
  color: #000;
  font-size: 12px;
	text-decoration: underline;
}

.submit-job-area button {
  width: 100%;
  padding: 14px 16px;
  border-radius: 25px;
  background-color: #ffb353;
  border: 1px solid #ffb353;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-job-area button:hover {
  background-color: transparent;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.form-inputs-fields label,
.job-content h6,
h1._title_ud4nd_34.ashby-job-board-heading,
span._departmentHeadingLevel_12ylk_364.ashby-department-heading-level, ._title_12ylk_383 {
  font-weight: 600;
}

.checkbox-group label,
.checkbox-style label,
.radio-label {
  font-weight: 400;
}

._filterContainer_12ylk_278 {
  width: 100%;
}

.job-title {
    margin-bottom: 40px;
}

.job-content form {
    margin-top: 30px;
}

.job-content form h5 {
    margin-top: 20px;
	font-size: 16px;
	font-weight: 900;
}

h3._title_12ylk_383.ashby-job-posting-brief-title {
    font-weight: 600;
}

button._filtersAction_12ylk_218 svg {
    fill: unset !important;
}

.ashby-job-posting-brief-list {
    margin-left: -14px;
}

.job-title {
    position: relative;
    padding-left: 30px;
}

.job-box:last-child p:last-child {
    font-size: 12px;
}

.job-tabs {
    margin-bottom: 24px;
}

.form-inputs-fields input:focus, .form-inputs-fields select:focus {
    outline: 1px solid #000;
}

.checkbox-style label, .checkbox-group label, .form-inputs-fields label {
    font-size: 16px;
}

.form-inputs-fields select {
    color: rgba(0, 0, 0, 0.6);
}

.checkbox-style label > span, .checkbox-group label > span, .form-inputs-fields label > span, .job-content-area label > span {
    color: red !important;
}

.radio-button-group label > span {
    color: #000 !important;
}

.radio-button-group {
    flex-direction: column;
}

.radio-button-group span.radio-label {
    position: unset;
    flex-direction: row;
}

.radio-button-group label {
    display: flex;
    align-items: center;
	gap: 8px;
}

.radio-button-group label >input {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
   padding: 10px;
}
.job-content ul {
    list-style: disc;
	margin-left: 25px;
}

.job-content p, .job-content ul li {
    list-style: disc;
}

@media screen and (max-width: 1400px){
	.job-title h5{
		margin-left:30px;
	}
}

@media screen and (max-width: 1300px){
/* 	.back{
		left: 60px;
	} */
}

@media screen and (max-width: 1279px) {
  .job-type {
    width: 40%;
  }

  .job-description {
    width: 60%;
  }

/*   a.back {
    left: 15px;
  } */

  .job-content p,
  .job-content ul li,
  .job-box p {
    font-size: 14px;
  }
	
.job-content-area {
    padding-left: 15px;
    padding-right: 15px;
}
	.job-title h5 {
    margin-left: 30px;
}
	.job-title{
		padding-left:0;
	}
}

@media screen and (max-width: 991px) {
  .job-flex {
    flex-direction: column;
    align-items: center;
  }

  .job-type {
    width: 100%;
    margin-top: 0px;
  }

  .job-description {
    width: 100%;
  }

  .apply-btn,
  .site-info-p,
  ._container_flnu3_28 {
    margin-top: 30px !important;
  }

/*   ._container_ud4nd_29._section_12ylk_341{
    padding-top: 60px;
  } */
}

@media screen and (max-width: 767px) {
  ul._navContainer_1e3cr_36 {
    padding: 0;
  }

  ._filtersContainer_12ylk_136 {
    background: var(--colorNeutral100);
    border-radius: var(--borderRadiusContainer);
    display: flex;
    flex-direction: column;
    margin-top: var(--spacingSmall);
    min-height: 3rem;
    padding: var(--spacingSmall);
    position: relative;
  }

  ._filtersVisible_12ylk_177 ._filtersWindow_12ylk_186 {
    max-height: 200px;
    opacity: 1;
    overflow: visible;
  }

  ._filtersWindow_12ylk_186 {
    transition-duration: var(--transitionDuration);
    transition-timing-function: var(--transitionFunction);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: opacity, max-height;
  }
  ._filtersHeader_12ylk_201 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--spacingSmall);
  }

  ._filters_12ylk_136 {
    display: grid;
    row-gap: var(--spacingSmall);
  }
  ._filterContainer_12ylk_278 {
    display: flex;
  }

  ._filter_12ylk_136 {
    padding-bottom: var(--spacingSmall);
    padding-top: var(--spacingSmall);
  }

  ._container_101oc_29 {
    box-shadow: 0 2px 8px var(--colorNeutralShadow);
    background-color: var(--colorNeutral000);
    border-radius: var(--borderRadiusContainer);
    margin-top: var(--spacingNormal);
    padding: var(--spacingLarge) var(--spacingNormal);
  }

  ._title_12ylk_383 {
    font-size: 16px;
  }

  .ashby-job-posting-brief-list a p {
    font-size: 12px;
  }

  .ashby-job-posting-brief-list a {
    display: block;
    padding: 0 10px;
  }

  ._container_flnu3_28 {
    flex-direction: column;
  }
	
	._container_ud4nd_29._section_12ylk_341 {
    padding-left: 15px;
    padding-right: 15px;
}
}

