.greenhouse-careers-shortcode {}
#job-positions-table {
    box-sizing: border-box;
    max-height: 1000px;
    overflow-y: scroll;
	margin-bottom: 3em;
}
.greenhouse-careers-shortcode .careers-head {
    text-size-adjust: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.greenhouse-careers-shortcode h2 {
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
	padding: 0;
	font-weight: 600;
}
.greenhouse-careers-shortcode #job-detail .head,
.greenhouse-careers-shortcode #job-detail .head h2 {
    color:#ffffff;
}

#job-positions-table .filters-group .filter {
	margin-right: 20px;
}
#job-positions-table .filters-group {
    display: flex;
}
#job-positions-table .filters-group .filter select:after {
    content: "\f078";
    font-family: "'Font Awesome 6 Pro'";
    z-index: 10;
    display: block;
    position: relative;
}
#job-positions-table .filters-group label {
    text-size-adjust: 100%;
    text-transform: capitalize;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

#job-positions-table .filters-group select {
    visibility: visible;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: inherit;
    text-transform: none;
    word-wrap: normal;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 100%;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid rgb(178, 178, 177);
    outline: none;
    position: relative;
    margin: 0;
    border-radius: 8px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: top 23px right 28px;
    appearance: none;
    padding: 10px;
    margin-right: 80px;
    display: block;
}

.greenhouse-careers-shortcode::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #CDCDCD;
}

.greenhouse-careers-shortcode::-webkit-scrollbar {
    width: 12px;
    background-color: #CDCDCD;
    border-radius: 10px;
}

.greenhouse-careers-shortcode::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dcdcdc;
    background-color: #8F96A2;
}

.greenhouse-careers-shortcode table {
    text-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    min-width: 700px;
    border-spacing: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    position: relative;
}

.greenhouse-careers-shortcode thead {
    color: #121A23;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    visibility: visible;
    caption-side: bottom;
    text-size-adjust: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.greenhouse-careers-shortcode th {
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    text-size-adjust: 100%;
    font-family: RedHat, sans-serif;
    border-spacing: 0px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(8, 73, 104);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 18px 16px;
    position: sticky;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px -1px;
}

.greenhouse-careers-shortcode tbody {}

.greenhouse-careers-shortcode tbody tr {
    cursor: pointer;
}

.greenhouse-careers-shortcode tbody tr:nth-child(odd) {
	background-color: #f3f3f3;
}

.greenhouse-careers-shortcode tbody tr:hover td {
    background-color: #CDCDCD;
}

.greenhouse-careers-shortcode tbody td {
    padding: 16px;
}

.greenhouse-careers-shortcode tbody a {
    display: block;
	font-weight: normal;
	text-decoration: none; 
}

#job-detail {}

#job-detail .head {
    text-size-adjust: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(0, 0, 0);
    padding: 48px;
    width: 100%;
    min-width: 100%;
    border-radius: 0 0 8px 8px;
}
#job-detail .head .job-description {
}
.greenhouse-careers-shortcode a.back-button {
    background: #000;
    border-radius: 8px 8px 0 0;
    width: 100%;
    margin: 0px;
    display: block;
    color: #fff;
    padding: 15px 0 0 50px;
	font-weight: normal;
    text-decoration: none;
}
.greenhouse-careers-shortcode a.back-button:before {
	content: "< ";
}
.greenhouse-careers-shortcode a.back-button:hover {
	text-decoration: underline; 
}
#job-detail div > p, 
#job-detail div > ul {
    padding: 10px 50px;
}
#job-detail div > p:first-child {
	padding-top: 60px;
}
#job-detail div:nth-child(2):not(.head) {
    max-width: 50%;
    float: left;
    width: 50%;
}
#job-detail div.head div {
	width: 100% !important;
	max-width: 100% !important;
	float: none;
}
#job-application {}
#job-application .apply-container {
    height: 2114px;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    margin:60px auto;
    border:1px solid rgb(178, 178, 177);
    border-radius: 8px;
}
#job-application iframe {
    padding: 0 30px;
    width: 480px;
}
#job-application iframe #app_body .logo-container { display: none !important; }

#job-application iframe #submit_app { color: orange !important; }

@media screen and (max-width: 1200px) {
	#job-detail div:nth-child(2):not(.head) {
		max-width: 100%;
		float: none;
		width: 100%;
	}
	#job-application iframe { 
		float: none;
	}
}