/* Minification failed. Returning unminified contents.
(764,29): run-time error CSS1030: Expected identifier, found '.'
(764,52): run-time error CSS1031: Expected selector, found ')'
(764,52): run-time error CSS1025: Expected comma or open brace, found ')'
(1077,38): run-time error CSS1046: Expect comma, found '0'
(1077,42): run-time error CSS1046: Expect comma, found ')'
(1322,56): run-time error CSS1030: Expected identifier, found '['
(1322,69): run-time error CSS1031: Expected selector, found '='
(1322,69): run-time error CSS1025: Expected comma or open brace, found '='
 */
/* Minification failed. Returning unminified contents.
(754,29): run-time error CSS1030: Expected identifier, found '.'
(754,52): run-time error CSS1031: Expected selector, found ')'
(754,52): run-time error CSS1025: Expected comma or open brace, found ')'
(1067,38): run-time error CSS1046: Expect comma, found '0'
(1067,42): run-time error CSS1046: Expect comma, found ')'
(1312,56): run-time error CSS1030: Expected identifier, found '['
(1312,69): run-time error CSS1031: Expected selector, found '='
(1312,69): run-time error CSS1025: Expected comma or open brace, found '='
 */
/*#region Colors*/
/*#endregion*/
.search-header {
  padding: 40px 0px 40px 0px;
  text-align: center;
}
#search-divider-line {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#headerMessage {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
form #searchBar {
  margin-bottom: 30px;
}
#searchBar:focus,
#searchBar:focus ~ #searchButtonIcon {
  outline: none;
  box-shadow: none;
  color: #000000;
  border-color: #0066cc;
}
#searchBar {
  border: 1px solid #707070;
  border-radius: 0px;
  border-right: none;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
#searchButtonIcon {
  border: 1px solid #707070;
  border-left: none;
  background-color: #ffffff;
  height: 50px;
  padding-right: 15px;
}
#searchButtonBlue {
  height: 50px;
  padding: 0px 30px;
}
.jobCard {
  display: block;
  min-width: 148px;
  width: 100%;
  color: black;
  border: 1px solid #cecece;
  margin: 0px 0px 15px 0px;
  padding: 20px;
  text-align: left;
  background-color: #ffffff;
}
.jobCard .jobTitle {
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
.jobCard .jobEmployer {
  overflow-wrap: break-word;
  font-weight: 500;
  margin-bottom: 5px;
}
.jobCard .jobCardLogo {
  width: 80px;
  height: 40px;
  margin-bottom: 15px;
}
.jobCard .jobDate {
  font-size: 11px;
  font-weight: 500;
  color: #505050;
  margin-top: 10px;
  margin-bottom: 0px;
}
.jobCard.featured {
  border: 1px solid #27AA2B;
  background: linear-gradient(#ffffff 40%, #D2E7B4 100%);
}
.jobCard.featured .featuredJobLabel {
  background: #96C851;
  width: 130px;
  height: 30px;
  text-align: center;
  align-self: flex-end;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.1;
  margin-top: -20px;
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.jobCard.selectedJobCard {
  border: 2px solid #0066cc;
  box-shadow: 0px 3px 6px #0000004d;
}
.jobCard:hover {
  cursor: pointer;
  box-shadow: 0px 3px 6px #0000004d;
}
.jobCard:hover .jobTitle {
  color: #06c;
  text-decoration: none;
}
#jobDetailWrapper {
  position: sticky;
  top: 20px;
  overflow-y: auto;
  border: 1px solid #cecece;
  padding: 20px;
}
#jobDetailWrapper .jobLocation,
#jobDetailWrapper .jobTitle,
#jobDetailWrapper .jobType,
#jobDetailWrapper .jobSalary {
  margin-bottom: 5px;
}
#jobDetailWrapper .jobEmployer {
  font-weight: 500;
  margin-bottom: 0;
}
#jobDetailWrapper.fullHeight {
  height: calc(100vh - 40px);
}
#jobDetailWrapper.heightFitContent {
  height: fit-content;
  height: -moz-fit-content;
}
#jobDetailWrapper #jobDetailLogoCol {
  max-width: fit-content;
  max-width: -moz-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}
#jobDetailWrapper #jobDetailLogo {
  width: 150px;
  height: 75px;
}
.companyLinkButton {
  margin-top: 10px;
  margin-bottom: 30px;
  height: 50px;
}
.appendLaunchWindowIcon::after {
  content: url('/images/icon/icon_launch_white.svg');
  margin-left: 5px;
}
.appendEmailIcon::after {
  content: url('/images/icon/icon_email_white_thin.svg');
  margin-left: 5px;
}
#filters {
  display: flex;
  justify-content: space-between;
}
#filtersBar {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 14px;
}
#filtersBarText {
  margin-right: 10px;
  color: #505050;
}
.filterLabel {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}
.filterDropdownButton {
  height: 38px;
  border-radius: unset;
  color: black;
  background-color: #f4f4f4;
  border: 1px solid #cecece;
  float: none;
  font-size: 14px;
  padding: 6px 0px 5px 0px;
}
.dropdown-toggle::after {
  display: none;
}
.expandToggleIcon {
  border: 0;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 10px;
  background-image: url("/images/icon/icon_sub_dropdown.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  transition: 0.2s ease-in-out;
}
.dropdown.show .expandToggleIcon {
  transform: rotate(180deg);
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
td .dropdownWrapper {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin-left: auto;
}
td .dropdownWrapper .displayOption.expanded .displayOptionSelectedWrapper {
  border-color: #0066cc;
}
td .dropdownWrapper .displayOptionSelect {
  min-width: fit-content;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
}
td .dropdownWrapper .displayOptionSelected {
  color: #004c9a;
}
td .dropdownWrapper .displayOption {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
td .dropdownWrapper .displayOptionTitle {
  margin-right: 0px;
}
td .dropdownWrapper .displayOption .displayOptionSelectedWrapper {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  padding: 5px 8px 5px 10px;
}
td .dropdownWrapper .dropDownList {
  width: fill-available;
  width: -moz-available;
  width: -webkit-fill-available;
}
td .dropdownWrapper .dropDownList.dropDownListRight {
  top: 37px;
  min-width: fit-content;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
}
td .dropdownWrapper .dropDownList .dropDownListItem {
  padding: 0 10px;
}
td .dropdownWrapper .dropDownList .dropDownListItem:first-child:after {
  display: none;
}
.selectedFilterBarItem {
  color: #505050;
  border: 1px solid #808080;
  padding: 0 10px;
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.selectedFilterBarItem:hover {
  background-color: #000000;
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 500;
}
.selectedFilterBarItem:hover img {
  filter: invert(100%) sepia(0%) saturate(4035%) hue-rotate(31deg) brightness(101%) contrast(109%);
}
.selectedFilterBarItem img {
  margin-left: 10px;
  margin-bottom: 2px;
}
.largeCheckbox {
  flex: none;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 10px;
}
.largeCheckbox :checked {
  background-repeat: no-repeat;
}
#desktopClearFiltersButton {
  background-color: transparent;
  border: transparent;
  color: #0066cc;
  font-size: 14px;
  padding-left: 0px;
}
#sub-search-header {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: pre-line;
}
#numResultsFound {
  font-size: 14px;
}
.lightBlackText {
  color: #333333;
}
.circleIcon {
  width: 20px;
  border-radius: 50%;
  color: white;
  background: #000000;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
}
.closeDropdown img {
  float: right;
  width: 12px;
}
.closeDropdown img:hover {
  cursor: pointer;
}
.dropdownFilters {
  padding: 20px 20px 0px;
  width: 240px;
  max-height: 420px;
  top: unset;
  transform: none;
  overflow-y: auto;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
}
.dropdown-item {
  margin-bottom: 15px;
  padding: unset;
}
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  background-color: transparent;
  color: black;
}
.filterToggle {
  background: url("/images/icon/icon_sub_dropdown.svg");
}
.dropdown-menu[aria-expanded="true"] .filterToggle {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
.jobSelectContainer {
  position: relative;
  height: 100%;
}
#jobListCol {
  padding-bottom: 55vh;
  padding-left: 0px;
}
#jobList {
  height: auto;
  margin: 0;
  overflow: visible;
}
/* New job sort dropdown styles, based on Search.less*/
#jobSortingDropdown {
  height: 30px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-bottom: 10px;
}
#jobSortingDropdown * {
  border: none;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#jobSortingDropdown .hideList {
  justify-content: center;
}
#jobSortingDropdown .showList {
  justify-content: flex-start;
}
#jobSortingDropdown .selectedOptionDisplay {
  color: #000000;
  background-color: #F8FBFF;
  border: 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  height: 30px;
  position: relative;
  padding: 10px 6px 10px 6px;
  /*Dropdown arrow*/
}
#jobSortingDropdown .selectedOptionDisplay:after {
  content: "";
  cursor: pointer;
  height: 5px;
  width: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  transform: rotate(-45deg) rotateX(-180deg) translate(-2px, -2px);
  right: 6px;
  top: 11px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform-origin: 50% 50%;
}
#jobSortingDropdown .selectedOptionDisplay.hideList:after {
  transform: rotate(45deg);
}
#jobSortingDropdown .selectedOptionDisplay.active:after {
  transform: rotate(225deg);
}
#jobSortingDropdown .selectedOptionDisplayTitle {
  font-weight: 500;
  margin-right: 4px;
}
#jobSortingDropdown .selectedOptionDisplayValue {
  flex-grow: 1;
}
#jobSortingDropdown .dropdownList {
  -webkit-appearance: none;
  border: none;
  min-width: 100px;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  right: 0px;
  padding: 0;
  z-index: 2;
  position: relative;
  margin-top: 1px;
}
#jobSortingDropdown .dropdownList.hideList {
  display: none;
}
#jobSortingDropdown .dropdownList.showList {
  display: block;
}
#jobSortingDropdown .dropdownListItem {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  background-color: inherit;
  color: #000000;
  margin-bottom: 2px;
}
#jobSortingDropdown .dropdownListItem:hover,
#jobSortingDropdown .dropdownListItem:focus {
  background-color: #ebebeb;
}
#jobSortingDropdown .dropdownListItem[aria-selected="true"] {
  color: #707070;
}
.jobprev {
  border-top: 1px solid #cecece;
}
.h4 {
  margin: 0;
}
.hiddenOnMobile {
  display: revert;
}
.hiddenOnDesktop {
  display: none;
}
#sub-search-header.hiddenOnMobile {
  display: flex;
}
.oldBtnStyle {
  height: 25px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  font-size: 12px;
  font-weight: bold;
  background-color: #000000;
  color: white;
  border: none;
  text-decoration: none;
}
.newBtnStyle {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #0066cc;
  background: #E8F0FE 0% 0% no-repeat padding-box;
  padding: 0.25rem 1.5rem;
  text-align: end;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
}
.newBtnStyle a {
  color: #0F66CC;
}
.doubleBorder {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #000000;
}
.doubleBorder:hover {
  background-color: #CB1A26;
}
.borderLine {
  border-bottom: 1px solid #aaaaaa;
}
.backBtnIcon::before {
  content: url("https://spie.org/images/icon/Icon_back_account_white.svg");
  display: inline-block;
  height: 20px;
  padding-right: 2px;
  align-self: center;
  vertical-align: middle;
}
.ovalSpinner {
  justify-content: center;
}
.ovalSpinner circle {
  stroke-opacity: 1;
}
/* Dropdown Component */
.dropdownWrapper {
  position: relative;
  width: 100%;
}
.dropdownWrapper .displayOption {
  cursor: pointer;
  margin-left: -10px;
  margin-right: -10px;
  /* Dropdown arrow */
}
.dropdownWrapper .displayOption .displayOptionSelectedWrapper {
  padding: 5px 20px 5px 30px;
  background-color: #ffffff;
  border: thin solid #cecece;
}
.dropdownWrapper .displayOption .expandToggle {
  width: 25px;
  height: 25px;
  border: 0;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  background: url("/images/icon/icon_sub_dropdown.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  transition: 0.2s ease-in-out;
}
.dropdownWrapper .displayOption.expanded .expandToggle {
  transform: rotate(180deg);
}
.dropdownWrapper .displayOptionTitle {
  display: none;
  font-weight: 700;
  margin-right: 20px;
}
.dropdownWrapper .displayOptionSelect {
  display: inline-block;
  width: 100%;
}
.dropdownWrapper .dropDownList {
  position: absolute;
  -webkit-appearance: none;
  width: calc(100% + 20px);
  border: none;
  min-width: 182px;
  background: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  top: 45px;
  left: -10px;
  right: auto;
  padding: 0;
  z-index: 2;
}
.dropdownWrapper .dropDownList.dropDownListRight {
  right: -10px;
  left: auto;
}
.dropdownWrapper .dropDownList.dropDownListRight .dropDownListItem:first-child:after {
  right: 15%;
  left: auto;
}
.dropdownWrapper .dropDownList .dropDownListItem {
  list-style-type: none;
  height: 40px;
  padding: 0 30px;
  cursor: pointer;
}
.dropdownWrapper .dropDownList .dropDownListItem:first-child {
  /*Dropdown triangle at the top of the list*/
  /*This prevents the outline from being cut off by the "after" square if the user tabs in on the first element in the list.*/
}
.dropdownWrapper .dropDownList .dropDownListItem:first-child:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid rgba(112, 112, 112, 0.3);
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  position: absolute;
  top: -6px;
  left: 15%;
  transform: rotate(45deg);
  background: #ffffff;
}
.dropdownWrapper .dropDownList .dropDownListItem:first-child:hover:after {
  background: #ebebeb;
}
.dropdownWrapper .dropDownList .dropDownListItem:first-child:focus:after {
  z-index: -1;
}
.dropdownWrapper .dropDownList .dropDownListItem:hover {
  background-color: #ebebeb;
}
@media (min-width: 992px) {
  .dropdownWrapper {
    width: auto;
  }
  .dropdownWrapper .displayOption {
    margin: 0px;
  }
  .dropdownWrapper .displayOptionTitle {
    display: inline;
  }
  .dropdownWrapper .displayOptionSelect {
    display: inline-block;
    min-width: 182px;
    width: auto;
  }
  .dropdownWrapper .dropDownList {
    width: auto;
    left: 0;
  }
  .dropdownWrapper .dropDownList.dropDownListRight {
    right: 0;
  }
}
.noTextSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#dashboardHeaderText {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#recruiterDashboard {
  font-family: Helvetica, Arial, sans-serif;
  min-width: fit-content;
  line-height: 1.15;
}
#recruiterDashboard a,
#recruiterDashboard button {
  font-family: Helvetica, Arial, sans-serif;
}
#recruiterDashboard #companyDropdown {
  height: 20px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
#recruiterDashboard .dashboardTab {
  padding-right: 70px;
}
#recruiterDashboard .dashboardTab > span {
  display: block;
  width: calc(100% + 20px);
  text-align: center;
  margin-bottom: 4px;
}
#recruiterDashboard #jobsSection {
  border: 16px solid #f7f7f7;
  border-top: none;
}
#recruiterDashboard #jobsSectionHeader {
  width: 100%;
  background-color: #f7f7f7;
  color: #333333;
  font-size: 32px;
}
#recruiterDashboard #jobsSectionSubHeader {
  border-bottom: 1px solid #cecece;
  font-size: 14px;
  align-items: end;
}
#recruiterDashboard #jobsSectionSubHeader #postJobLinkIcon {
  filter: invert(99%) sepia(62%) saturate(61%) hue-rotate(342deg) brightness(120%) contrast(100%);
  height: 16px;
  padding-right: 10px;
}
#recruiterDashboard #jobsSectionSubHeader .selected {
  color: #0066cc;
  border-bottom: 4px solid #0066cc;
  margin-bottom: 0px;
}
#recruiterDashboard .ovalSpinner {
  padding-right: 5px;
  padding-top: 2px;
}
#recruiterDashboard .dashboardSectionHeader {
  display: flex;
  flex-direction: row;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
#recruiterDashboard .dashboardSectionHeader:not(:only-child) {
  padding-bottom: 10px;
}
#recruiterDashboard .dashboardSectionHeader .expandToggleIcon {
  transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  width: 19px;
  margin-right: 5px;
  align-self: center;
}
#recruiterDashboard .dashboardSectionHeader:only-child .expandToggleIcon {
  transform: scale(-1, -1) rotate(180deg);
  -moz-transform: scale(-1, -1) rotate(180deg);
  -o-transform: scale(-1, -1) rotate(180deg);
  -webkit-transform: scale(-1, -1) rotate(180deg);
}
#recruiterDashboard div:has(.dashboardSectionHeader):last-child {
  padding-bottom: 30px;
}
#recruiterDashboard .dashboardSectionHeader.text-muted:hover {
  cursor: default;
}
#recruiterDashboard .dashboardSectionHeader:hover .expandToggleIcon {
  -ms-transform: rotate(180deg);
}
#recruiterDashboard .jobsTable,
#recruiterDashboard .plansTable {
  font-size: 12px;
  line-height: 1.5;
}
#recruiterDashboard .jobsTable tr,
#recruiterDashboard .plansTable tr {
  border-bottom: 1px solid #cecece;
}
#recruiterDashboard .jobsTable tr td,
#recruiterDashboard .plansTable tr td {
  border-color: #cecece;
}
#recruiterDashboard .jobsTable .ovalSpinner,
#recruiterDashboard .plansTable .ovalSpinner {
  justify-content: start;
}
#recruiterDashboard .displayFlex {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
}
#recruiterDashboard .sortIconDirection {
  padding-left: 3px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 2px;
  height: 16px;
  width: 14px;
}
#recruiterDashboard .sortIconDirection.ascending::after {
  content: url("https://spie.org/images/icon/Icon_sort_ascending.svg");
}
#recruiterDashboard .sortIconDirection.descending::after {
  content: url("https://spie.org/images/icon/Icon_sort_descending.svg");
}
#recruiterDashboard .sortIconArrows {
  filter: invert(77%) sepia(0%) saturate(0%) hue-rotate(274deg) brightness(89%) contrast(91%);
  padding-left: 7px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 1px;
  transform: scale(0.8);
  height: 16px;
  width: 14px;
}
#recruiterDashboard .sortIconArrows::after {
  content: url("https://spie.org/images/icon/Icon_sort_arrows.svg");
  width: 14px;
}
#recruiterDashboard .pointerOnHover:hover {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#recruiterDashboard tr > th:first-child,
#recruiterDashboard tr > td:first-child {
  padding-left: 15px;
}
#recruiterDashboard tr > th {
  height: 30px;
  padding: 0px 10px;
  background: #e8f0ff;
  border: none;
  font-weight: normal;
  text-wrap: nowrap;
  white-space: nowrap;
}
#recruiterDashboard tr > th.sortedColumn {
  color: #000000;
  background-color: #cce5ff;
}
#recruiterDashboard tr > th:not(:last-child) {
  border-right: 1px solid #cecece;
}
#recruiterDashboard tr > th:not(:has(img)) {
  padding-left: none;
}
#recruiterDashboard .plansTable td {
  padding-top: 10px;
  padding-bottom: 10px;
}
#recruiterDashboard .sortedColumn {
  color: #004c9a;
}
/* styles specific to the job post page */
#jobPostPage {
  /* Older form check (checkbox/radio) styles to explicitly override global newer styles */
}
#jobPostPage * {
  font-family: arial, sans-serif;
}
#jobPostPage #leftWhiteSpace {
  flex: 0 0 232px;
}
#jobPostPage .pageHeading {
  font-size: 24px;
  font-weight: 700;
  font-family: helvetica, arial, sans-serif;
}
#jobPostPage .postFormSection {
  background-color: #f4f4f4;
  border: 1px solid #c4c4c4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  max-width: 686px;
}
#jobPostPage .postFormSectionHeading {
  font-size: 19px;
  font-weight: 700;
  font-family: arial, sans-serif;
  margin-left: -5px;
  margin-bottom: 15px;
}
#jobPostPage .postFormSubsectionHeading {
  font-size: 14px;
  font-weight: 700;
  font-family: arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 5px;
}
#jobPostPage .postFormBtn {
  width: 130px;
  height: 40px;
  font-size: 13px;
  border-radius: 0px;
}
#jobPostPage .postFormText {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
#jobPostPage .uploadHintText {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
#jobPostPage .formLabelAboveField {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#jobPostPage .formLabelAboveField > .form-label {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 12px;
}
#jobPostPage .formLabelLeftOfField > .form-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: 115px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 14px;
}
#jobPostPage .leftOffset {
  padding-left: 130px;
}
#jobPostPage .form-control {
  border: 1px solid #c4c4c4;
  font-size: 13px;
  height: 27px;
  padding: 3px;
  background-size: 10px;
}
#jobPostPage .form-control:focus {
  border: 1px solid #0066cc;
}
#jobPostPage .form-group {
  font-size: 13px;
}
#jobPostPage select.form-control {
  padding-right: 15px;
}
#jobPostPage #fileSelector {
  height: 62px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  background-color: white;
  border: thin dashed;
}
#jobPostPage #employerLogoFileUpload {
  width: 34px;
}
#jobPostPage .customFileUpload {
  border: 1px solid #636466;
  border-radius: 5%;
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
  margin-bottom: 0;
  background-color: #f4f4f4;
  font-size: 13px;
}
#jobPostPage .customFileUpload:hover {
  filter: brightness(95%);
}
#jobPostPage #employerLogoPreview {
  height: 75px;
  width: 150px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#jobPostPage #employerLogoPreview #employerLogoPreviewImg {
  height: inherit;
  width: inherit;
}
#jobPostPage .requiredStarred:before {
  content: "*";
  color: red;
  font-weight: normal;
}
#jobPostPage .fieldErrorMsg {
  padding-left: 5px;
  font-size: 14px;
}
#jobPostPage #hiddenEmployerLogoButton {
  width: 130px;
  height: 40px;
}
#jobPostPage .accessiblyHidden {
  opacity: 0;
  position: absolute;
}
#jobPostPage #salaryAmount {
  max-width: 200px;
}
#jobPostPage .squared-corners {
  border-radius: 0;
  border-width: 1px;
}
#jobPostPage .blueFocusBorder {
  border: 1px solid #0066cc;
}
#jobPostPage #jobDetailWrapper {
  height: auto;
  overflow-wrap: break-word;
}
#jobPostPage #jobDetailWrapper * {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
}
#jobPostPage .form-check-input[type=checkbox],
#jobPostPage .form-check-input[type=radio] {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
#jobPostPage .form-check-input[type=checkbox]:checked {
  background-color: #ffffff;
}
#jobPostPage .form-check-input[type=checkbox]:checked:before {
  transform: rotate(-50deg);
  width: 85%;
  height: 45%;
  top: 3px;
  left: 1px;
  border-bottom: medium solid #808080;
  border-left: medium solid #808080;
}
#jobPostPage .form-check-input[type=radio]:checked {
  border-color: #808080;
}
#jobPostPage .form-check-input[type=radio]:checked:before {
  width: 7px;
  height: 7px;
  background-color: #808080;
  border: none;
}
#jobPostPage .form-check-label {
  font-size: 13px;
}
#jobPostPage .form-check-inline .form-check-label {
  padding-left: 5px;
}
.modal-dialog {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
.modal-header-right .btn-close {
  margin-left: auto;
}
.modal-content {
  width: 350px;
  min-width: 350px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0%);
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.modal-content * {
  font-family: Helvetica, Arial, sans-serif;
}
.modal-content .modal-header {
  font-weight: bold;
  border-bottom: none;
  padding: 0px;
}
.modal-content .modal-header .modal-header-title {
  padding-top: 30px;
}
.modal-content .modal-header .btn-close {
  background: transparent no-repeat url("/images/icon/icon_close.svg");
  width: 16px;
  height: 16px;
  border: none;
}
.modal-content .modal-body {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal-content .modal-footer {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: none;
}
.modal-content .modal-footer .button {
  font-weight: 500;
}
.modal-content .modal-footer .button:hover {
  background-color: #dee2e6;
}
.modal-content .modal-footer .button .successIcon {
  content: url("/images/icon/icon_check.svg");
  width: 19px;
  height: 19px;
}
.modal-content #subscriptionDropdown .selectedOptionDisplay {
  width: 100% !important;
}
.modal-content #subscriptionDropdown .dropdownList {
  width: 100%;
  width: -webkit-fill-available;
}
.modal-content .modal-back-button {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #cecece;
}
.modal-content .modal-icon-text {
  padding-bottom: 50px;
}
.modal-content .modal-icon-text:has(+ div) {
  padding-bottom: 26px;
}
.modal-content .iconError + span {
  padding-top: 3px;
}
.modal-content .iconGood + span {
  padding-top: 3px;
}
#form-modal .modal-content {
  padding-top: 50px;
}
.iconGood {
  border: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/icon_good.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-right: 10px;
}
.iconError {
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/icon_error.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  margin-right: 10px;
}
.iconLeftArrow {
  border: 0;
  width: 7px;
  background-image: url("/images/icon/icon_right_caret.svg");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  transform: rotate(180deg);
  margin-right: 10px;
}
.blueLaunchIcon {
  display: block;
  border: 0;
  width: 12px;
  height: 12px;
  background-image: url("/images/icon/icon_launch_blue.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  align-self: center;
  margin: 0px 5px;
}
.boldRedText {
  color: #CB1A26;
  font-weight: bold;
  line-height: 1.2;
}
.flexGap {
  gap: 3rem;
}
#delayedJobWarning {
  background-color: #FFF9E9;
  border: 1px solid #FEC638;
  padding: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#delayedJobWarning img {
  height: 20px;
}
#delayedJobWarning p {
  margin: 0;
  font-size: 13px;
}
#delayedJobWarningSpacer {
  background-color: #f7f7f7;
  height: 30px;
}
#subscriptionDropdown {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-end;
}
#subscriptionDropdown * {
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#subscriptionDropdown .hideList {
  justify-content: center;
}
#subscriptionDropdown .showList {
  justify-content: flex-start;
}
#subscriptionDropdown .selectedOptionDisplay {
  color: #ffffff;
  background-color: #0066cc;
  border: 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  position: relative;
  padding: 10px 6px 10px 6px;
}
#subscriptionDropdown .selectedOptionDisplay[aria-expanded="true"] .expandToggle {
  transform: rotate(180deg);
}
#subscriptionDropdown .selectedOptionDisplay .expandToggle {
  border: 0;
  width: 25px;
  height: 10px;
  background-image: url("/images/icon/icon_sub_dropdown.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  transition: 0.2s ease-in-out;
  filter: invert(100%) sepia(0%) saturate(4035%) hue-rotate(31deg) brightness(101%) contrast(109%);
}
#subscriptionDropdown .selectedOptionDisplayTitle {
  margin-left: auto;
  margin-right: auto;
}
#subscriptionDropdown .selectedOptionDisplayValue {
  flex-grow: 1;
}
#subscriptionDropdown .dropdownList {
  -webkit-appearance: none;
  border: none;
  min-width: 100px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  background: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  right: 0px;
  padding: 0;
  z-index: 2;
  position: relative;
  margin-top: 1px;
}
#subscriptionDropdown .dropdownList.hideList {
  display: none;
}
#subscriptionDropdown .dropdownList.showList {
  display: block;
}
#subscriptionDropdown .dropdownListItem {
  flex-wrap: nowrap;
  text-wrap: nowrap;
  white-space: nowrap;
  width: auto;
  height: 30px;
  background-color: inherit;
  color: #000000;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 2px;
}
#subscriptionDropdown .dropdownListItem input {
  margin-right: 5px;
  vertical-align: text-top;
}
#subscriptionDropdown .dropdownListItem label {
  width: 100%;
  align-self: center;
}
#subscriptionDropdown .dropdownListItem:hover,
#subscriptionDropdown .dropdownListItem:focus {
  background-color: #ebebeb;
}
#subscriptionDropdown .dropdownListItem:has(label input[aria-checked="true"]) {
  background-color: #f4f4f4;
}
#subscriptionDropdown .dropdownList .buttonWrapper {
  padding: 15px 0px;
  margin: 0px 20px;
  border-top: 1px solid #cecece;
}
.fs-11px {
  font-size: 11px;
}
.fs-12px {
  font-size: 12px;
}
.pb-4px {
  padding-bottom: 4px;
}
@media only screen and (max-width: 992px) {
  #headerMessage {
    font-size: 24px;
    line-height: 30px;
  }
  #searchBar {
    height: 40px;
    border: 1px solid #000000;
    border-right: none;
  }
  #searchButtonIcon {
    border: 1px solid #000000;
    height: 40px;
    border-left: none;
  }
  #searchButtonBlue {
    height: 40px;
  }
  .dropdownFilters {
    width: 200px;
  }
  .dropDownList.dropDownListRight {
    left: -10px !important;
  }
  .dropdownWrapper {
    margin-right: 10px;
  }
  #jobsList {
    padding-right: 15px;
  }
  .featured .logoLabelRow .featuredJobLabel {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .search-header {
    padding: 40px 0px 15px 0px;
  }
  form #searchBar {
    margin-bottom: 5px;
  }
  #mobileFilterOptionsHeader {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: row;
    white-space: nowrap;
    border-bottom: 1px solid #cecece;
    font-size: 20px;
    font-weight: 700;
  }
  #mobileFilterOptionsExitWrapper {
    text-align: end;
  }
  #filters {
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
    padding-left: 0px;
  }
  #mobileFilters {
    padding: 0px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: #f4f4f4;
  }
  .dropdownFilters {
    position: relative !important;
    width: 100%;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: unset;
    box-shadow: none;
    background: #f4f4f4;
  }
  .filterDropdownButton {
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    border: none;
    text-align: left;
    font-size: 16px;
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 500;
  }
  .filterDropdownButton.filterDropdownEmpty {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #mobileFilterButton {
    background-color: #f4f4f4;
    border: 1px solid #cecece;
    font-weight: 400;
    height: 40px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
  }
  #mobileFilterButton::before {
    content: url("/images/icon/icon_filter.svg");
  }
  #mobileFilterExitButton {
    border: none;
    background: #f4f4f4;
  }
  #mobileFilterExitButton::before {
    content: url("/images/icon/icon_close.svg");
  }
  #mobileClearFiltersButton {
    background-color: transparent;
    border: transparent;
    color: #0066cc;
    font-size: 14px;
    padding: 15px 0px 0px 5px;
  }
  .closeDropdown img {
    display: none;
  }
  #mobileFilters .expandToggleIcon {
    display: none;
  }
  .applyButton {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f4f4f4;
  }
  .circleIcon {
    text-align: center;
    font-size: 14px;
  }
  #jobDetailWrapper .jobTitle {
    margin-top: 10px;
  }
  #jobDetailHeader {
    display: flex;
    flex-direction: column;
  }
  #jobDetailLogoCol {
    order: 1;
  }
  #jobDetailHeaderText {
    order: 2;
  }
}
@media only screen and (max-width: 576px) {
  .hiddenOnDesktop {
    display: revert;
  }
  .hiddenOnMobile {
    display: none;
  }
  #sub-search-header.hiddenOnMobile {
    display: none;
  }
  #jobDetailWrapper {
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    border: none;
    padding: 0px 15px;
  }
  #jobDetailWrapper .jobTitle {
    margin-top: 10px;
  }
  #jobDetailWrapper .fullHeight {
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
  }
  #jobDetailWrapper .hiddenOnMobile {
    position: relative;
  }
  #jobDetailWrapper::-webkit-scrollbar {
    display: none;
    width: 0px;
    background-color: transparent;
    color: transparent;
  }
  #jobResultsButton {
    position: sticky;
    top: -1px;
    z-index: 1;
    height: 41px;
    font-size: 13px;
    font-weight: 700;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-bottom: 1px solid #cecece;
  }
  #jobResultsButton::before {
    content: url("/images/icon/icon_sm_right_caret.svg");
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  #jobResultsButton.scrollShadow {
    box-shadow: 0px 3px 6px 0px rgba(80, 80, 80, 0.3);
  }
  #backToTopButton {
    position: fixed;
    display: inline-block;
    bottom: 60px;
    right: 30px;
    height: 40px;
    width: 40px;
    z-index: 1;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 3px 6px 0px #000000;
    content: url("/images/icon/Icon_back_top.svg");
  }
  .companyLinkButton {
    width: 100%;
    justify-content: center;
  }
  #jobDetailLogoCol {
    max-width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    margin: 10px 10px 10px 0px;
  }
  #jobDetailLogo {
    height: 50px;
    width: 100px;
  }
  #sub-search-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .closeDropdown img {
    display: none;
  }
  .btn-group {
    margin-bottom: 5px;
  }
  #filtersBar {
    margin-top: 0px;
  }
  #jobListCol {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
  #jobList {
    height: auto;
  }
  .jobCard {
    display: block;
    color: black;
    margin: 0px 0px 15px 0px;
    padding: 20px;
  }
  .jobCard.featured .logoLabelRow .featuredJobLabel {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: 0px;
  }
  .btn.focus,
  .btn:focus {
    box-shadow: none;
  }
  #jobPostPage #leftWhiteSpace {
    display: none;
  }
  #jobPostPage .formLabelLeftOfField > .form-label {
    width: auto;
    justify-content: flex-start;
  }
  #jobPostPage .leftOffset {
    padding-left: 0px;
  }
}
@media (min-width: 150px) and (max-width: 298px) {
  .jobCard.featured .logoLabelRow .featuredJobLabel {
    margin-right: auto;
    margin-left: auto;
  }
}
