/* stylelint-disable */

/* These variables can be used to control values throughout the job board. */
:root {
    --colorNeutral800: #30343F;
    --colorNeutral700: #4F525D;
    --colorNeutral600: #6E707A;
    --colorNeutral500: #8A8B95;
    --colorNeutral400: #A5A6AF;
    --colorNeutral300: #DCDCE5;
    --colorNeutral200: #DCDCE5;
    --colorNeutral100: #F7F7F9;
    --colorNeutral000: #FFFFFF;
    --colorNeutral800A: none;
    --colorNeutral700A: none;
    --colorNeutral600A: none;
    --colorNeutral500A: none;
    --colorNeutral400A: none;
    --colorNeutral300A: none;
    --colorNeutral200A: none;
    --colorNeutral100A: none;
    --colorNeutral000A: none;
    --colorPrimary500A: none;
    --colorSecondary900: #FFE048;
    --colorSecondary700: #A58728;
    --colorSecondary500: #FFE048;
    --colorSecondary100: #FFFBE6;
    --colorPrimary900: #30343F;
    --colorPrimary600: #6E707A;
    --colorPrimary000: #FFFFFF;
    --colorNegative800: #7C1915;
    --colorNegative600: #C73230;
    --colorNegative200: #F1B9BC;
    --colorPositive800: #171B26;
    --colorPositive600: #5BA531;
    --colorPositive200: #C2E8B3;
    --colorWarning900: #473900;
    --colorWarning800: #7B6313;
    --colorWarning600: #D8B830;
    --colorInfo100: #E6F1FF;
    --colorInfo200: #C2DBF2;
    --colorInfo300: #9CC3F4;
    --colorInfo400: #76ACF6;
    --colorInfo500: #5194F8;
    --colorInfo600: #2B7DFA;
    --colorInfo700: #0565FC;
    --colorInfo800: #044DBB;
    --colorInfo900: #03347A;
    --colorInfo1000: #03347A;
    --colorInfo1100: #03347A;
    --colorInfo1200: #03347A;
    --colorNeutralShadow: none;
    --colorPrimaryShadow: none;
    --colorNeutral100Transparent: none;
    --colorNeutral600Transparent: none;
    --colorShadowPrimaryXLight: none;
    --colorShadowPrimaryLight: none;
    --widthMaxContent: 100%;
    --widthMaxJobBoard: 100%;
    --widthMaxSubscriptionPreferences: 100%;
    --spacingXxxsmall: 2px;
    --spacingXxsmall: 4px;
    --spacingXsmall: 8px;
    --spacingSmall: 16px;
    --spacingNormal: 20px;
    --spacingLarge: 24px;
    --spacingXlarge: 24px;
    --spacingXxlarge: 48px;
    --spacingXxxlarge: 64px;
    --letterSpacingTight: -.01em;
    --letterSpacingWide: .04em;
    --letterSpacingXwide: .1em;
    --borderRadiusContainer: 10px;
    --borderRadiusControl: 10px;
    --borderRadiusButton: 10px;
    --borderRadiusCircle: 100%;
    --borderWidthThin: .5px;
    --borderWidthNormal: 1px;
    --borderWidthBold: 1px;
    --borderWidthHeavy: 1px;
    --scrollbarThickness: 8px;
    --meetingIntroOrganizerAvatarDim: 31.25vw;
    --meetingIntroOrganizerAvatarMaxDim: 250px;
    --meetingOverviewEventAttendeeAvatarDim: 30px;
    --fontFamily: "DM Sans", "Roboto", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji", sans-serif ;
    --fontSizeXxxxlarge: 40px;
    --fontSizeXxxlarge: 34px;
    --fontSizeXxlarge: 28px;
    --fontSizeXlarge: 44px;
    --fontSizeLarge: 24px;
    --fontSizeNormal: 20px;
    --fontSizeSmall: 16px;
    --fontSizeXsmall: 12px;
    --fontSizeXxsmall: 10px;
    --fontWeightNormal: 400;
    --fontWeightLightBold: 500;
    --fontWeightMediumBold: 600;
    --fontWeightHeavyBold: 700;
    --lineHeightSingle: 1.15;
    --lineHeightTitle: 1.4;
    --lineHeightNormal: 1.5;
    --transitionDurationFast: .1s;
    --transitionDuration: .25s;
    --transitionDurationSlow: .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;

    /* Body / App body color remberg grey1*/
    --colorAppBackground: transparent;
  }

/* Application autofill input's base layer element. This contains standard copy, a CTA button, and potential validation alerts. */
.ashby-application-form-autofill-input-base-layer {}

/* Application autofill input's description. */
.ashby-application-form-autofill-input-description {}

/* Application autofill input's drag state overlay element. Can style [data-state] which can be 'active' or 'hidden'. */
.ashby-application-form-autofill-input-drag-layer {}

/* Application autofill input form's alert element. Can style [data-highlight] which can be 'negative' or 'positive'. */
.ashby-application-form-autofill-input-form-alert {}

/* Application autofill input's magic sparkles icon. */
.ashby-application-form-autofill-input-icon {}

/* Application autofill input's pending state overlay element. Can style [data-state] which can be 'active' or 'hidden'.
.ashby-application-form-autofill-input-pending-layer {}

/* Application autofill input's root element. Can style [data-state] which can be 'pending', 'drag', or 'default'. */
.ashby-application-form-autofill-input-root {}

/* Application autofill input's title. */
.ashby-application-form-autofill-input-title { }

/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane {}

/* The resume uploader to auto-fill the application form */
.ashby-application-form-autofill-uploader {}

/* A container for displaying the custom message to the user */
.ashby-application-form-blocked-application-container {}

/* A container for the application form. */
.ashby-application-form-container {}

/* A container for the failure message */
.ashby-application-form-failure-container {}

/* A container for the label and input on an application form. */
.ashby-application-form-field-entry input:focus-within {
  outline-width: 1px !important;
}

/* The description of each question on an application form. Will only show if a description is specified. */
.ashby-application-form-question-description {}

/* The title of each question on an application form. */
.ashby-application-form-question-title {
  font-size: var(--fontSizeSmall);
}

/* A single section on the Ashby application form. All questions will be wrapped in sections, though the default section may not have a title. */
.ashby-application-form-section-container {}

/* The header for an application form section, possibly containing a title and description. */
.ashby-application-form-section-header {}

/* The description for an application form section. May not exist if no description was specified. */
.ashby-application-form-section-header-description {}

/* The title for an application form section. May not exist for the default section. */
.ashby-application-form-section-header-title {}

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {
  width: calc(100% - 40px);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* A container for the success message */
.ashby-application-form-success-container {}

/* The text message consent description. Displayed below phone number fields. Will only show if texting is enabled. */
.ashby-application-form-texting-consent-description {}

/* The heading of a department, which can have many teams under it. */
.ashby-department-heading {}

/* The heading of a single team. */
.ashby-department-heading-level {}

/* The button which allows users to navigate from an individual posting back to the list of all job postings. */
.ashby-job-board-back-to-all-jobs-button {
  margin-bottom: 40px;
  background-color: transparent;
}

.ashby-job-board-back-to-all-jobs-button:hover {
  color: var(--colorNeutral800) !important;
  
}

.ashby-job-board-back-to-all-jobs-button:hover svg{
  fill: var(--colorNeutral800) !important;
}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {}

/* The 'Filters' label element in the job board. */
.ashby-job-board-filters-label {
  color: var(--colorPrimary600);
}

/* The heading of the entire job board. */
.ashby-job-board-heading {}

/* The count of job postings on the job board. */
.ashby-job-board-heading-count {}

/* The 'Reset filters' label element in the job board. The reset filters label element in the job board. */
.ashby-job-board-reset-filters-label {}

/* The container of the job posting details pane. */
.ashby-job-posting-brief {
    /* This adds some space between posting briefings. */
    margin-bottom: 20px;   
    border: 1px solid var(--colorNeutral800) !important;
}

.ashby-job-posting-brief:hover {
    background-color: var(--colorSecondary500) !important;
    color: var(--colorNeutral800) !important;
}

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading {}

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level {
  padding-top: 0px !important;
}

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details {}

/* The container for the list of job post briefings. */
.ashby-job-posting-brief-list {
  margin-bottom: 60px;
}

/* The title of the job posting in the details pane. */
.ashby-job-posting-brief-title {}

/* The main header on the job posting page */
.ashby-job-posting-header {}

/* The heading of a job post */
.ashby-job-posting-heading {}

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {
  background: transparent;
  padding-right: 40px;
}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {
  font-size: var(--fontSizeSmall);
}

.ashby-job-posting-right-pane button:hover {
  color: var(--colorNeutral800) !important;
}

.ashby-job-posting-right-pane button:hover svg{
  fill: var(--colorNeutral800) !important;
}

/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab {
  font-size: var(--fontSizeNormal);
}

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab {
  font-size: var(--fontSizeNormal);
}

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider {}

/* A container for any surveys specified for this application form. */
.ashby-survey-form-container {
  margin-top: -40px;
}